$(document).ready(function() {
	$("#primary-content h2:first").addClass("first")
	$("#secondary-content h2:first").addClass("first")
 });
