$( document ).ready( function ()
	{
		$( '#navigation' ).scrollFollow();
		
	}
);