<%
Option Explicit
Dim MyCounter
set MyCounter = Server.CreateObject("MSWC.Counters")
MyCounter.Increment "AllPageViews"
%>
