$(function() {
    $("#xMenu").lavaLamp({
        fx: "backout",
        speed: 700,
        click: function(event, menuItem) {
            return true;
        }
    });
});

$("#xMenu").click(function(){
    alert( $(this).attr('href') );
});
