var $j = jQuery.noConflict();
        $j(function() {
            $j("#lava").lavaLamp({
                fx: "backout",
                speed: 700,
                click: function(event, menuItem) {
                    return true;
                }
            });


     // new SmoothScroll({ duration: 1800 });



        });


