%@ Language=VBScript %> <% Option Explicit Response.Buffer = true 'On Error Resume Next '************************************************************ 'Page Name: /template.asp 'Purpose: ' 'Creation Date: 5/27/2006 'Author: Jason Koeppe WebMaster - Jason@WPStudios.com '© Copyright 2006 WPStudios.com. All Rights Reserved. '************************************************************ 'Modifications: ' none ' '************************************************************ 'ASP code here '************************************************************ 'Dim Variables Here Dim strErr Dim dtmCurrDate dtmCurrDate = FormatDateTime(Date(),VBLongDate) 'Header Info Session("MainKeywordPhrase") = "Remote Backup" Session("SubPhrase1") = "Online Backup" Session("SubPhrase2") = "Backup Software" Session("SubPhrase3") = "Online Server Backup" Session("MetaDesc") = "" Session("MetaKeywords") = Session("MainKeywordPhrase") & ", " & Session("SubPhrase1") & ", " & Session("SubPhrase2") & ", " & Session("SubPhrase3") Session("SiteSection") = "" %>