<!--[if lt IE 9]>
? ? <script type="text/javascript">
function setCookie(c_name,value,expiredays){
var exdate=new Date()
exdate.setTime(exdate.getTime()+expiredays)
document.cookie=c_name+ "=" +escape(value)+
((expiredays==null) ? "" : ";expires="+exdate.toGMTString())
}
function getCookie(c_name){
if (document.cookie.length>0){
c_start=document.cookie.indexOf(c_name + "=")
if (c_start!=-1){
c_start=c_start + c_name.length+1
c_end=document.cookie.indexOf(";",c_start)
if (c_end==-1) c_end=document.cookie.length
return unescape(document.cookie.substring(c_start,c_end))
}
}
return ""
}
var ck=getCookie('ck');
var url='libraryplay.php?cid=<?=$channel_id?>&nid=<?=$nid?>';
? ? ? ? var str = "您的IE瀏覽器版本太低了 :(";
? ? ? ? var str2 = "推薦使用:谷歌士骤、火狐、百度等瀏覽器蕾域!<br><br>"+
"或者升級(jí)IE到最新版本拷肌!";
if(ck!="66"){
document.writeln("<pre style='text-align:center;color:#fff;background-color:#87CEFA; height:100%;border:0;position:fixed;top:0;left:0;width:100%;z-index:1234'>" +
"<h2 style='padding-top:200px;margin:0'><strong>" + str + "<br/></strong></h2><h2>" + str2 + "</h2><h2><strong><a href='resource/bdbrowserSetup-8.7.exe' target='_blank' style='color:blue;'>百度瀏覽器</a></h2><h2 ><a href='resource/IE11_for_Win7_x64.exe' target='_blank' style='color:blue;'>IE11_64位瀏覽器</a></h2><h2 ><a href='resource/IE11_for_Win7x86.exe' target='_blank' style='color:blue;'>IE11_32位瀏覽器</a></strong></h2><h2><a href='"+url+"' >繼續(xù)瀏覽</a><h2></pre>");
setCookie('ck','66',120000);
document.execCommand("Stop");
}
? ? </script>
<![endif]-->