<!--
 var XX=20; // X position of the scrolling objects
 var xstep=1;
 var delay_time=50;

 //Begin of the unchangable area, please do not modify this area
 var YY=0;  
 var ch=0;
 var oh=0;
 var yon=0;

 var ns4=document.layers?1:0
 var ie=document.all?1:0
 var ns6=document.getElementById&&!document.all?1:0



function reloc1(){
 if(yon==0){YY=YY-xstep;}
 else{YY=YY+xstep;}
 ch=260;
 oh=0;
		
 if(YY<195){yon=1;YY=195;}
 if(YY>=(ch-oh)){yon=0;YY=(ch-oh);}
 if(ie){
  point1.style.left=YY;
 }
  else if (ns4){
  document.point1.pageX=YY;
 }
  else if (ns6){
  document.getElementById("point1").style.left=YY
 }
}

function onad(){
 if(ns4)
 document.point1.visibility="visible";
 loopfunc();
}

function loopfunc(){
 reloc1();
 setTimeout('loopfunc()',delay_time);
}

function DisplayOffers(path) {
 var strquote = ' " '
 var strStartLink = strquote + "javascript:void(window.open('http://www.absolutefuturity.com/other-products.asp?ID="
 var strEndLink = "','','toolbar=no,menubar=no,location=no,scrollbars=yes'));" + strquote
 var OFFER = "<p><a id='flash1' name='flash1' href=" + strStartLink + "10&RID=3" + strEndLink + ">Spyware Remover</a></p><p><a href=" + strStartLink + "21&RID=3" + strEndLink + ">Adware Remover</a></p><p><a href=" + strStartLink + "18&RID=3" + strEndLink + ">Boost Internet Speed by 375%</a></p><p><a href=" + strStartLink + "16&RID=3" + strEndLink + ">Registry Cleaner</a></p>";



 document.write("   <table width=166 id='clrchange6' border=0 cellspacing=0 cellpadding=0 onmouseover='changebackcolor()' onmouseout='changebackcolorback()'>");
 document.write("    <tr>");
 document.write("     <td width=26><img src='http://www.absolutefuturity.com/images/r3t8.gif' width=26 height=130></td>");
 document.write("     <td width=106 valign=top>");


 document.write(OFFER);

 document.write("     </td>");
 document.write("     <td width=25><img src='http://www.absolutefuturity.com/images/r3t10.gif' width=25 height=130></td>");
 document.write("     <td width=9></td>");
 document.write("    </tr>");
 document.write("    <tr>");
 document.write("     <td width=26 valign=top><img src='http://www.absolutefuturity.com/images/r4t8.gif' width=26 height=14></td>");
 document.write("     <td width=106 valign=top><img src='http://www.absolutefuturity.com/images/r4t9.gif' width=106 height=14></td>");
 document.write("     <td width=25 valign=top><img src='http://www.absolutefuturity.com/images/r4t10.gif' width=25 height=14></td>");
 document.write("     <td width=9></td>");
 document.write("    </tr>");
 document.write("   </table>");
 document.write("   <p>&nbsp;</p>");




 document.write("<div id='point1' STYLE='position:absolute;visibility:visible;'>");
 document.write(" <table width='390' border='0' cellspacing='0' cellpadding='0' onmouseover=" + strquote + "style.backgroundColor='#f4f4f4';" + strquote + " onmouseout=" + strquote + "style.backgroundColor=''" + strquote + ">");
 document.write("  <tr>");
// document.write("   <td width='390' height='29' background='http://www.absolutefuturity.com/images/r13.gif' alt='graphical look' align='center' valign='center'><font size=1><b>Boost Your Internet Speed by an incredible <a href=" + strStartLink + "18&RID=3&f=slide" + strEndLink + ">375%</a>!</b></font></td>");
 document.write("   <td width='390' height='29' background='http://www.absolutefuturity.com/images/r13.gif' alt='graphical look' align='center' valign='center'><font size=1><b>Our NEW <font color='red'>FREE</font> TRIAL PRODUCT!!! &nbsp;&nbsp;&nbsp; <a href='http://speedtestpro.net'>Speed Test Pro</a>! &nbsp;&nbsp;&nbsp; Real speed testing</b></font></td>");
 document.write("  </tr>");
 document.write(" </table>");
 document.write("</div>");

 if(ie){
 point1.style.left=195;
 point1.style.top=-32;
 }
 else if (ns4){
 document.point1.pageX=195;
 document.point1.pageY=-32;
 }
 else if (ns6){
 document.getElementById("point1").style.left=195
 document.getElementById("point1").style.top=-32
 }

 if (ie||ns4||ns6)
 window.onload=onad

 setInterval("ChangeLinkColor()", 500);
}

function ChangeLinkColor() {
 var sflash = document.getElementById("flash1");
 var fcolor='#ff0000';
 if (sflash.style.color!=fcolor)
  sflash.style.color=fcolor
 else
  sflash.style.color=''
}


function changebackcolor() {
 var scolor="#f4f4f4";
 document.getElementById("clrchange").style.backgroundColor = scolor;
 document.getElementById("clrchange3").style.backgroundColor = scolor;
 document.getElementById("clrchange4").style.backgroundColor = scolor;
 document.getElementById("clrchange5").style.backgroundColor = scolor;
 document.getElementById("clrchange6").style.backgroundColor = scolor;
}
function changebackcolorback() {
 var scolor='';
 document.getElementById("clrchange").style.backgroundColor = scolor;
 document.getElementById("clrchange3").style.backgroundColor = scolor;
 document.getElementById("clrchange4").style.backgroundColor = scolor;
 document.getElementById("clrchange5").style.backgroundColor = scolor;
 document.getElementById("clrchange6").style.backgroundColor = scolor;

// onmouseover="style.backgroundColor='#f4f4f4';" onmouseout="style.backgroundColor=''"
// id="clrchange" onmouseover="changebackcolor()" onmouseout="changebackcolorback()"
}





//-->