var now = new Date();
var hours = now.getHours();
if(hours < 6){document.write("凌晨好!")}
else if (hours < 9){document.write("早上好!")}
else if (hours < 12){document.write("上午好!")}
else if (hours < 14){document.write("中午好!")}
else if (hours < 17){document.write("下午好!")}
else if (hours < 19){document.write("傍晚好!")}
else if (hours < 22){document.write("晚上好!")}
else {document.write("夜里好!")}
var hao_user=get_cookie("hao_user");
if(hao_user){document.write('&nbsp;<b>'+hao_user+'</b>&nbsp;|&nbsp;<A href="/faq/user_index.php">个人中心</A>&nbsp;|&nbsp;<a href="/faq/login_out.php">退出</a>');}
else{document.write('&nbsp;<a href="/faq/login.php">登录</a> | <a href="/faq/reg.php">注册</a>');}
document.write('&nbsp;| <a href="../">首页</A> | <a href="http://bbs.xxju.net" target="_blank">论坛</A>&nbsp;');
 