// JavaScript Document
<!--
function convertMoji2_shtml(t){
var s="",moji="";
for(var i=0;i<t.length;i++){
moji=t.charCodeAt(i);
s +=String.fromCharCode(moji+1);
}
return s;
}
var em_shtml=convertMoji2_shtml(String.fromCharCode(104,109,101,110,63,120,110,116,113,97)+String.fromCharCode(113,96,104,109,45,98,110,45,105,111));
document.write(em_shtml);
// -->
//document.write("<a href=\"mai"+"lto:"+em_shtml+"\">"+em_shtml+"</a>");       
	   
	   