<!-- 
/*

	" 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()*9);

	if (a==1) document.write("<img src='pics/head01.jpg' width='900' height='180' border='0'>");
	if (a==2) document.write("<img src='pics/head02.jpg' width='900' height='180' border='0'>");
	if (a==3) document.write("<img src='pics/head03.jpg' width='900' height='180' border='0'>");
	if (a==4) document.write("<img src='pics/head04.jpg' width='900' height='180' border='0'>");
	if (a==5) document.write("<img src='pics/head05.jpg' width='900' height='180' border='0'>");
	if (a==6) document.write("<img src='pics/head06.jpg' width='900' height='180' border='0'>");
	if (a==7) document.write("<img src='pics/head07.jpg' width='900' height='180' border='0'>");
	if (a==8) document.write("<img src='pics/head08.jpg' width='900' height='180' border='0'>");
	if (a==9) document.write("<img src='pics/head09.jpg' width='900' height='180' border='0'>");
	if (a==10) document.write("<img src='pics/head10.jpg' width='900' height='180' border='0'>");
	}

    banner();


//-->
