if(navigator.userAgent.indexOf("Firefox") != -1) {
  var x = Math.floor(2 * Math.random());
  if(x==0) document.write("<span class=\"dldtools\">&nbsp;</span>");
  if(x==1) document.write("<span class=\"dldtools\">&nbsp;</span>");
} else if (navigator.platform.indexOf('Win') != -1) {
  if(window.ActiveXObject) {
    var y = Math.floor(2 * Math.random());
    if(y==0) document.write("<span class=\"dldtools\">&nbsp;</span>");
    if(y==1) document.write("<span class=\"dldtools\">&nbsp;</span>");
  } else {
    // if this not IE or Firefox, show the Outlook promo
    document.write("<span class=\"dldtools\">&nbsp;</span>");
  }
}
