//don't forget if you change these to also change left.js and index.html footer
//I left the footer on index normal just incase someone doesn't have javascript
document.write("<a href=\"index.html\" >Home</a> | "); 
document.write("<a href=\"about.php\" >Who We Are</a> | "); 
document.write("<a href=\"services.html\" >What We Do</a> | ");
document.write("<a href=\"membership.php\" >Membership</a> | "); 
document.write("<a href=\"bylaws.html\" >Our By-Laws</a> | ");
document.write("<a href=\"standing.html\" >Standing Rules</a> | ");
document.write("<a href=\"retreat.html\" >Retreat Schedule</a> | ");
document.write("<a href=\"contact.html\" >Contact Us</a> | ");
document.write("<a href=\"communities.html\" >Other Communities</a> | ");
document.write("<a href=\"http://www.upperroom.org\" target=\"_blank\" >Upper Room</a>");
document.write("<p>&copy; 2003-2008 Straits Area Emmaus Community</p>");
