	function changedivinnerinner(type,groupshtml,sessionuserid) {
		
		var innhtml='';
		
		if (type=='mygroups')
		{
			if( sessionuserid )
			{ innhtml='<TABLE cellSpacing=0 cellPadding=2 border=0 width="100%" align=left><tr><td align=center colspan=2><a href=/user/group>[我的圈子]<\/a><\/td><\/tr>'+groupshtml+'<tr><td align=center colspan=2><a href=/index/user/id/'+sessionuserid+'><img border="0" src="/images/index0901/icon_home.gif" />[我的首页]</a></td></tr><tr><td>1.</td><td><a href=/user/friend class=windows-message>我的好友</a></td></tr><tr><td>2.</td><td><a href=/user/message class=windows-message>我的站内信</a></td></tr><tr><td>3.</td><td><a href=/user/articles class=windows-message>我发布的内容</a></td></tr><tr><td>4.</td><td><a href=/user/profile class=windows-message>我的注册资料</a></td></tr><tr><td>5.</td><td>(<a href=/user/logout style="color:red;">退出登陆</a>)</td></tr><tr><td colspan=2 align=center>[相关]</td></tr><tr><td colspan=2 align=center>UserID:'+sessionuserid+'</td></tr><\/TABLE>';}
			else
			{
			innhtml='请先登陆';
			}
		}
		if(type=='sharecontent')
		{
			innhtml='<TABLE cellSpacing=2 cellPadding=2 border=0 width="100%" ><tr><td>分享到新浪微博</td><td><iframe alt="分享到新浪微博" frameborder="0" scrolling="no" src="http://hits.sinajs.cn/A1/weiboshare.html?url='+encodeURIComponent(location.href)+'&appkey=1605682590&type=5" width="103" height="24"></iframe></td></tr><tr><td>分享到QQ空间</td><td><a href="javascript:void(window.open(\'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=\'+encodeURIComponent(document.location.href)));" title="分享到QQ空间"><img src="http://content.7yes.com/images/wj/qz_btn_share.png" border="0" alt="分享到QQ空间" /></a></td></tr></TABLE>';
		}
		if(type=='mygroupsnav')
		{
			innhtml='<TABLE cellSpacing=2 cellPadding=2 border=0 width="100%" >'+groupshtml+'<tr valign="top"><td width="10"></td><td><a class="windows-message" href="/user/group/" style="color:red;"><b>设置/修改</b></a></td></tr></TABLE>';
		}
		if(type=='link_colleague')
		{
			innhtml='<TABLE cellSpacing=2 cellPadding=2 border=0 width="100%" ><tr><TD>TOP10<\/TD><TD>最新评论<\/TD><\/tr><\/TABLE>';
		}
		if(type=='userinput')
		{
			if( sessionuserid )
			{
			innhtml='<TABLE cellSpacing=2 cellPadding=3 border=0 width="90%" ><tr><TD><a href=/user/addcontent/type/article><img class="imgbottom" border="0" src="/images/error/picplus.gif"/>发布日志</a></TD><TD><a href=/index/usercontent/type/articlelist/id/'+sessionuserid+'><img class="imgbottom" border="0" src="/images/index0901/Write1.jpg"/>我的日志</a></TD></tr><tr><TD><a href=/user/addcontent/type/photo><img class="imgbottom" border="0" src="/images/error/picplus.gif"/>发布图片</a></TD><TD><a href=/index/usercontent/type/photolist/id/'+sessionuserid+'><img class="imgbottom" border="0" src="/images/index0901/photo1.gif"/> 我的图片</a></TD></tr><tr><TD><a href=/user/addcontent/type/vote><img class="imgbottom" border="0" src="/images/error/picplus.gif"/>发布投票</a></TD><TD><a href=/index/usercontent/type/votelist/id/'+sessionuserid+'><img class="imgbottom" border="0" src="/images/index0901/vote1.gif"/> 我的投票</a></TD></tr><tr><TD><a href=/index/user/id/'+sessionuserid+'> <img class="imgbottom" border="0" src="/images/index0901/icon_home.gif"/> 我的个人页面</a></TD><TD><a href=/user/SpaceCategory><img class="imgbottom" border="0" src="/images/admin/icons/update.gif"/>分类设置</a></TD></tr><tr><TD>&nbsp;<a href="/job/resume" style="color:red;"><b>我的简历</b></a></TD><TD></TD></tr></TABLE>';
			}
			else
			{
			innhtml='请先登陆';
			}
		}
		
		return innhtml;
		
	}
