Event.observe(window, 'load', function() {
  var ad = $('ad42slot');
  if (ad != null) {
    var img = ad.down('img');
    if (img != undefined && img != null) {
      if (img.src.match(/autopromo\/164\./)) ad.hide();
      else ad.show();
    }
  }
});
