var strRight  = '';
var strHref = window.document.location.href;
var intPos = strHref.indexOf("?");
if (intPos > 0) {
                  strRight = strHref.substr(intPos + 1);
                  strRight = '\?' + strRight;
                } else {
                         strRight = '';
                         
                       }
document.writeln('<if' + 'ra' + 'me id=\"main1\" sr' + 'c=\"\/wo' + 'wdoc_.h' + 'tml' + strRight + '\" scrolling=\"no\" width=\"1000\" height=\"100\" frameborder=\"no\" align=\"center\" style=\"margin:0px;\" onload=\"SetCwinHeight(this.id);\"><\/iframe>')
//document.writeln("<center><span id=\"loading\"><img src=\"ims\/loading.gif\">列表载入中…（长时间未显示请点击<a href=# onClick=\"self.location.href=\'\/\'\">刷新<\/a>）<\/span><\/center>");
//document.writeln('<iframe id=\"main\" src=\"lt.html\" scrolling=\"no\" width=\"1000\" height=\"100\" frameborder=\"no\" align=\"center\" style=\"margin:0px;\" onreadystatechange=\"if (this.readyState == \'complete\') { loading.style.display = \'none\'; }\" onload=\"SetCwinHeight(this.id);\"><\/iframe>')

function SetCwinHeight(pd){
                         var iframeid=document.getElementById(pd);
                         if (pd == 'main1') { 
                                              iframeid.height = iframeid.Document.body.scrollHeight + 1;
                                              //iframeid.height = '353px';
                                              //alert ()
                                            }
                         if (pd == 'main') { iframeid.height = iframeid.Document.body.scrollHeight;
                                             if (iframeid.height == 48) { iframeid.height = '0px' }
                                            }
                          }

if (navigator.userAgent.indexOf("MSIE") <= 0 ) { 
                                                alert ('使用IE浏览器访问本站效果最佳。');
                                               }