
<!---
function choices()
{
	this[0] = 5;
this[1] = "<a href=\"http://www.lecceprima.it\" target=\"_top\"><img src=\"/gira_sx/otranto.gif\" width=178 height=150 border=0 alt=\"1*\" ></a>";
this[2] = "<a href=\"http://www.popolarebari.it\" target=\"_top\"><img src=\"/gira_sx/BPB.gif\" width=178 height=150 border=0 alt=\"2*\" ></a>";
this[3] = "<a href=\"http://www.peugeot.it\" target=\"_top\"><img src=\"/gira_sx/Martino.gif\" width=178 height=150 border=0 alt=\"3*\" ></a>";
this[4] = "<a href=\"#\" target=\"_top\"><img src=\"/gira_sx/1.jpg\" width=178 height=150 border=0 alt=\"4*\" ></a>";
this[5] = "<a href=\"#\" target=\"_top\"><img src=\"/gira_sx/6.jpg\" width=178 height=150 border=0 alt=\"5*\" ></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   --->

