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*2 118㎡ 86万元"; newshref[0] = "http://house.cqehousee.com/sale-E090227202122764110AE4AF444AEDB3E-all.html"; newstitle[1] ="[售] 江北滨江竹园 3*2 98㎡ 62万元"; newshref[1] = "http://house.cqehousee.com/sale-E090401161152CF9D00B99475D6300178-all.html"; newstitle[2] ="[售] 江北平安村 2*2 82.31㎡ 44.5万元"; newshref[2] = "http://house.cqehousee.com/sale-E0712012007183EFC364D698CA60D68C7-all.html"; newstitle[3] ="[售] 江北中瑞方园 3*2 131㎡ 78万元"; newshref[3] = "http://house.cqehousee.com/sale-E0712011735027D83B9C6FAC57580EF2E-all.html"; newstitle[4] ="[售] 江北黎明 1*1 50㎡ 28万元"; newshref[4] = "http://house.cqehousee.com/sale-E071201202845FD992D37005F3ED576D3-all.html"; newstitle[5] ="[售] 沙坪坝恒邦C元素 1*  30.13㎡ 19.5万元"; newshref[5] = "http://house.cqehousee.com/sale-E090526115155BAB25ACF089864ABF7B7-all.html"; newstitle[6] ="[售] 沙坪坝凤鸣山水国际 3*2 104㎡ 90万元"; newshref[6] = "http://house.cqehousee.com/sale-E060330122626870B34E41E4AE4337ED1-all.html"; newstitle[7] ="[售] 沙坪坝融汇国际温泉城 1*0 40㎡ 22.5万元"; newshref[7] = "http://house.cqehousee.com/sale-E090701160025EF72B7CF2A94E96119EA-all.html"; newstitle[8] =" [租] 江北鸿恩怡园 2*1 80㎡ 800元/月"; newshref[8] = "http://house.cqehousee.com/rent-E1008101054108E4661B5180B4FA821FE-all.html"; newstitle[9] =" [租] 江北富强村 2*1 60㎡ 800元/月"; newshref[9] = "http://house.cqehousee.com/rent-E071201205715F2273F1DD4EC7809A1C3-all.html"; newstitle[10] =" [租] 渝北金城地豪 1*1 59㎡ 1200元/月"; newshref[10] = "http://house.cqehousee.com/rent-E0809021809454BA63E2FB48A7D702BA8-all.html"; newstitle[11] =" [租] 江北鲤鱼池 2*1 60㎡ 900元/月"; newshref[11] = "http://house.cqehousee.com/rent-E071201182558296AB31BA6ADF74634B0-all.html"; newstitle[12] ="[售] 南岸竞地溯源阁 2*1 86㎡ 55万元"; newshref[12] = "http://house.cqehousee.com/sale-E071125145734E63FC21D58E78176698E-all.html"; newstitle[13] ="[售] 江北香逸半山 2*2 91㎡ 50万元"; newshref[13] = "http://house.cqehousee.com/sale-E070922110315F1885309990C0889B4D2-all.html"; newstitle[14] =" [租] 江北富力海洋广场 4*2 115㎡ 3500元/月"; newshref[14] = "http://house.cqehousee.com/rent-E071202165430C032A2D8F3ED81DC00F0-all.html"; newstitle[15] ="[售] 渝北龙腾新苑 3*2 81㎡ 43.8万元"; newshref[15] = "http://house.cqehousee.com/sale-E100730094940440D0CBB9233ADAA7727-all.html"; newstitle[16] =" [租] 江北肺科医院 2*2 84㎡ 10元/月"; newshref[16] = "http://house.cqehousee.com/rent-E090715140706E7CAF9CC58E4A8B9B825-all.html"; newstitle[17] ="[售] 江北肺科医院 2*2 84㎡ 48万元"; newshref[17] = "http://house.cqehousee.com/sale-E090715140706E7CAF9CC58E4A8B9B825-all.html"; newstitle[18] ="[售] 江北鹏润蓝海 3*2 90㎡ 75万元"; newshref[18] = "http://house.cqehousee.com/sale-E080212163407B5DEB0B51AFAE40A32B2-all.html"; newstitle[19] ="[售] 江北邦兴佳苑 3*2 116㎡ 58万元"; newshref[19] = "http://house.cqehousee.com/sale-E071201183512EB9A00A915ADBD2C0AC0-all.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();