  //用户浏览记录
	  var infostr;
	  var blist;
	  var ss;
	  infostr ='			<table cellSpacing="0" cellPadding="0" width="100%" border="0">'		  
	  infostr +='				<tr><td vAlign="middle"  style="padding-top:1px;background:transparent url(/club/images/backgroud1.jpg) 1px 1px no-repeat;height:auto!important;_height:26px;zoom:1;">&nbsp;<A  href="#"><IMG id="openb" src="/club/images/treeimages/icon_open.gif" border="0">&nbsp;<font color=#ff6633 ><b>最近浏览的板块</b></font></a></td></tr><tr><td><table cellSpacing=0 cellPadding=0 id="tblist" >';
	
 if ( login_uname!=null && login_uname!="" && login_uname!="undefined" ) 
    {   
	     if(boardlist!='')
	     {
		ss=boardlist.split("|");ss1=clist.split("|");ss2=bidlist.split("|")
		for(i=0;i<ss.length-1;i++)
		{
			 infostr +="<TR><TD width=30 height=22>&nbsp;&nbsp;</TD><td><A href=/club/list.aspx?classid="+ss1[i]+"&amp;boardid="+ss2[i]+" target=rightmain>"+ss[i]+"</A></td></TR>";
		}
	      }
		else
		{
			infostr +="<TR><TD width=30 height=22>&nbsp;&nbsp;</TD><td style=\"font-size:12px;color:#555555\">暂无浏览记录</td></TR>";
		}
		  infostr+='<table></td></tr></table>';
		}
		else
		{
			infostr="";
		}