﻿document.writeln("<p id=\"js_notice_box\">&nbsp;<a href='/' style='display:none;' target='_blank'><span style='color:'>什么是站内联想搜索？在搜索框输入“听歌”试试吧！</span></a><a href='/' style='display:none;' target='_blank'><span style='color:#0AA800'>你的首页正常吗？试试114啦首页修复工具吧！</span></a><a href=''' style='display:none;' target='_blank'><span style='color:'>下载吧游戏首页即将上线了，抢先游戏下载！</span></a><a href='/' style='display:none;' target='_blank'><span style='color:'>新增 今日热点，图文更清晰，方便您的阅读和转载</span></a></p>");var aCol = document.getElementById("js_notice_box").getElementsByTagName("a");if(aCol.length > 0){var activeNotice = 0;var ShowNotice = function(){if(activeNotice >= aCol.length){activeNotice = 0;}for(var i = 0,len = aCol.length; i < len; i++){aCol[i].style.display = "none";}aCol[activeNotice].style.display = "";activeNotice++;}}if(ShowNotice){ShowNotice();window.setInterval("ShowNotice()",5000);}