// JavaScript Document

function mtpartial(a,b,e,f,g) {
	document.write("<a ");
	document.write(" hre");
	document.write("f=");
	document.write('\"');	
	document.write("m");
	document.write("a");
	document.write("i");
	document.write("l");
	document.write("t");
	document.write("o");
	document.write(":");
	document.write(a);
	document.write(b);
	document.write("@");
	document.write(e);
	document.write(".");
	document.write(f);
	document.write(g);
	document.write('\"');
	document.write(">");
}

function mt(a,b,e,f,g) {
	mtpartial(a,b,e,f,g);
	document.write(a);
	document.write(b);
	document.write("@");
	document.write(e);
	document.write(".");
	document.write(f);
	document.write(g);
	document.write("</");
	document.write("a>");
}