function getImageList(api_url, gallery) {
	getData(api_url+"?gg!"+gallery,putImageList);
}
