<html>
<body>

<%
set adrotator=Server.CreateObject("MSWC.AdRotator")
adrotator.Border="2"
Response.Write(adrotator.GetAdvertisement("text/advertisements.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="text/advertisements.txt">
<img border="0" src="/images/btn_view_text.gif">
</a>
</p>

</body>
</html>