/* 

  Noted pubs
	File containing noted pubs for placement in the second column on the pub pages
	
	DON'T FORGET that the single quotes around the link names must be preceeded by a back slash
	Single quotes in the display text must be replaced by \'

*/
<!--
function writenav() {
var writeLine = "";
writeLine += '<p class="narrowcol" style="font-size:100%">&nbsp;<br><strong>Noted&nbsp;pubs:</strong></p>';
writeLine += '<p class="narrowcol"><a href="ringobells.htm">Ring&nbsp;O\'Bells</a></p>';
writeLine += '<p class="narrowcol"><a href="crown.htm">Crown</a></p>';
writeLine += '<p class="narrowcol"><a href="bullshead.htm">Bull\'s&nbsp;Head</a></p>';
writeLine += '<p class="narrowcol"><a href="horseshoebr11.htm">Horse&nbsp;Shoe</a></p>';
writeLine += '<p class="narrowcol"><a href="boarshead.htm">Boar\'s&nbsp;Head</a></p>';
writeLine += '<p class="narrowcol"><a href="minersarms.htm">Miner\'s&nbsp;Arms</a></p>';
writeLine += '<p class="narrowcol"><a href="http://www.happy-valley.org.uk/pubs/windmill.htm">The&nbsp;Windmill </a></p>';
writeLine += '<p class="narrowcol"><a href="http://www.happy-valley.org.uk/pubs/vale.htm">The&nbsp;Vale&nbsp;Inn</a></p>';
writeLine += '<p class="narrowcol"><a href="http://www.happy-valley.org.uk/pubs/pubs.htm">Bollington&nbsp;pubs</a></p>';
writeLine += '<p class="narrowcol"><a href="http://www.happy-valley.org.uk/pubs/lordclyde.htm">Lord&nbsp;Clyde</a></p>';
writeLine += '<p class="narrowcol"><a href="britannia.htm">Britannia&nbsp;Inn</a></p>';
writeLine += '<p class="narrowcol"><a href="threecrowns.htm">Three&nbsp;Crowns</a></p>';
writeLine += '<p class="narrowcol"><a href="georgedragon.htm">George&nbsp;&amp;&nbsp;Dragon</a></p>';
writeLine += '<p class="narrowcol"><a href="pussinboots.htm">Puss&nbsp;in&nbsp;Boots</a></p>';
writeLine += '<p class="narrowcol"><a href="navigation.htm">Navigation&nbsp;Inn</a></p>';
writeLine += '<p class="narrowcol"><a href="hollins.htm">Hollins</a></p>';
writeLine += '<p class="narrowcol"><a href="oldkingshead.htm">Old&nbsp;Kings&nbsp;Head</a></p>';
writeLine += '<p class="narrowcol"><a href="suttonhall.htm">Sutton&nbsp;Hall</a></p>';
writeLine += '<p class="narrowcol"><a href="foolsnook.htm">Fool\'s&nbsp;Nook</a></p>';
writeLine += '<p class="narrowcol"><a href="robinhood.htm">Robin&nbsp;Hood</a></p>';
writeLine += '<p class="narrowcol"><a href="churchhouse.htm">Church&nbsp;House</a></p>';
writeLine += '<p class="narrowcol"><a href="railway.htm">Railway</a></p>';
writeLine += '<p class="narrowcol"><a href="queenshead.htm">Queen\'s&nbsp;Head</a></p>';
writeLine += '<p class="narrowcol"><a href="wharfinn.htm">The&nbsp;Wharf</a></p>';
writeLine += '<p class="narrowcol"><a href="mossinn.htm">Moss&nbsp;Inn</a></p>';
writeLine += '<p class="narrowcol"><a href="egertonarms.htm">Egerton&nbsp;Arms</a></p>';
writeLine += '<p class="narrowcol"><a href="horseshoe.htm">Horse&nbsp;Shoe</a></p>';
writeLine += '<p class="narrowcol"><a href="risingsun.htm">Rising&nbsp;Sun</a></p>';
writeLine += '<p class="narrowcol"><a href="travellersrest.htm">Traveller\'s&nbsp;Rest</a></p>';
writeLine += '<p class="narrowcol"><a href="bleedingwolf.htm">Bleeding&nbsp;Wolf</a></p>';
writeLine += '<p class="narrowcol"><a href="redbullinn.htm">Red&nbsp;Bull</a></p>';
writeLine += '<p class="narrowcol"><a href="bluebell.htm">Bluebell</a></p>';
writeLine += '<p class="narrowcol"><a href="canaltavern.htm">Canal&nbsp;Tavern</a></p>';
document.write(writeLine); };
//
writenav();
//
-->
