// Automatic Year Update for Copyright Script

today=new Date();
y0=today.getFullYear();
document.write('<span style="font-size:8"><font color="#FFFFFF" face="Verdana, Arial, sans-serif"><center>Copyright &copy; 2001-'+y0+' Free Musings. All rights reserved. Reproduction without written permission is prohibited.<br>For further information, go <a href="http://www.copyright.gov" style="color: #FFFFFF; background: #000066; text-decoration: underline;" title="U.S. Copyright Office" target="_blank">here</a>.</center></span>');


