MJL.event.add(window, "load", function() {
    MJL.enable.styleSwitcher("styleSwitcher");
    MJL.enable.tab("tabs");
    MJL.enable.flash("flash");
    MJL.enable.heightEqualizer("equalize");
    /*MJL.enable.heightEqualizer("equalize2col", {groupBy : 2});*/
    MJL.enable.rollover("roll", {
        disable   : "unroll",
        active    : "active",
        switchers : {
            // 接尾辞 "_c" が付与されている場合は削除
            // (グローバルナビゲーション用)
            on  : {cond : /(?:_c)?(\.[^\.]+)$/, replace : "_o$1"},
            off : {cond : "",                   replace : ""}
        }
    });
}, false);




(function($) {
	$(function(){
		$('img.oncontext').bind('contextmenu' , function(){
			alert("写真は保護されています");
			return false;
		});
	});
})(jQuery);
