function mail(start, end) {
   return start+'@'+end;
}