﻿function mailThisUrl(){
	//var u = window.location;
	window.location = "mailto:?subject=" + escape(document.title) + "&body=I thought you would find this interesting: " + escape(document.URL);
}