$(document).ready(function(){
	$.ajax({
		type: "GET",
		data: paramGlobal,
		url: "/youkado/ajax-infos-header",
		dataType:"script"
	}); 
});