
/*document.write("<TD NOWRAP><a href=about.html>about</a>&nbsp;&nbsp;|&nbsp;&nbsp;</TD>");
document.write("<TD NOWRAP><a href=news.html>news</a>&nbsp;&nbsp;|&nbsp;&nbsp;</TD>");
document.write("<TD NOWRAP><a href=membership.html>membership</a>&nbsp;&nbsp;|&nbsp;&nbsp;</TD>");
document.write("<TD NOWRAP><a href=activities.html>activities</a>&nbsp;|&nbsp;&nbsp;&nbsp;</TD>");
document.write("<TD NOWRAP><a href=hockeypool.html>hockey pool</a>&nbsp;&nbsp;|&nbsp;&nbsp;</TD>");
document.write("<TD NOWRAP><a href=convention.html>2003 convention</a>&nbsp;&nbsp;|&nbsp;&nbsp;</TD>");
document.write("<TD NOWRAP><a href=links.html>links</a>&nbsp;&nbsp;|&nbsp;&nbsp;</TD>");
document.write("<TD NOWRAP><a href=index.html>home</a>&nbsp;&nbsp;&nbsp;&nbsp;</TD>");
*/



var url = unescape(location.href);
var dir = "";

if (url.indexOf("/press/") > 0)  
{
	dir = "../";
}


document.write("<a href=" + dir + "about.html><B>about</B></a><BR>");
document.write("<a href=" + dir + "news.html><B>news</B></a><BR>");
document.write("<a href=" + dir + "membership.html><B>membership</B></a><BR>");
document.write("<a href=" + dir + "activities.html><B>activities</B></a><BR>");
document.write("<a href=" + dir + "hockeypool.html><B>hockey pool</B></a><BR>");
document.write("<a href=" + dir + "convention.html><B>NHLBC Convention</B></a><BR>");
document.write("<a href=" + dir + "links.html><B>links</B></a><BR>");
/*document.write("<a href=" + dir + "sept1.doc><B>newsletter</B></a><BR>");*/
document.write("<a href=" + dir + "index.html><B>home</B></a><BR>");
										
