/*
    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('<table id="Table_01" width="962" height="37" border="0" cellpadding="0" cel');
//document.write('lspacing="0">	<tr>		<td>			<img src="/images/logos_01.gif" width="156" he');
//document.write('ight="37" alt=""></td>		<td align="left" valign="top">			<a href="http://');
//document.write('www.berlei.com.au/"><img src="/images/logos_02.gif" alt="" width="55" height');
//document.write('="37" border="0"></a></td><td align="left" valign="top">			<a href="http:');
//document.write('//www.bonds.com.au/"><img src="/images/logos_03.gif" alt="" width="58" heigh');
//document.write('t="37" border="0"></a></td><td align="left" valign="top">			<a href="http');
//document.write('://www.clarks.com.au/"><img src="/images/logos_04.gif" alt="" width="65" hei');
//document.write('ght="37" border="0"></a></td><td align="left" valign="top">			<a href="ht');
//document.write('tp://www.dunlopsport.com.au/"><img src="/images/logos_05.gif" alt="" width="');
//document.write('64" height="37" border="0"></a></td><td align="left" valign="top">			<a h');
//document.write('ref="http://www.yakka.com.au/"><img src="/images/logos_06.gif" alt="" width=');
//document.write('"70" height="37" border="0"></a></td><td align="left" valign="top">			<a ');
//document.write('href="http://www.slazenger.com.au/"><img src="/images/logos_07.gif" alt="" w');
//document.write('idth="53" height="37" border="0"></a></td><td align="left" valign="top">	');
//document.write('		<a href="http://www.grosby.com.au/"><img src="/images/logos_08.gif" alt=""');
//document.write(' width="61" height="37" border="0"></a></td><td align="left" valign="top">');
//document.write('			<a href="http://www.holeproof.com.au/"><img src="/images/logos_09.gif" a');
//document.write('lt="" width="36" height="37" border="0"></a></td><td align="left" valign="');
//document.write('top">			<a href="http://www.hushpuppies.com.au/"><img src="/images/logos_10');
//document.write('.gif" alt="" width="58" height="37" border="0"></a></td><td align="left" v');
//document.write('align="top">			<a href="http://www.kinggee.com.au/"><img src="/images/logos');
//document.write('_11.gif" alt="" width="58" height="37" border="0"></a></td><td align="left');
//document.write('" valign="top">			<a href="http://www.sheridan.com.au/"><img src="/images/l');
//document.write('ogos_12.gif" alt="" width="60" height="37" border="0"></a></td><td align="');
//document.write('left" valign="top">			<a href="http://www.sleepmaker.com.au/"><img src="/im');
//document.write('ages/logos_13.gif" alt="" width="63" height="37" border="0"></a></td><td a');
//document.write('lign="left" valign="top">			<a href="http://www.tontine.com.au/"><img src=');
//document.write('"/images/logos_14.gif" alt="" width="57" height="37" border="0"></a></td><t');
//document.write('d>			<img src="/images/logos_15.gif" width="48" height="37" alt=""></td>	<');
//document.write('/tr></table>');
    //end editable zone
    //----------------------


    document.write('<div id="footer" class="markBox"><a href="http://www.pacificbrands.com.au/Privacy/" target="_blank">Privacy</a> | Copyright 2008</div>');
    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
    //----------------------
}
