/*
    MIRANDA Code
    ------------------
    M_right_hand_nav.js - This file contains all the elments of the right hand nav, at the bottom of the right search form.
    Please edit the code included in editable zone.
*/

function M_right_hand_nav() {

    if(document.getElementById('M_SESID')) {
        document.write('<div id="rasp_right_hand_nav">');
        
        //----------------------
        //start editable zone
        document.write('<a href="/jobtools/JnCustomDailyEmail.UserEmailProfile?in_organid='+orgid+'&in_sessionid='+document.getElementById('M_SESID').value+'">');
        document.write('<img src="/M_images/jobalerts.gif"/>');
        document.write('</a>');
        //end editable zone
        //----------------------
        
        document.write('</div>');
    }
}