function writeAddress(name, domain)
{
document.write('<a class="support_link" href="mailto:' + name + '@' + domain + '">Напишите</a>')
}
