// JavaScript Code for Copyright Year

function getCurrDate(){
	var thisDate = new Date();
	return thisDate.getFullYear();
}

// End