var hX = eval(document.body.clientWidth-160); //138
var vY = -350; //250
document.write('<div ALIGN="center" id="reminder" style="position: absolute; width: 133px; padding:0px"><IMG BORDER="0" WIDTH=133 HEIGHT=85 src="http://www.homebuyersguide.org/HBGimages/freetools.gif" STYLE="cursor:hand;cursor:pointer;" onClick="parent.top.location=\'http://www.homebuyersguide.org/tools.html/\'"><BR><A HREF="#" onClick="close_reminder()"><font style="font-family:arial,helvetica; color:#666666; font-size:10px; text-decoration:none"><BR>[ Close ]</font></A></div>')


var nn=(navigator.appName.indexOf("Netscape")!=-1);
var dD=document,dH=dD.html,dB=dD.body,px=dD.layers?'':'px';

function close_reminder() {
document.getElementById('reminder').style.visibility = 'hidden';
}

function slide(iX,iY,id){
var L=dD.getElementById?dD.getElementById(id):dD.all?dD.all[id]:dD.layers[id];		
this[id+'O']=L;if(dD.layers)L.style=L;L.nX=L.iX=iX;L.nY=L.iY=iY;
L.P=function(x,y){this.style.left=x+px;this.style.top=y+px;};L.Fm=function(){var pX, pY;	
pX=(this.iX >=0)?0:nn?innerWidth:nn&&dH.clientWidth?dH.clientWidth:dB.clientWidth;	
pY=nn?pageYOffset:nn&&dH.scrollTop?dH.scrollTop:dB.scrollTop;	
if(this.iY<0)pY+=nn?innerHeight:nn&&dH.clientHeight?dH.clientHeight:dB.clientHeight;	
this.nX+=.1*(pX+this.iX-this.nX);this.nY+=.1*(pY+this.iY-this.nY);this.P(this.nX,this.nY);
setTimeout(this.id+'O.Fm()',33);};
return L;}

slide(hX,vY,'reminder').Fm();

