<!---

function banner0() 
	{
    	winbanner0 = window.open("/cartina1.htm","wbanner0",
                        "menubar=0,toolbar=0,width=200,height=200,scrollbars=0,resizable=0");
   }


function banner1() 
	{
    	winbanner1 = window.open("http://www.trikeko.net","wbanner1");
   }


function banner2() 
	{
    	winbanner2 = window.open("http://www.meteopassione.com","wbanner2");
   }


function banner3() 
	{
    	winbanner3 = window.open("/carnevale.htm","wbanner3",
    					"menubar=0,toolbar=0,width=690,height=600,border=0,scrollbars=0,resizable=0");
   }


function banner4() 
	{
    	winbanner4 = window.open("/newsletter.htm","wbanner0",
                        "menubar=0,toolbar=0,width=360,height=186,scrollbars=0,resizable=0");
   }
   
   
function banner5() 
	{
    	winbanner5 = window.open("http://www.paesionline.it","wbanner5");
   }

function banner6() 
	{
    	winbanner6 = window.open("http://www.salviamoillagodidro.it","wbanner6");
   }
   
function banner7() 
	{
    	winbanner7 = window.open("http://www.allabaita.it","wbanner7");
   }


number_of_sponsors=7;

var sctr=0;

var halt=0;

var isn=new Array();

for (i=0;i<number_of_sponsors;i++){

isn[i]=new Image();

}

isn[0].src="/banner/banner0.gif";

isn[1].src="/banner/banner2.gif";

isn[2].src="/banner/banner7.gif";

isn[3].src="/banner/banner1.gif";

isn[4].src="/banner/banner5.gif";

isn[5].src="/banner/banner7.gif";

isn[6].src="/banner/banner4.gif";

var durl=new Array();


durl[0]="javascript:banner0()";

durl[1]="javascript:banner2()";

durl[2]="javascript:banner7()";

durl[3]="javascript:banner1()";

durl[4]="javascript:banner5()";

durl[5]="javascript:banner7()";

durl[6]="javascript:banner4()";

function rotateIt(){

if (halt!=1){

sctr++;

if (sctr>number_of_sponsors-1){

sctr=0;

}

document.sponsor.src=isn[sctr].src;

setTimeout("rotateIt()",16000);

}

}

function doIt(){
 
 location.href=durl[sctr];
}

function dispIt(){

parent.window.status=durl[sctr];

}


// FINE --->

