function liblink_oc(id) {
   winlib = window.open('http://membres.multimania.fr/rcblog/dedicaces/lieu.php?id=' + id, 'lieudedi', 'status=0,toolbar=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=0,height=680,width=550');
   window.setTimeout('winlib.focus()', 300);
   return false;
}

function dedi_afficher_tout() {
   dedi_cache_tr = document.getElementsByName('dedi_cache');
   for (i=0; i<dedi_cache_tr.length; i++ ) {
         dedi_cache_tr[i].className = dedi_cache_tr[i].className.replace(' cache','');
   }
}

document.write("<span id=dedicaces><table cellpadding=0 cellspacing=0 width=100%>");
document.write("<tr class=titre><td colspan=6><strong>Dédicaces</strong> (dans les 6 prochains jours) <span id=tout></span>&nbsp;&nbsp;&mdash;&nbsp;&nbsp;<a href=http://radio-courtoisie.over-blog.com/article-929108.html>Voir toutes les librairies</a>");
document.write("</table></span>");

