<% range = request.querystring("the_range") if range = "PIR" then rangetrans = "27" end if if range = "TOMB" then rangetrans = "28" end if if range = "DR" then rangetrans = "23" end if response.redirect("index.php?cPath=" + rangetrans) %>