<!---
function choices()
{
this[0] = 2;
this[1] = '<a href=\'http://www.magellano.org/site/banner/banner_redirect.asp?Id=13\' target=\'_blank\'><img src=\'http://www.magellano.org/public/banner/scuna_100x160.gif\' width=100 height=160 border=0 alt=\'Prenota subilto il libro di Franco Fissore\'></a>';
this[2] = '<a href=\'http://www.magellano.org/site/banner/banner_redirect.asp?Id=14\' target=\'_blank\'><img src=\'http://www.magellano.org/public/banner/artimanha_banner.gif\' width=100 height=80 border=0 alt=\'artimanha.com\'></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   --->

