{
document.write ('	<table width="780" border="0" cellpadding="0" cellspacing="0" id="header"> '); //-- header info --
document.write ('	<tr>');
document.write ('		<td colspan="2">');
document.write ('		<table width="100%" border="0" cellpadding="0" cellspacing="0" style="background-color: #e6e6e6;">');  //-- banner background
document.write ('			<tr><tr><td> ');
			
document.write ('					<table border="0" cellpadding="0" cellspacing="0" background="./images/CoolSharksBanner.jpg" width="100%">');  //-- logo banner  --

document.write ('						<tr valign="top">');
document.write ('						<td colspan="2" style="height:105px;" id="header"><div style="display:block" ><br /></div></td>');
document.write ('						</tr>');

document.write ('						<tr>');
document.write ('						<td id="nav" nowrap  width="50%" align="right">');
						
document.write ('							<div style="display:block" > ');
document.write ('								<a href="home.html" target="_self"><img src="images/HomeBtn.jpg" height="25" width="120" border="0" title="Home Page" alt="Home Page" /></a>');
document.write ('								<a href="Swim_Meet_Information.html" target="_self"><img src="images/MeetInfoBtn.jpg" height="25" width="120" border="0" title="Swim Meet Information" alt="Meet Information" /></a>');
/*
document.write ('								<a href="ReturningRegistration.php" target="_self"><img src="images/RegistrationBtn.jpg" height="25" width="120" border="0" title="Online Registration" alt="CoolSharks Registration" /></a>');
document.write ('								<a href="MeetEntries.php" target="_self"><img src="images/MeetEntriesBtn.jpg" height="25" width="120" border="0" title="Check Meet Entries" alt="CoolSharks Meet Entries" /></a>');
*/
document.write ('								<a href="MeetEntriesClosed.php" target="_self"><img src="images/MeetEntriesBtn.jpg" height="25" width="120" border="0" title="Check Meet Entries" alt="CoolSharks Meet Entries" /></a>');

/*
document.write ('								<a href="Volunteer_Information.php" target="_self"><img src="images/VolunteerSignupBtn.jpg" height="25" width="120" border="0" title="Volunteer Signup" alt="Volunteer Signup" /></a>');
*/

document.write ('								<a href="Volunteering_Delayed.html" target="_self"><img src="images/VolunteerSignupBtn.jpg" height="25" width="120" border="0" title="Volunteer Signup" alt="Volunteer Signup" /></a>');

document.write ('								<a href="ASA_Registration.html" target="_self"><img src="images/ASARegistrationBtn.jpg" height="25" width="120" border="0" title="ASA Registration" alt="ASA Registration" /></a><br/>');
document.write ('								<a href="News_and_Information.html" target="_self"><img src="images/NewsAndInfoBtn.jpg" height="25" width="120" border="0" title="News and Information" alt="News and Information" /></a>');
document.write ('								<a href="Calendar_Page.html" target="_self"><img src="images/CalendarBtn.jpg" height="25" width="120" border="0"  title="Calendar" alt="Calendar" /></a>');
document.write ('								<a href="Coaches_Information.html" target="_self"><img src="images/CoachesBtn.jpg" height="25" width="120" border="0" title="Coaches" alt="Coaches" /></a>');
document.write ('								<a href="./teamPhotos/Team_Photos.html" target="_self"><img src="images/TeamPhotosBtn.jpg" height="25" width="120" border="0" title="Team Photos" alt="Team Photos" /></a>');
document.write ('								<a href="Dive.html" target="_self"><img src="images/DiveTeamBtn.jpg" height="25" width="120" border="0" title="Dive Team" alt="Dive Team" /></a>');
document.write ('							</div>');


document.write ('						</td>');
document.write ('					</tr>');


document.write ('				</table>'); //-- logo banner --
document.write ('				</td>');
document.write ('			</tr>');
document.write ('		</tr>');
document.write ('		</table> '); //-- banner background --
document.write ('		</td>');
document.write ('	</tr>');
document.write ('	</table> '); //-- header info --
}
