function hidethisFav(A) {
    if (document.getElementById(A)) { 
       document.getElementById(A).style.visibility = "hidden";
       document.getElementById(A).style.display = "none";
       document.getElementById(A).style.width = "0";
    }
}
widget = document.getElementById("wikio-blpost");
pnode = widget.parentNode;
var theNewDiv = document.createElement('div');
theNewDiv.innerHTML="<ul id=\"backlinks-block\">\n<li class=\"backlink-title\">\n\t<img id=\"blh0\" src=\"http:\/\/www.blog.belleville-paris.info\/favicon.ico\" onerror=\"hidethisFav('blh0');\" style=\"width: 16px; height: 16px; margin-right: 5px;\" alt=\"\" align=\"absmiddle\" border=\"0\">\n\t<a href=\"http:\/\/www.blog.belleville-paris.info\/dotclear\/index.php?2008\/11\/29\/2411-du-web-au-dela-de-google\">Du Web ... au del\u00e0 de Google (BelleVille Blogue)<\/a>\n<\/li>\n<\/ul>";
pnode.replaceChild(theNewDiv, widget);