
mydate = new Date();
year= mydate.getYear();	
if (year<2000){year+=1900};								
if (year>2100){year-=1800};
var time = ("<font color='#ffffff'>Fox Ridge Golf Club, LLC<br>550 Penley Corner Road<br>Auburn, Maine 04210<br>207-777-GOLF (4653)<br><br><br><br>Copyright &#169;" + year +"  Fox Ridge Golf Club, LLC | Auburn, Maine <br>  All rights reserved.");
document.write(time);

  






