<% If Request.ServerVariables("QUERY_STRING") = "name=About-Why_Choose_Us&id=4" Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.reformbodyclinic.ca/about/our-clients" ElseIf Request.ServerVariables("QUERY_STRING") = "name=News,_Events,_Promotions&id=56" Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.reformbodyclinic.ca/?cat=5/news/" ElseIf Request.ServerVariables("QUERY_STRING") = "id=20" Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.reformbodyclinic.ca/about-2/our-chiropractic-team" ElseIf Request.ServerVariables("QUERY_STRING") = "name=Services-biomechanical%20analysis&id=14" Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.reformbodyclinic.ca/chiropractic" ElseIf Request.ServerVariables("QUERY_STRING") = "name=Services-Massage_Therapy&id=26" Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.reformbodyclinic.ca/chiropractic/registered-massage-therapy-rmt" ElseIf Request.ServerVariables("QUERY_STRING") = "Services-Registered_Massage_Therapy_(RMT)&id=26" Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.reformbodyclinic.ca/chiropractic/registered-massage-therapy-rmt" ElseIf Request.ServerVariables("QUERY_STRING") = "id=12&lang=e" Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.reformbodyclinic.ca/?page_id=22" ElseIf Request.ServerVariables("QUERY_STRING") = "id=2" Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.reformbodyclinic.ca/?page_id=67" ElseIf Request.ServerVariables("QUERY_STRING") = "id=20" Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.reformbodyclinic.ca/?page_id=69" Else Response.Status="301 Moved Permanently" Response.AddHeader "Location", "http://www.reformbodyclinic.ca" End If %>