if (expirehours == null) {var expirehours = 0;}
function setCookie() {
var ExpireDate = new Date (); 
ExpireDate.setTime(ExpireDate.getTime() + (expirehours * 3600000)); 
document.cookie = 'popupcookie' + "=" + escape('yes') + ((expirehours == null) ? "" : "; expires=" + ExpireDate.toGMTString()) + "; path=/;" ; 
}
if (document.cookie.indexOf('popupcookie')==-1)  
{ 
setCookie(); 
document.write('<SCRIPT LANGUAGE=JAVASCRIPT>');
document.write('startDate=new Date();');
document.write('tmpWin=window.open("http://server01.popupmoney.com/popup.php?'+account+'&'+category+'",startDate.getTime(),"toolbar=no,location=no,resizable=no,status=no,scrollbars=on,menubar=no,width=468,height=250");');
document.write('</SCRIPT>');
}





