MJL.event.add(window, "load", function(event) {
    MJL.enable.rollover("roll",{disable:"current"});
    MJL.enable.flash("flash");
//    MJL.enable.window("window");
//    MJL.enable.tab("tabs");
//    MJL.enable.styleSwitcher("styleSwitcher");
    MJL.enable.heightEqualizer("articles",{groupBy:2});
}, false);


function scrollup(){
  window.scrollTo(0,0);
  return false;
}
