<!-- 
/*

	" 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()*40);

	if (a==1) document.write("<img src='/gfx/animeita280x50.gif' width='280' height='250'>");
	if (a==2) document.write("<img src='/gfx/animeita280x50_01.jpg' width='280' height='250'>");
	if (a==3) document.write("<img src='/gfx/animeita280x50_02.jpg' width='280' height='250'>");
	if (a==4) document.write("<img src='/gfx/animeita280x50_03.jpg' width='280' height='250'>");
	if (a==5) document.write("<img src='/gfx/animeita280x50_04.jpg' width='280' height='250'>");
	if (a==6) document.write("<img src='/gfx/animeita280x50_05.jpg' width='280' height='250'>");
	if (a==7) document.write("<img src='/gfx/animeita280x50_06.jpg' width='280' height='250'>");
	if (a==8) document.write("<img src='/gfx/animeita280x50_07.jpg' width='280' height='250'>");
	if (a==9) document.write("<img src='/gfx/animeita280x50_08.jpg' width='280' height='250'>");
	if (a==10) document.write("<img src='/gfx/animeita280x50_09.jpg' width='280' height='250'>");
	if (a==11) document.write("<img src='/gfx/animeita280x50_10.jpg' width='280' height='250'>");
	if (a==12) document.write("<img src='/gfx/animeita280x50_11.jpg' width='280' height='250'>");
	if (a==13) document.write("<img src='/gfx/animeita280x50_12.jpg' width='280' height='250'>");
	if (a==14) document.write("<img src='/gfx/animeita280x50_13.jpg' width='280' height='250'>");
	if (a==15) document.write("<img src='/gfx/animeita280x50_14.jpg' width='280' height='250'>");
	if (a==16) document.write("<img src='/gfx/animeita280x50_15.jpg' width='280' height='250'>");
	if (a==17) document.write("<img src='/gfx/animeita280x50_16.jpg' width='280' height='250'>");
	if (a==18) document.write("<img src='/gfx/animeita280x50_17.jpg' width='280' height='250'>");
	if (a==19) document.write("<img src='/gfx/animeita280x50_18.jpg' width='280' height='250'>");
	if (a==20) document.write("<img src='/gfx/animeita280x50_19.jpg' width='280' height='250'>");
	if (a==21) document.write("<img src='/gfx/animeita280x50_20.jpg' width='280' height='250'>");
	if (a==22) document.write("<img src='/gfx/animeita280x50_21.jpg' width='280' height='250'>");
	if (a==23) document.write("<img src='/gfx/animeita280x50_22.jpg' width='280' height='250'>");
	if (a==24) document.write("<img src='/gfx/animeita280x50_23.jpg' width='280' height='250'>");
	if (a==25) document.write("<img src='/gfx/animeita280x50_24.jpg' width='280' height='250'>");
	if (a==26) document.write("<img src='/gfx/animeita280x50_25.jpg' width='280' height='250'>");
	if (a==27) document.write("<img src='/gfx/animeita280x50_26.jpg' width='280' height='250'>");
	if (a==28) document.write("<img src='/gfx/animeita280x50_27.jpg' width='280' height='250'>");
	if (a==29) document.write("<img src='/gfx/animeita280x50_28.jpg' width='280' height='250'>");
	if (a==30) document.write("<img src='/gfx/animeita280x50_29.jpg' width='280' height='250'>");
	if (a==31) document.write("<img src='/gfx/animeita280x50_30.jpg' width='280' height='250'>");
	if (a==32) document.write("<img src='/gfx/animeita280x50_31.jpg' width='280' height='250'>");
	if (a==33) document.write("<img src='/gfx/animeita280x50_32.jpg' width='280' height='250'>");
	if (a==34) document.write("<img src='/gfx/animeita280x50_33.jpg' width='280' height='250'>");
	if (a==35) document.write("<img src='/gfx/animeita280x50_34.jpg' width='280' height='250'>");
	if (a==36) document.write("<img src='/gfx/animeita280x50_35.jpg' width='280' height='250'>");
	if (a==37) document.write("<img src='/gfx/animeita280x50_36.jpg' width='280' height='250'>");
	if (a==38) document.write("<img src='/gfx/animeita280x50_37.jpg' width='280' height='250'>");
	if (a==39) document.write("<img src='/gfx/animeita280x50_38.jpg' width='280' height='250'>");
	if (a==40) document.write("<img src='/gfx/animeita280x50_39.jpg' width='280' height='250'>");
	if (a==41) document.write("<img src='/gfx/animeita280x50_40.jpg' width='280' height='250'>");
	}

    banner();


//-->
