function skm(prefix,suffix) {
  mm = 'mail' + 'to:'+ prefix + '@' + suffix;
  location.href=mm;
} 
