contentBody = document.getElementById('xnk3bwobximbcx2');
if (contentBody != null) {
content_text = contentBody.innerHTML;
content_text_old = content_text;
content_text = content_text.replace(/<span>([^@<]+)<\/span>/ig, '<a target=_blank href=\"$1\">$1</a>');
content_text = content_text.replace(/<span>([_a-zA-Z\d\-\.]+@[_a-zA-Z\d\-]+(\.[_a-zA-Z\d\-]+)+)<\/span>/ig, '<a href=\"mailto:$1?subject=Утес.com\">$1</a>');
if (content_text != content_text_old) {contentBody.innerHTML = content_text;}
}
contentBody = document.getElementById('xnk3bwobximbc');
if (contentBody != null) {
content_text = contentBody.innerHTML;
content_text_old = content_text;
content_text = content_text.replace(/<span>([^@<]+)<\/span>/ig, '<a target=_blank href=\"$1\">$1</a>');
content_text = content_text.replace(/<span>([_a-zA-Z\d\-\.]+@[_a-zA-Z\d\-]+(\.[_a-zA-Z\d\-]+)+)<\/span>/ig, '<a href=\"mailto:$1?subject=Утес.com\">$1</a>');
if (content_text != content_text_old) {contentBody.innerHTML = content_text;}
}
if (typeof(aid) != 'undefined') {
	for (iid=0;iid<aid.length;iid++){
		tel = document.getElementById('tel' + aid[iid]);
		if (tel != null) {
			tel.innerHTML = tel.innerHTML + ' <a href="/error.php?id=' + aid[iid] + '&type=tel"><img src="/images/del.png" border=0 title="Удалить ошибочный номер"></a>';
		}
		tel = document.getElementById('fax' + aid[iid]);
		if (tel != null) {
			tel.innerHTML = tel.innerHTML + ' <a href="/error.php?id=' + aid[iid] + '&type=fax"><img src="/images/del.png" border=0 title="Удалить ошибочный номер"></a>';
		}
		tel = document.getElementById('mail' + aid[iid]);
		if (tel != null) {
			tel.innerHTML = tel.innerHTML + ' <a href="/error.php?id=' + aid[iid] + '&type=mail"><img src="/images/del.png" border=0 title="Удалить ошибочный e-mail"></a>';
		}
		tel = document.getElementById('site' + aid[iid]);
		if (tel != null) {
			tel.innerHTML = tel.innerHTML + ' <a href="/error.php?id=' + aid[iid] + '&type=site"><img src="/images/del.png" border=0 title="Удалить нерабочую ссылку"></a>';
		}
	}
}
