COPYRIGHT = "Copyright &copy; TimeshareOrlando.Com 1998-";

function writeCopyright()
{
   document.write(COPYRIGHT, new Date().getFullYear(), ". All rights reserved.");
}
