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
	 
	 button9 = new Image
     button10 = new Image
	 
	 button11 = new Image
     button12 = new Image
	 
	 
	 	 
     button1.src = 'images/e-link.jpg'
     button2.src = 'images/e-link-hvr.jpg'
	 
	 button3.src = 'images/request-a-quote.jpg'
     button4.src = 'images/request-a-quote-hvr.jpg'
	 
	 button5.src = 'images/partners.jpg'
     button6.src = 'images/partners-hvr.jpg'
	 
	 button7.src = 'images/testimonials.jpg'
     button8.src = 'images/testimonials-hvr.jpg'
	 
}

