//	**************************************************
function on_load() {
//	initialize();
//	window.location.replace("/n2bps/maintenance.html");
	parent.MainFrame.document.MainForm.HomeURL.value = window.location.pathname;
	submit_command("Logoff");
}
