<!-- 
/*

	" 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()*17);

	if (a==1) document.write("<img src='pics/home_postcard_01.jpg' width='480' height='165'>");
	if (a==2) document.write("<img src='pics/home_postcard_02.jpg' width='480' height='165'>");
	if (a==3) document.write("<img src='pics/home_postcard_03.jpg' width='480' height='165'>");
	if (a==4) document.write("<img src='pics/home_postcard_04.jpg' width='480' height='165'>");
	if (a==5) document.write("<img src='pics/home_postcard_05.jpg' width='480' height='165'>");
	if (a==6) document.write("<img src='pics/home_postcard_06.jpg' width='480' height='165'>");
	if (a==7) document.write("<img src='pics/home_postcard_07.jpg' width='480' height='165'>");
	if (a==8) document.write("<img src='pics/home_postcard_08.jpg' width='480' height='165'>");
	if (a==9) document.write("<img src='pics/home_postcard_09.jpg' width='480' height='165'>");
	if (a==10) document.write("<img src='pics/home_postcard_10.jpg' width='480' height='165'>");
	if (a==11) document.write("<img src='pics/home_postcard_11.jpg' width='480' height='165'>");
	if (a==12) document.write("<img src='pics/home_postcard_12.jpg' width='480' height='165'>");
	if (a==13) document.write("<img src='pics/home_postcard_13.jpg' width='480' height='165'>");
	if (a==14) document.write("<img src='pics/home_postcard_14.jpg' width='480' height='165'>");
	if (a==15) document.write("<img src='pics/home_postcard_15.jpg' width='480' height='165'>");
	if (a==16) document.write("<img src='pics/home_postcard_16.jpg' width='480' height='165'>");
	if (a==17) document.write("<img src='pics/home_postcard_17.jpg' width='480' height='165'>");
	if (a==18) document.write("<img src='pics/home_postcard_18.jpg' width='480' height='165'>");
	}

    banner();


//-->
