// JavaScript Document
var showtag='@';
var showhost='greenhopelacrosse.org';
var showlink='click here';
var showname='guestbook';
var showaddress=showname+showtag+showhost;
var showsubject='?subject=Guestbook';
var showbody='&body=Full%20Name:%20%0ALocation:%20%0AComment:%20%0A';
var showmailto='mail'+'to:'+showaddress+showsubject+showbody;
var string = ' (<a href="'+showmailto+'">'+showlink+'</a>)';
document.write(string);

