
<!---
function choices()
{
	this[0] = 4;
this[1] = "<a href=\"http://www.aligros.it\" target=\"_top\"><img src=\"/gira_dxsotto/aligros.jpg\" width=178 height=150 border=0 alt=\"1*\" ></a>";
this[2] = "<a href=\"http://www.aurocaravan.it\" target=\"_top\"><img src=\"/gira_dxsotto/auro.jpg\" width=178 height=150 border=0 alt=\"2*\" ></a>";
this[3] = "<a href=\"http://www.lubam.it\" target=\"_top\"><img src=\"/gira_dxsotto/luban.jpg\" width=178 height=150 border=0 alt=\"3*\" ></a>";
this[4] = "<a href=\"http://www.sanitalshop.com\" target=\"_top\"><img src=\"/gira_dxsotto/sanital.jpg\" width=178 height=150 border=0 alt=\"4*\" ></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   --->

