$(document).ready(function(){$('.lnk-add-panier').click(function(){elem=$(this);$.ajax({type:'POST',url:elem.attr('href')+'format/xml/',dataType:"xml",success:function(xml){$('#ok-add-panier').fadeIn();$('#ok-add-panier').css('top',window.pageYOffset+'px');nbitems=$(xml).find('nbitems').text();$('#nb-items-panier').text((nbitems>1?nbitems+' couleurs':nbitems+' couleur'));}});return false;});$('#errorAjax').hide();$('#errorAjax').ajaxError(function(){$(this).fadeOut();$('#errorAjax').fadeIn();});});function closeErrorAjax()
{$('#errorAjax').fadeOut();}
function closeErrorAjax()
{$('.ajax-box:visible').fadeOut();}