
<!---
function choices()
{
	this[0] = 1;
this[1] = "<a href=\"http://www.sorrentobynight.it/immagini/banner/sfondi6/index.htm\"><img src=\"immagini/banner/sf120x60_02.gif\" border=0 alt=\"jolly blu\"></a>";
	this[0] = 1;
this[1] = "<a href=\"http://www.sorrentobynight.it/immagini/banner/sfondi6/index.htm\"><img src=\"immagini/banner/sf120x90_01.gif\" border=0 alt=\"jolly blu\"></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   --->

