// index footer, copyright for all pages
// edited skye 08/01/2009

document.write("<div id='header'>");

document.write("<div id='navigation' >");
document.write("<div id='menunav' >");
document.write("<ul>");
document.write("<li><a href='index.html' target='_self' title='Home'><span>Home</span></a></li>");
document.write("<li><a href='about.html' target='_self' title='About'><span>About</span></a></li>");
document.write("<li><a href='gallery.html' target='_self' title='Gallery'><span>Gallery</span></a></li>");
document.write("<li><a href='contact.html' target='_self' title='Contact'><span>Contact</span></a></li>");
document.write("<li><a href='resources.html' target='_self' title='Resources'><span>Resources</span></a></li>");
document.write("<li><a href='events.html' target='_self' title='Resources'><span>Events</span></a></li>");
document.write("</ul>");
document.write("</div>");
document.write("</div>");

document.write("<div id='banner'>");
document.write("&nbsp;<br />");
document.write("</div>");

document.write("</div>");
