<%@ language="javascript" %> <% var file = Request.QueryString || ""; if (file == "") { file = "home"; } %> Circle Around Families
<% if ((file != "glossary") && (file != "acronyms")) {%>
Glossary
<% } %> <% if (file != "home") { %>
<% } %> <% if (file == "calendar") { file += ".asp"; } else { file += ".inc"; } Server.Execute(file) %>