// JavaScript Document

// Project pages and Events pages should have the class of 'subpage'. The code should look like this:
// <li class='subpage'><a href='link_to_page' title='SEED Projects' target='_self'>&raquo; Page Name</a></li>
// or
// <li class='subpage'><a href='link_to_page' title='SEED Events' target='_self'>&raquo; Page Name</a></li>

document.write("<div id='sidebar'>");
document.write("<center><a href='participate.html' target='_self' title='Volunteer or Donate!'><img class='donate' src='images/donateButton.png' width='200' height='64' alt='Seed Sandiego' /></a></center>");

// SEED AT HOME SECTION
document.write("<ul class='nav'>");
document.write("<li class='caption'>SEED Home</li>");
// Begin edits here
document.write("<li><a href='index.html' title='Home Page' target='_self'>Home</a></li>");
// end edits for SEED at home
document.write("</ul>");

// SEED AT WORK SECTION
document.write("<ul class='nav'>");
document.write("<li class='caption'>SEED At Work</li>"); // caption. do not edit
// Begin edits here
document.write("<li><a href='project09.html' title='SEED Projects' target='_self'>Project 2009</a></li>");
document.write("<li class='subpage'><a href='skip2.html' title='SEED Projects' target='_self'>&raquo; Message from Skip</a></li>");
document.write("<li class='subpage'><a href='skip.html' title='SEED Projects' target='_self'>&raquo; About Skip</a></li>");
document.write("<li class='subpage'><a href='photos.html' title='SEED Projects' target='_self'>&raquo; Photos</a></li>");
document.write("<li><a href='projects.html' title='SEED Projects' target='_self'>Previous Projects</a></li>");
document.write("<li><a href='events.html' title='Events' target='_self'>Events</a></li>");
document.write("<li><a href='participate.html' title='Help SEED' target='_self'>Participate</a></li>");
document.write("<li><a href='donate.html' title='Help SEED' target='_self'>Donate</a></li>");
// end edits for SEED at work
document.write("</ul>");

// WHO WE ARE SECTION
document.write("<ul class='nav'>");
document.write("<li class='caption'>Who We Are</li>"); // caption. do not edit
// Begin edits here
document.write("<li><a href='about.html' title='All about SEED' target='_self'>About SEED</a></li>");
document.write("<li><a href='partners.html' title='Partners with SEED' target='_self'>Sponsors</a></li>");
document.write("<li><a href='monetarydonors.html' title='SEED Projects' target='_self'>Donors - Money &	In-Kind</a></li>");
document.write("<li><a href='auctiondonors.html' title='SEED Projects' target='_self'>Donors - Auction</a></li>");

// document.write("<li><a href='volunteers.html' title='Volunteer Information' target='_self'>Volunteers</a></li>");
// end edits for Who we are
document.write("</ul>");

// THE SEED WORLD SECTION
document.write("<ul class='nav'>");
document.write("<li class='caption'>The SEED World</li>"); // caption. do not edit
// Begin edits here
document.write("<li><a href='press.html' title='SEED in the news' target='_self'>Press</a></li>");
document.write("<li><a href='contact.html' title='Contact Us' target='_self'>Contact</a></li>");
// document.write("<li><a href='gallery.html' title='Gallery of images' target='_self'>Gallery</a></li>");
// end edits for SEED world
document.write("</ul>");
// FOOTER NOTES SECTION
document.write("<div id='footer'>");
document.write("<embed src='music/seed_mix.mp3' height='42' width='205' autostart='true' loop='true' width='0' height='0'></embed>");

document.write("<p>&copy; 2009 All rights reserved by SEED through the University of San Diego's School of Business Administration. All images, files and templates are the sole property of SEED unless otherwise credited.</p>");
document.write("</div>");
document.write("</div>");
