var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}

preloadimages("http://www.stonerboatworks.com/wp-content/themes/stonerboatworks/images/forsale_on.gif", "http://www.stonerboatworks.com/wp-content/themes/stonerboatworks/images/photos_on.gif", "http://www.stonerboatworks.com/wp-content/themes/stonerboatworks/images/theshop_on.gif")

if (document.images) 
{ image1 = new Image 
  image2 = new Image 
  image3 = new Image
  image4 = new Image
  image5 = new Image
  image6 = new Image
  
  image1.src = 'http://www.stonerboatworks.com/wp-content/themes/stonerboatworks/images/photos.gif' 
  image2.src = 'http://www.stonerboatworks.com/wp-content/themes/stonerboatworks/images/photos_on.gif' 
  image3.src = 'http://www.stonerboatworks.com/wp-content/themes/stonerboatworks/images/forsale.gif' 
  image4.src = 'http://www.stonerboatworks.com/wp-content/themes/stonerboatworks/images/forsale_on.gif' 
  image5.src = 'http://www.stonerboatworks.com/wp-content/themes/stonerboatworks/images/theshop.gif' 
  image6.src = 'http://www.stonerboatworks.com/wp-content/themes/stonerboatworks/images/theshop_on.gif'   
 } 
