<!--

preloadListItem = [];

preloadList = ["nav-about-off","nav-about-on","nav-videos-off","nav-videos-on","nav-songs-off","nav-songs-on","nav-photos-off","nav-photos-on","nav-shows-off","nav-shows-on","nav-quotes-off","nav-quotes-on","nav-contact-off","nav-contact-on"];

for (x=0;x<=preloadList.length;x++) {

    preloadListItem[x] = new Image();

    preloadListItem[x].src = "img/" + preloadList[x] + ".gif";

}



function rollover(img,file){

	if (document.images){

		document.images[img].src = "img/"+file+".gif";	

	}

}

//-->
