<% estado = x_Estado if estado = "Debe" then Response.Redirect("debe.asp") else Response.Redirect("nodebe.asp") end if %>