<!--
	document.cookie = 'CookiesEnabled=1';
	if (document.cookie == '') 
	{
		var msg =
		"Warning\n" +
		"_____________________________________________________________\n\n" +
		"You do not have your web browser cookies turned on.\n" +
		"This website will not function properly without them.\n" +
		"Please turn cookies on in your browser.\n" +
		"Select Help from the tool bar if you are not sure how to do this.\n";
						
		alert(msg);

	}
-->
