
<!---
function choices()
{
	this[0] = 6;
this[1] = "<a href=\"http://www.mediadream.it\"><img src=\"http://www.informacomo.it/banner/banner_mediadream.gif\" width=468 height=60 border=0 alt=\"Mediadream\"></a>";
this[2] = "<a href=\"http://www.informacomo.it/comofashion/index.asp\"><img src=\"http://www.informacomo.it/banner/banner_comofashion.gif\" width=468 height=60 border=0 alt=\"ComoFashion Cravatte e Foulard\"></a>";
this[3] = "<a href=\"http://www.informacomo.it/sexy/red_page.asp\"><img src=\"http://www.informacomo.it/banner/banner_hard.gif\" width=468 height=60 border=0 alt=\"Sexy XXX\"></a>";
this[4] = "<a href=\"#\"><img src=\"http://www.informacomo.it/banner/banner_lariocenter.gif\" width=468 height=60 border=0 alt=\"Lario Center\"></a>";
this[5] = "<a href=\"#\"><img src=\"http://www.informacomo.it/banner/banner_www.gif\" width=468 height=60 border=0 alt=\"Sexy XXX\"></a>";
this[6] = "<a href=\"http://www.teatrocomo.com\"><img src=\"http://www.informacomo.it/banner/banner_teatro.gif\" width=468 height=60 border=0 alt=\"Teatro di Como\"></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   --->
