/*
 * Cookie Test Script for Reference Application.
 *
 */

if (navigator.cookieEnabled == 0) {
  document.write("<div id='infoBox'><h1><strong>ATTENTION:</strong> 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.</h1></div>");
}