	function InfoList150_ButtonSubmit(nextPage,linkURL,mode,InfoPublish_CategoryID)
	{	 
	  var time = new Date();   
		strURI = linkURL + "?InfoList150_action=" + mode + "&InfoPublish_CategoryID=" + InfoPublish_CategoryID;
		if (nextPage!= null && nextPage.length > 0)
			strURI += "&InfoList150_CurPage=" + nextPage;		
		self.location = strURI + "&time=" + time.getTime();
	}
function WinOpenRecommendFriend(PIDPage,InfoIDName,InfoIDValue)
{ 
	//alert(PIDPage+"?"+InfoIDName+"="+InfoIDValue,"","width=404,Height=308,top=160,left=330,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,status=no");  
 window.open(PIDPage+"?"+InfoIDName+"="+InfoIDValue,"","width=365,Height=346,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=no"); 
}
