$(document).ready(function(){

  // autodoc
  $('.autodoc').each(function (i) {
    var rel = $(this).attr("rel");
    if (rel && rel > 0) $(this).load("/cgi-bin/autodoc.pl?d=" + rel).show();
    //alert(rel);
  });



//   // add identicons
//   var url="http://alex.zeitform.de/cgi-bin/identicon.pl?size=12&any=";
//   $('a').each(function (i) {
//     var href = $(this).attr("href");
//     if (href && href.match(/address\?p_id=(\d+)/)) {
//       //alert("found: " + RegExp.$1);
//       $(this).prepend('<img src="' + url + RegExp.$1 + '"/>&nbsp;');
//     }
//   });

});
