document.write ('');
document.write ('
- 广播:
');
document.write ('');
document.write('- 科汛官方说:主题:科汛智能建站系统,用SQL标签统计文章栏目的数量ä... 2023/12/14 [关注TA] 转播(0)
');
document.write('- 任我行说:主题:抢先体验:科汛网校V11系统正在开发中,全新风格邀请您欣赏... 2023/11/29 [关注TA] 转播(0)
');
document.write('- 任我行说:主题:【重要通知】蓄势待发:科汛网校系列产品V11功能开发建议收... 2023/11/29 [关注TA] 转播(0)
');
document.write('- 任我行说:主题:「功能更新」科汛网校 V10.231120更新公告!优化1... 2023/11/29 [关注TA] 转播(0)
');
document.write('- 晓风残月说:更换了自己的形象照片,TA的微博 TA的空间 2023/8/31 [关注TA] 转播(0)
');
document.write('- q771o7765说:腾龙经理开户【釦:771O7765】第一财经?联合出品免责声明本... 2023/8/31 [关注TA] 转播(0)
');
document.write('- q771o7765说:腾龙公司现场负责人【釦:771O7765】第一财经?联合出品免责... 2023/8/31 [关注TA] 转播(0)
');
document.write('- q771o7765说:腾龙公司负责人微信【釦:771O7765】第一财经?联合出品免责... 2023/8/31 [关注TA] 转播(0)
');
document.write('- q771o7765说:腾龙娱乐怎么上分【釦:771O7765】第一财经?联合出品免责声... 2023/8/31 [关注TA] 转播(0)
');
document.write('- q771o7765说:腾龙公司怎么注册账号【釦:771O7765】第一财经?联合出品免... 2023/8/31 [关注TA] 转播(0)
');
document.write ('
');
showfresh();
function showfresh() {
var ann = new Object();
ann.anndelay = 3000;ann.annst = 0;ann.annstop = 0;ann.annrowcount = 0;ann.anncount = 0;ann.annlis = document.getElementById('anc').getElementsByTagName("li");ann.annrows = new Array();
ann.showfreshScroll = function () {
if(this.annstop) { this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay);return; }
if(!this.annst) {
var lasttop = -1;
for(i = 0;i < this.annlis.length;i++) {
if(lasttop != this.annlis[i].offsetTop) {
if(lasttop == -1) lasttop = 0;
this.annrows[this.annrowcount] = this.annlis[i].offsetTop - lasttop;this.annrowcount++;
}
lasttop = this.annlis[i].offsetTop;
}
if(this.annrows.length == 1) {
document.getElementById('an').onmouseover = $('an').onmouseout = null;
} else {
this.annrows[this.annrowcount] = this.annrows[1];
document.getElementById('ancl').innerHTML += document.getElementById('ancl').innerHTML;
this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay);
document.getElementById('an').onmouseover = function () { ann.annstop = 1; };
document.getElementById('an').onmouseout = function () { ann.annstop = 0; };
}
this.annrowcount = 1;
return;
}
if(this.annrowcount >= this.annrows.length) {
document.getElementById('anc').scrollTop = 0;
this.annrowcount = 1;
this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay);
} else {
this.anncount = 0;
this.showfreshScrollnext(this.annrows[this.annrowcount]);
}
};
ann.showfreshScrollnext = function (time) {
document.getElementById('anc').scrollTop++;
this.anncount++;
if(this.anncount != time) {
this.annst = setTimeout(function () { ann.showfreshScrollnext(time); }, 10);
} else {
this.annrowcount++;
this.annst = setTimeout(function () { ann.showfreshScroll(); }, this.anndelay);
}
};
ann.showfreshScroll();
}