<% RefreshInterval = 15 : REM seconds %>
This is a demonstration of the Content Rotator object.
It refreshes itself every <%= RefreshInterval %> seconds.
<%
Session("count") = Session("count") + 1
content = Session("ContRot").ChooseContent("fortunes.txt")
%>
This is the <%= Session("count") %>-th time this page has been refreshed.
The Tip of the Day
<%= content %>
Press here to go back to the Content
Rotator description page.