<!-- 
/*

	" RandomBannerCode " write by Frapa in June 1999
	All right reserved - no copy allowed!
	fra@rvsnet.it

*/

	function banner(){

	var a;
	a = 1+Math.round(Math.random()*8);

	if (a==1) document.write("<table height='66'><tr><td><img src='pics/icon1.gif' width='66' height='66'></td></tr></table>");
	if (a==2) document.write("<table height='66'><tr><td><img src='pics/icon2.gif' width='66' height='66'></td></tr></table>");
	if (a==3) document.write("<table height='66'><tr><td><img src='pics/icon3.gif' width='66' height='66'></td></tr></table>");
	if (a==4) document.write("<table height='66'><tr><td><img src='pics/icon4.gif' width='66' height='66'></td></tr></table>");
	if (a==5) document.write("<table height='66'><tr><td><img src='pics/icon5.gif' width='66' height='66'></td></tr></table>");
	if (a==6) document.write("<table height='66'><tr><td><img src='pics/icon6.gif' width='66' height='66'></td></tr></table>");
	if (a==7) document.write("<table height='66'><tr><td><img src='pics/icon7.gif' width='66' height='66'></td></tr></table>");
	if (a==8) document.write("<table height='66'><tr><td><img src='pics/icon8.gif' width='66' height='66'></td></tr></table>");
	if (a==9) document.write("<table height='66'><tr><td><img src='pics/icon9.gif' width='66' height='66'></td></tr></table>");

	}

    banner();


//-->

