function menucm()
{
	this[0] = 1;
this[1] = "<table border=0 width=755 cellpadding=0 cellspacing=0><td width=745 bgcolor=\"#880027\" align=Center><font size=1 face=verdana, arial color=white><strong><b><a href=\"javascript:vaia(1)\"><font color=white>a z i e n d a <i><font color=\"silver\">Campo Maseri</font></i></font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"javascript:vaia(2)\"><font color=white>s t o r i a <i><font color=\"silver\">e</font></i> t r a d i z i o n e</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"javascript:vaia(3)\"><i><font color=\"silver\">vini </font></i><font color=white>r o s s i</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"javascript:vaia(4)\"><i><font color=\"silver\">vini </font></i><font color=white>b i a n c h i</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"javascript:vaia(5)\"><font color=white>i n f o<i><font color=\"silver\">@campomaseri.com</font></i>   </font></a></strong></b></font></td></table>";
}
function popUpBanner(list)
{	
	var today = new Date();
	var choiceInstance = new menucm();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabBanner()
{
	var today = new Date();
	var choiceInstance = new menucm();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}
document.writeln(grabBanner());