
<!---
function choices()
{
	this[0] = 1;
this[1] ="<A href='http://www.clodioviaggi.com/\' target=\'_blank\'><IMG src=\'http://www.clodioviaggi.com/images/clodioviaggi_468_60.gif\' border=\'0\' width=\'468\' height=\'60\' alt=\"Last minute\"></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 OSCURAMENTO   --->
