var now = new Date();
var yy = now.getYear();
if (yy < 2000) yy += 1900;
document.write("Frederic Golf Course &copy; 2006-"+yy+"<br />"+"<br />"
+"<img src='images/valid-xhtml10.png' alt='Valid XHTML 1.0 Transitional' height='31' width='88' />"
+"<img src='images/valid-css.png' alt='Valid CSS 1.0' height='31' width='88' />");