	function InfoCategoryInfoList150_ButtonSubmit(nextPage,linkURL,InfoPublish_CategoryID,InfoCurCategoryID)
	{	       
	  var time = new Date();   
		strURI = linkURL + "?InfoCategoryInfoList150_action=more&InfoPublish_CategoryID=" + InfoPublish_CategoryID + "&InfoCategoryInfoList150_InfoCurCategoryID=" + InfoCurCategoryID;
		if (nextPage!= null && nextPage.length > 0)
			strURI += "&InfoCategoryInfoList150_CurPage=" + nextPage;		
		self.location = strURI + "&time=" + time.getTime();
	}
