
<!---
function choices()
{
	this[0] = 13;
this[1] = "<a href=\"http://www.biggame.it/tonnara\"><img src=\"http://www.biggame.it/advertis/banner/sez-tonnare.gif\" width=468 height=60 border=0 alt=\"Tonnare in Sardegna\"></a>";
this[2] = "<a href=\"http://www.biggame.it/annunci/index.htm\"><img src=\"http://www.biggame.it/advertis/banner/sez-annunci.gif\" width=468 height=60 border=0 alt=\"Annunci Nautici\"></a>";
this[3] = "<a href=\"http://www.biggame.it/drifting/stand-up\"><img src=\"http://www.biggame.it/advertis/banner/sez-stand-up.gif\" width=468 height=60 border=0 alt=\"Pesca in Stand Up\"></a>";
this[4] = "<a href=\"http://www.biggame.it/fishing\"><img src=\"http://www.biggame.it/advertis/banner/sez-fishing.gif\" width=468 height=60 border=0 alt=\"Annunci Barche Rubate\"></a>";
this[5] = "<a href=\"http://www.biggame.it/tunacup/index.htm\"><img src=\"http://www.biggame.it/advertis/banner/sez-tunacup.gif\" width=468 height=60 border=0 alt=\"Annunci Nautici\"></a>";
this[6] = "<a href=\"http://www.biggame.it/team\"><img src=\"http://www.biggame.it/advertis/banner/sez-team.gif\" width=468 height=60 border=0 alt=\"Gli equipaggi del Biggame.it\"></a>";
this[7] = "<a href=\"http://www.biggame.it/leggi/index.htm\"><img src=\"http://www.biggame.it/advertis/banner/sez-leggi.gif\" width=468 height=60 border=0 alt=\"Navigare in Regola\"></a>";
this[8] = "<a href=\"http://www.biggame.it/fishing/pagello/bolentino-pagello-01.htm\"><img src=\"http://www.biggame.it/advertis/banner/sez-pagello.gif\" width=468 height=60 border=0 alt=\"La pesca del Pagello\"></a>";
this[9] = "<a href=\"http://www.biggame.it/forum\"><img src=\"http://www.biggame.it/advertis/banner/sez-forum.gif\" width=468 height=60 border=0 alt=\"Forum di discussione sulla pesca\"></a>";
this[10] = "<a href=\"http://www.biggame.it/maree/index.htm\"><img src=\"http://www.biggame.it/advertis/banner/sez-maree.gif\" width=468 height=60 border=0 alt=\"Luna e Maree\"></a>";
this[11] = "<a href=\"http://www.biggame.it/fishing/palamita\"><img src=\"http://www.biggame.it/advertis/banner/sez-palamita.gif\" width=468 height=60 border=0 alt=\"Pesca della Palamita\"></a>";
this[12] = "<a href=\"http://www.biggame.it/nodi\"><img src=\"http://www.biggame.it/advertis/banner/sez-nodi.gif\" width=468 height=60 border=0 alt=\"Nodi per la pesca\"></a>";
this[13] = "<a href=\"http://www.biggame.it/annunci/barche-rubate\"><img src=\"http://www.biggame.it/advertis/banner/sez-barche-rubate.gif\" width=468 height=60 border=0 alt=\"Annunci Barche Rubate\"></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   --->
