<img src="http://c.statcounter.com/3850509/0/3927c8de/1/">
<%
if Request.QueryString("target") <> "" then
Dim target
target = Server.URLEncode(Right(Request.QueryString,Len (Request.QueryString)-7))
id=SetTimeOut("EPA",30,"VBScript")
else
Response.Write "You have reached this page in error!"
end if
sub EPA
window.location="http://affiliate.somesite.com/entry.asp?" & target
end sub
%>