document.write('<div id="navmenu">');
document.write('	<ul>');
document.write('		<li><a href="index.html">Home</a></li>');
document.write('		<li><a href="bios.html">Bios</a></li>');
document.write('		<li><a href="albums.html">Recordings</a></li>');
document.write('		<li><a href="gallery.html">Gallery</a></li>');
document.write('		<li><a href="video.html">Videos</a></li>');
document.write('		<li><a href="gigs.html">Bookings</a></li>');
document.write('		<li><a href="contact.html">Contact</a></li>');
document.write('	</ul>');
document.write('	<p>');
document.write('		<a href="buy.html"><span style="font-size: 75%;">Click to buy<br>Winds Of Change</span>');
document.write('		<img id="framed" src="woc-images/front-small.jpg"></a>');
document.write('	</p>');
document.write('	<p>');
document.write('		<span style="font-size: 75%;"><b>Photographers</b><br>');
document.write('			<a href="http://www.silvertone.co.nz/" target="_blank">Crissi Blair</a><br>');
document.write('			<a href="http://www.theremarkablesmusic.com/?page_id=131" target="_blank">Peter Parnham</a><br>');
document.write('			Alec Healy<br>');
document.write('		</span>');
document.write('	</p>');
document.write('	<p>');
document.write('	<!-- Place this tag where you want the +1 button to render -->');
document.write('	<g:plusone size="small" annotation="inline" width="120"></g:plusone>');
document.write('	</p>');
document.write('	<p>');
document.write('<iframe src="//www.facebook.com/plugins/like.php?href&amp;send=false&amp;layout=button_count&amp;width=120&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:21px;" allowTransparency="true"></iframe>');
document.write('	</p>');
document.write('<!-- Place this render call where appropriate -->');
document.write('<script type="text/javascript">');
document.write('  (function() {');
document.write('    var po = document.createElement("script"); po.type = "text/javascript"; po.async = true;');
document.write('    po.src = "https://apis.google.com/js/plusone.js";');
document.write('    var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s);');
document.write('  })();');
document.write('</script>');
document.write('</div> <!-- navmenu -->');

