function text()
{
	this[0] = 1;
this[1] = "<font color=\"#ffddbb\">&nbsp;&nbsp;&nbsp;<strong>Servizi e consulenze in:</strong><br /><img src=\"img/p1.gif\" width=\"5\" height=\"5\" alt=\".\" border=\"0\" vspace=\"2\" />&nbsp;&nbsp;<strong>S</strong>ettore <strong>C</strong>ine-<strong>V</strong>ideo-<strong>T</strong>V<br /><img src=\"img/p1.gif\" width=\"5\" height=\"5\" alt=\".\" border=\"0\" vspace=\"2\" />&nbsp;&nbsp;<strong>C</strong>onsulenza <strong>C</strong>asting <strong>C</strong>inematografici e <strong>T</strong>elevisivi<br /><img src=\"img/p1.gif\" width=\"5\" height=\"5\" alt=\".\" border=\"0\" vspace=\"2\" />&nbsp;&nbsp;<strong>M</strong>anagement<br /><img src=\"img/p1.gif\" width=\"5\" height=\"5\" alt=\".\" border=\"0\" vspace=\"2\" />&nbsp;&nbsp;<strong>B</strong>ook <strong>F</strong>otografici e <strong>C</strong>omposit<br /><img src=\"img/p1.gif\" width=\"5\" height=\"5\" alt=\".\" border=\"0\" vspace=\"2\" />&nbsp;&nbsp;<strong>E</strong>venti <strong>S</strong>peciali<br /><img src=\"img/p1.gif\" width=\"5\" height=\"5\" alt=\".\" border=\"0\" vspace=\"2\" />&nbsp;&nbsp;<strong>S</strong>ettore <strong>E</strong>ditoria<br /></font>";
}
function grabText()
{
	var today = new Date();
	var textInstance = new text();
	var Text = textInstance[(today.getSeconds() % textInstance[0]) + 1];
	return Text;
}
document.writeln(grabText());