/*
Preload images script
By JavaScript Kit (http://javascriptkit.com)
*/

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://palmco.com/includes/templates/images/header_rotate/nav_back_hover.jpg",
			  "http://palmco.com/includes/templates/images/header_rotate/header_1.jpg","http://palmco.com/includes/templates/images/header_rotate/header_2.jpg","http://palmco.com/includes/templates/images/header_rotate/header_3.jpg",
			  "http://palmco.com/includes/templates/images/header_rotate/header_4.jpg",
			   "http://palmco.com/includes/templates/images/header_rotate/header_5.jpg",
			    "http://palmco.com/includes/templates/images/header_rotate/header_6.jpg")



