// execute your scripts when the DOM is ready. this is a good habit

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


