var hitGamgul = function(gamgul) {
	$.post('/ajax/hitGamgul.php', {gamgul: gamgul, ajax: true}, null, 'json');
};
