// Keeps parent frame from being loaded in child frame.
if (top != self) {
	top.location = location
}
// Writes copyright date
function date2() {
	document.write("2012")
	document.close()
}
