<%
url=Request.QueryString("url")
If url<>"" then Response.Redirect(url)
%>
<html>
<body>

<%
set adrotator=Server.CreateObject("MSWC.AdRotator")
adrotator.TargetFrame="target='_blank'"
response.write(adrotator.GetAdvertisement("/example/aspe/advertisements2.txt"))
%>

<p>
NOTE: Because images are changed randomly, 
and because this page has few images to choose from, 
it will often display the same advertisement twice in a row.
</p>

<p>
<a href="/example/aspe/advertisements.txt">
²é¿´advertisements2.txt
</a>
</p>
</body>
</html>