// WEB PAGE COPYRIGHT END YEAR (or use anywhere where current year needs to display)
// SUGGESTION: Embed within a FONT or SPAN tag to control font type, size, color, etc.
// -----------------------------------------------------------------------------------
// Copyright (C) 1999 by Gregg L. DesElms (gregg@greggdeselms.com) (1-877-383-5148)
// All rights reserved.  Use by permission only.  (You can use it, but ask first!)


// BEGIN

 today=new Date();
 y0=today.getFullYear();
 document.write(y0);

// END
