﻿function g(tmp1,tmp2,tmp3)
{
    var tmp=tmp2+"@"+tmp3+"."+tmp1;
    var a=document.getElementById("e_m_a_i_l");
    a.setAttribute("href","mai"+"lt"+"o:"+tmp);
    a.firstChild.nodeValue=tmp;
}
