// JavaScript Document
var COPYRIGHT = "Copyright &copy; Dick's Old-Time 5 &amp; 10, 2008-";
function writeCopyright() { document.write(COPYRIGHT, new Date().getFullYear(), "&nbsp;&nbsp;|&nbsp;&nbsp;All rights reserved."); }
