|
<%
'The script below checks 1)if strSubPageHeadline (variable is setup in the body page) <> 0. This means that a subpage
'has been selected. And 2)if the headline of the page contains the headline of the right content, which should match.
boolDisplayRightContent = False
If strSubPageHeadline = "null" then
If (Instr(cstr("Ward 3 Contact Information"),cstr("Default"))) then
boolDisplayRightContent = True
End If
ElseIf ((Len(Trim(strSubPageHeadline)) <> "0") AND (Instr("Ward 3 Contact Information",strSubPageHeadline))) or (Len(Trim(strSubPageHeadline)) = 0) then
boolDisplayRightContent = True
End If
If boolDisplayRightContent = True then
%>
Contact Information
Ward 3 |