jQuery.noConflict();

jQuery(document).ready(function () {
	jQuery("a[href^='https://community.yes-forum']:not(:has(img)),a[href^='http://community.yes-forum']:not(:has(img))").addClass('communitylink');
});