var linksHtml =
 '<span class="news_more" style="text-align:left;">Pipe Band Associations</span><br />		' +
 '<span class="news_more"><a href="http://www.euspba.org/">EUSPBA</a></span><br />			' +
 '<span class="news_more"><a href="http://www.mwpba.org/">MWUSPBA</a></span><br />			' +
 '<span class="news_more"><a href="http://www.suspba.org/">SUSPBA</a></span><br />			' +
 '<span class="news_more"><a href="http://www.wuspba.org/">WUSPBA</a></span><br />			' +
 '<span class="news_more"><a href="http://www.wuspba.org/">RSPBA</a>						' +
 '<p></p>																					' +
 '																							' +
 '<span class="news_more" style="text-align:left;">Piping related web sites</span><br />	' +
 '<span class="news_more"><a href="http://www.bobdunsire.com/">bobdunsire.com</a>			' +
 '<p></p>																					' +
 '<span class="news_more" style="text-align:left;">Piping Magazines online</span><br />		' +
 '<span class="news_more"><a href="http://www.thevoicelog.com/">The Voicelog</a>			';




var navHtml = 
 '<a href="/home.php">Home</a> | ' +
 '<a href="/newsblog/index.php">News</a> | ' +
 '<a href="/roster/index.html">Roster</a> | ' +
 '<a href="/repertoire/index.html">Repertoire</a> | ' +
 '<a href="http://plus.calendars.net/blackthornpb/">Calendar</a> | ' +
 '<a href="/spgm/index.php">Photos</a> | ' +
 '<a href="/join.html">Join</a> | ' +
 '<a href="/contact.html">Contact</a> ' ;



var footerHtml = 
 '<br /> ' +
 '|| ' +
 '<a href="/home.php">Home</a> | ' +
 '<a href="/newsblog/index.php">News</a> | ' +
 '<a href="/roster/index.html">Roster</a> | ' +
 '<a href="/repertoire/index.html">Repertoire</a> | ' +
 '<a href="http://plus.calendars.net/blackthornpb/">Calendar</a> | ' +
 '<a href="/spgm/index.php">Photos</a> | ' +
 '<a href="/join.html">Join</a> | ' +
 '<a href="/contact.html">Contact</a> ' +
 '|| ' +
 '<i>Blackthorn Pipeband. ' +
 'Designed by <a href="http://www.winkhosting.com/">Wink Hosting</a>.</i> ';


function writeLinks() {
	document.write(linksHtml);
}

function writeMenuLinks() {
	document.write(navHtml);
}

function writeFooterLinks() {
	document.write(footerHtml);
}