function email(em, ail){
	document.write("<a href=\"mailto:" + em + "@" + ail + "\"" + " target=\"_self\">" + em + "@" + ail + "</a>");
}