﻿function mt(em)
{
 var ats = new String('@');
 var adr = new String(em+ats+'aloeshop.co');
 location.href='mailto:'+adr;
}
