Services
<%@ Language = "VBSCRIPT" %>
<%
' Begin buffering the HTML
' Note this MUST happen before the initial tag.
Response.Buffer = True
%>
Redirecting you to the services page…
If your browser does not redirect you, click
here
<%
' Change the following line as appropriate for your script
If 1 = 1 Then
Response.Clear
Response.Redirect "../services/services.htm"
End If
%>
