 jQuery(document).ready(function() { 
	 (function ($) {
	$('#examplePopup label').each(function () {
	 $(this).html($(this).html().replace('+', '='));
	})}(jQuery));
});
