<% parametro = Request("p") if parametro = "In_a_Snap" then Response.Status="301 Moved Permanently" Response.AddHeader "Location","http://www.damatex.com.br/carpete-em-placa-shaw-tile-in-a-snap.php" elseif parametro = "Shaw_Style_Color_Play" then Response.Status="301 Moved Permanently" Response.AddHeader "Location","http://www.damatex.com.br/carpete-em-placa-shaw-tile-color-play.php" elseif parametro = "Shaw_Style_Straightforward_Tile" then Response.Status="301 Moved Permanently" Response.AddHeader "Location","http://www.damatex.com.br/carpete-em-placa-shaw-tile-straightforward.php" else Response.Status="301 Moved Permanently" Response.AddHeader "Location","http://www.damatex.com.br/carpete-em-placa.php" end if %>