function email(naxmex, doxmainx) {
    document.write(naxmex + "@");
    document.write(doxmainx);
}

