// JavaScript Document
var d = document;

d.write("<a href='home.html' title='Check out the news and events!'>HOME</a>");
d.write("|<a href='virtual_tour.html' title='Check out what the new facility will have to offer.'>VIRTUAL TOUR</a>");
d.write("|<a href='facility.html' title='You can get all of what you need right here at MX365.'>MX365 AMENITIES</a>");
//d.write("|<a href='#'title='Discription of this link'>AREA AMENITIES</a>");
d.write("|<a href='directions.html' title='You gotta be able to get here to ride here.'>DIRECTIONS</a>");
d.write("|<a href='media.html' title='Pics of the facility and riders.'>STILL</a>");
d.write("|<a href='media.html' title='Vids for your viewing enjoyment.'>VIDEO</a><br />");
d.write("<a href='membership.html' title='Membership has its privledges.'>SIGN-UP</a>");
d.write("|<a href='faq.html'  title='Your questions answered.'>FAQ</a>");
d.write("|<a href='video_faq.html'  title='Your questions answered.'> VIDEO FAQ</a>");
//d.write("|<a href='membership.html' title='This is a must read!'>RULES</a>");
//d.write("|<a href='#' title='Discription of this link'>MOBILE SITE</a>");
//d.write("|<a href='#' title='Discription of this link'>MX365 FORUM</a>");
d.write("|<a href='links.html' title='Discription of this link'>LINKS</a>");
d.write("|<a href='contact.php' title='Email, address and phone info.'>CONTACT</a>");
d.write("<br /><br />");
d.write("<span style='color: #CCCCCC; font-size: 8px;'>&copy;Copyright 2009 - Bellingham Motocross, Inc.</span>");
d.write("&nbsp;&nbsp;&nbsp;");
d.write("<a href='http://www.atlantiscreative.com'><img src='images/atlantis_logo.jpg' alt='Atlantis Creative' width='100' height='20' border='0' /></a>");
