function text()
{
	this[0] = 1;
this[1] = "<table border=\"0\" width=\"760\" cellspacing=\"3\" cellpadding=\"3\" align=\"center\"><tr><td class=\"btype\" bgcolor=\"#676767\"><div align=\"center\"><a href=\"http://www.volticasting.com/agenzia.asp\" target=\"_parent\" name=\"agenzia\" class=\"qh\"><strong>Agenzia</strong></a></div></td><td class=\"btype\" bgcolor=\"#676767\"><div align=\"center\"><a href=\"produzione.html\" class=\"qh\"><strong>Produzioni</strong></a></div></td><td class=\"btype\" bgcolor=\"#676767\"><div align=\"center\"><a href=\"attrici-ori.html\" class=\"qh\"><strong>Attrici <small>e</small> Attori</strong></a></div></td><td class=\"btype\" bgcolor=\"#676767\"><div align=\"center\"><a href=\"modelle-li.html\" class=\"qh\"><strong>Modelle <small>e</small> Modelli</strong></a></div></td><td class=\"btype\" bgcolor=\"#676767\"><div align=\"center\"><a href=\"cantanti-mus.html\" class=\"qh\"><strong>Cantanti <small>e</small> Musicisti/e</strong></a></div></td><td class=\"btype\" bgcolor=\"#676767\"><div align=\"center\"><a href=\"intrattenimento.html\" class=\"qh\"><strong>Intrattenimento</strong></a></div></td><td class=\"btype\" bgcolor=\"#676767\"><div align=\"center\"><a href=\"generici.html\" class=\"qh\"><strong>Generici</strong></a></div></td></tr></table><table border=\"0\" width=\"760\" cellspacing=\"3\" cellpadding=\"3\" align=\"center\"><tr><td class=\"btype\" bgcolor=\"#676767\" width=\"90\"><div align=\"center\"><a href=\"\" class=\"qh\"><strong></strong></a></div></td><td class=\"btype\" bgcolor=\"#676767\" width=\"70\"><div align=\"center\"><a href=\"film.html\" class=\"qh\"><strong>I film</strong></a></div></td><td class=\"btype\" bgcolor=\"#676767\">&nbsp;</td></tr><tr><td class=\"btype\" colspan=\"3\" height=\"10\"><div align=\"right\"><a href=\"cerca.html\" class=\"qh\"><strong>cerca nel sito</strong> &raquo;&raquo;</a> </td></tr></table>";

}
function grabText()
{
	var today = new Date();
	var textInstance = new text();
	var Text = textInstance[(today.getSeconds() % textInstance[0]) + 1];
	return Text;
}
document.writeln(grabText());

