	function emailURL()
			            {
				            window.open("mailto:?subject=" + document.title + "&body=Here's an URL that may be of interest: " + location.href);
			            }
									


