function getemail() {
  s = 'mailto:';
  s += 'webe';
  s += '@';   
  s += 'langars';
  s += 'on.com.au';
  document.location.href = s;
}
