$().ready(function() {
		$('#sidebar_wrapper h3').filter(':first').addClass('first');
	});