// JavaScript for copyright
function copyright() {
	copyright = new Date();
	update = copyright.getFullYear();
	document.write("&copy; 1991-" + update + " Chinese Performing Artists of America,  All rights reserved.");
}
