
<!--

function choices()
{
	this[0] = 1;

this[1] = "<DIV id=\"Oobj11\" style=\"position:absolute; z-index:15; visibility:visible; left:457; top:77; width:200; height:12;\"><SPAN id=\"Ggeo28\" class=\"dfltt\"><FONT face=\"Verdana,Geneva,Sans-Serif\" class=\"fsx02\"><B>20080610</B></FONT><BR /><BR /><BR /></SPAN></DIV>";

}

function grabBanner()
{
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}

document.writeln(grabBanner());

//  -->
