var NewsTime = 3500; var TextTime = 20; var newsi = 0; var txti = 0; var txttimer; var newstimer; var newstitle = new Array(); var newshref = new Array(); newstitle[0] = "s**:CMS发帖的什么时候出啊?";newshref[0] = "http://www.xiugoo.com/bbs"; newstitle[1] = "立**:DZ 静态的就是网址里面有.html的吗.. ";newshref[1] = "http://www.xiugoo.com/bbs"; newstitle[2] = "猪**:怎么就不重复发布内容了";newshref[2] = "http://www.xiugoo.com/bbs"; newstitle[3] = "r**:情缘采集器非常好用,支持情缘发展";newshref[3] = "http://www.xiugoo.com/bbs"; newstitle[4] = "s**:支持CMS的啥时间出啊 期待中... ";newshref[4] = "http://www.xiugoo.com/bbs"; newstitle[5] = "q**:Dz的防采集怎么破解,随便... ";newshref[5] = "http://www.xiugoo.com/bbs"; newstitle[6] = "S**:指定的网站采集不了啊.老... ";newshref[6] = "http://www.xiugoo.com/bbs"; newstitle[7] = "m**:5D6D取消通行证.... 请管... ";newshref[7] = "http://www.xiugoo.com/bbs"; newstitle[8] = "t**:管理员或者规则高手请进!!! ";newshref[8] = "http://www.xiugoo.com/bbs"; newstitle[9] = "t**:情缘科技的空间确实稳定呀! ";newshref[9] = "http://www.xiugoo.com/bbs"; newstitle[10] = "q**:求助:为什么发不了帖子 ";newshref[10] = "http://www.xiugoo.com/bbs"; newstitle[11] = "飞**:学习采集使用.为什么... ";newshref[11] = "http://www.xiugoo.com/bbs"; newstitle[12] = "过**:VIP 的服务好么?";newshref[12] = "http://www.xiugoo.com/bbs"; newstitle[13] = "强**:打算购买情缘VIP ";newshref[13] = "http://www.xiugoo.com/bbs"; newstitle[14] = "d**:破解版根本没啥用处,支持正式版 ";newshref[14] = "http://www.xiugoo.com/bbs"; newstitle[15] = "l**:情缘采集器不错,比火车的方便多了 ";newshref[15] = "http://www.xiugoo.com/bbs"; function shownews() { var endstr = "_" hwnewstr = newstitle[newsi]; newslink = newshref[newsi]; if(txti==(hwnewstr.length-1)){endstr="";} if(txti>=hwnewstr.length){ clearInterval(txttimer); clearInterval(newstimer); newsi++; if(newsi>=newstitle.length){ newsi = 0 } newstimer = setInterval("shownews()",NewsTime); txti = 0; return; } clearInterval(txttimer); document.getElementById("printWord").href=newslink; document.getElementById("printWord").innerHTML = hwnewstr.substring(0,txti+1)+endstr; txti++; txttimer = setInterval("shownews()",TextTime); } shownews();