var imglist = new Array (
"images/cd-release-hover.jpg",
"images/cd-release.jpg",
"images/homepage-hover.jpg",
"images/homepage.jpg",
"images/photo-gallery-hover.jpg",
"images/photo-gallery.jpg",
"images/contact-hover.jpg",
"images/contact.jpg",
"images/press-hover.jpg",
"images/press.jpg",
"images/about-hover.jpg",
"images/about.jpg"
);
var imgs = new Array();
var count
if (document.images)
for (count=0; count<imglist.length; count++)
{imgs[count]=new Image(); imgs[count].src=imglist[count];}