function header() {

return("<table id='Table_01' width='800' border='0' cellpadding='0' cellspacing='0'>"
+"                    <tr>"
+"                        <td>"
+"                            <a href='/WJR-web/index.html'>"
+"                                <img src='/WJR-web/pix/title.jpg' alt='' style='border: none;' border='0' /></a></td>"
+"                    </tr>"
+"</table><table class='outline' width=800>"
+"                    <tr>"
+"                        <td class='menu'>"
+"                            <ul class='sddm'>"
+"				<li><a href='/WJR-web/index.html'>Home</a> </li>"
+"				<li><a href='/WJR-web/info.html'>Race Info</a> </li>"
+"				<li><a href='#' onmouseover='mopen(\"m3\")' onmouseout='mclosetime()'>2011 Race Schedule</a>"
+"					<div id='m3' onmouseover='mcancelclosetime()' onmouseout='mclosetime()'>"
+"						<a href='/WJR-web/2011-wjr2.html'>August 13 - Why Just Run Centre Island</a>"
+"					</div>"
+"				</li>"
+"				<li><a href='/WJR-web/reg1.html'>Registration</a> </li>"
+"				<li><a href='#' onmouseover='mopen(\"m5\")' onmouseout='mclosetime()'>Results!</a>"
+"					<div id='m5' onmouseover='mcancelclosetime()' onmouseout='mclosetime()'>"
+"						<a href='/WJR-web/results/2011-wjr2-results.html'>August 13 - Why Just Run the Islands</a>"
+"						<a href='/WJR-web/results.html'>Previous Seasons</a>"
+"					</div>"
+"				</li>"
+"                      <li><a href='#' onmouseover='mopen(\"m7\")' onmouseout='mclosetime()'>Photos!</a>"
+"					<div id='m7' onmouseover='mcancelclosetime()' onmouseout='mclosetime()'>"
+"						<a href='/gallery/galleries/wjr1-09/wjr1-09-1.html'>2009 Why Just Run the Islands</a>"
+"						<a href='/gallery/galleries/wjr2-09/wjr2-09-1.html'>2009 Why Just Run the Park</a>"
+"						<a href='/gallery/galleries/wjr3-09/wjr3-09-1.html'>2009 Why Just Run the Park II</a>"
+"						<a href='http://www.youtube.com/watch?v=X8DNZSOnjP8' target='_blank'>2009 Series Montage</a>"
+"					</div>"
+"				</li>"
+"                      <li><a href='#' onmouseover='mopen(\"m6\")' onmouseout='mclosetime()'>Contact Us</a>"
+"					<div id='m6' onmouseover='mcancelclosetime()' onmouseout='mclosetime()'>"
+"						<a href='/WJR-web/volunteer.html'>Volunteer!</a>"
+"						<a href='/WJR-web/contactus.html'>Contact Us!</a>"
+"					</div>"
+"				</li>"
+"                            </ul>"
+"                            <div style='clear: both'>"
+"                            </div>"
+"                        </td>"
+"                    </tr>"
+"                </table>");
}

function footer() {
return("<table class='outline' width=800>"
+"                    <tr>"
+"                        <td align='center'>"
+"                            <a href='http://www.toronto-orienteering.com/index.html'>"
+"                                <img class='logo' src='/WJR-web/pix/TOC.bmp' alt='Toronto Orienteering Club' align='center'/>"
+"                            </a>"
+"                        </td>"
+"                        <td align='center' >"
+"                            <a href='http://www.paddletoronto.com/'>"
+"                                <img class='logo' src='/WJR-web/pix/hckc.jpg' alt='Harbourfront Canoe and Kayak Centre' align='center'/>"
+"                            </a>"
+"                        </td>"
+"                        <td align='center' >"
+"                            <a href='http://www.elementracing.ca/'>"
+"                                <img class='logo' src='/WJR-web/pix/element.jpg' alt='Element Racing' align='center'/>"
+"                            </a>"
+"                        </td>"
+"                        <td align='center' >"
+"                            <a href='http://www.trilliumfoundation.org/'>"
+"                                <img class='logo' src='/WJR-web/pix/otflogo-sm.jpg' alt='Ontario Trillium Foundation' align='center'/>"
+"                            </a>"
+"                        </td>"
+"                    </tr>"
+"                </table>");
}

