jQuery(document).ready(function() {
	var firsty = jQuery.noConflict();
	firsty(".categories p:first-child, .posts p:first-child").addClass('first');
});
