function loadCities(el){
	if(el.value.length==5){
		$("#ville").load("/cedant/ville/"+el.value);
	}
}