function sendLink()
{
	window.location = "mailto:" + "?subject=I thought this link might interest you." + "&body=" + document.title + "%0D%0A %0D%0A" + window.location;
}

