﻿
document.writeln("<script type=\"text\/javascript\" language=\"javascript\">   ");
document.writeln("function TuneHeight1() {   ");
document.writeln("var frm = document.getElementById(\"content01\");   ");
document.writeln("var subWeb = document.frames ? document.frames[\"content01\"].document : ");
document.writeln("");
document.writeln("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 ");
document.writeln("");
document.writeln("src=\"showsf.html?rn="+Math.random()+"\" width=\"1002\" height=\"4000\"");

document.writeln(" onLoad=\"TuneHeight1()\"");

document.writeln(" ><\/iframe>");//<!--2011年5月9日9时24分2秒-->
