function printLogonOff() 
{
    if(getCookie("aflsessionid")) {
        document.write('');
    } else {
        document.write('');
    }
};

function confirm(msg,newurl) 
{   
    if(confirm(msg) && newurl) {
        location = newurl;
    }
}
