var rollText_k=10;
var rollText_i=1;
rollText_tt=setInterval("rollText(1)",8000);
function rollText(a){
	clearInterval(rollText_tt);
	rollText_tt=setInterval("rollText(1)",8000);
	rollText_i+=a;
	if (rollText_i>rollText_k){
		rollText_i=1;
	}
	if (rollText_i==0){
		rollText_i=rollText_k;
	}
	for (var j=1; j<=rollText_k; j++){
		document.getElementById("rollTextMenu"+j).style.display="none";
	}
	document.getElementById("rollTextMenu"+rollText_i).style.display="block";
	document.getElementById("pageShow").innerHTML = rollText_i+"/"+rollText_k;
}
document.write('<table width="85%" align="right"><tr><td style="color:#FFFFFF; height:15px; overflow:hidden;"><div class=rollTextMenus>');
document.write('<div id=rollTextMenu1 style="display:block;color:#FFFFFF;">本站最新资讯：<a href="/article.php?id=140" style="color:#FFFFFF;" target="_blank">梦幻般音效的神奇小音箱 “鼠”起耳朵听</a></div>');
document.write('<div id=rollTextMenu2 style="display:none;color:#FFFFFF;">本站最新资讯：<a href="/article.php?id=138" style="color:#FFFFFF;" target="_blank">当沐浴成为时尚  做个香汤美人！</a></div>');
document.write('<div id=rollTextMenu3 style="display:none;color:#FFFFFF;">本站最新资讯：<a href="/article.php?id=146" style="color:#FFFFFF;" target="_blank">精品男装 超值组合礼包 全面上线</a></div>');
document.write('<div id=rollTextMenu4 style="display:none;color:#FFFFFF;">本站最新资讯：<a href="/article.php?id=26" style="color:#FFFFFF;" target="_blank">关于趣购网（购物金）的使用说明</a></div>');
document.write('<div id=rollTextMenu5 style="display:none;color:#FFFFFF;">本站最新资讯：<a href="/article.php?id=135" style="color:#FFFFFF;" target="_blank">各类型超值投影机大搜罗</a></div>');
document.write('<div id=rollTextMenu6 style="display:none;color:#FFFFFF;">本站最新资讯：<a href="/article.php?id=133" style="color:#FFFFFF;" target="_blank">30G硬盘 华硕EPC二代 升级还特价</a></div>');
document.write('<div id=rollTextMenu7 style="display:none;color:#FFFFFF;">本站最新资讯：<a href="/article.php?id=143" style="color:#FFFFFF;" target="_blank">阿迪 耐克齐坐镇 运动名品7.5折震撼全</a></div>');
document.write('<div id=rollTextMenu8 style="display:none;color:#FFFFFF;">本站最新资讯：<a href="/article.php?id=127" style="color:#FFFFFF;" target="_blank">暑期促销 爱国者MP5登录趣购网</a></div>');
document.write('<div id=rollTextMenu9 style="display:none;color:#FFFFFF;">本站最新资讯：<a href="/article.php?id=134" style="color:#FFFFFF;" target="_blank">“奥运婚庆”热潮中的厨房家电大盘点</a></div>');
document.write('<div id=rollTextMenu10 style="display:none;color:#FFFFFF;">本站最新资讯：<a href="/article.php?id=128" style="color:#FFFFFF;" target="_blank">数码互动新时代 首款MP6产品即将出世</a></div>');
document.write("</div></td>");
document.write('<td width="30" id=pageShow style="color:#FFFFFF; height:15px; overflow:hidden;">1/'+rollText_k+'</td>');
document.write('<td width="30" id=pageShow style="height:15px; overflow:hidden;"><a title=上一条 href="javascript:rollText(-1);"><img src="/eascms/icons/icon/last.gif" alt=上一条 width="11" height="11" border="0"></a><a title=下一条 href="javascript:rollText(1);"><img src="/eascms/icons/icon/next.gif" alt=下一条 width="11" height="11" border="0"></a></td>');
document.write("</tr></table>");