<!--//hide mail address from harvesting bots
var Dom = "vizzada&#46;com"
function m(pDomain, pUser) {
  document.write(pUser + "&#64;");
  document.write(pDomain);
}
function mt(pUser) {
  document.write("<a href=\"mail");
  document.write("to:");
  m(Dom, pUser);
  document.write("\">");
  m(Dom, pUser);
  document.write("<\/a>");
}
function mtn(pUser, pName) {
  document.write("<a href=\"mail");
  document.write("to:");
  m(Dom, pUser);
  document.write("\">");
  document.write(pName);
  document.write("<\/a>");
}
//-->
