/** 顶部登录条，调用方法是 <div id=ajaxLogon><script src=本js></script></div> */
if (document.getElementById('ajaxLogon')) document.getElementById('ajaxLogon').innerHTML='<span id="ajaxLogon1" style="display:'+(!document.cookie.match(/(^|; )common_session_id=[^;]+/)?'':'none')+';"><a href="http://www.8to888.com/member/hydl.asp">登录</a>&nbsp;&nbsp;'
+'<a href="http://www.8to888.com/member/zc.asp">注册</a></span>'
+'<span id="ajaxLogon2" style="display:'+(!!document.cookie.match(/(^|; )common_session_id=[^;]+/)?'':'none')+';">'
+'  <a href="http://www.8to888.com/member/"><span id="youname" class="nick"></span></a>&nbsp;'
+'	<a href="http://www.8to888.com/member/commentsHistory4Guest.asp">我的点评</a>'
+'	<a href="http://www.8to888.com/member/priceHistory4Guest.asp">我的成交价</a>'
+'	<a href="http://www.8to888.com/member/guestCheck.asp?method=list">我的纠错</a>'
+'	| <a href="http://www.8to888.com/member/pcclub/">社区</a>'
+'	<a href="http://www.8to888.com/member/myadm.asp">空间管理</a>'
+'	<a href="http://www.8to888.com/member/logout.asp" onclick="try{ajaxExitRefresh(this.href);}catch(e){};return false;">退出</a>'
+'</span>';	

