" class="title">
<%= Utils.formatToWeb(displayName,false) %>
<%if(function != null){%> <%= Utils.formatToWeb(function,false) %> <%} if(entCorpName != null){%> <%= Utils.formatToWeb(entCorpName,false) %> <% } if(entAd1 != null || entAd2 != null || entAd3 != null || EntZip != null || entCtrID != null){%> <%= entAd1 != null ? Utils.formatToWeb(entAd1,false) : ""%> <%= entAd2 != null ? Utils.formatToWeb(entAd2,false) : ""%> <%= entAd3 != null ? Utils.formatToWeb(entAd3,false) : ""%> <%= hasAd ? " " : ""%> <%= EntZip != null ? Utils.formatToWeb(EntZip,false) : ""%> <%= entCity != null ? Utils.formatToWeb(entCity,false) : ""%> <% } %> |