dm = String.fromCharCode(99,115,115,117,114,118,101,121,111,114,115,46,99,111,109);
tl = String.fromCharCode(116,101,114,101,115,97,108,101,117,110,103);	//sa
mc = String.fromCharCode(99,119,109);	//ming
si = "info";	//String.fromCharCode(115,105,109,111,110);
ac = String.fromCharCode(97,108,103,101,114); //Alger
jh = String.fromCharCode(106,97,110,101,116,104,111); //Janet
dk = String.fromCharCode(100,101,110,121,115,107,119,97,110); //Denys Kwan
fc = String.fromCharCode(102,114,97,110,99,105,115,99,104,111,119); //Francis Chow
ms = String.fromCharCode(109,97,114,107,115,116,97,112,108,101,115); //Mark Staples
kw = String.fromCharCode(107,97,121,115,119,111,110,103);	//Kays Wong
ya = String.fromCharCode(121,117,107,105,97,117,121,101,117,110,103); //Yuki Au Yeung
aw = String.fromCharCode(97,108,97,110,119,111,110,103); //Alan Wong

function writeEm(va) {
	var em = va + String.fromCharCode(64) + dm;
	document.write("<a href='mailto:" + em + "'>" + em + "</a>");
}
