document.writeln("<script type=\"text\/javascript\" language=\"javascript\">");
document.writeln("function TuneHeight() {");
document.writeln("var frm = document.getElementById(\"content01\");");
document.writeln("var subWeb = document.frames ? document.frames[\"content01\"].document : frm.contentDocument;");
document.writeln("if(frm != null && subWeb != null) {");
document.writeln("   frm.height = subWeb.body.scrollHeight;");
document.writeln("}");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<iframe id=\"content01\" name=\"content01\" frameBorder=0 scrolling=no src=\"http://www.j173.com\" width=\"980\" height=\"4000\"onLoad=\"TuneHeight()\" ><\/iframe>")