function load() {
var mailstr;
  mailstr = 'mailto:' + unhashaddr('webm') + '?subject=EBRA%20Web%20Site';
  document.getElementById('webmaster').href = mailstr;
  mailstr = 'mailto:' + unhashaddr('webm') + '?subject=Have%20Your%20Say!';
  document.getElementById('webmaster2').href = mailstr;
}
