;(function($){
	$(function(){
		$(".eastern-subpage #content-container table.colorize tr").not("tr th").filter(":odd").addClass("highlight");
	});
})(jQuery);
