a='@';
b='abliquorstore';
b=b+'.com';
function mailto(name) {
  document.write('<a href="mailto:'+name+a+b+'">'+name+a+b+'</a>');
}