%@ LANGUAGE = JScript %>
<%
//Make sure that the client-browser doesn't cache.
Response.Expires = 0;
%>
Content Rotator Sample
Content Rotator Sample
<%
var objContRot;
objContRot = Server.CreateObject("MSWC.ContentRotator");
//Point to the file that has the content.
Response.Write(objContRot.ChooseContent("tiprot.txt"));
%>
Refresh (You may have to do this several times)