
<!---
function choices()
{
	this[0] = 2;
this[1] = "<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH=\"618\" HEIGHT=\"150\" id=\"loadtext\"><PARAM NAME=movie VALUE=\"flash/filmato01.swf\"><PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high><EMBED src=\"flash/filmato01.swf\" quality=high WIDTH=\"618\" HEIGHT=\"150\" NAME=\"loadtext\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></OBJECT>";

this[2] = "<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH=\"618\" HEIGHT=\"150\" id=\"loadtext\"><PARAM NAME=movie VALUE=\"flash/filmato02.swf\"><PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high><EMBED src=\"flash/filmato02.swf\" quality=high WIDTH=\"618\" HEIGHT=\"150\" NAME=\"loadtext\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></OBJECT>";

}

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   --->
