function bldHdg(pPath) {
var graphic1 = pPath.concat('images/logos/dv_hdr3a.gif');
    document.writeln
('<div id="wrap">\n' +
 '<div id="header-section">\n' +
 '<img id="header-background" src="' + graphic1 + '" alt="Diamond Valley"></div>\n' + 
 '<div id="header"></div>');
 }

// '<img id="header-background-left" src="' + graphic1 + '" alt="DV Logo">\n' + 


function bldLHS(pPath) {
    document.writeln
('<div id="left-column">\n' +
'<ul>\n' +
'<li><a class="left-navheader" href="' + pPath + 'index.html">Home</a></li>\n' +
'<li><a class="left-navheader" href="' + pPath + 'whatson.html">What\'s On</a></li>\n' +
'<li><span class="left-navheader">The Club</span></li>\n' +
'<li><a href="' + pPath + 'coaching.html">Coaching</a></li>\n' +
'<li><a href="' + pPath + 'committee.html">Committee</a></li>\n' +
'<li><a href="' + pPath + 'facilities.html">Facilities/Training</a></li>\n' +
'<li><a href="' + pPath + 'history/clubhist.html">History</a></li>\n' +
'<li><a href="' + pPath + 'membership.html">Join the Club</a></li>\n' +
'<li><a href="' + pPath + 'services.html">Have your say</a></li>\n' +
'<li><a href="' + pPath + 'club.html">Club Activities</a></li>\n' +
'<li><span class="left-navheader">Competition</span></li>\n' +
'<li><a href="' + pPath + 'results/s09_10/summer/results.html">Summer 2009/10</a></li>\n' +
'<li><a href="' + pPath + 'results/s09_10/winter/results.html">Winter 2009</a></li>\n' +
'<li><a href="' + pPath + 'results/s08_09/summer/results.html">Summer 2008/09</a></li>\n' +
'<li><a href="' + pPath + 'results.html">Results Archive</a></li>\n' +
'<li><a href="' + pPath + 'records/menu.html">Club Records</a></li>\n' +
'<li><a href="' + pPath + 'history/vicchamps.html">Vic Champions</a></li>\n' +
'<li><a href="' + pPath + 'links.html" class="left-navheader">Links</a></li>\n' +
'<li><a href="' + pPath + 'news-archive.html" class="left-navheader">News Archive</a></li>\n' +
'</ul>\n' +
'<br><img src="' + pPath + 'images/s09_10/summer/03-shield/carmet_200w.jpg" alt="Chris Armet">\n' +
'<hr><img src="' + pPath + 'images/logos/dv_sglt_c.jpg" alt="DV Logo">\n' +
'</div>');
}

//'<a href="http://www.valleyaths.org/news/trackside_200708_10.pdf" target="_blank">Download</a> Trackside News Edition 10. \n' +

function bldRHS() {
    document.writeln
('<div id="right-column"><!-- Right column box -->\n' +
'<div class="right-column-box-white">\n' +
'<div class="right-column-box-title-green">Next Event</div>\n' +
'Round 1 of East Region post-season Comp, Tuesday 9 March @ Box Hill, from 6:30pm.\n' +
'</div>\n' +
'<div class="right-column-box-white">\n' +
'<div class="right-column-box-title-green">Trackside News #14</div>\n' +
'Latest Valley <a href="http://www.valleyaths.org/news/2009/trackside-14.pdf" target="_blank">Trackside News</a> now out - Edition 14 for 2009/10.\n' +
'</div>\n' +
'<div class="right-column-box-white">\n' +
'<div class="right-column-box-title-green">Rebel Discount</div>\n' +
'As a member of the Diamond Valley Athletic Club, you can get a 5% discount off all products at any Rebel Sports store. \n' +
'Just quote our club code of 1743 as you pay.\n' +
'</div>\n' +
'<div class="right-column-box-green">\n' +
'Affiliated  with <a style="font-style: italic;" href="http://www.athsvic.org.au/">Athletics Victoria</a>, \n' +
'we compete in their sanctioned summer and winter competitions.\n' +
'</div>\n' +
'<div class="right-column-box-green">\n' +
'DVAC<br>\n' +
'Established 1958<hr>\n' +
'Willinda Park<br>\n' +
'Greensborough<br>\n' +
'Melway 21 A4<br>\n' +
'[<a href="http://maps.google.com.au/maps?f=q&source=s_q&hl=en&ie=UTF8&t=h&ll=-37.71102,145.110083&spn=0.004414,0.008798&z=17">Google Map</a>]<hr>\n' +
'PO Box 311<br>\n' +
'Greensborough<br>\n' +
'Victoria, 3088<hr>\n' +
'<a href="mailto:&#105;&#110;&#102;&#111;&#064;&#118;&#097;&#108;&#108;&#101;&#121;&#097;&#116;&#104;&#115;&#046;&#111;&#114;&#103;">&#105;&#110;&#102;&#111;&#064;&#118;&#097;&#108;&#108;&#101;&#121;&#097;&#116;&#104;&#115;&#046;&#111;&#114;&#103;</a>\n' +
'<hr>\n' +
'Incorporation<br>\n' +
'Reg Nbr A0012784A\n' +
'</div>\n' +
'</div>');
}


function bldFtr() {
    document.writeln
('<div id="footer"> Copyright &copy; 1999-2010 Diamond Valley Athletic Club</div>');
}

