<?php
/*
Part of Open Chamber Of Commerce
Web application for organizations
(C) 2005 Richard H. Nilsson
Waters Gulch Digital
http://watersgulchdigital.com
Released under the GNU General Public License
*/
$depth = "../";
include '../inc/ccfunctions.inc';
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Thank You!</title>
<meta name="description" content="your site description" />
<meta name="keywords" content="your list of keywords" />
<link rel="shortcut icon" href="i/favicon.ico" type="image/ico" />
<link rel="stylesheet" href="../c/oscc.css" type="text/css" />
</head>
<body>
<!-- M A S T H E A D ======================================== -->
<?php //echo $_SERVER["PHP_SELF"]."<br />\n";?>
<?php //echo $PATH_INFO."<br />\n";?>
<?php //echo $path."<br />\n";?>
<?php include '../content/masthead2.html'; ?>
<!--end masthead-->
<div id="ssearch">
<form id="search" action="#">
<p>Search site for: <input type="text" size="10" name="keyword" /></p>
</form>
</div><!--end ssearch-->
<?php include '../inc/make_navs.php'; ?>
<div id="body">
<!-- T I T L E & S U B N A V Section ======================= -->
<div id="titlesubs">
<h1 class="title">Thank you!</h1>
<!-- S U B N A V S -->
<?php include '../content/all-subnav-logo.html'; ?>
</div><!--end titlesubs-->
<div id="dirq"><!-- M A I N C O N T E N T Section ============ -->
<h2>Thank you!</h2>
<p>Your contact submission has reached our server.<br />
One of our staff members will contact you shortly.</p>
<p> </p>
</div><!--end dirq-->
</div><!--body div-->
</body>
</html>