Warning: Use of undefined constant MCRYPT_DES - assumed 'MCRYPT_DES' (this will throw an Error in a future version of PHP) in /__cms/_/bootstrap.php on line 206

Warning: Use of undefined constant MCRYPT_MODE_CFB - assumed 'MCRYPT_MODE_CFB' (this will throw an Error in a future version of PHP) in /__cms/_/bootstrap.php on line 206

Warning: ini_set(): Cannot change zlib.output_compression - headers already sent in /__cms/_/bootstrap.php on line 254

Warning: Cannot modify header information - headers already sent by (output started at /__cms/_/bootstrap.php:206) in /__pc.php on line 60

Warning: Cannot modify header information - headers already sent by (output started at /__cms/_/bootstrap.php:206) in /__pc.php on line 61

Warning: Cannot modify header information - headers already sent by (output started at /__cms/_/bootstrap.php:206) in /__pc.php on line 97

Warning: Cannot modify header information - headers already sent by (output started at /__cms/_/bootstrap.php:206) in /__pc.php on line 111
(function($){var defaults={topSpacing:0,bottomSpacing:0,className:'is-sticky',wrapperClassName:'sticky-wrapper',center:false,getWidthFrom:''},$window=$(window),$document=$(document),sticked=[],windowHeight=$window.height(),scroller=function(){var scrollTop=$window.scrollTop(),documentHeight=$document.height(),dwh=documentHeight-windowHeight,extra=(scrollTop>dwh)?dwh-scrollTop:0;for(var i=0;i').attr('id',stickyId+'-sticky-wrapper').addClass(o.wrapperClassName);stickyElement.wrapAll(wrapper);if(o.center)stickyElement.parent().css({width:stickyElement.outerWidth(),marginLeft:"auto",marginRight:"auto"});if(stickyElement.css("float")=="right")stickyElement.css({"float":"none"}).parent().css({"float":"right"});var stickyWrapper=stickyElement.parent();stickyWrapper.css('height',stickyElement.outerHeight());sticked.push({topSpacing:o.topSpacing,bottomSpacing:o.bottomSpacing,stickyElement:stickyElement,currentTop:null,stickyWrapper:stickyWrapper,className:o.className,getWidthFrom:o.getWidthFrom})})},update:scroller};if(window.addEventListener){window.addEventListener('scroll',scroller,false);window.addEventListener('resize',resizer,false)}else if(window.attachEvent){window.attachEvent('onscroll',scroller);window.attachEvent('onresize',resizer)};$.fn.sticky=function(method){if(methods[method]){return methods[method].apply(this,Array.prototype.slice.call(arguments,1))}else if(typeof method==='object'||!method){return methods.init.apply(this,arguments)}else $.error('Method '+method+' does not exist on jQuery.sticky')};$(function(){setTimeout(scroller,0)})})(jQuery)