function a() {
   a = String.fromCharCode(60,97);
   a = a + " " + String.fromCharCode(104,114,101,102,61);
   a = a + String.fromCharCode(109,97,105,108,116,111,58);
   document.write(a);
}

function b() {
   b = String.fromCharCode(105,110,102,111,64,101,112,105,103,101,110,101,115,105,115,46,99,111,109,62);
   document.write(b);
}

function c() {
   c = String.fromCharCode(83,101,110,100) + " " + String.fromCharCode(117,115) + " " + String.fromCharCode(97,110) + " " + String.fromCharCode(101,109,97,105,108);
   document.write(c + "</a>"); 
}

document.write("<script type='text/javascript'>eval('a();b();c()');</script>");
