jQuery["extend"](jQuery["easing"],{backout:function (x,t,b,c,d){var s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;} });
(function ($){$["fn"]["lavaLamp"]=function (o){o=$["extend"]({fx:"backout",speed:700,click:function (){} },o||{});return this["each"](function (){var me=$(this),noop=function (){} ,$back=$("\x3Cli class=\x22back\x22\x3E\x3Cdiv class=\x22left\x22\x3E\x3C/div\x3E\x3C/li\x3E")["appendTo"](me),$li=$("li",this),curr=$("li.current",this)[0]||$($li[0])["addClass"]("current")[0];$li["not"](".back,.space")["hover"](function (){move(this);} ,noop);$(this)["hover"](noop,function (){move(curr);} );$li["click"](function (e){setCurr(this);return o["click"]["apply"](this,[e,this]);} );setCurr(curr);function setCurr(el){$back["css"]({"left":el["offsetLeft"]+"px","width":el["offsetWidth"]+"px"});curr=el;} ;function move(el){$back["each"](function (){$(this)["dequeue"]();} )["animate"]({width:el["offsetWidth"],left:el["offsetLeft"]},o["speed"],o["fx"]);} ;} );} ;} )(jQuery);
