function reload_palmares(){jQuery("#ajax-destination").load("/index.php",{action:"reload_palmares_xml",base:jQuery("select#palma1 option:selected").val(),periode:jQuery("select#palma2 option:selected").val()});}
jQuery(document).ready(function(){jQuery("#select-ajax > select").change(function(){reload_palmares();});});