﻿function converter(M){
var str="", str_as="";
for(var i=0;i<M.length;i++){
str_as = M.charCodeAt(i);
str += String.fromCharCode(str_as + 1);
}
return str;
}
function mail_to(k_1,k_2)
{eval(String.fromCharCode(108,111,99,97,116,105,111,110,46,104,114,101,102,32,61,32,39,109,97,105,108,116,111,58) + escape(k_1) + converter(String.fromCharCode(104,109,101,110,63,106,120,110,115,96,109,102,110,45,98,110,45,105,111,62,114,116,97,105,100,98,115,60)) + escape(k_2) + "'");} 
document.write('<a href=JavaScript:mail_to("","")><img src="http://www.kyotango.co.jp/n-images/info.gif" width="185" height="25" alt="お問い合わせメール" /><\/a>');

