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