if ((location.protocol == 'http:') &&
    (location.href.toLowerCase ().indexOf ('guildwars') != -1)) {
  var Stats = new Image;
  Stats.src = 'http://webstats.ordinasoft.ch/Collect.aspx?guildwars.ordinasoft.ch' +
              location.pathname.replace (/\/\//g, '/');
}
