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] ="[售] 渝北区人和龙寿支路 3*1 101.45㎡ 36.5万元"; newshref[0] = "http://www.cqehousee.com/secondhouse/320080110.html"; newstitle[1] ="[售] 高新区归谷城市美墅 6*3 296㎡ 128万元"; newshref[1] = "http://www.cqehousee.com/secondhouse/520080088.html"; newstitle[2] ="[售] 高新区绿韵康城 3*2 套内126㎡ 70万元"; newshref[2] = "http://www.cqehousee.com/secondhouse/520080087.html"; newstitle[3] ="[售] 高新区绿韵康城 3*2 套内123.83㎡ 75万元"; newshref[3] = "http://www.cqehousee.com/secondhouse/520080086.html"; newstitle[4] ="[售] 高新区绿韵康城 4*2 套内128㎡ 64万元"; newshref[4] = "http://www.cqehousee.com/secondhouse/520080085.html"; newstitle[5] ="[售] 高新区绿韵康城 3*1 套内87㎡ 43万元"; newshref[5] = "http://www.cqehousee.com/secondhouse/520080084.html"; newstitle[6] ="[售] 高新区渝洲新城 2*2 92㎡ 33万元"; newshref[6] = "http://www.cqehousee.com/secondhouse/520080083.html"; newstitle[7] ="[售] 高新区骏逸新世界 3*2 129㎡ 45万元"; newshref[7] = "http://www.cqehousee.com/secondhouse/520080082.html"; newstitle[8] ="[售] 高新区绿韵康城 4*2 套内145㎡ 85万元"; newshref[8] = "http://www.cqehousee.com/secondhouse/520080081.html"; newstitle[9] =" [租] 朝阳之家 1*1 51㎡ 1000元/月"; newshref[9] = "http://www.cqehousee.com/rent/ZL32008024.html"; newstitle[10] ="[售] 渝北区巴蜀丽景 4*2 140㎡ 53万元"; newshref[10] = "http://www.cqehousee.com/secondhouse/120080259.html"; newstitle[11] ="[售] 高新区云湖天都 2*2 85㎡ 33万元"; newshref[11] = "http://www.cqehousee.com/secondhouse/520080080.html"; newstitle[12] ="[售] 高新区绿韵康城 3*1 套内87㎡ 43万元"; newshref[12] = "http://www.cqehousee.com/secondhouse/520080079.html"; newstitle[13] ="[售] 高新区绿韵康城 4*2 套内145㎡ 70万元"; newshref[13] = "http://www.cqehousee.com/secondhouse/520080078.html"; newstitle[14] ="[售] 高新区云湖天都 5*2 套内153㎡ 100万元"; newshref[14] = "http://www.cqehousee.com/secondhouse/520080077.html"; newstitle[15] ="[售] 高新区绿韵康城 2*2 套内87㎡ 43.5万元"; newshref[15] = "http://www.cqehousee.com/secondhouse/520080076.html"; newstitle[16] ="[售] 高新区绿韵康城 3*1 套内85.6㎡ 42.5万元"; newshref[16] = "http://www.cqehousee.com/secondhouse/520080075.html"; newstitle[17] ="[售] 高新区绿韵康城 3*2 套内100㎡ 75万元"; newshref[17] = "http://www.cqehousee.com/secondhouse/520080074.html"; newstitle[18] ="[售] 高新区绿韵康城 3*2 套内102㎡ 66万元"; newshref[18] = "http://www.cqehousee.com/secondhouse/520080073.html"; newstitle[19] ="[售] 高新区绿韵康城 4*2 套内143㎡ 82万元"; newshref[19] = "http://www.cqehousee.com/secondhouse/520080072.html"; 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();