(function($) {
	$(document).ready(function() {
		$.toc({
			attachTo: '.sys_generic_breadcrumbs',
			attachType: 'after',
			backToTop: {
				anchor: '#content-area',
				css: 'sys_toc_back_to_top',
				enabled: true
			},
			css: 'sys_toc',
			ignore: 'h1, .sys_generic_content_right :header, #profile_footer :header, #course_footer :header, h3, h4, h5, h6',
			number: {
				toc: false,
				header: false
			},
			prefix: 'h',
			title: '<h2>In this section</h2>'
		});
	});
})(jQuery);