
function writeCopyrightText()
{
	document.write("Website Copyright &copy; 2003-2012.&nbsp;&nbsp;All Rights Reserved.");
}

function writeLastModifyDate()
{
  var date = new Date(document.lastModified);
  document.write((date.getMonth() + 1) + "/" + date.getDate() + "/" + date.getFullYear());
}
