<%@LANGUAGE="VBSCRIPT"%> <% Call GetRecords("rsTeamLive","","highlight","1","rsTeam") %> Kingfell :: Our Team
Kingfell - Protecting Tomorrow
 

Our Team

Never before has the quality of the people Kingfell employs been more important, following the adoption of fire safety engineering principles in place of prescriptive measures to resolve fire safety challenges. This has more than validated the company’s commitment to employing only the industry’s top professionals; highly qualified and experienced specialists that are passionate about fire safety and determined to devise and implement the best possible solutions.

Senior Management Team

<% If Not rsTeam.EOF Or Not rsTeam.BOF Then strClass = "cream" While (NOT rsTeam.EOF) memberName = rsTeam("memberName") summary = rsTeam("summary") detail = rsTeam("detail") %>
<% If (detail <> "") Then %> " title="Link to More" class="more">More <% End If %>

<%=memberName%>

<%=rsTeam("jobTitle")%>

<% If (summary <> "") Then %>

<%=ReplaceBR(summary)%>

<% End If %>
 
<% If (strClass = "cream") Then strClass = "palecream" Else strClass = "cream" End If rsTeam.MoveNext() Wend Else %>

There is currently no team to view. Please try again at a later date.

 
<% End If ' Not rsTeam.EOF Or Not rsTeam.BOF %>
Picture of three Kingfell team members
 
<% Call CloseRecordSet("rsTeam") %>