function updateLoginAlert() {
    var url = 'ajax.php?cmg=updateLoginAlert';
    new Ajax.Updater('new_mail_top', url);
    setTimeout( "updateLoginAlert()", 2000 );
}

function updateConvoLink() {
    var url = 'ajax.php?cmg=updateConvoLink';
    new Ajax.Updater('new_mail_left', url);
    setTimeout( "updateConvoLink()", 2000 );
}

