function js_copyright_year() 
{
	var dt = new Date();

	return document.write(dt.getFullYear());
}
