document.writeln('<script language="javascript" type="text/javascript">')
document.writeln('theDate = new Date();')
document.writeln('</script>')
document.writeln('<p class="foot" align=center>')
document.writeln('&copy;')
document.write(theDate.getUTCFullYear());
document.writeln(' Phyllis Kind Gallery.')
document.writeln(' All rights reserved. <a href="/gallery/copyright.html">Terms and Conditions</a>')
document.writeln('</p><br>')
