jQuery.noConflict();
jQuery(document).ready(function($) {
    $("#nav").lavaLamp({
        fx: "backout", 
        speed: 700
    });
});