function mailThisUrl() {
	
u = '';

m = "I thought this might interest you...";
t ="";

	window.location = "mailto:"+t+"?subject="+m+"&body="+document.title+" "+u;
	
}