
function choices()
{
	this[0] = 2;
this[1] = "<a href=\"http://ad.zanox.com/ppc/?16359303C1150691455T/\"><img src=\"http://static.meetic.com/img/it/affiliation/oct08/ONLINE_01_230708_ITALIAN/728x90_MEETIC_ONLINE_01_230708_ITALIAN.gif\" width=728 height=90 border=0 ></a>";
this[2] = "<a href=\"http://www.bookfotografici.org\"><img src=\"http://www.mediatime.net/casting/pbc_728x90.gif\" width=728 height=90 border=0 ></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());
