function popupRegister()
{
    window.open('https://www.mortgagem.org/popups/register.php', 'NAMP', "status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=yes,scrollbars=no,history=no,height=400,width=400,top=0,left=0");
    return false;
}

function noPopups()
{
    setCookie('nopopups', 'true', 'Thu, 01-Jan-2010 00:00:01 GMT', '/');
    self.close();
    return false;
}