/*
    MIRANDA Code
    ------------------
    M_header.js - This file contains the custom header code.
    Please edit the code included in editable zone.
*/

function M_header() {

    document.write('<div id="rasp_headerBg">');
    document.write('<div id="rasp_header">');

    //----------------------
    //start editable zone
    document.write('<div class="LogoTxt">Career opportunities');
    document.write('</div>');
    document.write('<div class="HdrText">We are always interested in hearing from people who would like to work in our Building, Civil Engineering and Industrial Engineering teams - or who would like to support our operational teams in head office-based administrative, finance, HR, IT and marketing roles.</div>');
    //end editable zone

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

