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 85.19㎡ 53万元"; newshref[0] = "http://house.cqehousee.com/sale-E09031613043193366248738B59E87904-all.html"; newstitle[1] ="[售] 江北大顺商厦 3*2 106㎡ 60万元"; newshref[1] = "http://house.cqehousee.com/sale-E0809021811466148E5A6D049CD266161-all.html"; newstitle[2] ="[售] 渝北自由港湾 3*1 98㎡ 62万元"; newshref[2] = "http://house.cqehousee.com/sale-E0809021644334C7778A0D9E2D1B46D68-all.html"; newstitle[3] ="[售] 江北东海岸 3*2 64㎡ 53万元"; newshref[3] = "http://house.cqehousee.com/sale-E0809022040044D08B4EE5ED9D94FCF3C-all.html"; newstitle[4] ="[售] 九龙坡新华苑(九龙坡) 2*2 82㎡ 58万元"; newshref[4] = "http://house.cqehousee.com/sale-E090311103259D8918AD75CC0B9CF6AA2-all.html"; newstitle[5] ="[售] 渝北黄龙花园 2*1 90㎡ 50万元"; newshref[5] = "http://house.cqehousee.com/sale-E100818132655A205B1F7B466CDB02122-all.html"; newstitle[6] =" [租] 江北皇冠自由城 3*2 129㎡ 2500元/月"; newshref[6] = "http://house.cqehousee.com/rent-E0805231155109AA4D797BE47CBEC5CF0-all.html"; newstitle[7] ="[售] 江北东方港湾 1*1 45.54㎡ 35万元"; newshref[7] = "http://house.cqehousee.com/sale-E0809022014256F1425F23EAF6DB946E5-all.html"; newstitle[8] =" [租] 渝北荣锦龙汇苑 1*0 35㎡ 1300元/月"; newshref[8] = "http://house.cqehousee.com/rent-E0809021702058378C9CA9F6924A89517-all.html"; newstitle[9] =" [租] 渝北松石北路 3*2 91㎡ 1400元/月"; newshref[9] = "http://house.cqehousee.com/rent-E0809021915553BCA32BBBEECCC13EA46-all.html"; newstitle[10] =" [租] 渝北碧海龙庭 3*2 140㎡ 4000元/月"; newshref[10] = "http://house.cqehousee.com/rent-E071117183228B77FC83A7B022610B1D9-all.html"; newstitle[11] ="[售] 渝中菜园坝 *  4329㎡ 2280.08万元"; newshref[11] = "http://house.cqehousee.com/sale-E0802231803187039261F7BCC9C6A650C-all.html"; newstitle[12] =" [租] 渝北财信城市国际 1*1 40㎡ 1400元/月"; newshref[12] = "http://house.cqehousee.com/rent-E100624101032FFF0FD7579F30AD53A89-all.html"; newstitle[13] =" [租] 渝北温馨家园 3*2 118㎡ 2200元/月"; newshref[13] = "http://house.cqehousee.com/rent-E0809021741245181CCBCC5926CAE86F6-all.html"; newstitle[14] =" [租] 高新一城精英 *  45㎡ 1000元/月"; newshref[14] = "http://house.cqehousee.com/rent-E090312143552C2FF1CD0ADEC4C2F8948-all.html"; newstitle[15] ="[售] 江北鲁能星城 *  185.85㎡ 660.01万元"; newshref[15] = "http://house.cqehousee.com/sale-E071201173041277FD1DB06A7C7C10CF6-all.html"; newstitle[16] ="[售] 南岸金科世界城 1*0 85㎡ 138万元"; newshref[16] = "http://house.cqehousee.com/sale-E1202061201107BCDAC3F5C09EF16B22C-all.html"; newstitle[17] =" [租] 江北极鼎城市经典 2*1 63㎡ 1900元/月"; newshref[17] = "http://house.cqehousee.com/rent-E100125144113DEEE3F24AC8066711870-all.html"; newstitle[18] ="[售] 江北天奇怡畅苑 *  143㎡ 420万元"; newshref[18] = "http://house.cqehousee.com/sale-E0712011813548206FA8475A487080567-all.html"; newstitle[19] ="[售] 江北银鑫商住楼 *  50㎡ 190万元"; newshref[19] = "http://house.cqehousee.com/sale-E110330115859867AA8A72F18265BDB62-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();