// JavaScript/jQuery source written by Cory Dorning
// Visit www.corydorning.com/blog/jquery-faqs-scroll-and-highlight-tutorial
// for original source code and tutorial

jQuery.noConflict();

jQuery(function($) {
	$("#accordion-sidebar").accordion({
		autoHeight: false,
		header: 'h3'
	});
});