// JavaScript Document

	u = window.location;
	m = "I thought this might interest you...";
	function mailThisUrl()
	{
	var message = "";
	window.location = "mailto:?subject="+m+"&body="+message+" "+u;
	}
	
