
<!---
function choices()
{
	this[0] = 4;
this[1] = "<a href=\"fiorello.date.html\" target=MAINER><img src=\"img/fiorello-tour-2010_604x252_1.jpg\" width=604 height=252 border=0 alt=\"Fiorello Tour 2010\"></a>";
this[2] = "<a href=\"fiorello.date.html\" target=MAINER><img src=\"img/fiorello-tour-2010_604x252_2.jpg\" width=604 height=252 border=0 alt=\"Fiorello Tour 2010\"></a>";
this[3] = "<a href=\"fiorello.date.html\" target=MAINER><img src=\"img/fiorello-tour-2010_604x252_3.jpg\" width=604 height=252 border=0 alt=\"Fiorello Tour 2010\"></a>";
this[4] = "<a href=\"fiorello.date.html\" target=MAINER><img src=\"img/fiorello-tour-2010_604x252_4.jpg\" width=604 height=252 border=0 alt=\"Fiorello Tour 2010\"></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   --->

