﻿
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("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("src=\"showsf2.html?rn="+Math.random()+"\" width=\"1002\" height=\"5000\"");

document.writeln(" onLoad=\"TuneHeight1()\"");

document.writeln(" ><\/iframe>");<!--2011年4月27日10时51分20秒-->
