// 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("Copyright &copy; 2006-2012 Halice Internet &amp; Computer Services.&nbsp; All Rights Reserved.")
	document.close()
}
