// 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; 2009 <a href='../main.html' class='footer' target='halice'>Halice Internet Services</a>.&nbsp; All Rights Reserved.")
	document.close()
}