$(document).ready( function()
{
    $('#menu ul').lavaLamp({
        speed: 130
    });
});
