/*
 * Avoid hard-coded address.
 */
function getX()
{
  var x = "mathteachersassistant";
  x += "@";
  x += "yahoo";
  x += ".com";

  return x;
}