//<script>
var strE = 'info' + ' @ ' + 'xencomputers' + '.' + 'com';
function sendE() {

var strA = 'm' + 'a' + 'i' + 'l' + 't' + 'o' + ':' + strE.replace(/ /g, "");

	window.location.href = strA;

}
function writeA() {

	document.write(strE);
}

//</script>