MJL.event.add(window, "load", function() {
    // MJL に関係するコードはこの中に記述
    MJL.enable.rollover("roll");
});

// MJL と無関係なコードはこの先に記述

