// Post Copyright Message on Website

document.write('<div id="copyright" style="position: relative; top: 27px;');
document.write('width: 800px; text-align: center; font-size: xx-small;');
document.write('font-weight: bold; color: black;">');
document.write('  &#169; Copyright 2004 - 2007; by Village'); 
document.write(' Design, a Division of <a class="cp"  href="http://villageconsulting.net">Village Consulting Group</a> *  All');
document.write(' Rights Reserved * ');
document.write('</div>');

