// JavaScript Document

<!--

var preload = new Array();

preload[0] = "images/hp slideshow/hp-pics.png";
preload[1] = "images/hp slideshow/hp-pic2.png";
preload[2] = "images/hp slideshow/hp-pic3.png";
preload[3] = "images/hp slideshow/hp-pic4.png";
preload[4] = "images/hp slideshow/hp-pic5.png";
preload[5] = "images/hp slideshow/hp-pic6.png";
preload[6] = "images/hp slideshow/hp-pic7.png";
preload[7] = "images/hp slideshow/hp-pic8.png";
preload[8] = "images/hp slideshow/hp-pic9.png";
preload[9] = "images/hp slideshow/hp-pic10.png";


var loadedimages = new Array();
for(var i=0; i<preload.length; i++) {
loadedimages[i] = new Image();
loadedimages[i].src = preload[i];
}
//-->
