// Pictorial content sidebar for SEBBHC
// Each backslash (\) should be preceded with another backslash.
// Example: \\
// Each apostrophe (') should be preceded with a backslash.
// Example: \'
// You can include most HTML

// Place the following code in your HTML pages where you would like your navigate.js content to be displayed.
// Make sure you change the URL and direct it to your new .js file.
// The following code must be displayed exactly as it appears.
// Make sure there are no spaces after the first line of code.
// <SCRIPT language="JavaScript" src="contentsidebar.js">
// </SCRIPT>
// Make sure there are no spaces after the first line of code.

<!--
document.writeln('<br />');
document.writeln('<br />');
document.writeln('<a title="Click to return to home page" href="index.htm">');
document.writeln('<img src="content/home.jpg" alt="HOME" border="0" hspace=4 vspace="1" width="71" height="37" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Click for information on forthcoming events" href="events.html">');
document.writeln('<img src="content/events.jpg" alt="EVENTS" border="0" hspace=4 vspace="1" width="71" height="37" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Click to view back issues of our newsletter" href="lowdown.html">');
document.writeln('<img src="content/lowdown.jpg" alt="LOWDOWN" border="0" hspace=4 vspace="1" width="71" height="50" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p><a title="click to go to our features section" href="features.html">');
document.writeln('<img src="content/features.jpg" alt="FEATURES" border="0" hspace=4 vspace="1" width="71" height="37" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Click for members show results" href="shows.html">');
document.writeln('<img src="content/shows.jpg" alt="SHOW INFORMATION" border="0" hspace=4 vspace="1" height="37" width="71" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Breed History" href="breedhistory.html">');
document.writeln('<img src="content/breedhistory.jpg" border="0" hspace=4 vspace="1" width="71" height="37" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Click for membership details" href="joinus.html">');
document.writeln('<img src="content/joinus.jpg" alt="JOIN US click here" border="0" hspace=4 vspace="1" width="71" height="37" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Click for links" href="links.html">');
document.writeln('<img src="content/links.jpg" alt="LINKS click here" border="0" hspace=4 vspace="1" width="71" height="37" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Click to contact us" href="contact.html">');
document.writeln('<img src="content/contact-us.jpg" alt="CONTACT US click here" border="0" hspace=4 vspace="1" width="71" height="37" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Click for a short history of the branch" href="history.html">');
document.writeln('<img src="content/history.jpg" alt="HISTORY click here" border="0" hspace=4 vspace="1" width="71" height="37" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Click to view our facebook presence" href="facebook.html">');
document.writeln('<img src="features/facebooklogo.jpg" alt="Facebook" border="0" hspace=4 vspace="1" height="23" width="71" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Click to read our tweets" href="twitter.html">');
document.writeln('<img src="features/twitterlogo.jpg" alt="twitter" border="0" hspace=4 vspace="1" height="19" width="71" />');
document.writeln('</a>');
document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="Get your Branch Mug" href="mug.html">');
document.writeln('<img src="features/mug.gif" alt="Branch Mug" border="0" hspace=4 vspace="1" height="67" width="71" />');
document.writeln('</a>');document.writeln('<p style="margin: 0">');
document.writeln('</p>');
document.writeln('<a title="APPENDIX - Copyright, Disclaimer &amp; Index" href="appendix.html">');
document.writeln('<img src="content/copyright.jpg" border="0" hspace=4 vspace="1" width="71" height="46" />');
document.writeln('</a>');
//-->
