// JavaScript Document

$(function(){
   $("a >img.spip_logos").each(function(i){
   $(this).parent().removeAttr("href");
 });
 });
