var _kci = { home : 'https://'+'kokutch.tomiryu.com', c : null, init : function() { this.c=this._getCharSet(); data=this._parseData(); home=location.href; document.write(unescape("%3Cscript src='"+this.home+"/p/u.js?"+data+"' charset='UTF-8' type='text/javascript'%3E%3C/script%3E")); }, _parseData : function() { str='c='+this.c; str+='&d='+Math.floor( Math.random() * 1000 ); if(typeof(KokutchObj)=='string') str+='&o='+KokutchObj; if(typeof(KokutchId)=='string') str+='&t='+KokutchId; if(typeof(KokutchWidth)=='string') str+='&w='+KokutchWidth; if(typeof(KokutchCSize)=='string') str+='&cs='+KokutchCSize; if(typeof(KokutchBgColor)=='string') str+='&bgc='+KokutchBgColor; if(typeof(KokutchBdrColor)=='string') str+='&bdc='+KokutchBdrColor; if(typeof(KokutchCol3)=='string') {str+='&col3='+KokutchCol3;} else {str+='&col3=ffffff';} return str; }, _getCharSet : function() { if(document.charset) { out=document.charset; } else if (document.characterSet) { out=document.characterSet; } return out; } }; if(typeof(_kciCount)=='undefined') {_kciCount=0;}else{_kciCount++;} if(_kciCount<=10){_kci.init();}