/*
    MIRANDA Code
    ------------------
    M_footer.js - This file contains all the elments of the custom footer.
    Please edit the code included in editable zone.
*/

function M_footer() {

    document.write('<div id="rasp_footer">');
    
    //----------------------
    //start editable zone
    document.write('<p>&copy; Reserve Bank of Australia - All rights reserved. ');
    document.write(LinkPrivacyStatement);
    document.write('<b>Privacy Statement</b></a></p>');
    //end editable zone
    //----------------------
    
    document.write('</div>');
}