$(document).ready(function() {
    jQuery('#contentpanelnews ul:first').addClass('contentpanelnews-ul-first');
	jQuery('a').attr('title', '');
	jQuery('img').attr('alt', '');
	jQuery('img').attr('title', '');
});

   
