|
Relocate Your Family Education
Elections Employment Facts & History Government Housing
Maps Media Medical & Health Public Safety Recreation & Sports Relocation Guides
Transportation/Motor Vehicles Utilities |
<%
'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.
If strSubPageHeadline = "null" then
ElseIf ((Len(Trim(strSubPageHeadline)) <> "0") AND (Instr("Relocate Your Family Related Links",strSubPageHeadline))) or Len(Trim(strSubPageHeadline)) = 0 then
%>
Related Links
<%End If%>
|