/*
    MIRANDA Code
    ------------------
    M_left_hand_nav.js - This file contains all the elments of the left hand nav, at the bottom of the left menu.
    Please edit the code included in editable zone.
*/

function M_left_hand_nav() {
    
    document.write('<div id="rasp_left_hand_nav">');
    
    //----------------------
    //start editable zone
    //end editable zone
    //----------------------
    
    document.write('</div>');
}
