<script language="php">
#$n="";     # counter number to use
$n="frog";  # counter number to use
$l="";      # log file subdirectory
$len=4;     # length in digits of the number
include 'counter.php';
#
# this doesnt work. the documentation says it will
#
include "http://miksup.100webspace.net/counter.php?n=c";
</script>