<?php
include('http://www.cynnabar.org/header.php');
?>
<!--
The above command adds the header which includes the
standard Cynnabar left
hand index.
-->
<!--
This is the start of the standard template used for the
main informational
section of all of the Barony of Cynnabar's webpages.
Please see:
http://www.cynnabar.org/webminister/page_guidelines.php
for instructions on how to edit this template for use on
the site.
-->
<!--
Change the text
between the quotes below to change the title
of the page as
displayed in a browser.
-->
<script
language="JavaScript">
document.title = "This is the New Title";
</script>
<!--
Page Title Area
-->
<!--
Beginning of Page Text
-->
<!--
<font size="-2">
<div
align="center"><b><i>This Page Last Updated on
DATE</i></b></div>
</font>
-->
<!--
Adds the footer which will close out the table, the body,
and the html segments.
-->
<?php
include('http://www.cynnabar.org/footer.php');
?>