(function($){$.fn.spasticNav=function(options){options=$.extend({overlap:3,speed:500,reset:1500,color:'#003f75',easing:'easeOutExpo'},options);return this.each(function(){var nav=$(this),currentPageItem=$('#selected','#lavaFirstTier'),blob,reset;$('<li id="blob"></li>').css({width:currentPageItem.outerWidth(),height:currentPageItem.outerHeight()+options.overlap,left:currentPageItem.position().left,top:currentPageItem.position().top-options.overlap/2,backgroundColor:options.color}).appendTo(this);blob=$('#blob','#lavaFirstTier');$('li:not(#blob)','#lavaFirstTier').hover(function(){clearTimeout(reset);if($(this).is('.lavaLamp')){blobPos=$(this).position().left;blobWidth=$(this).width();}else{blobPos=$(this).parent.position().left;blobWidth=$(this).parent.width;}
blob.animate({left:blobPos,width:blobWidth},{duration:options.speed,easing:options.easing,queue:false});},function(){reset=setTimeout(function(){blob.animate({width:currentPageItem.outerWidth(),left:currentPageItem.position().left},options.speed)},options.reset);});});};})(jQuery);
