document.observe("dom:loaded", function() {
  HM.Flash.Text.load("h1", {
    src: "../flash/titel.swf"
  })
  HM.Flash.Text.load("h3", {
    src: "../flash/titel_h3.swf"
  })  
  HM.Flash.Text.load("h4", {
    src: "../flash/titel_small.swf"
  })
});

document.observe("dom:loaded", function() {
  new HM.NewsScroller("evenementenScroller", {
    src: "../nl/inc_activiteiten.lp",
    direction: "vertical",
    interval: 7000
  });
});

document.observe("dom:loaded", function() {
  new HM.NewsScroller("aanbiedingenScroller", {
    src: "../nl/inc_aanbiedingen.lp",
    direction: "vertical",
    interval: 6500
  });
});
