


//var hX = eval(document.body.clientWidth-138);
var hX = eval(document.body.clientWidth/2);
var hX = (hX-152); //150
var vY = -492; //490

document.write('<div ALIGN="center" id="reminder1" style="position: absolute; width:278px; height:248px; background-color:#EEEEEE" border:1px solid #transparent; padding:0px;><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=278 HEIGHT=248><TD WIDTH=278 HEIGHT=248 ALIGN=center VALIGN=middle><IFRAME allowtransparency="true" WIDTH=260 HEIGHT=165 FRAMEBORDER="no" BORDER=0 SCROLLING="no" SRC="/remindertextscroll1.html"></IFRAME></TD></TABLE></DIV>')


document.write('<div ALIGN="center" id="reminder2" style="position: absolute; width:280px; height:250px; background:transparent; border:0px solid #333333; padding:0px;"><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0><TD WIDTH=280 HEIGHT=250 ALIGN=center VALIGN=middle BACKGROUND="/images/reminderBG.gif"><IMG BORDER="0" WIDTH="5" HEIGHT="196" SRC="/images/spacer.gif"><BR><A HREF="javascript:void(0)" onClick="close_reminder()"><IMG WIDTH="15" HEIGHT="15" BORDER="0" SRC="/images/close_reminder.gif"><BR><FONT STYLE="font-family: helvetica, arial; font-size: 10px; color: #777777; font-weight: normal; text-decoration: none">[ Close Window ]</FONT></A></TD></TABLE></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';
document.getElementById('reminder1').style.visibility = 'hidden';
document.getElementById('reminder2').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();
slide(hX,vY,'reminder2').Fm();
slide(hX,vY,'reminder1').Fm();
