<% dim id id = Request.QueryString("id") Response.Status = "301 Moved Permanently" Select Case id Case 17 Response.AddHeader "Location","http://www.indymca.org/branches/athenaeum/branch-news/" Case 16 Response.AddHeader "Location","http://www.indymca.org/branches/baxter/branch-news/" Case 25 Response.AddHeader "Location","http://www.indymca.org/branches/benjamin-harrison/branch-news/" Case 24 Response.AddHeader "Location","http://www.indymca.org/branches/fishers/branch-news/" Case 13 Response.AddHeader "Location","http://www.indymca.org/branches/intercollegiate/branch-news/" Case 4 Response.AddHeader "Location","http://www.indymca.org/branches/jordan/branch-news/" Case 20 Response.AddHeader "Location","http://www.indymca.org/branches/pike/branch-news/" Case 22 Response.AddHeader "Location","http://www.indymca.org/branches/ransburg/branch-news/" Case 10 Response.AddHeader "Location","http://www.indymca.org/branches/urban-mission/branch-news/" Case 9 Response.AddHeader "Location","http://www.indymca.org/branches/youth-enrichment-centers/branch-news/" Case 27 Response.AddHeader "Location","http://www.indymca.org/branches/witham/branch-news/" Case Else Response.AddHeader "Location","http://www.indymca.org/branches/" End Select %>