var r4 = new Array(); r4["113321884559658370"] = "1"; function postCount(id) { var hs_search = new RegExp('\\W','gi'); var hs_id = id.replace(hs_search,"_"); id = hs_id; if (r4[id]) { if (r4[id] == 1) { document.write("[1]"); } else { document.write("[" + r4[id] + "]"); } } else { document.write("[0]"); } } function Commenter(id) { var hs_search = new RegExp('\\W','gi'); var hs_id = id.replace(hs_search,"_"); id = hs_id; window.open('http://www.junkandstuff.net/gtg/comments/index.php?id='+ id + '','comments'+ id +'', 'directories=0,height=700,width=400,location=0,resizable=1,statusbar=1,scrollbars=1,toolbar=0'); }