// JavaScript for copyright
function copyright() {
	copyright = new Date();
	update = copyright.getFullYear();
	document.write("&copy; " + update + " Cisco Systems, Inc. All Rights Reserved.");
}
