// JavaScript Document

//This is a simple script to write out the header of every page so that it's simple to change it on all pages.


document.write("<div align=\"center\">");
document.write("<span class=\"smallSizeText\">&copy; 2008 Stuart Robbins, All Rights Reserved</span>");
document.write("</div>");