<!--
function put_milo(adr) {
if (adr.length>0)
{ ss = adr.split("!");
document.write('<a href="mailto:'+ss[0]+'@'+ss[1]+'.ru">'+ss[0]+'@'+ss[1]+'.ru</a>'); }
}

function put_milp(adr) {
if (adr.length>0)
{ ss = adr.split("!");
document.write('<a href="mailto:'+ss[0]+'@'+ss[1]+'.ru">'+'<IMG SRC="/images/mail.gif" ALT="mail-to" BORDER=0 width="22" height="8"></a>'); }
}
// -->
