<!-- Begin
 
function getRealLeft(el) { xPos = el.offsetLeft; tempEl = el.offsetParent; while (tempEl != null) { xPos += tempEl.offsetLeft; tempEl = tempEl.offsetParent; } return xPos; }
function getRealTop(el) { yPos = el.offsetTop; tempEl = el.offsetParent; while (tempEl != null) { yPos += tempEl.offsetTop; tempEl = tempEl.offsetParent; } return yPos; }
function checkload() { f=1; if (document.j1.complete==false) { f=0; } if (document.j2.complete==false) { f=0; } if (document.j3.complete==false) { f=0; } if (document.j4.complete==false) { f=0; } if (document.j6.complete==false) { f=0; } if (document.j7.complete==false) { f=0; } if (document.j8.complete==false) { f=0; } if (document.j9.complete==false) { f=0; } if (f==1) { if (type=="IE") { RealTop = getRealTop(j1); RealLeft = getRealLeft(j1); } else { if (type=="NS") { RealTop = getRealTop(document.j1); RealLeft = getRealLeft(document.j1); }} joejoetimer=setTimeout('startup();', 100); } else { c++; if (c<1000) { joejoetimer=setTimeout('checkload();', 100); }}}
function startup() { s1=50; s2=1250; x1=83; x2=215; y1=73; y2=93; c1=y1; c2=y2; docBody=document.getElementsByTagName("body").item(0); if (document.all) { content.style.left=RealLeft+10; } cut1=document.createElement("IMG"); cut1.setAttribute("id","cut1"); docBody.appendChild(cut1); cut1.src="http://joejoeonline.com/joejoe_magic_1.gif"; cut1.style.position="absolute"; cut1.style.left=RealLeft+x1; cut1.style.top=RealTop+y1; cut1.style.visibility="visible"; cut2=document.createElement("IMG"); cut2.setAttribute("id","cut2"); docBody.appendChild(cut2); cut2.src="http://joejoeonline.com/joejoe_magic_2.gif"; cut2.style.position="absolute"; cut2.style.left=RealLeft+x1; cut2.style.top=RealTop+y1; cut2.style.visibility="visible"; cut3=document.createElement("IMG"); cut3.setAttribute("id","cut3"); docBody.appendChild(cut3); cut3.src="http://joejoeonline.com/joejoe_magic_3.gif"; cut3.style.position="absolute"; cut3.style.left=RealLeft+x2; cut3.style.top=RealTop+y2; cut3.style.visibility="visible"; cut4=document.createElement("IMG"); cut4.setAttribute("id","cut4"); docBody.appendChild(cut4); cut4.src="http://joejoeonline.com/joejoe_magic_4.gif"; cut4.style.position="absolute"; cut4.style.left=RealLeft+x2; cut4.style.top=RealTop+y2; cut4.style.visibility="visible"; joejoetimer=setTimeout('animate1();', 1000); }
function animate1() { c1=c1+1; c2=c2-1; cut1.style.top=RealTop+c1; cut2.style.top=RealTop+c1; cut3.style.top=RealTop+c2; cut4.style.top=RealTop+c2; if (c1<(c1+((c2-c1)/2))) { joejoetimer=setTimeout('animate1();', s1); } else { c1=x1; c2=x2; joejoetimer=setTimeout('animate2();', s1); }}
function animate2() { c1=c1-1; c2=c2+1; cut1.style.left=RealLeft+c1; cut2.style.left=RealLeft+c1; cut3.style.left=RealLeft+c2; cut4.style.left=RealLeft+c2; if (c1>x1-10) { joejoetimer=setTimeout('animate2();', s1); } else { joejoetimer=setTimeout('animate3();', s2); }}
function animate3() { c1=c1+1; c2=c2-1; cut1.style.left=RealLeft+c1; cut2.style.left=RealLeft+c1; cut3.style.left=RealLeft+c2; cut4.style.left=RealLeft+c2; if (c1<x1) { joejoetimer=setTimeout('animate3();', s1); } else { c1=y1+((y2-y1)/2); c2=c1; joejoetimer=setTimeout('animate4();', s1); }}
function animate4() { c1=c1+1; c2=c2-1; cut1.style.top=RealTop+c1; cut2.style.top=RealTop+c2; cut3.style.top=RealTop+c1; cut4.style.top=RealTop+c2; if (c2>y1) { joejoetimer=setTimeout('animate4();', s1); } else { joejoetimer=setTimeout('animate5();', s2); }}
function animate5() { c1=c1-1; c2=c2+1; cut1.style.top=RealTop+c1; cut2.style.top=RealTop+c2; cut3.style.top=RealTop+c1; cut4.style.top=RealTop+c2; if (c2<(c1+((c2-c1)/2))) { joejoetimer=setTimeout('animate5();', s1); } else { joejoetimer=setTimeout('animate6();', s1); }}
function animate6() { c1=c1-1; c2=c2+1; cut1.style.top=RealTop+c1; cut2.style.top=RealTop+c1; cut3.style.top=RealTop+c2; cut4.style.top=RealTop+c2; if (c1>(c1+((c2-c1)/2))) { joejoetimer=setTimeout('animate6();', s1); } else { joejoetimer=setTimeout('animate1();', s1); }}
function ReCalc() { if (type=="IE") { RealTop = getRealTop(j1); RealLeft = getRealLeft(j1); } else { if (type=="NS") { RealTop = getRealTop(document.j1); RealLeft = getRealLeft(document.j1); }}}
if (document.all) { type="IE"; } else { if (navigator.appName.indexOf("Netscape")!=-1&&parseInt(navigator.appVersion)>=5) { type="NS"; } else { type="??"; }}
if (type!="??") { RealLeft=0; RealTop=0; c=0; c1=30; c2=162; joejoetimer=setTimeout('checkload();', 100); }
  
// End -->

