//状态条字
var b="经常在网吧上网的用户，请记住：www.8boo.com ，专业游戏网站导航！";

function d(){
window.status=b;
timerID=setTimeout("d()",10000);
}