	<!-- Hide script from old browsers

	if (document.images) {
		home = new Image
		homeroll = new Image
		about = new Image
		aboutroll = new Image
		practice = new Image
		practiceroll = new Image
		attorneys = new Image
		attorneysroll = new Image		
		contact = new Image
		contactroll = new Image
		button1Red = new Image
		button1Blue = new Image

		home.src = "../images/home.jpg"
		homeroll.src = "../images/homeroll.jpg"
		about.src = "../images/about.jpg"
		aboutroll.src = "../images/aboutroll.jpg"
		practice.src = "../images/practice.jpg"
		practiceroll.src = "../images/practiceroll.jpg"
		attorneys.src = "../images/attorneys.jpg"
		attorneysroll.src = "../images/attorneysroll.jpg"		
		contact.src = "../images/contact.jpg"
		contactroll.src = "../images/contactroll.jpg"
		button1Red.src = "../images/redButton1.gif"
		button1Blue.src = "../images/blueButton2.gif"
	}
	else {
		home = ""
		homeroll = ""
		about = ""
		aboutroll = ""
		practice = ""
		practiceroll = ""
		attorneys = ""
		attorneysroll = ""		
		contact = ""
		contactroll = ""
		
		document.home = ""
		document.about = ""
		document.practice = ""
		document.attorneys = ""		
		document.contact = ""
	}

	// End hiding script from old browsers -->

