$(function() {


    // lava
    $("#navi  ul").lavaLamp({
        fx    : "easeOutElastic", 
        speed : 1000,
        click : function(event, menuItem) {
            //li要素がクリックされたときの動作
        }
    });


    $(".bll a").boxLloydLight();

    
});


