<% ISBN = Request.Querystring("i") URL = "http://www.amazon.com/exec/obidos/ASIN/" & ISBN & "/homeschoolcom" Response.Redirect URL Response.End %>