jQuery.noConflict();
jQuery(function() {
	
	jQuery("#menuLavaLamp").lavaLamp({
		fx: "backout",
		speed: 700
	});
	
});
