jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery(".news-list-item:last").addClass('no-border');
});
