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=\"605\" height=\"90\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"><param name=\"movie\" value=\"public/top-flash.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><embed src=\"public/top-flash.swf\" play=\"true\" quality=\"best\" loop=\"true\" name=\"logo\" width=\"605\" height=\"90\" 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());
