function curs() {
if (document.all && document.body.getAttributeNode) { document.body.style.cursor="url(http://lookwayup.com/free/lwu.cur)" }
}

function uncurs() {
if (document.body.style) document.body.style.cursor="default"
}

function cursinit() {
curs(); setTimeout('uncurs()',5000);
}

window.onload=cursinit;
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'http://lookwayup.com/free/lWuw.js';
document.getElementsByTagName('head')[0].appendChild(script); 
 