
<!---
function choices()
{
	this[0] = 5;
this[1] = "<a href=\"http://www.justweb.it\"><img src=\"http://www.sorrentobynight.it/images/banner/bannerjw.gif\" border=0 alt=\"Justweb Studios\"></a>";
this[2] = "<a href=\"http://www.improntedigitali.biz\"><img src=\"http://www.sorrentobynight.it/images/banner/impronte.gif\" border=0 alt=\"Impronte digitali\"></a>";
this[3] = "<a href=\"http://www.publilife.com\"><img src=\"http://www.sorrentobynight.it/images/banner/banner_publilife.gif\" border=0 alt=\"Publilife\"></a>";
this[4] = "<a href=\"http://sorrentoskate.com\"><img src=\"http://www.sorrentobynight.it/eventi_home/banner_sbn.gif\" border=0 alt=\"Sorrento Skate\"></a>";
this[5] = "<a href=\"http://vannaboutique.com\"><img src=\"http://www.sorrentobynight.it/images/banner/banner_vanna_boutique.gif\" border=0 alt=\"Vanna Boutique\"></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   --->
