/*
 * Cookie Test Script for Reference Application.
 *
 */

if (navigator.cookieEnabled == 0) {
  alert("ATTENTION: You need to enable cookies in your web browser to experience all the custom features of this site, you also will not have the ability to make a purchase without cookies enabled.");
}
