// JavaScript Document

function copyright() {
	var date = "2011 |";
	document.write('Copyright &copy; ' + date);
}
