// included in the breakdown.com/.html content files, writes the year in the copyright label 

function copyrightDate() {
	document.write(new Date().getFullYear());
}
