<!-- // Hide from old browser

function EmailLink(){

now = new Date();
localtime = now.toString();
var msg = "mailto:troop1hopedale@comcast.net"+
          "?subject=Troop 1 Feedback - "+localtime+
          "&body=***Start Page Debug Data***"+
          "%0A   TITLE: " +document.title+
          "%0A   PAGE: "+window.location+
          "%0A   LASTMODIFIED: "+ document.lastModified+
          "%0A   PLATFORM: "+navigator.appName+" "+ navigator.appVersion+
          "%0A   NEXT: "+document.next+
	  "%0A   PREVIOUS: "+document.previous+
	  "%0A   REFERRER: "+document.referrer+
          "%0A ***End Page Debug Data***%0A"+
          "%0A Please added your Feedback, Comment, or Error Report below."

window.location = msg;
}
// End -->
