function email()
{
  var address = 'and' + 'rea' + '.g' + '' + 'lah' + 'e@ew' + 'etel' + '.' + 'net';
  window.document.add.mail.value = address;
}
window.setTimeout("email()", 500);
