/**
 * @author Administrator
 */
function GoPage(type,iPageIndex)
{
	if(type==1)
	{
	   
		ShowArtComment(iPageIndex);//加载新闻频评论
	}
	if(type==2)
	{
	   
		ShowComment(iPageIndex);//加载图片频评论
	}
	if(type==3)//加载留言
	{
		showComm(iPageIndex);
	}
	if(type==4)//项目留言
	{
		ShowComm(iPageIndex);
	}
}
