if (document.observe) document.observe("dom:loaded", function() {
/*
  HM.Flash.Text.load("h1", {
    src: "/flash/h1.swf"
  })
  HM.Flash.Text.load("h2", {
    src: "/flash/h1.swf"
  })  
*/
  if ($("spotlightScroller")) new HM.NewsScroller("spotlightScroller", {
    direction: "horizontal",
    reverse: false,
    autorewind: true,
    speed: 0.5,
    interval: 8000,
    thumbContainer: "spotlightScrollerThumbs",
    resume: 12000
  });

});

