document.write("<iframe id='iframeC' name='iframeC' src='' width='0' height='0' style='display:none;' ></iframe>");
 function sethash()
 {
hashH = document.body.scrollHeight;
//alert(hashH);
//alert(document.documentElement.clientHeight);
//alert(document.documentElement.offsetHeight);
urlC = 'http://www.cmbc.com.cn/baoxian/utils/FrameAgent.html';
document.getElementById('iframeC').src=urlC+'#'+hashH;
}
window.onload=sethash;
