%@ Language=VBScript %>
<%Response.Buffer=True%>
<% Updated = Request.QueryString("Updated") %>
<% PageTitle = "SiteManager - Company Services" %>
<% PageID=00%>
<% Header %>
<% Menu PageID %>
<%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %>
<%SMHome%>
<%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %>
<% Footer %>
<% Sub SMHome%>
| <%= FormatDateTime(Date,1) %> |
| |
|
Welcome to the administration area. The menu options on the right will allow you to edit the content of different areas within your site.
|
|
<%End Sub %>