
	function flashCall(nb_jeton_anim){
			$.ajax({
				type: "GET",
				url: "swf_communication/ajax_coffre.php",
				dataType: "json",
				async: false,
				success: function(retour){
					$("#jeton_nb_g").html(retour.jeton_g);
					$("#jeton_nb_p").html(retour.jeton_p);
					$("#jeton_nb_anim").hide();
				}
			});

return false;


	}
