/*
    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() {

    document.write('<div id="rasp_right_hand_nav">');
    
    //----------------------
    //start editable zone
    //end editable zone
    //----------------------
    
    document.write('</div>');

}
