$(document).ready(function() {
 
jQuery('#primary').containedStickyScroll({
        duration: 300,
        unstick: 'off',
    });
jQuery('#secondary').containedStickyScroll({
        duration: 300,
        unstick: 'off',
    });
	
jQuery('#menu').containedStickyScroll();

});
	


