ASP Random content

Random content

//To run this script you need random.txt
//You can find it here http://codelibary.com/temp/random.txt

<html>
<body>

<%
set cr=server.createobject("MSWC.ContentRotator")
response.write(cr.ChooseContent("random.txt"))
%>

</body>
</html>