<!--
function choices()
{
	this[0] = 1;
this[1] = "<a href=\"escort_contact.asp\" target=_blank><img src=\"escort_gigolo/escort_mercurio.gif\" border=0 width=150 height=214 alt=\"Vip Gigolo' Italia - Richiedi spazio pubblicitario!\"></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());
// -->
