
<!---
function choices()
{
	this[0] = 1;
this[1] = "<table border=0 cellpadding=0 width=\"100%\" cellspacing=0><tbody><tr><td bgcolor=\"whitesmoke\" valign=top class=txt><p align=\"center\"><a href=\"/annunci/info/info-brevi.htm\"><img src=\"/advertis/banner/info-dx-1a.gif\" width=\"155\" height=\"140\" align=\"top\" border=\"0\" alt=\"Annunci 50% di Sconto\"></a></p></td></tr></tbody></table>";
}
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 OSCURAMENTO   --->

