// JavaScript Document
 <!--
   var tmpcookie = new Date();
   chkcookie = (tmpcookie.getTime() + '');
   document.cookie = "chkcookie=" + chkcookie + "; path=/";
    if (document.cookie.indexOf(chkcookie,0) < 0) {
      alert("WARNING! Your browser is set not to receive cookies. You cannot shop on this site with cookies turned off. Please turn it on to be able to shop on this website.");
    }
    
 //-->

