if (document.images) {
   
     button1 = new Image
     button2 = new Image
	 
     button3 = new Image
     button4 = new Image
	 
     button5 = new Image
     button6 = new Image
	 
     button7 = new Image
     button8 = new Image
	 
	 
	 	 
     button1.src = 'images/auto-insurance.jpg'
     button2.src = 'images/auto-insurance-hvr.jpg'
	 
	 button3.src = 'images/home-insurance.jpg'
     button4.src = 'images/home-insurance-hvr.jpg'
	 
     button5.src = 'images/business-insurance.jpg'
     button6.src = 'images/business-insurance-hvr.jpg'
	 
     button7.src = 'images/online-quote.jpg'
     button8.src = 'images/online-quote-hvr.jpg'
 } 