//<![CDATA[
	 // This function generates the copyright note at the bottom of each page
	 var now = new Date();
	 var copyyear = now.getFullYear();	
    this.document.write('<div class="btform" id="copy">&copy; Biketraveller.org 2002 - ' + copyyear + '</div>');
//]]>


