/*
    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><a href="http://www.ingdirect.com.au/contact_us.htm" target="new">contact us</a> | ');
    document.write(LinkPrivacyStatement);
    document.write('terms & privacy</a></p>');
    //end editable zone
    //----------------------
    
    document.write('</div>');



}

function M_footer_privacy() {

    document.write('<div id="rasp_footer_privacy">');
    
    //----------------------
    //start editable zone
    document.write('<p><a href="http://www.ingdirect.com.au/contact_us.htm" target="_blank">contact us</a> | ');
    document.write('<a href="privacy.html">');
    document.write('terms & privacy</a></p>');
    //end editable zone
    //----------------------
    
    document.write('</div>');



}

