$(document).ready(function () {
            var height = document.body.clientHeight - 180;
            $("#container").css("height", height + "px");
            $('#scroll').scrollFollow({
                speed: 800,
                offset: 3,

                onText: 'Disable Follow',
                offText: 'Enable Follow'
            });
            //             $('#scroll').scrollFollow();
        });