<% ARQUIVO = "LINKS" vbusca = Request.ServerVariables ("QUERY_STRING") vlink = replace(request("lk"),"-","+") if request("st") ="goo" then Response.Redirect "http://www.google.com.br/search?hl=pt-PT&site=imghp&tbm=isch&source=hp&biw=1093&bih=468&q=" & vlink & "&oq=" & vlink end if if request("st") ="yt" then Response.Redirect "http://www.youtube.com/results?search_query=" & vlink & "&oq=" & vlink end if %>