
<!---
function choices()
{
	this[0] = 6;
this[1] = "<a href=\"http://www.campeggiosmile.com\" target=\"_top\"><img src=\"gira_centro/4.gif\" width=500 height=80 border=0 alt=\"1*\" ></a>";
this[2] = "<a href=\"http://www.lagazzettadelmezzogiorno.it\" target=\"_top\"><img src=\"gira_centro/2.gif\" width=500 height=80 border=0 alt=\"2*\" ></a>";
this[3] = "<a href=\"http://www.lecceprima.it\" target=\"_top\"><img src=\"gira_centro/3.gif\" width=500 height=80 border=0 alt=\"3*\" ></a>";
this[4] = "<a href=\"http://www.campervai.net\" target=\"_top\"><img src=\"gira_centro/6.gif\" width=500 height=80 border=0 alt=\"4*\" ></a>";
this[5] = "<a href=\"http://www.lotto99.it\" target=\"_top\"><img src=\"gira_centro/7.gif\" width=500 height=80 border=0 alt=\"6*\" ></a>";
this[6] = "<a href=\"http://www.iphonecampervai.it\" target=\"_top\"><img src=\"gira_centro/8.gif\" width=500 height=80 border=0 alt=\"7*\" ></a>";



}
function popUpBanner(list)
{	
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabBanner()
{
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}
document.writeln(grabBanner());
//  FINE   --->
