<!-- 
/*

	" 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()*5);

	if (a==1) document.write("<img src='/pics/random_clip01.jpg' width='250' height='100' align='right' hspace='5' vspace='5'>");
	if (a==2) document.write("<img src='/pics/random_clip02.jpg' width='250' height='100' align='right' hspace='5' vspace='5'>");
	if (a==3) document.write("<img src='/pics/random_clip03.jpg' width='250' height='100' align='right' hspace='5' vspace='5'>");
	if (a==4) document.write("<img src='/pics/random_clip04.jpg' width='250' height='100' align='right' hspace='5' vspace='5'>");
	if (a==5) document.write("<img src='/pics/random_clip05.jpg' width='250' height='100' align='right' hspace='5' vspace='5'>");
	if (a==6) document.write("<img src='/pics/random_clip06.jpg' width='250' height='100' align='right' hspace='5' vspace='5'>");

	}


    banner();


//-->

