/* provides the footer info ... the copyright notices (with current year as the and 
   date and then the link to the sitemap */

/* adapted from code generated by www.webweaver.nu */
document.write('<p>&copy; 2009 - ');
document.write(new Date().getFullYear());
document.write(' Faith Beyond Belief. All Rights Reserved. | <a href="/sitemap.html">Site map</a></p>');
