
<!---
function choices()
{
	this[0] = 4;
this[1] = "<a href=\"http://www.f1grandprix.it/download/foto/schumi/index.htm\"><img src=\"http://www.f1grandprix.it/bannerhalf/schumielarossa.gif\" width=208 height=34 border=0 alt=\"Schumi e la Rossa\"></a><br><br><a href=\"javascript:void(x=open('http://www.f1grandprix.it/animation/index.htm','','toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no,width=520,height=480'));x.focus()\"><img src=\"http://www.f1grandprix.it/bannerhalf/flashanimation.gif\" width=208 height=34 border=0 alt=\"Flash Animation\"></a><br>";

this[2] = "<a href=\"http://www.f1grandprix.it/download/wallpaper/index.htm\" target=\"_self\"><img src=\"http://www.f1grandprix.it/bannerhalf/worldchampion.gif\" width=208 height=34 border=0 alt=\"Ferrari Wallpapers\"></a><br><br><a href=\"http://www.f1grandprix.it/download/foto/index.htm\" target=\"_self\"><img src=\"http://www.f1grandprix.it/bannerhalf/photogallery.gif\" width=208 height=34 border=0 alt=\"PHOTOGALLERY\"></a><br>";

this[3] = "<a href=\"http://www.f1grandprix.it/news/parcochiuso/index.htm\" target=\"_self\"><img src=\"http://www.f1grandprix.it/bannerhalf/parcochiuso.gif\" width=208 height=34 border=0 alt=\"Parco Chiuso\"></a><br><br><a href=\"http://www.f1grandprix.it/campionato2001/tecnica/index.htm\"><img src=\"http://www.f1grandprix.it/bannerhalf/tecnica.gif\" width=208 height=34 border=0 alt=\"TECNICA\"></a><br>";

this[4] = "<a href=\"http://www.f1grandprix.it/download/wallpaper/index.htm\" target=\"_self\"><img src=\"http://www.f1grandprix.it/bannerhalf/worldchampion.gif\" width=208 height=34 border=0 alt=\"Ferrari Wallpapers\"></a><br><br><a href=\"http://www.f1grandprix.it/download/foto/index.htm\" target=\"_self\"><img src=\"http://www.f1grandprix.it/bannerhalf/photogallery.gif\" width=208 height=34 border=0 alt=\"PHOTOGALLERY\"></a><br>";


}
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   --->


