" class="box-title">
<%= Utils.formatToWeb((String)row.get("EntCorpName"),false) %>
<%= hasZipCity ? "(" : ""%><%= EntZip != null ? Utils.formatToWeb(EntZip,false)+ " " : ""%><%= entCity != null ? Utils.formatToWeb(entCity,false) : ""%><%= hasZipCity ? ")" : ""%>
|