function favoris(type,id){ new Ajax.Request('/_includes/js.php/favoris.js.php?action=1&id='+id+'&type='+type, { evalScripts : true , onSuccess: function(transport) { stl = transport.responseText; $("fav_"+type).innerHTML = stl; } }); } document.write("