	function mailThisUrl(){
		u = window.location;
		m = "I thought this might interest you...";
		e_add="enter-email-address";
	  window.location = "mailto:"+e_add+"?subject="+m+"&body="+document.title+" | "+u;
	}