<!--

preloadListItem = [];

preloadList = ["contactOff","contactOn","facebookOff","facebookOn","twitterOff","twitterOn","soundCloudOff","soundCloudOn","vimeoOn","vimeoOff"];

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

    preloadListItem[x] = new Image();

    preloadListItem[x].src = "images/contactButtons/" + preloadList[x] + ".png";

}



function rollovercontact(img,file){

	if (document.images){

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

	}

}

//-->
