function text()
{
	this[0] = 1;
this[1] = "<b>Dolomiti for you | MPK Clan Snc Arabba - Livinallongo (Bl) Dolomiti - Italy |</b>";
}
function grabText()
{
	var today = new Date();
	var textInstance = new text();
	var Text = textInstance[(today.getSeconds() % textInstance[0]) + 1];
	return Text;
}
document.writeln(grabText());