document.write("<frameset rows=\"*,1\" onload=\"reload_main()\">");
document.write("<frame src=\"blank.shtml\" name=\"main\">");
document.write("<frame src=\"Schedules/currentdirectory.html\" name=\"directory\">");
document.write("</frameset>");
document.write("<noframes onLoad=\"no_frame_reload_main()\">");
document.write("<script language=\"JavaScript\"><!--");
document.write("function no_frames_reload_main() {");
document.write("  window.main.location.href = \"Schedules/currentdirectory.html\";");
document.write("}");
document.write("//--></script>");
document.write("</noframes>");