function header(){
    //document.write (" <img src='images/banner_break.gif' width='1075' height='60' border='0'>");
    document.write (" SRS Employee Association");
    document.write (" <br/><small><small><small>(formerly the SRS-ORA)</small></small></small>");
}

function footer(){

    update = new Date(document.lastModified)
    theMonth=update.getMonth()+1
    theDate=update.getDate()
    theYear=update.getYear()
    if (theYear < 1000) {
        theYear = theYear + 1900
    }
    document.write("<div class='objectFooterText'> <span class='textstyle4'>")
    document.write("<p>2011 Savannah River Site<br/>Employee Association<br/><br/>")
    document.write("Aiken, SC")
    document.write ("</p></span> </div>")
}

function navigation(){
	document.write(" <div class='objectHomeBtn'><a href='index.htm'")
	document.write(" onMouseOver='homeBtn.src=\"buttons/homeBtn_mo.jpg\"'")
	document.write(" onMouseOut='homeBtn.src=\"buttons/homeBtn.jpg\"'>")
	document.write(" <img src='buttons/homeBtn.jpg' name='homeBtn'")
	document.write(" width=141 height=27 border=0 alt='Home'></a></div>")

	document.write(" <div class=objectDiscountBtn><a href='mainDiscounts.htm'")
	document.write(" onMouseOver='discountsBtn.src=\"buttons/discountsBtn_mo.jpg\"'")
	document.write(" onMouseOut='discountsBtn.src=\"buttons/discountsBtn.jpg\"'>")
	document.write(" <img src='buttons/discountsBtn.jpg' name='discountsBtn'")
	document.write(" width=141 height=27 border=0 alt='Discounts'></a></div>")

	document.write(" <div class='objectStoreBtn'><a href='mainStore.htm'")
	document.write(" onMouseOver='storeBtn.src=\"buttons/storeBtn_mo.jpg\"'")
	document.write(" onMouseOut='storeBtn.src=\"buttons/storeBtn.jpg\"'>")
	document.write(" <img src='buttons/storeBtn.jpg' name='storeBtn'")
	document.write(" width=141 height=27 border=0 alt='Store'></a></div>")

	document.write(" <div class='objectSportsBtn'><a href='mainSports.htm'")
	document.write(" onMouseOver='sportsBtn.src=\"buttons/sportsBtn_mo.jpg\"'")
	document.write(" onMouseOut='sportsBtn.src=\"buttons/sportsBtn.jpg\"'>")
	document.write(" <img src='buttons/sportsBtn.jpg' name='sportsBtn'")
	document.write(" width=141 height=27 border=0 alt='Sports Leagues'></a></div>")

	document.write(" <div class='objectSpecialBtn'><a href='mainSpecial.htm'")
	document.write(" onMouseOver='specialBtn.src=\"buttons/specialBtn_mo.jpg\"'")
	document.write(" onMouseOut='specialBtn.src=\"buttons/specialBtn.jpg\"'>")
	document.write(" <img src='buttons/specialBtn.jpg' name=specialBtn")
	document.write(" width=141 height=27 border=0 alt=Special Interest Groups></a></div>")

	document.write(" <div class='objectEventBtn'><a href='mainEvents.htm'")
	document.write(" onMouseOver='eventsBtn.src=\"buttons/eventsBtn_mo.jpg\"'")
	document.write(" onMouseOut='eventsBtn.src=\"buttons/eventsBtn.jpg\"'>")
	document.write(" <img src='buttons/eventsBtn.jpg' name='eventsBtn'")
	document.write(" width=141 height=27 border=0 alt='Events & Activities'></a></div>")

	document.write(" <div class='objectWellnessBtn'><a href='mainWellness.htm'")
	document.write(" onMouseOver='wellnessBtn.src=\"buttons/wellnessBtn_mo.jpg\"'")
	document.write(" onMouseOut='wellnessBtn.src=\"buttons/wellnessBtn.jpg\"'>")
	document.write(" <img src='buttons/wellnessBtn.jpg' name='wellnessBtn'")
	document.write(" width=141 height=27 border=0 alt='Wellness'></a></div>")

	document.write(" <div class='objectGeneralBtn'><a href='mainGeneral.htm'")
	document.write(" onMouseOver='generalBtn.src=\"buttons/generalBtn_mo.jpg\"'")
	document.write(" onMouseOut='generalBtn.src=\"buttons/generalBtn.jpg\"'>")
	document.write(" <img src='buttons/generalBtn.jpg' name='generalBtn'")
	document.write(" width=141 height=27 border=0 alt='General'></a></div>")

	document.write(" <div class='objectContactBtn'><a href='mainContact.htm'")
	document.write(" onMouseOver='contactBtn.src=\"buttons/contactBtn_mo.jpg\"'")
	document.write(" onMouseOut='contactBtn.src=\"buttons/contactBtn.jpg\"'>")
	document.write(" <img src='buttons/contactBtn.jpg' name='contactBtn'")
	document.write(" width=141 height=27 border=0 alt='Contacts'></a></div>")
}

