
/**
 * Copyright (C) 2004, CodeHouse.com. All rights reserved.
 * CodeHouse(TM) is a registered trademark.
 *
 * THIS SOURCE CODE MAY BE USED FREELY PROVIDED THAT
 * IT IS NOT MODIFIED OR DISTRIBUTED, AND IT IS USED
 * ON A PUBLICLY ACCESSIBLE INTERNET WEB SITE.
 *
 * Script Name: E-mail Hider
 *
 * You can obtain this script at http://www.codehouse.com
 */
 
function email(name, domain, suffix, text)
{
   var address = name + "\u0040" + domain + "." + suffix;
   var url = "mailto:" + address;

   if( ! text )
   {
	  text = address;
   }

   document.write("<a href=\"" + url + "\">" + text + "<\/a>");
}

/*
 * end CodeHouse.com copyright material.
 */
 
function emailwithsubject(name, domain, suffix, subject)
{
   var address = name + "\u0040" + domain + "." + suffix;
   var url = "mailto:" + address + "?subject=" + subject;
   document.write("<a href=\"" + url + "\">" + address + "<\/a>");
}

/*
 *
 */

function writenavvspace()
{
	document.write("<img src=\"/images/sp.gif\" width=\"1\" height=\"27\" border=\"0\" alt=\" \"><br>");
}

/*
 *
 */

function writeNEW()
{
	document.write("&nbsp;&nbsp;&nbsp<font class=\"new\">NEW !!!</font>");
}

/*
 *
 */

function generatenavlinks()
{
	var	pagePath = window.location.pathname;
	var pageName = pagePath.substring(pagePath.lastIndexOf('/') + 1);
	
	/*
	 *		OPEN HOUSE
	 */
	/*
	if (pageName == "openhouse.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">OPEN HOUSE</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/openhouse.html\" title=\"Open House\">OPEN HOUSE</a>");
	}
	document.write("<br><img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"new\">JULY 10, 2005, 2-4 PM</font>");
	document.write("<br>");
	writenavvspace();
	*/
	
	/*
	 *		JOB WITH TFT
	 */
	/*
	if (pageName == "jobposting.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">JOB WITH TFT</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/jobposting.html\" title=\"Articles\">JOB WITH TFT</a>");
	}
	writeNEW();
	document.write("<br>");
	writenavvspace();
	*/
	
	/*
	 *		ARTICLES
	 */
	if (pageName == "articles.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">ARTICLES</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/articles.html\" title=\"Articles\">ARTICLES</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
	
	/*
	 *		PRESS
	 */
	writenavvspace();
	if (pageName == "press.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">PRESS</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/press.html\" title=\"In the news\">PRESS</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
	
	/*
	 *		OUR PLAN
	 */
	writenavvspace();
	if (pageName == "ourplan.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">OUR PLAN</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/ourplan.html\" title=\"Our plan\">OUR PLAN</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
	
	/*
	 *		OUR BOARD
	 */
	writenavvspace();
	if (pageName == "ourboard.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">OUR BOARD</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/ourboard.html\" title=\"Our board\">OUR BOARD</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
	
	/*
	 *		CELEBRATION
	 */
	writenavvspace();
	if (pageName == "celebration.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">CELEBRATION</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/celebration.html\" title=\"Celebration\">CELEBRATION</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
	
	/*
	 *		LINKS
	 */
	/*
	writenavvspace();
	if (pageName == "links.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">LINKS</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/links.html\" title=\"Links\">LINKS</a>");
	}
	writeNEW();
	document.write("<br>");
	*/
	
	/*
	 *		CONTACT US
	 */
	writenavvspace();
	if (pageName == "contact.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">CONTACT US</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/contact.html\" title=\"Contact us\">CONTACT US</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
	
	/*
	 *		HOME
	 */
	if (pageName != "index.html")
	{
		writenavvspace();
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/index.html\" title=\"Home\">HOME</a>");
		/* writeNEW(); */
		document.write("<br>");
	}
}

/*
 *
 */

function generatepressnavlinks()
{
	var	pagePath = window.location.pathname;
	var pageName = pagePath.substring(pagePath.lastIndexOf('/') + 1);
	
	/*
	 *		Thoreau Society Offices, 5-19-05
	 */
	writenavvspace();
	if (pageName == "journalarticle_20050519.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">OFFICE MOVE</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/press/journalarticle_20050519.html\" title=\"Offices\">OFFICE MOVE</a>");
	}
	writeNEW();
	document.write("<br>");
	
	/*
	 *		Press Release, 10-4-04
	 */
	writenavvspace();
	if (pageName == "pressrelease_20041004.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">PRESS RELEASE</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/press/pressrelease_20041004.html\" title=\"Articles\">PRESS RELEASE</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
	
	/*
	 *		Birthhouse Efforts Begin, 7-15-04
	 */
	writenavvspace();
	if (pageName == "journalarticle_20040715.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">BIRTH HOUSE EFFORTS</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/press/journalarticle_20040715.html\" title=\"Articles\">BIRTH HOUSE EFFORTS</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
	
	/*
	 *		A Celebration, 7-12-04
	 */
	writenavvspace();
	if (pageName == "invitation_20040712.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">A CELEBRATION</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/press/invitation_20040712.html\" title=\"Articles\">A CELEBRATION</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
	
	/*
	 *		Commentary, 7-11-04
	 */
	writenavvspace();
	if (pageName == "commentary_20040711.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">COMMENTARY</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/press/commentary_20040711.html\" title=\"Articles\">COMMENTARY</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
	
	/*
	 *		Press Release, 6-22-04
	 */
	writenavvspace();
	if (pageName == "pressrelease_20040622.html")
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><font class=\"nolink\">PRESS RELEASE</font>");
	}
	else
	{
		document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/press/pressrelease_20040622.html\" title=\"Articles\">PRESS RELEASE</a>");
	}
	/* writeNEW(); */
	document.write("<br>");
		
	/*
	 *		BACK
	 */
	writenavvspace();
	document.write("<img src=\"/images/sp.gif\" width=\"20\" height=\"1\" border=\"0\" alt=\" \"><a href=\"/press.html\" title=\"Home\">BACK</a>");
	/* writeNEW(); */
	document.write("<br>");
}

