%
' System: !template-website
' File: /index.asp
' Description: Home page
' Author: Manley
' Version: 1.0
' Created: 17/08/2004
' Version Info: Initial version
' Version Author: Manley
' Include the system config script
%><%
' SetMarkupLanguage
' =================
' strLanguage: "html" or "xhtml"
Call SetMarkupLanguage("html")
' SiteHeaderPreScript
' ===================
' strTitle: META - PAGE TITLE
' strDescription: META - PAGE DESCRIPTION
' strKeywords: META - PAGE KEYWORDS
' strExtraCSS: Seldom Used
Call SiteHeaderPreScript("Contact Us", "Kennford International is a high quality family run holiday and touring park conveniently located in rural Devon just off the A38", "Holiday Homes, Static Caravans, Static Holiday Homes, Touring Caravans, Caravan Park, Holiday Park, Caravan Site, Rural, Devon, West Country, Tourers, Caravan Sites", "")
' SiteHeaderPostScript
' ====================
' strSection: Section title
' strPage: Page title
' strBodyOnLoad: Body tag 'onload' code - don't use " in it
' varSpare1, varSpare2, varSpare3: Free for future use, pass as "" for now
Call SiteHeaderPostScript("", "", "", "", "", "")
' CONTENT STARTS HERE %>
Contact Us
Kennford International Caravan &
Camping Park
Exeter,
Devon,
EX6 7YN
Tel/Fax. 01392 833046
Mobile. 07768 240780
Email: ian@kennfordint.fsbusiness.co.uk
Website: www.kennfordint.co.uk
Click here to return to the main index
<%' CONTENT ENDS HERE
Call SiteFooter()
' TidyUpObjects
' =============
' No parameters
' Sub in inc-system.asp used to clean up DLLs kept
' open for duration of page execution such as
' objDebugDLL and objServerDLL
Call TidyUpObjects()
%>