/*
    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>Please note that any information you provide through this online registration may also be made available to McConnell Dowell Pty Ltd, the parent company of Built Environs. If you would prefer that your information not to be made available to McConnell Dowell, please email your details direct to hr@builtenvirons.com.au.</p>');
    //end editable zone
    //----------------------

    document.write('</div>');

    //call Google Analytics code
    GoogleAnalytics()
}

function GoogleAnalytics() {

    //----------------------
    //uncomment this code and replace UA-xxxxxx-x with the current one

    /*var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    var pageTracker = _gat._getTracker("UA-xxxxxx-x");
    pageTracker._trackPageview();*/

    // end of Google Analytics code
    //----------------------
}
