var navText = ''; 
var pagename =  window.location.href.substring(window.location.href.lastIndexOf("/") + 1, window.location.href.lastIndexOf("."));

navText += '<table width="190" cellpadding="0" cellspacing="0" border="0">'
	navText += '<tr>'
	if (pagename == "index" || pagename == ".org/workingmothers/") {
		navText += '<td width="190"><img src="images/home_on.gif" usemap="#homemap" border="0"/></td>'
	} else {
		navText += '<td width="190"><img src="images/home_off.gif" usemap="#homemap" border="0"/></td>'
	}
	navText += '</tr>'
	navText += '<tr>'
	if (pagename == "about") {
		navText += '<td height="26" background="images/nav_bg_on.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><span class="navon">About the Award</span></td>'
	} else {
		navText += '<td height="26" background="images/nav_bg.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><a href="about.html" class="navlink">About the Award</a></td>'
	}
	navText += '</tr>'
	navText += '<tr>'
	if (pagename == "celebration") {
		navText += '<td height="26" background="images/nav_bg_on.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><span class="navon">Award Celebration</span></td>'
	} else {
		navText += '<td height="26" background="images/nav_bg.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><a href="celebration.html" class="navlink">Award Celebration</a></td>'
	}
	navText += '</tr>'
	navText += '<tr>'
	if (pagename == "benefits") {
		navText += '<td height="26" background="images/nav_bg_on.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><span class="navon">Benefits and Services</span></td>'
	} else {
		navText += '<td height="26" background="images/nav_bg.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><a href="benefits.html" class="navlink">Benefits and Services</a></td>'
	}
	//navText += '<tr>'
	//if (pagename == "photos") {
		//navText += '<td height="26" background="images/nav_bg_on.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><span class="navon">Group Photos</span></td>'
	//} else {
		//navText += '<td height="26" background="images/nav_bg.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><a href="photos.html" class="navlink">Group Photos</a></td>'
	//}
	//navText += '</tr>'
	//navText += '<tr>'
		//navText += '<td height="26" background="images/nav_bg.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><a href="http://mghworkingmothers.blogspot.com/" target="_blank" class="navlink">Employee Blog</a></td>'
	//navText += '</tr>'
	navText += '<tr>'
	if (pagename == "meet") {
		navText += '<td height="26" background="images/nav_bg_on.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><span class="navon">Meet MGH Working Mothers</span></td>'
	} else {
		navText += '<td height="26" background="images/nav_bg.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><a href="meet.html" class="navlink">Meet MGH Working Mothers</a></td>'
	}
	navText += '</tr>'
	navText += '<tr>'
	if (pagename == "contact") {
		navText += '<td height="26" background="images/nav_bg_on.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><span class="navon">Contact</span></td>'
	} else {
		navText += '<td height="26" background="images/nav_bg.gif" class="navlines"><img src="images/shim.gif" width="14" height="1" border="0"/><a href="contact.html" class="navlink">Contact</a></td>'
	}
	navText += '</tr>'
	navText += '<tr>'
		navText += '<td><img src="images/wm_logo.gif" border="0" alt="MGH Makes Working Mother "Top 100" List - Mass General Hospital"/><br/><br/><br/><br/></td>'
	navText += '</tr>'
navText += '</table>'
document.write(navText);
		
		
	
	
		
	
	
		
	
	
		
	

