RightNow = new Date();
var TheYear = RightNow.getYear()
if (TheYear >= 100 && TheYear <= 1999)
{TheYear=TheYear + 1900}
else
{TheYear=TheYear}

document.write ("<br><center><table width=100%><tr><td align=center>")
document.write ("<br><center><font face=arial size=1 color=#666666><center>Copyright &copy; 2001-")
document.write (TheYear)
document.write (",&nbsp;") 
document.write ("<a href=mailto:RDKerce@aol.com>Ruth D. Kerce</a>&nbsp;&nbsp;&nbsp;&nbsp;")
document.write ("Layout and design by Ruth D. Kerce. All rights reserved.<br>Images and text are original or have been licensed for use.")
document.write ("Do not copy without written permission.</center><br>")
document.write ("Graphics Licensed from <a href=http://www.123rf.com target='_new'>123RF Stock Photos</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")
document.write ("Covers by <a href=http://www.jasminejade.com/m-95-ruth-d-kerce.aspx target='_new'>Ellora's Cave</a> & <a href=http://changelingpress.com/author.php?uid=15 target='_new'>Changeling Press</a> & <a href=http://authors.simonandschuster.com/Ruth-D-Kerce/41124050 target='_new'>Pocket Books</a>")
document.write ("<br><br>Free DHTML scripts provided by <a href=http://dynamicdrive.com target='_new'>Dynamic Drive</a>")
document.write ("<br><a href=http://www.ruthkerce.com/privacy.html>Privacy Policy / Terms of Use</a>")
document.write ("<br><br>Commissions are received from select third-party advertisers at this site.")
document.write ("</td></tr></table></center>")
document.write ("<br>")
