function emailThis()
{var strTo,strSubject,strBody;strTo="";strSubject="Please view this page from www.cityofluling.net";strPageURL=location.href;var d=strPageURL.indexOf('page=');if(d>0)
{strPageURL=strPageURL.substr(0,d+5)+"1";}
strBody="I am sending this message to you so you may view the following page:"+"%0d%0a%0d%0a"+escape(strPageURL)+"%0d%0a%0d%0a"+"To jump to the page, open your web browser and copy the address exactly as shown. Or, if your mail reader supports in-line links, simply click on the address.";window.location="mailto:"+strTo+"?subject="+strSubject+"&body="+strBody;}