echo -n 'Content-Type: text/html
Visitor : '
MARK=`cat markhits.log`
NEWMARK=`ls -g /mmc.cns.net.LOGS/access_log|sed 's/ */ /g'|cut -d' ' -f4|tee markhits.log`
if [ $NEWMARK -lt $MARK ];then
MARK=0
fi
NEW=`tail +"$MARK"c /mmc.cns.net.LOGS/access_log|grep -c '~CeeJay/CJsidebar.htm'`
OLD=`cat oldhits.log`
expr $NEW + $OLD|tee oldhits.log
echo -n '
'