!function($){$(".js_fixedcontent").length>0&&($.fn.fixedcontent=function(options){var defaults={marginTop:24,minWidth:767,zIndex:500},options=$.extend({},defaults,options);return this.each(function(){$(".js_fixedcontent").css({top:options.marginTop,"z-index":options.zIndex}),getContentOffset=function(){contentOffset=$(".js_fixedcontent").offset().top},getContentOffset(),setContentWidth=function(){parentWidth=$(".js_fixedcontent").parent().innerWidth(),$(".js_fixedcontent").css("width",parentWidth)},setContentWidth(),getContentHeight=function(){contentHeight=$(".js_fixedcontent").outerHeight()},getContentHeight(),setContentPosition=function(){$(window).innerHeight()>contentHeight+options.marginTop&&($(window).scrollTop()>=contentOffset-options.marginTop?$(".js_fixedcontent").css({position:"fixed"}):$(window).scrollTop()=options.minWidth&&$(window).scroll(function(){setContentPosition()})})},$(".js_fixedcontent").fixedcontent())}(jQuery);