function genemail()
{
 var base = "pixifishwriting";
 var name = "anna";
 return name + "@" + base + ".com";
}