// JavaScript Documentfunction mailThisUrl() {	var url = window.location.href;	mail = 'mailto:?subject=NYHELPs - This Web Site might interest you!!!';	mail += "&body=" + url ;	location.href = mail;}
