// JavaScript Document
COPYRIGHT = "&copy; Joy's ";

function writeCopyright()
{
   document.write(COPYRIGHT, new Date().getFullYear());
} 