<!-- 
/*

	" 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()*1);

	if (a==1) document.write("<a HREF='singol_chiavistelli.htm'><IMG SRC='prog_banner/promo_my_house.gif' HEIGHT=201 WIDTH=294 BORDER=0 align=ABSCENTER></a>");
	if (a==2) document.write("<a HREF='singol_chiavistelli.htm'><IMG SRC='prog_banner/promo_bodytime.gif' HEIGHT=201 WIDTH=294 BORDER=0 align=ABSCENTER></a>");

}

    banner();


//-->
