// a small code to eliminate cookie blackage to be use as cashCount transperent only code

function ost00(act){
  var ref=document.referrer,last;
  var c,visit=1,mode='U',sec,i,a,l='A',look4,D,O,Img=new Image; 
  if((i=act.indexOf(':'))>1) { a=act.substring(0,i); l=act.charAt(i+1); } else a=act;
  actPlus=a;

  look4=a+"_"+l+"VISIT=";
  D=new Date(); O=new Date(2002,10,6);
  sec=parseInt((D.getTime()-O.getTime())/1000)
  if (document.cookie){
    if ((i=document.cookie.indexOf(look4))>-1){
      c=document.cookie.substring(i+look4.length);
      if ((i=c.indexOf(':'))>-1) {
        last=c.substring(0,i); visit=parseInt(c.substring(i+1))+1;
      } else last=parseInt(c);
      if (sec-last>60) mode='T'; else if(sec-last>30) mode='L'; else mode='F';
    }
  } 
  if (typeof screen=='object') msg=''+screen.width+'x'+screen.height+'&'+screen.colorDepth; 
  else msg='--&0';
  msg+="&"+mode+visit;
  Img.src="http://cashcount.com/cgi-bin/hits/log.cgi/empty?"+a+"&"+l+"&"+ref+"]"+msg;
  O=new Date(D.getTime()+86400100);
  document.cookie=look4+sec+":"+visit+"; path=/; expires="+O.toGMTString();
}

function o00(act,sin,type,ban){ ost00(act); }
oOOok=1;
