function protectM(ext, domain, name){
	var aro = "@";
	document.write(name + '@' + domain + '.' + ext);
}