 var cc = new Array();
 cc['E1031067592'] = 2; cc['E1041591233'] = 3; cc['E1075008574'] = 2; cc['E1139015179'] = 2; cc['E126494471'] = 1; cc['E1327627628'] = 2; cc['E1348288294'] = 2; cc['E1387663161'] = 2; cc['E1522346603'] = 2; cc['E1549168867'] = 2; cc['E1588449045'] = 2; cc['E1591431916'] = 2; cc['E1600892938'] = 2; cc['E1703874298'] = 2; cc['E1723513675'] = 2; cc['E1747525898'] = 3; cc['E175855093'] = 3; cc['E1778859806'] = 2; cc['E1892422080'] = 3; cc['E1963897809'] = 2; cc['E2116345545'] = 8; cc['E2116377316'] = 2; cc['E310637848'] = 2; cc['E310806618'] = 5; cc['E36996426'] = 4; cc['E376691819'] = 2; cc['E498451724'] = 2; cc['E520343204'] = 5; cc['E576368286'] = 2; cc['E627451371'] = 2; cc['E643594710'] = 3; cc['E803236901'] = 11; cc['E868149412'] = 7; cc['E888665451'] = 2; cc['E890516487'] = 1; cc['E901032355'] = 2; cc['E952432446'] = 11; cc['E958260509'] = 2; cc['E961553156'] = 2; cc['MINIBBS'] = 14;

function getCommentCount(uuid, ctext)
{
  var cnt = cc[uuid];

  if(typeof(cnt) == typeof(undefined)){
    cnt = 0;
  }
  if(ctext == "" || typeof(ctext) == typeof(undefined)){
    ctext = "Comment(%count%)"
  }

  ctext = ctext.replace(new RegExp("%count%", "g"), cnt);
  document.write(ctext);
}

function openCommentWindow(uuid)
{
  window.open('http://sakemifan.under.jp/cgi/reportof/comsys.cgi?user=fukumori&id=' + uuid + '&enc=sjis&title=' + document.title + '&url=' + document.URL,
              'comment' + uuid,
              'height=600,width=400,location=0,resizable=1,scrollbars=1,toolbar=0,status=0');
}
