var title="";


//title += "<div class=\"sitetitle\" id=\"sitetitle\">North West Junior Orienteering Squad<br><span style=\"font-size: 10pt;\">and the junior pages of the NWOA website</div>"

title += "<div class=\"sitetitle\" id=\"sitetitle\">North West Junior Orienteering Squad<span style=\"font-size: 10pt;\"></div>";





var nav = "";



nav += "<div id=\"links\" class=\"sitetitle\">";

nav += "<a href=\"index.html\"    title=\"Home Page\"                         class=\"blacklink\">HOME</a> : ";

nav += "<a href=\"news.html\"     title=\"Latest Squad News\"                 class=\"blacklink\">NEWS</a> : ";

nav += "<a href=\"coach.html\"    title=\"Squad Coaches\"                     class=\"blacklink\">COACHES</a> : ";

nav += "<a href=\"calendar.html\" title=\"Dates of Training and other stuff\" class=\"blacklink\">CALENDAR</a> : ";

nav += "<a href=\"archive.html\"  title=\"Older reports and selection info\"  class=\"blacklink\">DOCUMENTS</a> : ";

nav += "<a href=\"gallery.html\"  title=\"Photos\"                            class=\"blacklink\">GALLERY</a> : ";

nav += "<a href=\"norway10.html\" title=\"Norway Tour Summer 2010\"         class=\"blacklink\">NORWAY</a>";

nav += "</div>";



document.write(title + nav);
