var arrIndexImg1 = new Array('',"
中印将于7月6日恢复两...","
商务部数据显示我国05...","
薄熙来与曼德尔森举行会...","
薄熙来:中国愿意与欧盟...","
WTO首次给中国"打分...");
var i_1= 0;
function playIndexImg1(){
if (i_1==arrIndexImg1.length-1){
i_1=1;
}
else{
i_1++;
}
divIndexImg.filters[0].apply();
divIndexImg.innerHTML =arrIndexImg1[i_1];
divIndexImg.filters[0].play();
toIndexImg = setTimeout("playIndexImg1()",5000);
}
playIndexImg1();