function antispam(name,domain,subject,body) {
	document.location = "mailto:" + name + "@" + domain +'?subject='+subject + '&body='+body;
}