// JavaScript Document

    
<!--hide this if browser has JavaScript turned off 
// Always the Current Year by Ryan Wells
// used for the copyright info. in the footer
	var now = new Date();
	var year = now.getFullYear();		  
	document.write(year);  
//-->