           
	    gfx10="/banners/blank.jpg";
	    lnk10="";
	    type10="gif"

 	    gfx0="/banners/b_maxmms_side.gif";
	    lnk0="http://www.maxmms.com";
	    type0="gif"
		
	    gfx1="/banners/millenium.swf";
	    lnk1="";
	    type1="flash"
		
	    gfx2="/banners/fastautosport1.gif";
	    lnk2="";
	    type2="gif"
       
	    len=1;  // change to equal number of banners

		today=new Date();
		today=today.getTime()/100;
		rnd=today%len;
		//rnd = Math.random()*2;
		//no=Math.random()*2;
		//document.write(Math.floor(no));
		rnd=Math.floor(rnd)

		//document.writeln(eval('type'+rnd));

		if (eval('type'+rnd)=="gif") document.writeln('<A HREF="' + eval('lnk'+rnd) + '">' + '<IMG BORDER="0" width="140" SRC="' + eval('gfx'+rnd) + '"></a>');

		if (eval('type'+rnd)=="flash")
		{
 		  document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" id="surround-banner" width="100%" height="100%">');
 		  document.write ('<param name="movie" value="' + eval('gfx'+rnd) + '">');
		  document.write ('<param name="quality" value="high">');
		  document.write ('<param name="bgcolor" value="black">');
		  document.write ('<embed name="surround" src="' + eval('gfx'+rnd) + '" quality="high" bgcolor="black" width="100%" height="100%" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
		  
		  document.write ('</object>');
		}
	   