<!--
var rnumb = "";

rnumb += Math.floor(Math.random()*0);

if(rnumb == 0)
	document.write("<img src=\"images/splash1.jpg\" alt=\"0\" border=\"0\">");
/*if(rnumb == 1)
	document.write("<img src=\"images/splash2.jpg\" alt=\"0\" border=\"0\">");
if(rnumb == 2)
	document.write("<img src=\"images/splash3.jpg\" alt=\"0\" border=\"0\">");
if(rnumb == 3)
	document.write("<img src=\"images/splash4.jpg\" alt=\"0\" border=\"0\">");*/
-->