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] ="[售] 渝北加新锋尚星空 2*2 85.73㎡ 34.5万元"; newshref[0] = "http://house.cqehousee.com/sale-E09040116475928C05955430DB4E57179-all.html"; newstitle[1] ="[售] 沙坪坝金沙港湾 2*1 91㎡ 43万元"; newshref[1] = "http://house.cqehousee.com/sale-E0902191401305E24C96D79858DBF06EE-all.html"; newstitle[2] =" [租] 江北城市印象 2*1 72㎡ 1200元/月"; newshref[2] = "http://house.cqehousee.com/rent-E071201170514980125B0852970FD49C6-all.html"; newstitle[3] =" [租] 江北围城国际 2*1 92㎡ 1400元/月"; newshref[3] = "http://house.cqehousee.com/rent-E07120117073107F9DADBCAED3972B1FF-all.html"; newstitle[4] ="[售] 沙坪坝雅豪丽景 3*2 105㎡ 53万元"; newshref[4] = "http://house.cqehousee.com/sale-E0902121521143D2165779E883BC9F337-all.html"; newstitle[5] ="[售] 江北松龙景苑 2*2 80㎡ 37万元"; newshref[5] = "http://house.cqehousee.com/sale-E071201172844582255E19C8C6084E59F-all.html"; newstitle[6] ="[售] 渝北大众御湖苑 3*2 131.97㎡ 50万元"; newshref[6] = "http://house.cqehousee.com/sale-E0809081037171450166DAB25118A5DF0-all.html"; newstitle[7] ="[售] 九龙坡华龙苑 2*2 90㎡ 20万元"; newshref[7] = "http://house.cqehousee.com/sale-E09070314485760F0D47FD106B985A94C-all.html"; newstitle[8] ="[售] 九龙坡九龙湾 2*2 74㎡ 25万元"; newshref[8] = "http://house.cqehousee.com/sale-E0904130935584E280AB0EDA7FCACED57-all.html"; newstitle[9] =" [租] 渝中长城锦泰利园 3*2 128㎡ 1000元/月"; newshref[9] = "http://house.cqehousee.com/rent-E09021315023307F912CB19432D410159-all.html"; newstitle[10] =" [租] 渝北花卉西三路 4*2 140㎡ 1500元/月"; newshref[10] = "http://house.cqehousee.com/rent-E071201203843F86671E8428EDB0F4D76-all.html"; newstitle[11] ="[售] 南岸洋河南滨花园 2*2 81.22㎡ 33万元"; newshref[11] = "http://house.cqehousee.com/sale-E0711251459489AF13ECD44DCAF4121E0-all.html"; newstitle[12] ="[售] 南岸巨成龙湾 2*2 81.62㎡ 33万元"; newshref[12] = "http://house.cqehousee.com/sale-E08121018080370C21481FD4CF21B86C5-all.html"; newstitle[13] ="[售] 江北阳光100城市广场 1*  47㎡ 22万元"; newshref[13] = "http://house.cqehousee.com/sale-E0712011758444A28CCA9C4A531529A84-all.html"; newstitle[14] ="[售] 江北阳光家园 3*2 118㎡ 43万元"; newshref[14] = "http://house.cqehousee.com/sale-E080224172642B3B1D9B8765A1A8BC478-all.html"; newstitle[15] ="[售] 高新市政大厦 2*2 87.91㎡ 26万元"; newshref[15] = "http://house.cqehousee.com/sale-E090603111129868BABA9A484EA493325-all.html"; newstitle[16] ="[售] 高新汽研所 3*2 97㎡ 37万元"; newshref[16] = "http://house.cqehousee.com/sale-E090312151910686FDD7D6C03EB421F4C-all.html"; newstitle[17] ="[售] 高新华宇静园 2*2 82㎡ 28万元"; newshref[17] = "http://house.cqehousee.com/sale-E0903121301405062EF4924068DA0DEF0-all.html"; newstitle[18] ="[售] 渝北天合美社 1*1 57.7㎡ 24.5万元"; newshref[18] = "http://house.cqehousee.com/sale-E08090218194358E76A862C8B771BE474-all.html"; newstitle[19] ="[售] 江北庆业巴蜀城 2*2 97.11㎡ 38万元"; newshref[19] = "http://house.cqehousee.com/sale-E071201175837462E5F93AA029A9D77F4-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();