
document.write("<div class=\"index_news\">汽车团购网 <span class=\"jsbb\">即时播报</span> <a id=\"printWord\"></a>");
 
var NewsTime = 2000; 
var TextTime = 50; 
var newsi = 0;
var txti = 0;
var txttimer;
var newstimer;
var newstitle = new Array(); 
var newshref = new Array(); 

newstitle[0] = "外地牌照2008年养路费火热召集中! ";newshref[0] = "http://www.qichetuangou.com/tuangouanpai/2007-12-09/11928.html";newstitle[1] = "最新外地上牌指导,赣皖大比拼(外牌必看)";newshref[1] = "http://www.qichetuangou.com/yidishangpai/2007-12-23/12062.html";newstitle[2] = "上牌所必须证件完美图片说明(上牌必看)";newshref[2] = "http://www.qichetuangou.com/yidishangpai/2007-07-20/9350.html";newstitle[3] = "汽车消费者上牌前的维权号召(上牌必看)";newshref[3] = "http://www.qichetuangou.com/yidishangpai/2007-07-15/9235.html";newstitle[4] = "景德镇外地上牌圣诞节优惠活动!2999元全包价";newshref[4] = "http://www.qichetuangou.com/yidishangpai/2007-12-26/12064.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();

document.write("</div>");