function render_mail(login,host)
{
	document.write(login+'@'+host);
}