function contact(x) {
	var b = 'to' + String.fromCharCode(58);
	var a = "ma" + 'il';
	var c = String.fromCharCode(64);
	var d = String.fromCharCode(46) + "s" + "e";
	var e = "gam" + 'eou' + "tlet";
	document.location.href = a + b + x + c + e + d;
}