function forwardPage(){
		page = window.location.href;
		mailtitle = "Interesting information from Diamond Point I thought you would like to see...";
		emailbody="Thought you might find this information useful. I found it on the DPIE website at ";
	  //}
	  window.location = "mailto:?subject="+mailtitle+"&body="+emailbody+"%0d%0a%0d%0a"+page+"%0d%0a%0d%0a"+"Contact Diamond Point for more information";
}