$( document ).ready( function ()
                {
                    $( '#left' ).scrollFollow(
                        {
                            speed: 1000,
                            offset: 0,
                            container: 'main'
                        }
                    );
                }
            );
