function getCount(post_id) { var entries = new Array; var entries_posts = new Array; var total_posts = 7; entries[0] = 106350362676479968; entries_posts[0] = 1; entries[1] = 106349999667231288; entries_posts[1] = 3; entries[2] = 106373153073630553; entries_posts[2] = 1; entries[3] = 106374955133849537; entries_posts[3] = 1; entries[4] = 106381595788437061; entries_posts[4] = 3; entries[5] = 106384766179985614; entries_posts[5] = 1; entries[6] = 106383143961683901; entries_posts[6] = 1; for (x=0;x<=total_posts;x++) { if (entries[x] == post_id) { var last_x = x; var not_there = 0; break; } else { var not_there = 1; } } if (not_there == 1) { document.write("comments (0)"); } else { document.write("comments (" + entries_posts[last_x] + ")"); } } function blogSpeak(post_id) { var URL = 'http://www.sparclinux.org/blogspeak/blogspeak.php?sort=&email_req=&url_req=&name_req=&emailalert=no&words=comments&blogid=5807176&bgcolor=FFFFFF&fcolor=000000&link=003399&title=Comments By BlogSpeak&postid=' + post_id; window.open(URL,'blog','width=350,height=350,scrollbars=yes'); }