As promised:
Code:<html>
<head>
<style type="text/css">
<!--
/* General page style */
font,p{font:12px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif}
.fade{font-size:22px;text-decoration:underline;font-weight:bold;color:#0033CC}
.text{font-size:12px;text-decoration:none}
a.fade:hover{color:#FF6600}
.adby{font-size:12px;color:#ecf0f6;text-decoration:none}
-->
</style>
<script language="JavaScript" src="fade.js"></script>
<title>Able2Know</title>
<base target="_top">
</head>
<body>
<table border="0" width="468" height="60" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="1" width="100%" bordercolor="#0033CC" cellspacing="0" cellpadding="0" height="100%" id="myexample">
<tr>
<td width="100%">
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="1">
<tr>
<td bgcolor="#FF0000" onMouseOver=this.style.backgroundColor="ecf0f6" onMouseOut=this.style.backgroundColor="" onclick="top.location.href='http://www.able2know.com/forums/profile.php?mode=register&agreed=true&ruid=4531'" height="100%">
<p align="center"> <a href="http://www.able2know.com/forums/profile.php?mode=register&agreed=true&ruid=4531" class="fade" target="_top">Release
the Cursor! Join the #1 Forum!</a><br>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<SCRIPT language="JavaScript1.2">
//specify path to cursor image
var cursorpath="cursor.gif"
if (document.layers)
{document.write("<LAYER NAME='PoInTeRs' LEFT=10 TOP=10><img src='"+cursorpath+"' width=17 height=22></LAYER>")}
else if (document.all){document.write("<div id='pOiNtErS' style='position:absolute;top:10px;left:10px;width:17px;height:22px;z-index:50'><img src='"+cursorpath+"' width=17 height=22></div>")}
count=-1;
move=1;
function Curve(){
abc=new Array(0,1,1,1,2,3,4,0,6,-1,-1,-1,-2,-3,-4,0,-6)
for (i=0; i < abc.length; i++)
{var C=Math.round(Math.random()*[i])}
howbend=abc[C];
setTimeout('Curve()',1900);
return howbend;
}
ypos=10;
xpos=10;
degree = 60;
function MoveRandom(){
PathBend=degree+=howbend;//ok!
y = 4*Math.sin(PathBend*Math.PI/180);
x = 6*Math.cos(PathBend*Math.PI/180);
if (document.layers){
ypos+=y;
xpos+=x;
document.PoInTeRs.top=ypos+window.pageYOffset;
document.PoInTeRs.left=xpos+window.pageXOffset;
}
else if (document.all){
ypos+=y;
xpos+=x;
document.all.pOiNtErS.style.top=ypos+document.body.scrollTop;
document.all.pOiNtErS.style.left=xpos+document.body.scrollLeft;
}
T=setTimeout('MoveRandom()',50);
}
function edges(){
if (document.layers){
if (document.PoInTeRs.left >= window.innerWidth-40+window.pageXOffset)degree=Math.round(Math.random()*45+157.5);
if (document.PoInTeRs.top >= window.innerHeight-30+window.pageYOffset)degree=Math.round(Math.random()*45-112.5);
if (document.PoInTeRs.top <= 2+window.pageYOffset) degree = Math.round(Math.random()*45+67.5);//OK!
if (document.PoInTeRs.left <= 2+window.pageXOffset) degree = Math.round(Math.random()*45-22.5);//OK!
}
else if (document.all)
{
if (document.all.pOiNtErS.style.pixelLeft >= document.body.offsetWidth-45+document.body.scrollLeft)degree=Math.round(Math.random()*45+157.5);
if (document.all.pOiNtErS.style.pixelTop >= document.body.offsetHeight-35+document.body.scrollTop)degree=Math.round(Math.random()*45-112.5);
if (document.all.pOiNtErS.style.pixelTop <= 2+document.body.scrollTop) degree = Math.round(Math.random()*45+67.5);//OK!
if (document.all.pOiNtErS.style.pixelLeft <= 2+document.body.scrollLeft) degree = Math.round(Math.random()*45-22.5);//OK!
}
setTimeout('edges()',100);
}
function starteffect(){
Curve();
MoveRandom();// onUnload="opener.gO()"
edges();
}
if (document.all||document.layers)
window.onload=starteffect
</script>
</body>
</html>