<!---

function choices()
{
	this[0] = 1;
this[1] = "<iframe src=\"http://www.harryweb.net/play/quote/small_quote_HW.php\" name=\"SmallQuote\" width=\"150\" height=\"200\" frameBorder=NO iframe scroll=\"NO\" marginwidth=\"0\" marginheight=\"0\" border=\"0\"> Mi spiace ma il tuo browser non supporta Iframe... contatta il webmaster</iframe>";
}
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   --->

