  <!-- 
var MM_contentVersion = 8;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ?
                     navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
    var words = navigator.plugins["Shockwave Flash"].description.split(" ");
    for (var i = 0; i < words.length; ++i){
        if (isNaN(parseInt(words[i])))
            continue;
        var MM_PluginVersion = words[i];
    }
    var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if( navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 &&
        (navigator.appVersion.indexOf("Win") != -1) ) {
    //FS hide this from IE4.5 Mac by splitting the tag
    document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
    document.write('on error resume next \n');
    document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
    document.write('</SCR' + 'IPT\> \n');
}
function flashconfr() 
   {
    if (!MM_FlashCanPlay) display();
   }
var notice_x,notice_y;
function display() 
{
     document.write("<body onload=document.getElementById('notice1').style.display='block'></body>");
     document.write("<div     id='notice1' style='font-size:12px;position:absolute;z-index:4;display:none;text-align:center;overflow:visible'>");
     document.write("<div style='position:absolute;top:220px;left:expression((body.clientWidth-200)/2-body.clientWidth/2+442);width:196px;height:150px;background-color:#f0f0ff;border-right: #455690 1px solid; border-top: #a6b4cf 1px solid; border-left: #a6b4cf 1px solid; border-bottom: #455690 1px solid;'>");
     document.write("<table width=198 height=18 bgcolor=6699cc style='border-top: #ffffff 1px solid; border-left: #ffffff 1px solid;width:100%;height:150px;' cellSpacing=0 cellpadding=0 border=1>");
     document.write("<tr align=center bgcolor=#6699cc>");
     document.write("<td style='font-size: 12px;' align=left width=87% height=18><font color=#000000>&nbsp;&nbsp;提示 / Notice</font></td>");
     document.write("<td vAlign=center align=center width=13%><span title='关闭 / Close' style='CURSOR: hand;color:#000000;font-size:12px;font-weight:bold;margin-right:4px;' onclick=document.getElementById('notice1').style.display='none'>&nbsp;×</span><!--<img title='关闭 / Close' style='CURSOR: hand' onclick=document.getElementById('notice1').style.display='block' hspace=3 src='msgClose.jpg'>--></td>");
     document.write("</tr>");
     document.write("<tr align=center bgcolor=#f0f0ff>");  
     document.write("<td style='padding-right: 1px; padding-bottom: 1px;' colSpan=3");
     document.write("<div align=center style='color:#333333;border-left: #728eb8 1px solid; border-right: #b9c9ef 1px solid; border-top: #728eb8 1px solid; border-bottom: #b9c9ef 1px solid; width: 100%; padding-top: 18px;'>网站检测出您的浏览器未安装</div>");
     document.write("<div align=center style='color:#333333;font-family:Arial;font-weight:bold;line-height:21px;'>Flash Player 9.0</div>");
     document.write("<div align=center style='color:#ee3344;font-weight:normal;line-height:21px;'>可能会导致浏览问题</div><br />");
     document.write("<div align=center style='word-break:break-all;color:#6588cc'><!--<a href='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW' target='_blank'>--><a href='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW' target='_blank'><font color=#6588cc>进入官方下载</font></a></div>");
     document.write("</td>");
     document.write("</tr>");
     document.write("</table>");
     document.write("</div>");
     document.write("</div>");
}
  //-->