function wrmail(f){
var str = "<a href='mailto:" + f + "@nlr.ru'>" + f + "@nlr.ru</a>";
document.write(str);
}