/*
    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_header">');
    document.write('<div id="rasp_logo">');

    //----------------------
    //start editable zone
    document.write('<a href="http://pacbrands.com.au/" title="Return to Homepage">');
    document.write('<img id="company_logo" src="/M_images/pacLogo.gif"/>');
    document.write('</a>');
    //end editable zone
    //----------------------

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

