Simple JavaScript Cookies

This page holds the two JavaScripts that will make cookies (and therefore the "personal counter") work on any page. Use your brouser's "view source" command to see how it's done.

The above line is done by lines in the HTML that look like this:

<script>
document.write("By the way, you have been to this page "+gettimes());
</script>

Cheers,
Marc.