<html>
<body>
<p>This page will be refreshed with each access!<p>
<%
Response.Expires=-1
%>
</body>
</html>