function SendMail(l)
			{
			var d="Fea"+"turePics"+"."+"co"+"m";
			document.location.href="mailto:"+l+"@"+d;
			}
