if (document.observe) document.observe("dom:loaded", function() {
  getBanner();
  new PeriodicalExecuter(getBanner, 10);
});

