﻿jQuery(document).ready(function () {
	jQuery(".newsListing").children().first().addClass("first");
});
