// JavaScript Document	<!-- 	function contact()	{	str1 = 'bret';	str2 = 'tellf@';	str4 = 'ntlwo';	str5 = 'rld.com';		emailE=( str1 + str2 + str4 + str5 );	document.write('If you would like to become a tree warden or would like more information, contact our borough coordinator <a href="mailto:' + emailE + '">Frances Jannaway</a>');	} 	//-->
