// Keeps parent frame from being loaded in child frame.
if (top != self) {
	top.location = location
}
// Writes copyright date on bottom of pages
function date() {
	document.write("<p>Copyright &copy; 2003-2012 Dave Annis.&nbsp; All Rights Reserved.</p>")
	document.close()
}