Turn-your-cookies-on Script
When loaded, this script informs your site visitors to turn on their cookies.
<script type="text/javascript">
<!--
/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: Chris :: http://www.freewebs.com/javascript_1/ */
if (navigator.cookieEnabled == 0) {
alert("You need to enable cookies for this site to load properly!");
}
-->
</script>


