$(document).ready(function(){

repSpc($('.pageName, #siteFooter, .adaptiveCol, #prodDtlsIntro, #intDtlsListViewIntro, .centerModule')); 

});




function repSpc(group) {
		group.each(function() {var $e = $(this).html(); $e = $e.replace("&lt;br/&gt;", "");$e = $e.replace("&lt;br&gt;", "");$(this).html($e);});
	};
