if ((location.protocol == 'http:') && (location.host.search (/\.fivb\./i) != -1)) {
  var
    Stats = new Image;
  Stats.src = 'http://www.fivb.org/WebStats/Collect.aspx?' + 'www.fivb.org' +
              location.pathname.replace (/\/\//g, '/');
}
