function choices()
{
	this[0] = 1;
this[1] = "<iframe src=\"http://www.icavalieridellozodiaco.it/bannergoogle.htm\" width=468 height=60 border=0 hspace=0 vspace=0 marginwidth=0 marginheight=0 frameborder=0 scrolling=no></iframe>";


}
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());