function text()
{
	this[0] = 1;
this[1] = "<a href=\"http://www.dvd.it/page/welc/nv/WEL/partnerId/199/\" target=\"_blank\"><img src=\"http://www.dvd.it/layout.dvd.it/imgbanners/home_dvd.gif\" border=\"0\"></a>";
}
function grabText()
{
	var today = new Date();
	var textInstance = new text();
	var Text = textInstance[(today.getSeconds() % textInstance[0]) + 1];
	return Text;
}
document.writeln(grabText());