function popEml(sName, sDomain) {
	// anti spam
	top.document.location.href='mailto:' + sName + '@' + sDomain;
	return false;
}