window.addEvent('domready', function() {
  var opts = {duration: 3000, steps: 5000};

  var fx2 = new Fx.Cycle.fade('header_fade', opts);
});
