function errore() {return true;}

window.onerror = errore;

document.write("<style TYPE='text/css'>");
document.write("body {overflow:scroll; overflow-x:hidden;}");
document.write(".nascondi{position : absolute;visibility:hidden;top:-50px;z-index:5;}");
document.write("</style>");
document.write("<DIV ID=sdeng CLASS=nascondi>&nbsp;</DIV>");

var nav = (document.layers); 
var iex = (document.all);
var skn = (nav) ? document.sdeng : sdeng.style;

if (nav) document.captureEvents(Event.MOUSEMOVE);

document.onmousemove = SeguiTopo;

function rimorchia()
{var immgcurs = "<img src='http://www.ivanmax.com/cursori/spaghetti-funk.gif'>";
 if (nav)
	{ 
	skn.document.write(immgcurs); 
	skn.document.close();
	skn.visibility = "visible";
	}
 else if (iex) 
	{
	document.all("sdeng").innerHTML = immgcurs;
	skn.visibility = "visible";
	}
}

function SeguiTopo(e)
{var x = (nav) ? e.pageX : event.x+document.body.scrollLeft; 
 var y = (nav) ? e.pageY : event.y+document.body.scrollTop;
 skn.left = x - 10;
 skn.top= y + 10;
}

if (iex)
	{
	document.write("<script>rimorchia\(\);</script>");
	}
else if (nav)
	{
	document.write("<body onLoad=rimorchia\(\)>");
	}
function choices()

{
this[0] = 1;
this[1] = "<center><a href=\"http://www.ivanmax.com/cursori\" target=\"_blank\"><img src=\"http://www.ivanmax.com/cursori/banner_cursore.gif\" border=0 width=88 height=31 alt=\"Cursore ivanmax.com\"></a></center>";


}
function popUpBanner(list)
{	
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabBanner()
{
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}
document.writeln(grabBanner());
