var trailimage=["dino3.gif",32,32],offsetfrommouse=[12,12],displayduration=0;(document.getElementById||document.all)&&document.write('<div id="trailimageid" style="position:absolute;visibility:visible;left:0px;top:0px;width:1px;height:1px"><img src="'+trailimage[0]+'" border="0" width="'+trailimage[1]+'px" height="'+trailimage[2]+'px"></div>');function gettrailobj(){return document.getElementById?document.getElementById("trailimageid").style:document.all?document.all.trailimagid.style:void 0}function truebody(){return!window.opera&&document.compatMode&&document.compatMode!="BackCompat"?document.documentElement:document.body}function hidetrail(){gettrailobj().visibility="hidden";document.onmousemove=""}function followmouse(c){var a=offsetfrommouse[0],b=offsetfrommouse[1];if(typeof c!="undefined"){a+=c.pageX;b+=c.pageY}else if(typeof window.event!="undefined"){a+=truebody().scrollLeft+event.clientX;b+=truebody().scrollTop+event.clientY}var e=document.all?truebody().scrollLeft+truebody().clientWidth:pageXOffset+window.innerWidth-15,d=document.all?Math.max(truebody().scrollHeight,truebody().clientHeight):Math.max(document.body.offsetHeight,window.innerHeight);if(a+trailimage[1]+3>e||b+trailimage[2]>d)gettrailobj().display="none";else gettrailobj().display="";gettrailobj().left=a+"px";gettrailobj().top=b+"px"}document.onmousemove=followmouse;displayduration>0&&setTimeout("hidetrail()",displayduration*1e3)
