function showmail(a,b) {
document.write(a+'@'+b);
}