//******************************************************************************/
//*     "U R B A N   C O R P O R A T I O N   I N C ."   W E B S I T E          */
//*     JavaScript - [function] write e-mail address                           */
//*     directed by Shin Tanaka / created by Tets Morikawa - Jan.20 2007       */
//******************************************************************************/


s = "63A@EK63+FuK63A@BK63+FvKP63AAGK63AADK63IHKq63+FuK=63AAIK63A@AKr63+BuKs63+FvK>63A@FK63+G@K";
r = "";

for (i = 0; i < s.length; i++) {
	
	r += String.fromCharCode((s.charCodeAt(i)+44)%93+33);
	
}

document.write('<area  href="mailto:' + r + '" shape="rect" alt="アーバン・コーポレーションにメール" title="アーバン・コーポレーションにメール" coords="196,3,305,20" />')
document.write();