<!-- Hide

function emails(domain,name) {
	document.write("<a href='mai" + "lto:" + name + "@" + domain + "'>");
	document.write(name);
	document.write("@");
	document.write(domain);
	document.write("</a>");
}

// stop hiding -->
