user = 'lefcha';
domain = 'hellug.gr';
email = user + '@' + domain;
document.write('<a class="c3" href=\"mailto:' + email + '\">' + email + '</a>');
