// JavaScript Document
// footer.js
// Created by: Greg Vilines
// 5/29/04

document.write("<table width='800' border='0'><tr>");
document.write("<td width='25%' align='left' class='footertext' valign='top'>Last Updated: Jan. 09, 2007</td>");
document.write("<td width = '45%' align='center' class='footertext' valign='top'>www.thedunesofseagrove.com: &copy; Copyright 2007<br>Created by Greg Vilines</td>");
document.write("<td width = '30%' align='right' class='footertext' valign='top'>Questions or Problems with the site?<br><a href='mailto:webmaster@thedunesofseagrove.com'>Email the Webmaster</td>");
document.write("</tr></table>");
