
<!---
function choices()
{
	this[0] = 1;
this[1] ="<font face=Arial size=2 color=#FFFFFF> <a href=\"../rentcar/index.html\" style=color:#FFFFFF><b> Autonoleggio</b></a> | <b><a href=\"../limousine/index.html\" style=color:#FFFFFF>Noleggio con autista</a></b> | <a href=\"../tour/index.html\"style=color:#FFFFFF><b>Tour</b></a> | <a href=\"../forum/index.html\" style=color:#FFFFFF><b> Forum</b></a> | <a href=\"../weather/index.html\" style=color:#FFFFFF><b> Meteo</b></a> |<a href=\"../links/index.html\" style=color:#FFFFFF><b> Links</b></a> | <a href=\"http://www.capitolium.org/eng/virtuale/liveview.htm\"target=_blank style=color:#FFFFFF><b> Webcam</b></a> | <a href=\"mailto:info@rometouronline.com\" style=color:#FFFFFF><b>Info</b></a></font>";
}
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   --->

