function checkCookies()
{  
	var tmpcookie = new Date();
	   chkcookie = (tmpcookie.getTime() + '');
	   document.cookie = "chkcookie=" + chkcookie + "; path=/";
	    if (document.cookie.indexOf(chkcookie,0) < 0) {
	    	document.write("<div id=\"cookies\"><strong>COOKIES DISABLED: </strong>You may have problems ordering. For help enabling cookies, view our <a href=\"/cookies.php\">cookie help</a>.</div>");
	      }
}