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] =" [租] 江北信一经典 1*1 54㎡ 1200元/月"; newshref[0] = "http://house.cqehousee.com/rent-E0712011717261F95A29F96C8766853D3-all.html"; newstitle[1] =" [租] 江北鸿程大厦 4*2 163㎡ 1800元/月"; newshref[1] = "http://house.cqehousee.com/rent-E090401102738A5CAF23805D882B4A743-all.html"; newstitle[2] =" [租] 江北上品十六 1*1 55㎡ 1100元/月"; newshref[2] = "http://house.cqehousee.com/rent-E081223064443DC1EAAAC5B27119D34BB-all.html"; newstitle[3] ="[售] 江北工校三村 2*1 89㎡ 40万元"; newshref[3] = "http://house.cqehousee.com/sale-E071201202330BA200A0B3FC94A3F2819-all.html"; newstitle[4] ="[售] 江北石油小区 3*2 97㎡ 45万元"; newshref[4] = "http://house.cqehousee.com/sale-E0902272036040105F7B20D1F2D4F826E-all.html"; newstitle[5] ="[售] 渝北金帝豪苑 2*2 77.67㎡ 40万元"; newshref[5] = "http://house.cqehousee.com/sale-E07120118280987AAC1254FE5C01C73E2-all.html"; newstitle[6] =" [租] 高新华宇名都 3*2 118㎡ 1900元/月"; newshref[6] = "http://house.cqehousee.com/rent-E09031212563023966C6508E5C80F0EAF-all.html"; newstitle[7] =" [租] 渝中万友康年 1*0 33㎡ 800元/月"; newshref[7] = "http://house.cqehousee.com/rent-E090213153118899A0ACF951513C74326-all.html"; newstitle[8] =" [租] 江北龙泉锦苑 4*2 142㎡ 600元/月"; newshref[8] = "http://house.cqehousee.com/rent-E100311143827B47E0669EFE5160EFBCF-all.html"; newstitle[9] =" [租] 渝北自由港湾 1*1 60㎡ 900元/月"; newshref[9] = "http://house.cqehousee.com/rent-E0809021644334C7778A0D9E2D1B46D68-all.html"; newstitle[10] =" [租] 江北东和城 1*0 43㎡ 1200元/月"; newshref[10] = "http://house.cqehousee.com/rent-E071201183301E79481830DACA61ACF29-all.html"; newstitle[11] ="[售] 江北松龙花园 2*2 75㎡ 36万元"; newshref[11] = "http://house.cqehousee.com/sale-E0904280950398021E12FB26FE8D71054-all.html"; newstitle[12] ="[售] 江北中德江湾丽景 2*1 81㎡ 36万元"; newshref[12] = "http://house.cqehousee.com/sale-E09090815450494705D9830A9992E4F3B-all.html"; newstitle[13] =" [租] 江北祺山品阁 2*1 70㎡ 1300元/月"; newshref[13] = "http://house.cqehousee.com/rent-E081223084813D4E4B921FDA2F8F28804-all.html"; newstitle[14] =" [租] 南岸回龙湾 1*0 33㎡ 850元/月"; newshref[14] = "http://house.cqehousee.com/rent-E07112515232521B9548EE64125F3C13F-all.html"; newstitle[15] =" [租] 江北中央香寓 1*0 42㎡ 1100元/月"; newshref[15] = "http://house.cqehousee.com/rent-E071201174422B15F8AF3B9180DABB2C8-all.html"; newstitle[16] ="[售] 江北天下城 2*1 86㎡ 45万元"; newshref[16] = "http://house.cqehousee.com/sale-E08022417333129F0E2B9E664D7FE1A31-all.html"; newstitle[17] ="[售] 江北洋河三村 2*2 80㎡ 38万元"; newshref[17] = "http://house.cqehousee.com/sale-E0712011813409AE6C15551D33BBAB08F-all.html"; newstitle[18] =" [租] 江北洋河二村 1*0 10㎡ 370元/月"; newshref[18] = "http://house.cqehousee.com/rent-E07120118124493EA8BE458D946807263-all.html"; newstitle[19] ="[售] 江北成盛大厦 3*1 99.3㎡ 54万元"; newshref[19] = "http://house.cqehousee.com/sale-E0712011803212CD57263DBE04BF27AFE-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();