var messages=new Array()
messages[0]='<a onMouseOver="window.clearTimeout(timeOutId)"  onMouseOut="roll(curIndex)" href="http://bbs.5qiche.com/viewthread_dzh.php?tid=10276" target="right"><font color=#FF0000>新手上路 学习手册</font></a>'; 
messages[1]='<a onMouseOver="window.clearTimeout(timeOutId)"  onMouseOut="roll(curIndex)" href="http://bbs.5qiche.com/viewthread_dzh.php?tid=22144" target="right"><font color=#FF0000>购车攻略 详细指南</font></a>'; 
messages[2]='<a onMouseOver="window.clearTimeout(timeOutId)"  onMouseOut="roll(curIndex)" href="http://bbs.5qiche.com/viewthread_dzh.php?tid=24854" target="right"><font color=#FF0000>买车上牌 年检流程</font></a>'; 
messages[3]='<a onMouseOver="window.clearTimeout(timeOutId)"  onMouseOut="roll(curIndex)" href="http://bbs.5qiche.com/viewthread_dzh.php?tid=24551" target="right"><font color=#FF0000>提车验车 砍价经验</font></a>'; 
messages[4]='<a onMouseOver="window.clearTimeout(timeOutId)"  onMouseOut="roll(curIndex)" href="http://bbs.5qiche.com/viewthread_dzh.php?tid=24857" target="right"><font color=#FF0000>详细超全 驾驶知识</font></a>'; 
messages[5]='<a onMouseOver="window.clearTimeout(timeOutId)"  onMouseOut="roll(curIndex)" href="http://bbs.5qiche.com/viewthread_dzh.php?tid=23280" target="right"><font color=#FF0000>新车磨合 疑问解答</font></a>'; 

	var timeOutId=-1;
	var curIndex=0;
	function roll(i){
		document.all.mop.innerHTML=messages[i];
		curIndex=i;
		if (i<5) {i=i+1;}
		else i=0;
		timeOutId=setTimeout("roll("+i+")",5000);
	}

