function text()
{
	this[0] = 1;
this[1] = "<strong>M.G. Elettromeccanica</strong> P.I.00615741204 Via Verdi, 29 - 40050 Villanova di Castenaso (Bologna)<br>Tel. 051782281 &middot; Fax. 051780404 E-mail: <a href=\"mailto:m.g.elettromeccanica@libero.it\" class=\"qa\">m.g.elettromeccanica@libero.it</a>";
}
function grabText()
{
	var today = new Date();
	var textInstance = new text();
	var Text = textInstance[(today.getSeconds() % textInstance[0]) + 1];
	return Text;
}
document.writeln(grabText());