var user_id = readcookie('user_id');
if(user_id)
{
	document.write('<a href=http://read.bbswap.com/my_collection_book_list.php><font color=blue>我的搜藏夹</font></a>&nbsp;&nbsp;');
	document.write('<a href=http://read.bbswap.com/my_read_book_list.php><font color=blue>我看过的书</font></a>&nbsp;&nbsp;');
	document.write('<a href=http://www.bbswap.com/user_info.php?domain_name=read><font color=blue>个人资料</font></a>&nbsp;&nbsp;');
	document.write('<a href=http://www.bbswap.com/exit.php?domain_name=read><font color=blue>退出</font></a>&nbsp;&nbsp;');
}
else
{
	document.write('<a href=http://read.bbswap.com/my_read_book_list.php><font color=blue>我看过的书</font></a>&nbsp;&nbsp;');
	document.write('<a href=http://www.bbswap.com/login.php?domain_name=read><font color=blue>登陆</a>&nbsp;/&nbsp;<a href=http://www.bbswap.com/register.php?domain_name=read>注册</font></a>');
}
												
