// page footer
function footer()
{
	document.writeln("<hr color='#C0C0C0'>");
	document.writeln("<p class='footer'>© Copyright British Orienteering Federation 2002-2006<br>");
	document.writeln("This website is maintained by James Head, Thames Valley Orienteering Club, BOF 369231<br>");
	document.writeln("The material and photographs are © copyright of their owners and have been reproduced with full permission.<br>");
	document.writeln("For Information on this website please contact James Head <SCRIPT type='text/javascript'>emailjameshead()</SCRIPT><br>");
	document.writeln("For Information on Orienteering in general follow this link <a href='http://www.britishorienteering.org.uk'>www.britishorienteering.org.uk</a>");
	document.writeln("<hr color='#C0C0C0'>");
}
