function text()
{
	this[0] = 1;
this[1] = "<object id=\"shockwaveflash1\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0\" width=\"290\" height=\"80\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"><param name=\"movie\" value=\"img/filmatomg.swf\"></param><param name=\"play\" value=\"true\"></param><param name=\"quality\" value=\"hight\"></param><param name=\"loop\" value=\"true\"></param><param name=\"align\" value=\"default\"></param><param name=\"menu\" value=\"false\"></param><param name=\"bgcolor\" value=\"#004080\"></param><embed src=\"img/filmatomg.swf\" play=\"true\" quality=\"best\" loop=\"true\" name=\"logo\" width=\"290\" height=\"80\" bgcolor=\"#004080\" swliveconnect=\"true\" type=\"application/x-shockwave-flash\" pluginspare=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\"></embed></object>";
}
function grabText()
{
	var today = new Date();
	var textInstance = new text();
	var Text = textInstance[(today.getSeconds() % textInstance[0]) + 1];
	return Text;
}
document.writeln(grabText());




