function text()
{
	this[0] = 1;
this[1] = "Best view IE 5.0+ 800x600 | W3C XHTML | <strong>ABmultimedia mobile: 339 8859589</strong>";
}
function grabText()
{
	var today = new Date();
	var textInstance = new text();
	var Text = textInstance[(today.getSeconds() % textInstance[0]) + 1];
	return Text;
}
document.writeln(grabText());