// JavaScript Document

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