	function InfoFocusList150_ButtonSubmit(nextPage,linkURL,mode,InfoPublish_CategoryID)
	{	 
	  var time = new Date();   
		strURI = linkURL + "?InfoFocusList150_action=" + mode + "&InfoPublish_CategoryID=" + InfoPublish_CategoryID;
		if (nextPage!= null && nextPage.length > 0)
			strURI += "&InfoFocusList150_CurPage=" + nextPage;
		
		self.location = strURI + "&time=" + time.getTime();
	}