console.log('uid=');
//*** time check 1 (0.0789s elapsed)
//*** time check 2 (0.07893s elapsed)
//*** JJ itemId=heated-mittens
//*** pageType=category
//*** time check 3 (0.08318s elapsed)
//*** forceOutOfStock=false
//*** time check 4 (0.0832s elapsed)
//*** public_mod_structuredData_renderJsonLd NOT found
//*** time check 5 (0.08321s elapsed)
//*** mod_storeClosed called
//*** time check 6 (0.0906s elapsed)
//*** time check 7 (0.09063s elapsed)
var pdServerTime = new Date("2025-07-25T16:07:17-05:00");
var pdProductId = "heated-mittens";
//************************************************
//************ JS/CSS FILE ROUTINES *************
//************************************************
function pdLoadJsCssFile(filename, filetype){
if (filetype=="js") {
var fileref=document.createElement('script');
fileref.setAttribute("type","text/javascript");
fileref.setAttribute("async",true);
fileref.setAttribute("src", filename);
}
else if (filetype=="css") {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", filename);
}
if (typeof fileref!="undefined")
document.getElementsByTagName("head")[0].appendChild(fileref);
}
function pdAddStyle(css) {
var style = document.createElement("style");
style.innerHTML = css;
document.getElementsByTagName("body")[0].appendChild(style);
}
//*** time check 8 (0.09064s elapsed)
/* pdGetElementsByClassName -- Revised to avoid JS conflicts with libraries that override native "getElementsByClassName" browser function in IE
Developed by Robert Nyman, http://www.robertnyman.com
Code/licensing: http://code.google.com/p/getelementsbyclassname/
*/
var pdGetElementsByClassName = function (className, tag, elm){
var ieVersion = getInternetExplorerVersion();
if (ieVersion == -1 && document.getElementsByClassName) {
pdGetElementsByClassName = function (className, tag, elm) {
elm = elm || document;
var elements = elm.getElementsByClassName(className),
nodeName = (tag)? new RegExp("\b" + tag + "\b", "i") : null,
returnElements = [],
current;
for(var i=0, il=elements.length; i -1) {
if(signatureList[i] == 'android') { //*** ONLY CONSIDER android a mobile device if "mobile" is also present in user agent string
if(agent.indexOf("mobile") > -1) isMobile = true;
} else {
isMobile = true;
}
}
}
return isMobile;
}
function pdIsIpad() {
var isIpad = false;
var signatureList = new Array('ipad');
var agent = navigator.userAgent.toLowerCase();
for(var i=0;i -1) isIpad = true;
}
return isIpad;
}
function pdIsTablet() {
var isTablet = false;
var signatureList = new Array('ipad', 'android');
var agent = navigator.userAgent.toLowerCase();
for(var i=0;i -1) {
isTablet = true; //*** ASSUME TABLET
if(signatureList[i] == 'android') { //*** ONLY CONSIDER android a mobile device if "mobile" is also present in user agent string
if(agent.indexOf("mobile") > -1) isTablet = false;
} else {
isTablet = true;
}
}
}
return isTablet;
}
function pdFormatCurrency(num, includeDollarSign) {
num = num.toString().replace(/$|\,/g,'');
if(isNaN(num))
num = "0";
sign = (num == (num = Math.abs(num)));
num = Math.floor(num*100+0.50000000001);
cents = num%100;
num = Math.floor(num/100).toString();
if(cents<10)
cents = "0" + cents;
for (var i = 0; i < Math.floor((num.length-(1+i))/3); i++)
num = num.substring(0,num.length-(4*i+3))+','+
num.substring(num.length-(4*i+3));
var returnValue = (((sign)?'':'-') + num + '.' + cents);
if(includeDollarSign == true) returnValue = "$" + returnValue;
return returnValue;
}
function pdFindParentForm(element) {
var elm,parentForm;
for (elm = element.parentNode; elm; elm = elm.parentNode) {
if(elm.tagName.toLowerCase() == "form") {
parentForm = elm;
break;
}
}
return parentForm;
}
function pdHideForLoggedInUser() {
var hideList = pdGetElementsByClassName("pdHideForLoggedInUser", null);
for(var i=0;i (33 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='volt-rechargeable-battery-heated-mitts'], .pdRatingStarsWrapper[data-itemid='volt-rechargeable-battery-heated-mitts']"); newHtml = "
(9 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='actioheat-rechargeable-heated-mitten'], .pdRatingStarsWrapper[data-itemid='actioheat-rechargeable-heated-mitten']"); newHtml = "
(41 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='heated-mittens-for-women'], .pdRatingStarsWrapper[data-itemid='heated-mittens-for-women']"); newHtml = "
(21 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='outdoor-research-prevail-heated-gore-tex-mittens'], .pdRatingStarsWrapper[data-itemid='outdoor-research-prevail-heated-gore-tex-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='gyde-camo-heated-mitts'], .pdRatingStarsWrapper[data-itemid='gyde-camo-heated-mitts']"); newHtml = "
(8 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='savior-heat-unisex-electric-heated-ski-mittens'], .pdRatingStarsWrapper[data-itemid='savior-heat-unisex-electric-heated-ski-mittens']"); newHtml = "
(16 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-6-0-finger-cap-mittens-for-women-with-rcb-1200-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-6-0-finger-cap-mittens-for-women-with-rcb-1200-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-8-0-finger-cap-lobster-for-unisex-with-rcb-1200-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-8-0-finger-cap-lobster-for-unisex-with-rcb-1200-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='mobile-warming-7-4v-unisex-storm-heated-mittens'], .pdRatingStarsWrapper[data-itemid='mobile-warming-7-4v-unisex-storm-heated-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-glove-6-0-finger-cap-mittens-for-unisex-kit-with-rcb-1200-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-glove-6-0-finger-cap-mittens-for-unisex-kit-with-rcb-1200-batteries']"); newHtml = "
(2 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='aheata-7v-heated-flex-mittens'], .pdRatingStarsWrapper[data-itemid='aheata-7v-heated-flex-mittens']"); newHtml = "
(1 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='volt-heat-unisex-7v-rechargeable-heated-flip-mitts'], .pdRatingStarsWrapper[data-itemid='volt-heat-unisex-7v-rechargeable-heated-flip-mitts']"); newHtml = "
(1 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='seirus-heat-touch-hellfire-heated-mittens-women'], .pdRatingStarsWrapper[data-itemid='seirus-heat-touch-hellfire-heated-mittens-women']"); newHtml = "
(1 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-6-0-finger-cap-mittens-for-women'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-6-0-finger-cap-mittens-for-women']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='hestra-heater-gauntlet-mittens'], .pdRatingStarsWrapper[data-itemid='hestra-heater-gauntlet-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-8-0-finger-cap-lobster-for-unisex'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-8-0-finger-cap-lobster-for-unisex']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='glovii-universal-2-in-1-heated-gloves-with-insulated-cover'], .pdRatingStarsWrapper[data-itemid='glovii-universal-2-in-1-heated-gloves-with-insulated-cover']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='glovii-heated-glove-mittens'], .pdRatingStarsWrapper[data-itemid='glovii-heated-glove-mittens']"); newHtml = "
(3 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='volt-heat-womens-avalanche-x-heated-mittens-6-5-8-5-black-white'], .pdRatingStarsWrapper[data-itemid='volt-heat-womens-avalanche-x-heated-mittens-6-5-8-5-black-white']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='volt-heat-mens-avalanche-x-heated-mittens-8-0-9-5-black'], .pdRatingStarsWrapper[data-itemid='volt-heat-mens-avalanche-x-heated-mittens-8-0-9-5-black']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='actionheat-5v-heated-mens-glomitt'], .pdRatingStarsWrapper[data-itemid='actionheat-5v-heated-mens-glomitt']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='actionheat-5v-heated-mens-hunting-glomitt'], .pdRatingStarsWrapper[data-itemid='actionheat-5v-heated-mens-hunting-glomitt']"); newHtml = "
(2 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='actionheat-5v-heated-womens-glomitt'], .pdRatingStarsWrapper[data-itemid='actionheat-5v-heated-womens-glomitt']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='actionheat-5v-heated-womens-hunting-glomitt'], .pdRatingStarsWrapper[data-itemid='actionheat-5v-heated-womens-hunting-glomitt']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='actionheat-5v-heated-youth-mittens'], .pdRatingStarsWrapper[data-itemid='actionheat-5v-heated-youth-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='seirus-mens-soundtouch-and-heattouch-atlas-mittens'], .pdRatingStarsWrapper[data-itemid='seirus-mens-soundtouch-and-heattouch-atlas-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='seirus-mens-heat-touch-magne-mittens-st-summit'], .pdRatingStarsWrapper[data-itemid='seirus-mens-heat-touch-magne-mittens-st-summit']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='seirus-womens-heat-touch-magne-mittens-st-summit'], .pdRatingStarsWrapper[data-itemid='seirus-womens-heat-touch-magne-mittens-st-summit']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='seirus-womens-soundtouch-and-heattouch-atlas-mittens'], .pdRatingStarsWrapper[data-itemid='seirus-womens-soundtouch-and-heattouch-atlas-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='heat-experience-unisex-all-mountain-heated-mittens'], .pdRatingStarsWrapper[data-itemid='heat-experience-unisex-all-mountain-heated-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='heat-experience-heatx-heated-outdoor-mittens'], .pdRatingStarsWrapper[data-itemid='heat-experience-heatx-heated-outdoor-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='mobile-warming-alta-hybrid-mittens'], .pdRatingStarsWrapper[data-itemid='mobile-warming-alta-hybrid-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='racer-unisex-connectic-5-heated-ski-mittens'], .pdRatingStarsWrapper[data-itemid='racer-unisex-connectic-5-heated-ski-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='savior-heat-unisex-battery-heated-ski-mittens'], .pdRatingStarsWrapper[data-itemid='savior-heat-unisex-battery-heated-ski-mittens']"); newHtml = "
(4 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='therm-ic-mens-ultra-heat-boost-mittens'], .pdRatingStarsWrapper[data-itemid='therm-ic-mens-ultra-heat-boost-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='therm-ic-womens-ultra-heat-boost-mittens'], .pdRatingStarsWrapper[data-itemid='therm-ic-womens-ultra-heat-boost-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='savior-heat-unisex-rechargeable-battery-operated-electric-heated-three-finger-ski-mittens'], .pdRatingStarsWrapper[data-itemid='savior-heat-unisex-rechargeable-battery-operated-electric-heated-three-finger-ski-mittens']"); newHtml = "
(3 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='savior-heat-unisex-rechargeable-battery-thermal-electric-heated-mittens'], .pdRatingStarsWrapper[data-itemid='savior-heat-unisex-rechargeable-battery-thermal-electric-heated-mittens']"); newHtml = "
(5 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-6-0-finger-cap-mittens-for-women-with-rcb-1800-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-6-0-finger-cap-mittens-for-women-with-rcb-1800-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-8-0-finger-cap-lobster-for-unisex-with-rcb-1800-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-8-0-finger-cap-lobster-for-unisex-with-rcb-1800-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-6-0-finger-cap-mittens-for-unisex-with-rcb-1800-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-6-0-finger-cap-mittens-for-unisex-with-rcb-1800-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='dr-warm-fingerless-heating-mitten-gloves'], .pdRatingStarsWrapper[data-itemid='dr-warm-fingerless-heating-mitten-gloves']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='therm-ic-self-heating-lobster-power-gloves'], .pdRatingStarsWrapper[data-itemid='therm-ic-self-heating-lobster-power-gloves']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='volt-heat-usb-rechargeable-heated-golf-cart-mittens'], .pdRatingStarsWrapper[data-itemid='volt-heat-usb-rechargeable-heated-golf-cart-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='mount-tec-explorer-3-heated-performance-mittens'], .pdRatingStarsWrapper[data-itemid='mount-tec-explorer-3-heated-performance-mittens']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='therm-ic-womens-heat-ultra-mittens'], .pdRatingStarsWrapper[data-itemid='therm-ic-womens-heat-ultra-mittens']"); newHtml = "
(1 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='glovii-heated-universal-gloves-with-waterproof-cover'], .pdRatingStarsWrapper[data-itemid='glovii-heated-universal-gloves-with-waterproof-cover']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='seirus-heat-touch-hellfire-heated-mittens-men'], .pdRatingStarsWrapper[data-itemid='seirus-heat-touch-hellfire-heated-mittens-men']"); newHtml = "
(2 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='hestra-heated-liner-mitt'], .pdRatingStarsWrapper[data-itemid='hestra-heated-liner-mitt']"); newHtml = "
(1 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='zanier-hot-stx-heated-mittens'], .pdRatingStarsWrapper[data-itemid='zanier-hot-stx-heated-mittens']"); newHtml = "
(1 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-glove-6-0-finger-cap-mittens-for-unisex-gloves-only'], .pdRatingStarsWrapper[data-itemid='lenz-heat-glove-6-0-finger-cap-mittens-for-unisex-gloves-only']"); newHtml = "
(1 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='gyde-heated-mitts'], .pdRatingStarsWrapper[data-itemid='gyde-heated-mitts']"); newHtml = "
(5 reviews)";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-6-0-finger-cap-mittens-for-unisex-with-rcb-1400-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-6-0-finger-cap-mittens-for-unisex-with-rcb-1400-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-6-0-finger-cap-mittens-for-women-with-rcb-1400-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-6-0-finger-cap-mittens-for-women-with-rcb-1400-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-8-0-finger-cap-lobster-for-unisex-with-rcb-1400-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-8-0-finger-cap-lobster-for-unisex-with-rcb-1400-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-6-0-finger-cap-mittens-for-unisex-with-rcb-2000-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-6-0-finger-cap-mittens-for-unisex-with-rcb-2000-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-6-0-finger-cap-mittens-for-women-with-rcb-2000-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-6-0-finger-cap-mittens-for-women-with-rcb-2000-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
elements = document.querySelectorAll(".pdRatingStarsWrapper[productId='lenz-heat-gloves-8-0-finger-cap-lobster-for-unisex-with-rcb-2000-batteries'], .pdRatingStarsWrapper[data-itemid='lenz-heat-gloves-8-0-finger-cap-lobster-for-unisex-with-rcb-2000-batteries']"); newHtml = "";
elements.forEach(element => { element.innerHTML = newHtml; });
pdStarsRefreshFlag = false;
}
}
pdDisplayCategoryStars();
//*** time check 12 (0.1679s elapsed)
//*** time check 13 (0.16882s elapsed)
//*** time check 14 (0.16882s elapsed)
//*** time check 15 (0.17992s elapsed)
if (typeof pdPerformLoginActions === "function") {
pdPerformLoginActions(false);
}
//*** time check 16 (0.18116s elapsed)
//*** time check 17 (0.18214s elapsed)
//*** time check 18 (0.18302s elapsed)
//*** time check 19 (0.18302s elapsed)
//*** time check 20 (0.18396s elapsed)
//*** time check 21 (0.1848s elapsed)
//*** time check 22 (0.18733s elapsed)
//*********************************
//*** BEGIN mod_promotionCenter ***
//*********************************
//*** COULD NOT FIND PUBLIC FUNCTION 'public_mod_promotionCenter_getRenderedPageScript3()'
//*******************************
//*** END mod_promotionCenter ***
//*******************************
//*** time check 23 (0.18735s elapsed)
//*** SEND PROMO INFO TO ALREADY ON-PAGE HANDLER FUNCTION
var pdPromo = {};
try{pdHandlePromoInfo(pdPromo)} catch(e) {}
//*** SEND PROMO INFO TO ALREADY ON-PAGE HANDLER FUNCTION
var pdProductListCalloutHtml = "";
try{pdHandleProductListCallout(pdProductListCalloutHtml)} catch(e) {}
//*** time check 24 (0.18829s elapsed)
//*** mod_fbConversion is NOT enabled!
//*** time check 25 (0.18914s elapsed)
//*** time check 26 (0.18992s elapsed)
//*** time check 27 (0.19069s elapsed)
//*** time check 28 (0.19167s elapsed)
//**** CART ITEM COUNT MESSAGE *****
function pdDisplayCartItemCount() {
var pdCartItemCount = pdGetCookie('pdCartItemCount');
if(!pdIsBlank(pdCartItemCount)) {
var pdCartItemCountMessage = pdCartItemCount;
jQuery('.pdCartItemCountMessage').html(pdCartItemCountMessage);
}
}
pdDisplayCartItemCount();
//*** pageScript end (0.19173s elapsed)
//*** time check 29 (0.19174s elapsed)