function poshta(host, account)	{
	var addr = account + '@' + host;
	document.write('<a href="mailto:' + addr + '">' + addr + '</a>');
}


