jQuery.fn.comments=function(a){var a=(a||false);var b=$([]);this.each(function(e,f){var d=f.firstChild;var c=$(this).attr("id");while(d){if(d.nodeType===8){b=b.add("<div rel='"+c+"'>"+d.nodeValue+"</div>")}else{if(a&&(d.nodeType===1)){b=b.add($(d).comments(true))}}d=d.nextSibling}});return(b)};
