var $j = jQuery.noConflict();

$j(function() {
	$j("#menu ul").lavaLamp({
		fx: "backout",
		speed: 700
    });
});
