Forum Moderators: open
Your site is on "www.yoursite.com".
<script src="http://www.some_free_site.com/swfcount/count.js" language=Javascript>
</script>
<script language=Javascript>
displaycounter("sandman357count","#FFFFFF");
</script>
Note how the SOURCE of your Javascript counter is a site external to yours. If you paste that "your_free_site.com . . . " URL directly into your address bar, you get Page Not Found.
I'm guessing the function displaycounter() is contained in the count.js. Which you can't get to. Hence, "Object not found."
Someday it may come back. OR maybe they moved it permanently. The bottom line is you should never ever rely on an external source or site for data that's going to throw an error or munge up your site. Install a local solution.
IMO: Page counters are "stupid web tricks" anyway. If you want site visit stats, tell your ISP to enable them, they are much more useful. If your ISP doesn't offer stats, find a new ISP.