

function create_emailaddress(){
	document.write('<a href="mailto:' + String.fromCharCode(105,110,102,111,114,109,97,116,105,101,64,97,108,122,104,101,105,109,101,114,99,101,110,116,114,117,109,110,105,106,109,101,103,101,110,46,110,108) + '">' + String.fromCharCode(105,110,102,111,114,109,97,116,105,101,64,97,108,122,104,101,105,109,101,114,99,101,110,116,114,117,109,110,105,106,109,101,103,101,110,46,110,108) + '</a>');
}