// JavaScript Document

function emailto(a,h) {
	document.location.href="mailto:"+a+"@"+h+"?Subject=Message from the website";
	}

