﻿$( document )
	.ready( function () {
$( '#left_column' )
	.scrollFollow( {
				  speed: 500,
				  offset: 80,
				  } );
} );