
function footer(){
document.write("<ul id=footer>");
document.write("<li>Created by: Amy Damon and Nadza Durakovic");
document.write("<li>Saphira Ryman (sryman@wellesley.edu)");
document.write("<li>Last Modified: May 4, 2009");
document.write("</ul>");
}

function header(page){
var imgSrc="../images/" + page + "_header.gif";
var altName="Outing Club " + page;
document.write("<div id=header><img src=" + imgSrc + " alt='" + altName + "'><\/div>");
}

function navbar(){
	document.write("<p id=navbar>");
	document.write("<a href='Homepage.html'>");
	document.write("<img src='../images/buttons/button1.gif' alt='Homepage' border='0'");
    document.write("onMouseOver='this.src=\"../images/buttons/button1alt.gif\";'");
    document.write("onMouseOut='this.src=\"../images/buttons/button1.gif\";' /></a><br />");
	document.write("<a href='mission.html'>");
	document.write("<img src='../images/buttons/button2.gif' alt='Mission Statement' border='0'");
    document.write("onMouseOver='this.src=\"../images/buttons/button2alt.gif\";'");
    document.write("onMouseOut='this.src=\"../images/buttons/button2.gif\";' /></a><br />");
	document.write("<a href='upcomingevents.html'>");
  	document.write("<img src='../images/buttons/button3.gif' alt='Upcoming Events' border='0'");
    document.write("onMouseOver='this.src=\"../images/buttons/button3alt.gif\";'");
    document.write("onMouseOut='this.src=\"../images/buttons/button3.gif\";' /></a><br />");
	document.write("<a href='past.html'>");
	document.write("<img src='../images/buttons/button4.gif' alt='Past Events' border='0'");
   	document.write("onMouseOver='this.src=\"../images/buttons/button4alt.gif\";'");
    document.write("onMouseOut='this.src=\"../images/buttons/button4.gif\";' /></a><br />");
	document.write("<a href='suggestions.html'>");
	document.write("<img src='../images/buttons/button5.gif' alt='Suggestions' border='0'");
    document.write("onMouseover='this.src=\"../images/buttons/button5alt.gif\";'");
    document.write("onMouseOut='this.src=\"../images/buttons/button5.gif\";' /></a><br />");
	document.write("<a href='localtrips.html'>");
	document.write("<img src='../images/buttons/button6.gif' alt='Local Trips' border='0'");
    document.write("onMouseOver='this.src=\"../images/buttons/button6alt.gif\";'");
    document.write("onMouseOut='this.src=\"../images/buttons/button6.gif\";' /></a><br />");
	document.write("<a href='equipment.html'>");
	document.write("<img src='../images/buttons/button7.gif' alt='Equipment' border='0'");
    document.write("onMouseOver='this.src=\"../images/buttons/button7alt.gif\";'");
    document.write("onMouseOut='this.src=\"../images/buttons/button7.gif\";' /></a><br />");
	document.write("<a href='contacts.html'>");
	document.write("<img src='../images/buttons/button8.gif' alt='Contact Information' border='0'");
    document.write("onMouseover='this.src=\"../images/buttons/button8alt.gif\";'");
    document.write("onMouseOut='this.src=\"../images/buttons/button8.gif\";' /></a>");
}