

function writeEmail(user, host, country) {
document.write('<a class=maintext href=mailto:',user,'@',host,'.',country,'>',user,'@',host,'.',country,'</a>');
}

function nimic() {
document.getElementById('loading').blur();
}

