var date = new Date();
//·ÖÒ³
function ImageListMore230_ButtonSubmit(nextPage, linkURL,categoryID)
{
	if(nextPage=="")
		return;
	strURI = linkURL+"?ImageListMore230_NextPage=" + nextPage;
	self.location = strURI+"&Content_ImageCategoryID=" + categoryID + "&time="+date;
}