<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% session.Abandon() rd=request("redirect") if rd="welcome" then response.redirect("../index.html") elseif rd="history" then response.redirect("../mcculloh_reunion_002.htm") elseif rd="families" then response.redirect("login.asp") elseif rd="news" then response.redirect("../mcculloh_reunion_006.htm") elseif rd="links" then response.redirect("../mcculloh_reunion_007.htm") elseif rd="genealogy" then response.redirect("../decendants-pw.pdf") 'response.redirect("../mcculloh_reunion_033.htm") elseif rd="publications" then response.redirect("../mcculloh_reunion_035.htm") elseif rd="getupdates" then response.redirect("../contact/signup.asp") end if %>