$(document).ready(function() {
	$('#sidebar ol li h2').click(function() {
		$(this).next().toggle('fast');
		return false;
	}).next().hide();
	
	if (!tc77.is_home) {
		$('#header').css('height', 30);
	}
/*	
	$('#sidebar').accordion({
		header: 'h2',
		collapsible: true,
		autoHeight: true
	});
*/
});
