
<!---
function choices()
{
	this[0] = 1;
this[1] = "<a href=\"http://www.justweb.it\"><img src=\"bannertop/banner.gif\" border=0 alt=\"Sorrento vetrine\"></a>";
this[2] = "<a href=\"http://www.sorrentobynight.it/immagini/banner/loghi01/index.htm\"><img src=\"immagini/banner/lo468x60_06.gif\" border=0 alt=\"loghi e suonerie\"></a>";
this[3] = "<a href=\"http://www.sorrentobynight.it/immagini/banner/spycams1/index.htm\"><img src=\"immagini/banner/cam468x60_09.gif\" border=0 alt=\"Spy Cam\"></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   --->
