// Javsacript helper functions for RapidBlog // javscript to list comments out to make it mo-faster function listComments(root) { var feed = root.feed; var entries = feed.entry || []; var html = []; if (!feed.entry) return; //$t = "tag:blogger.com,1999:blog-4270442078467138119.post2447883094318407169..comments" var re=/post([0-9]+)/i var joe=re.exec(feed.id.$t); var myId=joe[1]; var hideCommentCss=""; //2007-01-01T22:58:00.000-08:00 dateRe=/(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):\d{2}.\d{3}/; if (showComments==1) { if (showHideComments) { // Comments always start hidden if the show/hide comment is selected hideCommentCss="display:none;visibility:hidden;height:0;"; } html.push('
', '