
<!--

function choices()
{
	this[0] = 1;

this[1] = " | <B><FONT color=\"#555555\">Vai al </FONT></B><A href=\"../index.html\" target=\"_parent\" title=\"Giochi enigmistici n.20080610\" name=\"rebus_link\"><B><FONT color=\"#000000\">rebus</FONT></B></A>";

}

function grabBanner()
{
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}

document.writeln(grabBanner());

//  -->


