

document.write('<table align=center valign=top width=800 height=20 bgcolor=black>')
document.write('<tr align=center valign=top width=100% height=100%>')
document.write('<td width=15%>')
document.write('<a href=index.html><font color=darkorange style="text-decoration:none">Home</a>')
document.write('</td>')
document.write('<td width=1 bgcolor=darkorange></td>')
document.write('<td width=14%>')
document.write('<a href=about.html><font color=darkorange style="text-decoration:none">About us</a>')
document.write('</td>')
document.write('<td width=1 bgcolor=darkorange></td>')
document.write('<td width=14%>')
document.write('<a href=membership.html><font color=darkorange style="text-decoration:none">Membership</a>')
document.write('</td>')
document.write('<td width=1 bgcolor=darkorange></td>')
document.write('<td width=14%>')
document.write('<a href=events.html><font color=darkorange style="text-decoration:none">Events</a>')
document.write('</td>')
document.write('<td width=1 bgcolor=darkorange></td>')
document.write('<td width=14%>')
document.write('<a href=reports.html><font color=darkorange style="text-decoration:none">Ride reports</a>')
document.write('</td>')
document.write('<td width=1 bgcolor=darkorange></td>')
document.write('<td width=14%>')
document.write('<a href=routes.html><font color=darkorange style="text-decoration:none">Routes</a>')
document.write('</td>')
document.write('<td width=1 bgcolor=darkorange></td>')
document.write('<td width=15%>')
document.write('<a href=contact.html><font color=darkorange style="text-decoration:none">Contact us</a>')
document.write('</td>')
document.write('</tr>')
document.write('</table>')
document.write('<table align=center valign=center width=800 height=40 bgcolor=darkorange>')
document.write('<tr align=left valign=top width=100% height=100%>')
document.write('<td>')
document.write('</td>')
document.write('</tr>')
document.write('</table>')

