Do you think you will keep somebody on your site if the counter point 3 or 4?
This is code for fake counter:
<script language="JavaScript">
var iHaveManyUsers
iHaveManyUsers = Math.round(Math.random()*50000)
function alertUser() {
alert("You are visitor number " + iHaveManyUsers + " to this page.")
}
</script>
<body>
<form>
<input type="button" VALUE="How many visits?" onClick="alertUser()">
</form>
___
you can change the alert() with document.write... del the form
-----
If you had enough of codes:
Edit the page every week.
<body>
<center>You are visitor: 2345</center>
----
Next week
<body
<center> You are visitor: 3678</center>
this will dooo