   		$( document ).ready( function ()
			{
				$( '#footer' ).scrollFollow(
					{
						container: 'home'		
					}
				);
			}
		);

