




	// Server Environment Info
	var env = {"baseUrl":"https://www.thermoworks.com/sca-dev-elbrus/{{file}}","currentHostString":"www.thermoworks.com","availableHosts":[],"availableLanguages":[{"name":"English (U.S.)","isdefault":"T","locale":"en_US","languagename":"English (U.S.)"}],"availableCurrencies":[{"internalid":"1","symbol":"$","code":"USD","name":"USA","currencyname":"USA","isdefault":"T","symbolplacement":1}],"companyId":"580795","casesManagementEnabled":true,"giftCertificatesEnabled":true,"currencyCodeSpecifiedOnUrl":"USD","useCMS":true,"currentCurrency":{"internalid":"1","symbol":"$","code":"USD","name":"USA","currencyname":"USA","isdefault":"T","symbolplacement":1},"currentLanguage":{"name":"English (U.S.)","isdefault":"T","locale":"en_US","languagename":"English (U.S.)"},"currentPriceLevel":"9"};
	for (var i in env)
	{
		SC.ENVIRONMENT[i] = env[i];
	}



	// Site Settings Info

	SC.ENVIRONMENT.siteSettings = {"imagesizes":[{"name":"main","internalid":2,"maxwidth":470,"maxheight":470,"urlsuffix":"resizeid=2&resizeh=470&resizew=470"},{"name":"fullscreen","internalid":3,"maxwidth":1600,"maxheight":1600,"urlsuffix":"resizeid=3&resizeh=1600&resizew=1600"},{"name":"thumbnail","internalid":4,"maxwidth":275,"maxheight":275,"urlsuffix":"resizeid=4&resizeh=275&resizew=275"},{"name":"tinythumb","internalid":5,"maxwidth":100,"maxheight":100,"urlsuffix":"resizeid=5&resizeh=100&resizew=100"},{"name":"zoom","internalid":6,"maxwidth":1000,"maxheight":1000,"urlsuffix":"resizeid=6&resizeh=1000&resizew=1000"}],"wsdkcancelcarturl":null,"paymentmethods":[{"internalid":"3","iscardholderauthenticationsupported":"F","creditcardtoken":"F","isexternal":"F","merchantid":"4","name":"Discover","imagesrc":["/images/icons/creditcard/pmt_discover.gif"],"ispaypal":"F","creditcard":"T","key":"3,4,1555641112"},{"internalid":"4","iscardholderauthenticationsupported":"F","creditcardtoken":"F","isexternal":"F","merchantid":"4","name":"Master Card","imagesrc":["/images/icons/creditcard/pmt_mc.gif"],"ispaypal":"F","creditcard":"T","key":"4,4,1555641112"},{"internalid":"5","iscardholderauthenticationsupported":"F","creditcardtoken":"F","isexternal":"F","merchantid":"4","name":"VISA","imagesrc":["/images/icons/creditcard/pmt_visa.gif"],"ispaypal":"F","creditcard":"T","key":"5,4,1555641112"},{"internalid":"6","iscardholderauthenticationsupported":"F","creditcardtoken":"F","isexternal":"F","merchantid":"4","name":"American Express","imagesrc":["/images/icons/creditcard/pmt_amex.gif"],"ispaypal":"F","creditcard":"T","key":"6,4,1555641112"},{"internalid":"11","iscardholderauthenticationsupported":"F","creditcardtoken":"F","isexternal":"F","merchantid":"","name":"PayPal SCA","paypalemailaddress":"madeleine@thermoworks.com","imagesrc":["https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif"],"ispaypal":"T","creditcard":"F","key":"11,,1555641112"}],"wsdkcancelcheckouturl":null,"analytics":{"analyticssubmitattributes":null,"confpagetrackinghtml":"&lt;script language=&#x27;JavaScript&#x27;&gt;\r\n\r\ndocument.getElementById(&#x27;custbody_ip_address_fs_lbl&#x27;).style.display = &quot;none&quot;;\r\ndocument.getElementById(&#x27;custbody_ip_address_fs&#x27;).style.display = &quot;none&quot;;\r\n\r\n&lt;/script&gt;\r\n\r\n&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;\r\n\r\ndocument.getElementById(&quot;custbody_ip_address&quot;).setAttribute(&quot;value&quot;,&quot;&lt;%=getCurrentAttribute(&#x27;request&#x27;,&#x27;ipaddress&#x27;)%&gt;&quot;)\r\n\r\n&lt;/script&gt; \r\n\r\n &lt;script type=&quot;text/javascript&quot; src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&quot;&gt;&lt;/script&gt;\r\n  &lt;script type=&quot;text/javascript&quot;&gt;\r\n    $(document).ready(function () {\r\n      var skulist = &#x27;&#x27;;\r\n      var pricelist = &#x27;&#x27;;\r\n      var quantitylist = &#x27;&#x27;;\r\n\r\n      var orderNum = &quot;&lt;%=getCurrentAttribute(&#x27;confirmation&#x27;,&#x27;ordernumber&#x27;)%&gt;&quot;;\r\n        _gaq.push([&#x27;_addTrans&#x27;,\r\n        orderNum,                                                    // ordered\r\n        &#x27;ThermoWorksNS2&#x27;,                                                // affiliation\r\n        &#x27;&lt;%=getCurrentAttribute(&#x27;confirmation&#x27;,&#x27;subtotal&#x27;)%&gt;&#x27;, // total/subtotal\r\n        &#x27;&lt;%=getCurrentAttribute(&#x27;confirmation&#x27;,&#x27;tax&#x27;)%&gt;&#x27;,      // tax\r\n        &#x27;&lt;%=getCurrentAttribute(&#x27;confirmation&#x27;,&#x27;shipping&#x27;)%&gt;&#x27;, // shipping\r\n        &#x27;&#x27;, // city\r\n        &#x27;&#x27;, // state\r\n        &#x27;&#x27; // country\r\n      ]);\r\n\r\n      var rows = document.getElementById(&quot;ordersummary_total&quot;).parentNode.rows;\r\n\r\n      for (var i = 0; i &lt; rows.length; i++) {\r\n        try {\r\n          var skuName   = rows[i].cells[0].innerHTML;\r\n          var qty       = rows[i].cells[1].innerHTML;\r\n          var prodName  = rows[i].cells[2].innerHTML;\r\n          var price     = rows[i].cells[4].innerHTML;\r\n\r\n          price = price.replace(&quot;,&quot;,&quot;&quot;);\r\n\r\n          if (price.indexOf(&quot;$&quot;) != -1) {\r\n            price = price.replace(&quot;$&quot;, &quot;&quot;);\r\n            _gaq.push([&#x27;_addItem&#x27;, orderNum, skuName, prodName, &#x27;ThermoWorksNS2&#x27;, price, qty]);\r\n          }\r\n        } catch(e) {}\r\n      }\r\n      _gaq.push([&#x27;_trackTrans&#x27;]);\r\n    });\r\n  &lt;/script&gt;\r\n\r\n&lt;script type=text/javascript&gt;\r\n   var hostProtocol = ((&quot;https:&quot; == document.location.protocol) ? &quot;https&quot; : &quot;http&quot;);\r\n   document.write(&#x27;&lt;scr&#x27;+&#x27;ipt src=&quot;&#x27;, hostProtocol+\r\n   &#x27;://5212.xg4ken.com/media/getpx.php?cid=5acd01ee-9dd7-4fbe-beb8-fd3f7cfda6dc&#x27;,&#x27;&quot; type=&quot;text/JavaScript&quot;&gt;&lt;\\/scr&#x27;+&#x27;ipt&gt;&#x27;);\r\n&lt;/script&gt;\r\n&lt;script type=text/javascript&gt;\r\n   var params = new Array();\r\n   params[0]=&#x27;id=5acd01ee-9dd7-4fbe-beb8-fd3f7cfda6dc&#x27;;\r\n   params[1]=&#x27;type=conv&#x27;;\r\n   params[2]=&#x27;val=&lt;%=getCurrentAttribute(&#x27;confirmation&#x27;,&#x27;subtotal&#x27;)%&gt;&#x27;;\r\n   params[3]=&#x27;orderId=&lt;%=getCurrentAttribute(&#x27;confirmation&#x27;,&#x27;ordernumber&#x27;)%&gt;&#x27;;\r\n   params[4]=&#x27;promoCode=&#x27;;\r\n   params[5]=&#x27;valueCurrency=USD&#x27;;\r\n   params[6]=&#x27;GCID=&#x27;; //For Live Tracking only\r\n   params[7]=&#x27;kw=&#x27;; //For Live Tracking only\r\n   params[8]=&#x27;product=&#x27;; //For Live Tracking only\r\n   k_trackevent(params,&#x27;5212&#x27;);\r\n&lt;/script&gt;\r\n\r\n&lt;noscript&gt;\r\n   &lt;img src=&quot;https://5212.xg4ken.com/media/redir.php?track=1&amp;token=5acd01ee-9dd7-4fbe-beb8-fd3f7cfda6dc&amp;type=conv&amp;val=&lt;%=getCurrentAttribute(&#x27;confirmation&#x27;,&#x27;subtotal&#x27;)%&gt;&amp;orderId=&lt;%=getCurrentAttribute(&#x27;confirmation&#x27;,&#x27;ordernumber&#x27;)%&gt;&amp;promoCode=&amp;valueCurrency=USD&amp;GCID=&amp;kw=&amp;product=&quot; width=&quot;1&quot; height=&quot;1&quot;/&gt;\r\n&lt;/noscript&gt;\r\n&lt;!-- Google Code for conversions Conversion Page --&gt;\r\n&lt;script type=&quot;text/javascript&quot;&gt;\r\n/* &lt;![CDATA[ */\r\nvar google_conversion_id = 1070668871;\r\nvar google_conversion_language = &quot;en&quot;;\r\nvar google_conversion_format = &quot;3&quot;;\r\nvar google_conversion_color = &quot;ffffff&quot;;\r\nvar google_conversion_label = &quot;vOKuCPaqoWEQx7jE_gM&quot;;\r\nvar google_conversion_value = 1.00;\r\nvar google_conversion_currency = &quot;USD&quot;;\r\nvar google_remarketing_only = false;\r\n/* ]]&gt; */\r\n&lt;/script&gt;\r\n&lt;script type=&quot;text/javascript&quot; src=&quot;//www.googleadservices.com/pagead/conversion.js&quot;&gt;\r\n&lt;/script&gt;\r\n&lt;noscript&gt;\r\n&lt;div style=&quot;display:inline;&quot;&gt;\r\n&lt;img height=&quot;1&quot; width=&quot;1&quot; style=&quot;border-style:none;&quot; alt=&quot;&quot; src=&quot;//www.googleadservices.com/pagead/conversion/1070668871/?value=1.00&amp;currency_code=USD&amp;label=vOKuCPaqoWEQx7jE_gM&amp;guid=ON&amp;script=0&quot;/&gt;\r\n&lt;/div&gt;\r\n&lt;/noscript&gt;\r\n\r\n&lt;script type=&quot;text/javascript&quot;&gt;\r\nAddShoppersConversion = {\r\n        order_id: &#x27;&lt;%=getCurrentAttribute(&#x27;confirmation&#x27;, &#x27;ordernumber&#x27;)%&gt;&#x27;,\r\n        value: &#x27;&lt;%=getCurrentAttribute(&#x27;confirmation&#x27;, &#x27;subtotal&#x27;)%&gt;&#x27;\r\n};\r\n\r\n\r\n\r\nvar js = document.createElement(&#x27;script&#x27;); js.type = &#x27;text/javascript&#x27;; js.async = true; js.id = &#x27;AddShoppers&#x27;;\r\njs.src = (&#x27;https:&#x27; == document.location.protocol ? &#x27;https://shop.pe/widget/&#x27; : &#x27;http://cdn.shop.pe/widget/&#x27;) + &#x27;widget_async.js#576c5772d5593026046b278a&#x27;;\r\ndocument.getElementsByTagName(&quot;head&quot;)[0].appendChild(js);\r\n\r\n\r\n&lt;/script&gt;","analyticsclickattributes":null,"submitattributes":null,"clickattributes":null},"defaultpricelevel":"9","wsdkcompleteloginurl":null,"scripttemplateinvoice":"75","autoapplypromotionsenabled":"T","siteid":2,"id":2,"order":{"outofstockitems":"ENABLENMSG","outofstockbehavior":"ENABLENMSG","upselldisplay":"ONLY_UPSELL_ITEMS"},"multipleshippingenabled":"F","showshippingestimator":"T","touchpoints":{"logout":"/sca-dev-elbrus/logOut.ssp?logoff=T&ckabandon=8UMPrk6uAqluY03-","customercenter":"https://www.thermoworks.com/sca-dev-elbrus/my_account.ssp?ext=F","serversync":"https://www.thermoworks.com/app/site/backend/syncidentity.nl?c=580795&n=2&vid=3snxRE6uAqpuY81M&chrole=17&ck=8UMPrk6uAqluY03-&cktime=175694","viewcart":"/sca-dev-elbrus/goToCart.ssp","login":"/sca-dev-elbrus/checkout.ssp?is=login&login=T","welcome":"/s.nl","checkout":"/sca-dev-elbrus/checkout.ssp?is=checkout","continueshopping":"/","home":"https://www.thermoworks.com","register":"/sca-dev-elbrus/checkout.ssp?is=register&login=T&reset=T&newcust=T"},"sitelanguage":[{"name":"English (U.S.)","isdefault":"T","locale":"en_US","languagename":"English (U.S.)"}],"websitescope":"SUITE_COMMERCE_ADVANCED","wsdkcompletecheckouturl":null,"defaultshippingcountry":"US","shipstoallcountries":"T","iswsdk":false,"shipallcountries":"T","loginallowed":"T","registration":{"registrationallowed":"T","requirecompanyfield":"F","registrationoptional":"T","registrationmandatory":"F","displaycompanyfield":"T","showcompanyfield":"T","registrationanonymous":"F","companyfieldmandatory":"F"},"sortfield":[{"sortdirection":"ASCENDING","sortfieldname":"custitem_sc_category_order","sortorder":"0"},{"sortdirection":"ASCENDING","sortfieldname":"commercecategory","sortorder":"1"},{"sortdirection":"ASCENDING","sortfieldname":"custitem_tt_featured_items_sequence","sortorder":"2"},{"sortdirection":"ASCENDING","sortfieldname":"itemid","sortorder":"3"},{"sortdirection":"ASCENDING","sortfieldname":"pricelevel5","sortorder":"4"},{"sortdirection":"ASCENDING","sortfieldname":"custitem_sc_related_category_order","sortorder":"5"},{"sortdirection":"ASCENDING","sortfieldname":"relevance","sortorder":"6"},{"sortdirection":"ASCENDING","sortfieldname":"pricelevel9","sortorder":"7"}],"requireloginforpricing":"F","isinactive":"F","sitetype":"ADVANCED","siteregion":[{"name":"Parent Company","internalid":"1","isdefault":"T","displayname":"Parent Company"}],"showextendedcart":"F","shipstocountries":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","IC","CV","KY","CF","EA","TD","CL","CN","CX","CC","CO","KM","CD","CG","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","TL","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","AN","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","VC","WS","SM","ST","SA","SN","RS","CS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","PM","PS","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TG","TK","TO","TT","TN","TR","TM","TC","TV","UM","UG","UA","AE","GB","US","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"],"siteloginrequired":"F","pricesincludevat":"F","cartsharingmode":"PER_CONTACT","checkout":{"showsavecc":"T","hidepaymentpagewhennobalance":"F","google":{"available":"F"},"saveccinfo":"F","savecreditinfo":"F","requestshippingaddressfirst":"F","termsandconditionshtml":null,"showsavecreditinfo":"T","requiretermsandconditions":"F","shippingaddrfirst":"F","showpofieldonpayment":"F","showpurchaseorder":"F","paypalexpress":{"available":"T","imageurl":"https://www.paypal.com/en_US/i/btn/btn_xpressCheckoutsm.gif"},"paymentmandatory":"T","custchoosespaymethod":"F","requireccsecuritycode":"T","termsandconditions":null},"defaultshipcountry":"US","loginrequired":"F","languages":[{"name":"English (U.S.)","isdefault":"T","locale":"en_US","languagename":"English (U.S.)"}],"shiptocountries":["AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","BN","BG","BF","BI","KH","CM","CA","IC","CV","KY","CF","EA","TD","CL","CN","CX","CC","CO","KM","CD","CG","CK","CR","CI","HR","CU","CW","CY","CZ","DK","DJ","DM","DO","TL","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","VA","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","JM","JP","JE","JO","KZ","KE","KI","KP","KR","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","AN","NC","NZ","NI","NE","NG","NU","NF","MP","NO","OM","PK","PW","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","RE","RO","RU","RW","BL","SH","KN","LC","MF","VC","WS","SM","ST","SA","SN","RS","CS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","SS","ES","LK","PM","PS","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TG","TK","TO","TT","TN","TR","TM","TC","TV","UM","UG","UA","AE","GB","US","UY","UZ","VU","VE","VN","VG","VI","WF","EH","YE","ZM","ZW"],"requireshippinginformation":"T","wsdkcancelloginurl":null,"includevatwithprices":"F","defaultshippingmethod":"6514","iswebstoreoffline":"F","shippingrequired":"T","sitecurrency":[{"internalid":"1","symbol":"$","code":"USD","name":"USA","currencyname":"USA","isdefault":"T","symbolplacement":1}],"displayname":"ThermoWorks","facetfield":[{"facetfieldid":"custitem_sc_facet_accuracy","urlcomponent":"accuracy","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_alarm","urlcomponent":"alarm","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_auto_off","urlcomponent":"auto_off","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_award_winning","urlcomponent":"award_winning","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_backlight","urlcomponent":"backlight","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_battery_life","urlcomponent":"battery_life","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_brand","urlcomponent":"brand","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_cf_switchable","urlcomponent":"cf_switchable","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_cloud_storage","urlcomponent":"cloud_storage","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_colors","urlcomponent":"colors","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_comms_type","urlcomponent":"comms_type","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_customer_rating","urlcomponent":"customer_rating","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_ds_ratio","urlcomponent":"ds_ratio","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_datalogger_featured","urlcomponent":"datalogger_featured","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_emissivity_adjusta","urlcomponent":"emissivity_adjustable","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_featured","urlcomponent":"featured","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_fixed_probe","urlcomponent":"fixed_probe","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_kist","urlcomponent":"kits","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_laser_type","urlcomponent":"laser_type","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_max_temp_range","urlcomponent":"max_temp_range","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_max_min","urlcomponent":"max_min","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_industrial","urlcomponent":"industrial","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_min_temp_range","urlcomponent":"temp_range","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_nist_certificate","urlcomponent":"nist_certificate","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_nsf","urlcomponent":"nsf","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_no_readings","urlcomponent":"no_readings","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_no_sensors","urlcomponent":"no_sensors","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_on_sale","urlcomponent":"on_sale","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_probe_style","urlcomponent":"probe_style","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_rotating_display","urlcomponent":"rotating_display","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_rugged","urlcomponent":"rugged","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_sensor_type","urlcomponent":"sensor_type","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_sound_level","urlcomponent":"sound_level","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_tc_input","urlcomponent":"tc_input","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_trim","urlcomponent":"facet_trim","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_warranty","urlcomponent":"warranty","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_waterproof","urlcomponent":"waterproof","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_facet_with_display","urlcomponent":"with_display","urlcomponentaliases":[]},{"facetfieldid":"custitem_tt_featured_ftems","urlcomponent":"featured_items","urlcomponentaliases":[]},{"facetfieldid":"custitem_sc_hide_product_listings","urlcomponent":"custitem_sc_hide_product_listings","urlcomponentaliases":[]},{"facetfieldid":"custitem_tt_adrenaline_item","urlcomponent":"adrenaline_item","urlcomponentaliases":[]}],"subsidiaries":[{"name":"Parent Company","internalid":"1","isdefault":"T","displayname":"Parent Company"}],"cookiepolicy":"","showcookieconsentbanner":"F","currencies":[{"internalid":"1","symbol":"$","code":"USD","name":"USA","currencyname":"USA","isdefault":"T","symbolplacement":1}],"countries":{"AF":{"name":"Afghanistan","code":"AF","isziprequired":"T"},"AX":{"name":"Aland Islands","code":"AX","isziprequired":"T"},"AL":{"name":"Albania","code":"AL","isziprequired":"T"},"DZ":{"name":"Algeria","code":"DZ","isziprequired":"T"},"AS":{"name":"American Samoa","code":"AS","isziprequired":"T"},"AD":{"name":"Andorra","code":"AD","isziprequired":"T"},"AO":{"name":"Angola","code":"AO","isziprequired":"T"},"AI":{"name":"Anguilla","code":"AI","isziprequired":"T"},"AQ":{"name":"Antarctica","code":"AQ","isziprequired":"T"},"AG":{"name":"Antigua and Barbuda","code":"AG","isziprequired":"T"},"AR":{"name":"Argentina","code":"AR","isziprequired":"T"},"AM":{"name":"Armenia","code":"AM","isziprequired":"T"},"AW":{"name":"Aruba","code":"AW","isziprequired":"T"},"AU":{"name":"Australia","code":"AU","isziprequired":"T","states":[{"name":"Australian Capital Territory","code":"ACT"},{"name":"New South Wales","code":"NSW"},{"name":"Northern Territory","code":"NT"},{"name":"Queensland","code":"QLD"},{"name":"South Australia","code":"SA"},{"name":"Tasmania","code":"TAS"},{"name":"Victoria","code":"VIC"},{"name":"Western Australia","code":"WA"}]},"AT":{"name":"Austria","code":"AT","isziprequired":"T"},"AZ":{"name":"Azerbaijan","code":"AZ","isziprequired":"T"},"BS":{"name":"Bahamas","code":"BS","isziprequired":"F"},"BH":{"name":"Bahrain","code":"BH","isziprequired":"T"},"BD":{"name":"Bangladesh","code":"BD","isziprequired":"T"},"BB":{"name":"Barbados","code":"BB","isziprequired":"T"},"BY":{"name":"Belarus","code":"BY","isziprequired":"T"},"BE":{"name":"Belgium","code":"BE","isziprequired":"T"},"BZ":{"name":"Belize","code":"BZ","isziprequired":"T"},"BJ":{"name":"Benin","code":"BJ","isziprequired":"T"},"BM":{"name":"Bermuda","code":"BM","isziprequired":"T"},"BT":{"name":"Bhutan","code":"BT","isziprequired":"T"},"BO":{"name":"Bolivia","code":"BO","isziprequired":"F"},"BQ":{"name":"Bonaire, Saint Eustatius and Saba","code":"BQ","isziprequired":"T"},"BA":{"name":"Bosnia and Herzegovina","code":"BA","isziprequired":"T"},"BW":{"name":"Botswana","code":"BW","isziprequired":"T"},"BV":{"name":"Bouvet Island","code":"BV","isziprequired":"T"},"BR":{"name":"Brazil","code":"BR","isziprequired":"T"},"IO":{"name":"British Indian Ocean Territory","code":"IO","isziprequired":"T"},"BN":{"name":"Brunei Darussalam","code":"BN","isziprequired":"T"},"BG":{"name":"Bulgaria","code":"BG","isziprequired":"T"},"BF":{"name":"Burkina Faso","code":"BF","isziprequired":"T"},"BI":{"name":"Burundi","code":"BI","isziprequired":"T"},"KH":{"name":"Cambodia","code":"KH","isziprequired":"T"},"CM":{"name":"Cameroon","code":"CM","isziprequired":"T"},"CA":{"name":"Canada","code":"CA","isziprequired":"T","states":[{"name":"Alberta","code":"AB"},{"name":"British Columbia","code":"BC"},{"name":"Manitoba","code":"MB"},{"name":"New Brunswick","code":"NB"},{"name":"Newfoundland","code":"NL"},{"name":"Northwest Territories","code":"NT"},{"name":"Nova Scotia","code":"NS"},{"name":"Nunavut","code":"NU"},{"name":"Ontario","code":"ON"},{"name":"Prince Edward Island","code":"PE"},{"name":"Quebec","code":"QC"},{"name":"Saskatchewan","code":"SK"},{"name":"Yukon","code":"YT"}]},"IC":{"name":"Canary Islands","code":"IC","isziprequired":"T"},"CV":{"name":"Cape Verde","code":"CV","isziprequired":"T"},"KY":{"name":"Cayman Islands","code":"KY","isziprequired":"T"},"CF":{"name":"Central African Republic","code":"CF","isziprequired":"T"},"EA":{"name":"Ceuta and Melilla","code":"EA","isziprequired":"T"},"TD":{"name":"Chad","code":"TD","isziprequired":"T"},"CL":{"name":"Chile","code":"CL","isziprequired":"F"},"CN":{"name":"China","code":"CN","isziprequired":"T","states":[{"name":"Heilongjiang Province","code":"黑龙江省"},{"name":"Jilin Province","code":"吉林省"},{"name":"Liaoning Province","code":"辽宁省"},{"name":"Neimenggu A. R.","code":"内蒙古"},{"name":"Gansu Province","code":"甘肃省"},{"name":"Ningxia A. R.","code":"宁夏回族自治区"},{"name":"Xinjiang A. R.","code":"新疆维吾尔族自治区"},{"name":"Qinghai Province","code":"青海省"},{"name":"Hebei Province","code":"河北省"},{"name":"Henan Province","code":"河南省"},{"name":"Shandong Province","code":"山东省"},{"name":"Shanxi Province","code":"山西省"},{"name":"Shaanxi Province","code":"陕西省"},{"name":"Jiangsu Province","code":"江苏省"},{"name":"Zhejiang Province","code":"浙江省"},{"name":"Anhui Province","code":"安徽省"},{"name":"Hubei Province","code":"湖北省"},{"name":"Hunan Province","code":"湖南省"},{"name":"Sichuan Province","code":"四川省"},{"name":"Guizhou Province","code":"贵州省"},{"name":"Jiangxi Province","code":"江西省"},{"name":"Guangdong Province","code":"广东省"},{"name":"Guangxi A. R.","code":"广西壮族自治区"},{"name":"Yunnan Province","code":"云南省"},{"name":"Hainan Province","code":"海南省"},{"name":"Xizang A. R.","code":"西藏藏族自治区"},{"name":"Beijing","code":"北京市"},{"name":"Shanghai","code":"上海市"},{"name":"Tianjin","code":"天津市"},{"name":"Chongqing","code":"重庆市"},{"name":"Fujian Province","code":"福建省"}]},"CX":{"name":"Christmas Island","code":"CX","isziprequired":"T"},"CC":{"name":"Cocos (Keeling) Islands","code":"CC","isziprequired":"T"},"CO":{"name":"Colombia","code":"CO","isziprequired":"F"},"KM":{"name":"Comoros","code":"KM","isziprequired":"T"},"CD":{"name":"Congo, Democratic Republic of","code":"CD","isziprequired":"T"},"CG":{"name":"Congo, Republic of","code":"CG","isziprequired":"T"},"CK":{"name":"Cook Islands","code":"CK","isziprequired":"T"},"CR":{"name":"Costa Rica","code":"CR","isziprequired":"T"},"CI":{"name":"Cote d'Ivoire","code":"CI","isziprequired":"T"},"HR":{"name":"Croatia/Hrvatska","code":"HR","isziprequired":"T"},"CU":{"name":"Cuba","code":"CU","isziprequired":"T"},"CW":{"name":"Curaçao","code":"CW","isziprequired":"T"},"CY":{"name":"Cyprus","code":"CY","isziprequired":"T"},"CZ":{"name":"Czech Republic","code":"CZ","isziprequired":"T"},"DK":{"name":"Denmark","code":"DK","isziprequired":"T"},"DJ":{"name":"Djibouti","code":"DJ","isziprequired":"T"},"DM":{"name":"Dominica","code":"DM","isziprequired":"T"},"DO":{"name":"Dominican Republic","code":"DO","isziprequired":"T"},"TL":{"name":"East Timor","code":"TL","isziprequired":"T"},"EC":{"name":"Ecuador","code":"EC","isziprequired":"T"},"EG":{"name":"Egypt","code":"EG","isziprequired":"T"},"SV":{"name":"El Salvador","code":"SV","isziprequired":"T"},"GQ":{"name":"Equatorial Guinea","code":"GQ","isziprequired":"T"},"ER":{"name":"Eritrea","code":"ER","isziprequired":"T"},"EE":{"name":"Estonia","code":"EE","isziprequired":"T"},"ET":{"name":"Ethiopia","code":"ET","isziprequired":"T"},"FK":{"name":"Falkland Islands","code":"FK","isziprequired":"T"},"FO":{"name":"Faroe Islands","code":"FO","isziprequired":"T"},"FJ":{"name":"Fiji","code":"FJ","isziprequired":"T"},"FI":{"name":"Finland","code":"FI","isziprequired":"T"},"FR":{"name":"France","code":"FR","isziprequired":"T"},"GF":{"name":"French Guiana","code":"GF","isziprequired":"T"},"PF":{"name":"French Polynesia","code":"PF","isziprequired":"T"},"TF":{"name":"French Southern Territories","code":"TF","isziprequired":"T"},"GA":{"name":"Gabon","code":"GA","isziprequired":"T"},"GM":{"name":"Gambia","code":"GM","isziprequired":"T"},"GE":{"name":"Georgia","code":"GE","isziprequired":"T"},"DE":{"name":"Germany","code":"DE","isziprequired":"T"},"GH":{"name":"Ghana","code":"GH","isziprequired":"T"},"GI":{"name":"Gibraltar","code":"GI","isziprequired":"T"},"GR":{"name":"Greece","code":"GR","isziprequired":"T"},"GL":{"name":"Greenland","code":"GL","isziprequired":"T"},"GD":{"name":"Grenada","code":"GD","isziprequired":"T"},"GP":{"name":"Guadeloupe","code":"GP","isziprequired":"T"},"GU":{"name":"Guam","code":"GU","isziprequired":"T"},"GT":{"name":"Guatemala","code":"GT","isziprequired":"T"},"GG":{"name":"Guernsey","code":"GG","isziprequired":"T"},"GN":{"name":"Guinea","code":"GN","isziprequired":"T"},"GW":{"name":"Guinea-Bissau","code":"GW","isziprequired":"T"},"GY":{"name":"Guyana","code":"GY","isziprequired":"T"},"HT":{"name":"Haiti","code":"HT","isziprequired":"T"},"HM":{"name":"Heard and McDonald Islands","code":"HM","isziprequired":"T"},"VA":{"name":"Holy See (City Vatican State)","code":"VA","isziprequired":"T"},"HN":{"name":"Honduras","code":"HN","isziprequired":"T"},"HK":{"name":"Hong Kong","code":"HK","isziprequired":"F"},"HU":{"name":"Hungary","code":"HU","isziprequired":"T"},"IS":{"name":"Iceland","code":"IS","isziprequired":"T"},"IN":{"name":"India","code":"IN","isziprequired":"T"},"ID":{"name":"Indonesia","code":"ID","isziprequired":"T"},"IR":{"name":"Iran (Islamic Republic of)","code":"IR","isziprequired":"T"},"IQ":{"name":"Iraq","code":"IQ","isziprequired":"T"},"IE":{"name":"Ireland","code":"IE","isziprequired":"F"},"IM":{"name":"Isle of Man","code":"IM","isziprequired":"T"},"IL":{"name":"Israel","code":"IL","isziprequired":"T"},"IT":{"name":"Italy","code":"IT","isziprequired":"T"},"JM":{"name":"Jamaica","code":"JM","isziprequired":"T"},"JP":{"name":"Japan","code":"JP","isziprequired":"T","states":[{"name":"Hokkaidō","code":"北海道"},{"name":"Aomori","code":"青森県"},{"name":"Iwate","code":"岩手県"},{"name":"Miyagi","code":"宮城県"},{"name":"Akita","code":"秋田県"},{"name":"Yamagata","code":"山形県"},{"name":"Fukushima","code":"福島県"},{"name":"Ibaraki","code":"茨城県"},{"name":"Tochigi","code":"栃木県"},{"name":"Gunma","code":"群馬県"},{"name":"Saitama","code":"埼玉県"},{"name":"Chiba","code":"千葉県"},{"name":"Tokyo","code":"東京都"},{"name":"Kanagawa","code":"神奈川県"},{"name":"Niigata","code":"新潟県"},{"name":"Toyama","code":"富山県"},{"name":"Ishikawa","code":"石川県"},{"name":"Fukui","code":"福井県"},{"name":"Yamanashi","code":"山梨県"},{"name":"Nagano","code":"長野県"},{"name":"Gifu","code":"岐阜県"},{"name":"Shizuoka","code":"静岡県"},{"name":"Aichi","code":"愛知県"},{"name":"Mie","code":"三重県"},{"name":"Shiga","code":"滋賀県"},{"name":"Kyoto","code":"京都府"},{"name":"Osaka","code":"大阪府"},{"name":"Hyōgo","code":"兵庫県"},{"name":"Nara","code":"奈良県"},{"name":"Wakayama","code":"和歌山県"},{"name":"Tottori","code":"鳥取県"},{"name":"Shimane","code":"島根県"},{"name":"Okayama","code":"岡山県"},{"name":"Hiroshima","code":"広島県"},{"name":"Yamaguchi","code":"山口県"},{"name":"Tokushima","code":"徳島県"},{"name":"Kagawa","code":"香川県"},{"name":"Ehime","code":"愛媛県"},{"name":"Kochi","code":"高知県"},{"name":"Fukuoka","code":"福岡県"},{"name":"Saga","code":"佐賀県"},{"name":"Nagasaki","code":"長崎県"},{"name":"Kumamoto","code":"熊本県"},{"name":"Ōita","code":"大分県"},{"name":"Miyazaki","code":"宮崎県"},{"name":"Kagoshima","code":"鹿児島県"},{"name":"Okinawa","code":"沖縄県"}]},"JE":{"name":"Jersey","code":"JE","isziprequired":"T"},"JO":{"name":"Jordan","code":"JO","isziprequired":"T"},"KZ":{"name":"Kazakhstan","code":"KZ","isziprequired":"T"},"KE":{"name":"Kenya","code":"KE","isziprequired":"T"},"KI":{"name":"Kiribati","code":"KI","isziprequired":"T"},"KP":{"name":"Korea, Democratic People's Republic","code":"KP","isziprequired":"T"},"KR":{"name":"Korea, Republic of","code":"KR","isziprequired":"T"},"XK":{"name":"Kosovo","code":"XK","isziprequired":"T"},"KW":{"name":"Kuwait","code":"KW","isziprequired":"T"},"KG":{"name":"Kyrgyzstan","code":"KG","isziprequired":"T"},"LA":{"name":"Lao People's Democratic Republic","code":"LA","isziprequired":"T"},"LV":{"name":"Latvia","code":"LV","isziprequired":"T"},"LB":{"name":"Lebanon","code":"LB","isziprequired":"T"},"LS":{"name":"Lesotho","code":"LS","isziprequired":"T"},"LR":{"name":"Liberia","code":"LR","isziprequired":"T"},"LY":{"name":"Libya","code":"LY","isziprequired":"T"},"LI":{"name":"Liechtenstein","code":"LI","isziprequired":"T"},"LT":{"name":"Lithuania","code":"LT","isziprequired":"T"},"LU":{"name":"Luxembourg","code":"LU","isziprequired":"T"},"MO":{"name":"Macau","code":"MO","isziprequired":"F"},"MK":{"name":"Macedonia","code":"MK","isziprequired":"T"},"MG":{"name":"Madagascar","code":"MG","isziprequired":"T"},"MW":{"name":"Malawi","code":"MW","isziprequired":"T"},"MY":{"name":"Malaysia","code":"MY","isziprequired":"T"},"MV":{"name":"Maldives","code":"MV","isziprequired":"T"},"ML":{"name":"Mali","code":"ML","isziprequired":"T"},"MT":{"name":"Malta","code":"MT","isziprequired":"T"},"MH":{"name":"Marshall Islands","code":"MH","isziprequired":"T"},"MQ":{"name":"Martinique","code":"MQ","isziprequired":"T"},"MR":{"name":"Mauritania","code":"MR","isziprequired":"T"},"MU":{"name":"Mauritius","code":"MU","isziprequired":"F"},"YT":{"name":"Mayotte","code":"YT","isziprequired":"T"},"MX":{"name":"Mexico","code":"MX","isziprequired":"T","states":[{"name":"Aguascalientes","code":"AGS"},{"name":"Baja California","code":"BC"},{"name":"Baja California Norte (obsolete)","code":"BCN"},{"name":"Baja California Sur","code":"BCS"},{"name":"Campeche","code":"CAM"},{"name":"Chiapas","code":"CHIS"},{"name":"Chihuahua","code":"CHIH"},{"name":"Coahuila","code":"COAH"},{"name":"Colima","code":"COL"},{"name":"Distrito Federal (obsolete)","code":"DF"},{"name":"Durango","code":"DGO"},{"name":"Guanajuato","code":"GTO"},{"name":"Guerrero","code":"GRO"},{"name":"Hidalgo","code":"HGO"},{"name":"Jalisco","code":"JAL"},{"name":"Mexico City","code":"CDMX"},{"name":"Michoacán","code":"MICH"},{"name":"Morelos","code":"MOR"},{"name":"México (Estado de)","code":"MEX"},{"name":"Nayarit","code":"NAY"},{"name":"Nuevo León","code":"NL"},{"name":"Oaxaca","code":"OAX"},{"name":"Puebla","code":"PUE"},{"name":"Querétaro","code":"QRO"},{"name":"Quintana Roo","code":"QROO"},{"name":"San Luis Potosí","code":"SLP"},{"name":"Sinaloa","code":"SIN"},{"name":"Sonora","code":"SON"},{"name":"Tabasco","code":"TAB"},{"name":"Tamaulipas","code":"TAMPS"},{"name":"Tlaxcala","code":"TLAX"},{"name":"Veracruz","code":"VER"},{"name":"Yucatán","code":"YUC"},{"name":"Zacatecas","code":"ZAC"}]},"FM":{"name":"Micronesia, Federal State of","code":"FM","isziprequired":"T"},"MD":{"name":"Moldova, Republic of","code":"MD","isziprequired":"T"},"MC":{"name":"Monaco","code":"MC","isziprequired":"T"},"MN":{"name":"Mongolia","code":"MN","isziprequired":"T"},"ME":{"name":"Montenegro","code":"ME","isziprequired":"T"},"MS":{"name":"Montserrat","code":"MS","isziprequired":"T"},"MA":{"name":"Morocco","code":"MA","isziprequired":"T"},"MZ":{"name":"Mozambique","code":"MZ","isziprequired":"T"},"MM":{"name":"Myanmar (Burma)","code":"MM","isziprequired":"T"},"NA":{"name":"Namibia","code":"NA","isziprequired":"T"},"NR":{"name":"Nauru","code":"NR","isziprequired":"T"},"NP":{"name":"Nepal","code":"NP","isziprequired":"T"},"NL":{"name":"Netherlands","code":"NL","isziprequired":"T"},"AN":{"name":"Netherlands Antilles (Deprecated)","code":"AN","isziprequired":"T"},"NC":{"name":"New Caledonia","code":"NC","isziprequired":"T"},"NZ":{"name":"New Zealand","code":"NZ","isziprequired":"T"},"NI":{"name":"Nicaragua","code":"NI","isziprequired":"T"},"NE":{"name":"Niger","code":"NE","isziprequired":"T"},"NG":{"name":"Nigeria","code":"NG","isziprequired":"T"},"NU":{"name":"Niue","code":"NU","isziprequired":"T"},"NF":{"name":"Norfolk Island","code":"NF","isziprequired":"T"},"MP":{"name":"Northern Mariana Islands","code":"MP","isziprequired":"T"},"NO":{"name":"Norway","code":"NO","isziprequired":"T"},"OM":{"name":"Oman","code":"OM","isziprequired":"T"},"PK":{"name":"Pakistan","code":"PK","isziprequired":"T"},"PW":{"name":"Palau","code":"PW","isziprequired":"T"},"PA":{"name":"Panama","code":"PA","isziprequired":"T"},"PG":{"name":"Papua New Guinea","code":"PG","isziprequired":"T"},"PY":{"name":"Paraguay","code":"PY","isziprequired":"T"},"PE":{"name":"Peru","code":"PE","isziprequired":"T"},"PH":{"name":"Philippines","code":"PH","isziprequired":"T"},"PN":{"name":"Pitcairn Island","code":"PN","isziprequired":"T"},"PL":{"name":"Poland","code":"PL","isziprequired":"T"},"PT":{"name":"Portugal","code":"PT","isziprequired":"T"},"PR":{"name":"Puerto Rico","code":"PR","isziprequired":"T"},"QA":{"name":"Qatar","code":"QA","isziprequired":"T"},"RE":{"name":"Reunion Island","code":"RE","isziprequired":"T"},"RO":{"name":"Romania","code":"RO","isziprequired":"T"},"RU":{"name":"Russian Federation","code":"RU","isziprequired":"T"},"RW":{"name":"Rwanda","code":"RW","isziprequired":"T"},"BL":{"name":"Saint Barthélemy","code":"BL","isziprequired":"T"},"SH":{"name":"Saint Helena","code":"SH","isziprequired":"T"},"KN":{"name":"Saint Kitts and Nevis","code":"KN","isziprequired":"T"},"LC":{"name":"Saint Lucia","code":"LC","isziprequired":"T"},"MF":{"name":"Saint Martin","code":"MF","isziprequired":"T"},"VC":{"name":"Saint Vincent and the Grenadines","code":"VC","isziprequired":"T"},"WS":{"name":"Samoa","code":"WS","isziprequired":"T"},"SM":{"name":"San Marino","code":"SM","isziprequired":"T"},"ST":{"name":"Sao Tome and Principe","code":"ST","isziprequired":"T"},"SA":{"name":"Saudi Arabia","code":"SA","isziprequired":"T"},"SN":{"name":"Senegal","code":"SN","isziprequired":"T"},"RS":{"name":"Serbia","code":"RS","isziprequired":"T"},"CS":{"name":"Serbia and Montenegro (Deprecated)","code":"CS","isziprequired":"T"},"SC":{"name":"Seychelles","code":"SC","isziprequired":"T"},"SL":{"name":"Sierra Leone","code":"SL","isziprequired":"T"},"SG":{"name":"Singapore","code":"SG","isziprequired":"F"},"SX":{"name":"Sint Maarten","code":"SX","isziprequired":"T"},"SK":{"name":"Slovak Republic","code":"SK","isziprequired":"T"},"SI":{"name":"Slovenia","code":"SI","isziprequired":"T"},"SB":{"name":"Solomon Islands","code":"SB","isziprequired":"T"},"SO":{"name":"Somalia","code":"SO","isziprequired":"T"},"ZA":{"name":"South Africa","code":"ZA","isziprequired":"T"},"GS":{"name":"South Georgia","code":"GS","isziprequired":"T"},"SS":{"name":"South Sudan","code":"SS","isziprequired":"T"},"ES":{"name":"Spain","code":"ES","isziprequired":"T"},"LK":{"name":"Sri Lanka","code":"LK","isziprequired":"T"},"PM":{"name":"St. Pierre and Miquelon","code":"PM","isziprequired":"T"},"PS":{"name":"State of Palestine","code":"PS","isziprequired":"T"},"SD":{"name":"Sudan","code":"SD","isziprequired":"T"},"SR":{"name":"Suriname","code":"SR","isziprequired":"T"},"SJ":{"name":"Svalbard and Jan Mayen Islands","code":"SJ","isziprequired":"T"},"SZ":{"name":"Swaziland","code":"SZ","isziprequired":"T"},"SE":{"name":"Sweden","code":"SE","isziprequired":"T"},"CH":{"name":"Switzerland","code":"CH","isziprequired":"T"},"SY":{"name":"Syrian Arab Republic","code":"SY","isziprequired":"T"},"TW":{"name":"Taiwan","code":"TW","isziprequired":"T"},"TJ":{"name":"Tajikistan","code":"TJ","isziprequired":"T"},"TZ":{"name":"Tanzania","code":"TZ","isziprequired":"T"},"TH":{"name":"Thailand","code":"TH","isziprequired":"T"},"TG":{"name":"Togo","code":"TG","isziprequired":"T"},"TK":{"name":"Tokelau","code":"TK","isziprequired":"T"},"TO":{"name":"Tonga","code":"TO","isziprequired":"T"},"TT":{"name":"Trinidad and Tobago","code":"TT","isziprequired":"T"},"TN":{"name":"Tunisia","code":"TN","isziprequired":"T"},"TR":{"name":"Turkey","code":"TR","isziprequired":"T"},"TM":{"name":"Turkmenistan","code":"TM","isziprequired":"T"},"TC":{"name":"Turks and Caicos Islands","code":"TC","isziprequired":"T"},"TV":{"name":"Tuvalu","code":"TV","isziprequired":"T"},"UM":{"name":"US Minor Outlying Islands","code":"UM","isziprequired":"T"},"UG":{"name":"Uganda","code":"UG","isziprequired":"T"},"UA":{"name":"Ukraine","code":"UA","isziprequired":"T"},"AE":{"name":"United Arab Emirates","code":"AE","isziprequired":"F"},"GB":{"name":"United Kingdom","code":"GB","isziprequired":"T","states":[{"name":"Aberdeenshire","code":"Aberdeenshire"},{"name":"Angus","code":"Angus"},{"name":"Argyll","code":"Argyll"},{"name":"Avon","code":"Avon"},{"name":"Ayrshire","code":"Ayrshire"},{"name":"Banffshire","code":"Banffshire"},{"name":"Bedfordshire","code":"Beds."},{"name":"Berkshire","code":"Berks."},{"name":"Berwickshire","code":"Berwickshire"},{"name":"Buckinghamshire","code":"Bucks."},{"name":"Caithness","code":"Caithness"},{"name":"Cambridgeshire","code":"Cambs."},{"name":"Cheshire","code":"Ches."},{"name":"Clackmannanshire","code":"Clackmannanshire"},{"name":"Cleveland","code":"Cleveland"},{"name":"Clwyd","code":"Clwyd"},{"name":"Cornwall","code":"Cornwall"},{"name":"County Antrim","code":"Co Antrim"},{"name":"County Armagh","code":"Co Armagh"},{"name":"County Down","code":"Co Down"},{"name":"County Durham","code":"Durham"},{"name":"County Fermanagh","code":"Co Fermanagh"},{"name":"County Londonderry","code":"Co Londonderry"},{"name":"County Tyrone","code":"Co Tyrone"},{"name":"Cumbria","code":"Cumbria"},{"name":"Derbyshire","code":"Derbys."},{"name":"Devon","code":"Devon"},{"name":"Dorset","code":"Dorset"},{"name":"Dumfriesshire","code":"Dumfriesshire"},{"name":"Dunbartonshire","code":"Dunbartonshire"},{"name":"Dyfed","code":"Dyfed"},{"name":"East Lothian","code":"E Lothian"},{"name":"East Sussex","code":"E Sussex"},{"name":"Essex","code":"Essex"},{"name":"Fife","code":"Fife"},{"name":"Gloucestershire","code":"Gloucs."},{"name":"Greater London","code":"London"},{"name":"Gwent","code":"Gwent"},{"name":"Gwynedd","code":"Gwynedd"},{"name":"Hampshire","code":"Hants."},{"name":"Herefordshire","code":"Hereford"},{"name":"Hertfordshire","code":"Herts."},{"name":"Inverness-shire","code":"Inverness-shire"},{"name":"Isle of Arran","code":"Isle of Arran"},{"name":"Isle of Barra","code":"Isle of Barra"},{"name":"Isle of Benbecula","code":"Isle of Benbecula"},{"name":"Isle of Bute","code":"Isle of Bute"},{"name":"Isle of Canna","code":"Isle of Canna"},{"name":"Isle of Coll","code":"Isle of Coll"},{"name":"Isle of Colonsay","code":"Isle of Colonsay"},{"name":"Isle of Cumbrae","code":"Isle of Cumbrae"},{"name":"Isle of Eigg","code":"Isle of Eigg"},{"name":"Isle of Gigha","code":"Isle of Gigha"},{"name":"Isle of Harris","code":"Isle of Harris"},{"name":"Isle of Iona","code":"Isle of Iona"},{"name":"Isle of Islay","code":"Isle of Islay"},{"name":"Isle of Jura","code":"Isle of Jura"},{"name":"Isle of Lewis","code":"Isle of Lewis"},{"name":"Isle of Mull","code":"Isle of Mull"},{"name":"Isle of North Uist","code":"Isle of North Uist"},{"name":"Isle of Rum","code":"Isle of Rum"},{"name":"Isle of Scalpay","code":"Isle of Scalpay"},{"name":"Isle of Skye","code":"Isle of Skye"},{"name":"Isle of South Uist","code":"Isle of South Uist"},{"name":"Isle of Tiree","code":"Isle of Tiree"},{"name":"Isle of Wight","code":"Isle of Wight"},{"name":"Kent","code":"Kent"},{"name":"Kincardineshire","code":"Kincardineshire"},{"name":"Kinross-shire","code":"Kinross-shire"},{"name":"Kirkcudbrightshire","code":"Kirkcudbrightshire"},{"name":"Lanarkshire","code":"Lanarkshire"},{"name":"Lancashire","code":"Lancs."},{"name":"Leicestershire","code":"Leics."},{"name":"Lincolnshire","code":"Lincs."},{"name":"Merseyside","code":"Merseyside"},{"name":"Mid Glamorgan","code":"M Glam"},{"name":"Mid Lothian","code":"Mid Lothian"},{"name":"Middlesex","code":"Middx."},{"name":"Morayshire","code":"Morayshire"},{"name":"Nairnshire","code":"Nairnshire"},{"name":"Norfolk","code":"Norfolk"},{"name":"North Humberside","code":"N Humberside"},{"name":"North Yorkshire","code":"N Yorkshire"},{"name":"Northamptonshire","code":"Northants."},{"name":"Northumberland","code":"Northumberland"},{"name":"Nottinghamshire","code":"Notts."},{"name":"Oxfordshire","code":"Oxon."},{"name":"Peeblesshire","code":"Peeblesshire"},{"name":"Perthshire","code":"Perthshire"},{"name":"Powys","code":"Powys"},{"name":"Renfrewshire","code":"Renfrewshire"},{"name":"Ross-shire","code":"Ross-shire"},{"name":"Roxburghshire","code":"Roxburghshire"},{"name":"Selkirkshire","code":"Selkirkshire"},{"name":"Shropshire","code":"Shrops"},{"name":"Somerset","code":"Somt."},{"name":"South Glamorgan","code":"S Glam"},{"name":"South Humberside","code":"S Humberside"},{"name":"South Yorkshire","code":"S Yorkshire"},{"name":"Staffordshire","code":"Staffs."},{"name":"Stirlingshire","code":"Stirlingshire"},{"name":"Suffolk","code":"Suffolk"},{"name":"Surrey","code":"Surrey"},{"name":"Sutherland","code":"Sutherland"},{"name":"Tyne and Wear","code":"Tyne & Wear"},{"name":"Warwickshire","code":"Warks"},{"name":"West Glamorgan","code":"W Glam"},{"name":"West Lothian","code":"W Lothian"},{"name":"West Midlands","code":"W Midlands"},{"name":"West Sussex","code":"W Sussex"},{"name":"West Yorkshire","code":"W Yorkshire"},{"name":"Wigtownshire","code":"Wigtownshire"},{"name":"Wiltshire","code":"Wilts"},{"name":"Worcestershire","code":"Worcs"}]},"US":{"name":"United States","code":"US","isziprequired":"T","states":[{"name":"Alabama","code":"AL"},{"name":"Alaska","code":"AK"},{"name":"Arizona","code":"AZ"},{"name":"Arkansas","code":"AR"},{"name":"Armed Forces Americas","code":"AA"},{"name":"Armed Forces Europe","code":"AE"},{"name":"Armed Forces Pacific","code":"AP"},{"name":"California","code":"CA"},{"name":"Colorado","code":"CO"},{"name":"Connecticut","code":"CT"},{"name":"Delaware","code":"DE"},{"name":"District of Columbia","code":"DC"},{"name":"Florida","code":"FL"},{"name":"Georgia","code":"GA"},{"name":"Hawaii","code":"HI"},{"name":"Idaho","code":"ID"},{"name":"Illinois","code":"IL"},{"name":"Indiana","code":"IN"},{"name":"Iowa","code":"IA"},{"name":"Kansas","code":"KS"},{"name":"Kentucky","code":"KY"},{"name":"Louisiana","code":"LA"},{"name":"Maine","code":"ME"},{"name":"Maryland","code":"MD"},{"name":"Massachusetts","code":"MA"},{"name":"Michigan","code":"MI"},{"name":"Minnesota","code":"MN"},{"name":"Mississippi","code":"MS"},{"name":"Missouri","code":"MO"},{"name":"Montana","code":"MT"},{"name":"Nebraska","code":"NE"},{"name":"Nevada","code":"NV"},{"name":"New Hampshire","code":"NH"},{"name":"New Jersey","code":"NJ"},{"name":"New Mexico","code":"NM"},{"name":"New York","code":"NY"},{"name":"North Carolina","code":"NC"},{"name":"North Dakota","code":"ND"},{"name":"Northern Mariana Islands","code":"MP"},{"name":"Ohio","code":"OH"},{"name":"Oklahoma","code":"OK"},{"name":"Oregon","code":"OR"},{"name":"Pennsylvania","code":"PA"},{"name":"Puerto Rico","code":"PR"},{"name":"Rhode Island","code":"RI"},{"name":"South Carolina","code":"SC"},{"name":"South Dakota","code":"SD"},{"name":"Tennessee","code":"TN"},{"name":"Texas","code":"TX"},{"name":"Utah","code":"UT"},{"name":"Vermont","code":"VT"},{"name":"Virginia","code":"VA"},{"name":"Washington","code":"WA"},{"name":"West Virginia","code":"WV"},{"name":"Wisconsin","code":"WI"},{"name":"Wyoming","code":"WY"}]},"UY":{"name":"Uruguay","code":"UY","isziprequired":"T"},"UZ":{"name":"Uzbekistan","code":"UZ","isziprequired":"T"},"VU":{"name":"Vanuatu","code":"VU","isziprequired":"T"},"VE":{"name":"Venezuela","code":"VE","isziprequired":"T"},"VN":{"name":"Vietnam","code":"VN","isziprequired":"T"},"VG":{"name":"Virgin Islands (British)","code":"VG","isziprequired":"T"},"VI":{"name":"Virgin Islands (USA)","code":"VI","isziprequired":"T"},"WF":{"name":"Wallis and Futuna","code":"WF","isziprequired":"T"},"EH":{"name":"Western Sahara","code":"EH","isziprequired":"T"},"YE":{"name":"Yemen","code":"YE","isziprequired":"T"},"ZM":{"name":"Zambia","code":"ZM","isziprequired":"T"},"ZW":{"name":"Zimbabwe","code":"ZW","isziprequired":"T"}},"phoneformat":"(123) 456-7890","minpasswordlength":"10","campaignsubscriptions":true,"quantitypricing":true,"groupseparator":",","decimalseparator":".","negativeprefix":"-","negativesuffix":"","dateformat":"fmMM/DDfm/YYYY","longdateformat":"fmMonth DDfm, YYYY","isMultiShippingRoutesEnabled":false,"isPickupInStoreEnabled":false,"isSCISIntegrationEnabled":false,"checkoutSupported":true,"shoppingSupported":true,"isHttpsSupported":-1,"isSingleDomain":true,"is_logged_in":false,"shopperCurrency":{"internalid":"1","symbol":"$","currencyname":"USA","code":"USD","precision":2}};

	// SCTouchpoint indicates the touchpoint the user is effectively in. We can only know with certain this in the proper ssp
	// because there is still code that depends on the touchpoint
	// when in single ssp check if this it's necessary
	SC.ENVIRONMENT.SCTouchpoint = 'shopping';

	SC.DEFAULT_SESSION = {
		currency: {"internalid":"1","symbol":"$","code":"USD","name":"USA","currencyname":"USA","isdefault":"T","symbolplacement":1}
	,	language: {"name":"English (U.S.)","isdefault":"T","locale":"en_US","languagename":"English (U.S.)"}
	,	priceLevel: "9"
	,	touchpoints: {}
	};


SC.CONFIGURATION = {"layout":{"colorPalette":[{"paletteId":"default","colorName":"Black","colorValue":"#1c1c1c","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Gray","colorValue":"#9c9c9c","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Grey","colorValue":"#9c9c9c","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"White","colorValue":"#f9f9f9","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Brown","colorValue":"#804d3b","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Beige","colorValue":"#eedcbe","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Blue","colorValue":"#3f90ca","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Light-blue","colorValue":"#8fdeec","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Purple","colorValue":"#7c4582","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Lilac","colorValue":"#ceadd0","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Red","colorValue":"#ea3832","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Pink","colorValue":"#f685cd","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Orange","colorValue":"#fe803e","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Peach","colorValue":"#ffcc8c","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Yellow","colorValue":"#f9c761","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Light-yellow","colorValue":"#ffee7a","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Green","colorValue":"#7cd15c","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Lime","colorValue":"#c3d600","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Teal","colorValue":"#00ab95","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Aqua","colorValue":"#28e1c5","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Burgandy","colorValue":"#9c0633","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Navy","colorValue":"#002d5d","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Charcoal","colorValue":"#444444","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Khaki","colorValue":"#c6baaa","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Turquoise","colorValue":"#3db1be","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Stone","colorValue":"#d3cfc3","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Marine Blue","colorValue":"#185b9e","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Seafoam","colorValue":"#96eacb","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Coral","colorValue":"#fa8165","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Pistachio","colorValue":"#959158","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Sky Blue","colorValue":"#a5ddec","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Clear","colorValue":"#eef7fa","imgsrc":"","imgheight":"","imgwidth":""},{"paletteId":"default","colorName":"Tan","colorValue":"#e1c7a2","imgsrc":"","imgheight":"","imgwidth":""}],"lightColors":["white"]},"imageNotAvailable":"img/no_image_available.jpeg","imageSizeMapping":[{"id":"thumbnail","value":"thumbnail"},{"id":"main","value":"main"},{"id":"tinythumb","value":"tinythumb"},{"id":"zoom","value":"zoom"},{"id":"fullscreen","value":"fullscreen"},{"id":"homeslider","value":"homeslider"},{"id":"homecell","value":"homecell"}],"bronto":{"accountId":"289ae02bd813d11244a370bd3603d039c76d8f442e7ad7c34349a55b07b1cf55","adapterUrl":"https://cdn.bronto.com/netsuite/configure.js"},"addToCartBehavior":"showCartConfirmationModal","addToCartFromFacetsView":false,"promocodes":{"allowMultiples":true},"cases":{"defaultValues":{"statusStart":{"id":"1"},"statusClose":{"id":"5"},"origin":{"id":"-5"}}},"categories":{"menuLevel":3,"addToNavigationTabs":true,"sideMenu":{"sortBy":"sequencenumber","additionalFields":[],"uncollapsible":false,"showMax":5,"collapsed":false},"subCategories":{"sortBy":"sequencenumber","fields":[]},"category":{"fields":[]},"breadcrumb":{"fields":[]},"menu":{"sortBy":"sequencenumber","fields":[]}},"checkoutApp":{"skipLogin":false,"checkoutSteps":"Standard","paypalLogo":"https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_111x69.jpg","invoiceTermsAndConditions":"<h4>Invoice Terms and Conditions</h4><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>"},"isMultiShippingEnabled":false,"removePaypalAddress":true,"autoPopulateNameAndEmail":true,"forms":{"loginAsGuest":{"showName":true,"showEmail":true},"address":{"showAddressLineTwo":true}},"cms":{"useCMS":true,"escToLoginDisabled":true,"baseUrl":"https://580795.app.netsuite.com"},"defaultSearchUrl":"search","searchApiMasterOptions":[{"id":"Facets","fieldset":"search","include":"facets"},{"id":"itemDetails","fieldset":"details","include":"facets"},{"id":"relatedItems","fieldset":"relateditems_details","include":""},{"id":"correlatedItems","fieldset":"correlateditems_details","include":""},{"id":"merchandisingZone","fieldset":"","include":""},{"id":"typeAhead","fieldset":"typeahead","include":""},{"id":"itemsSearcher","fieldset":"itemssearcher","include":""},{"id":"CmsAdapterSearch","fieldset":"search","include":""}],"defaultPaginationSettings":{"showPageList":true,"pagesToShow":9,"showPageIndicator":false},"defaultPaginationSettingsPhone":{"showPageList":false,"pagesToShow":9,"showPageIndicator":true},"defaultPaginationSettingsTablet":{"showPageList":true,"pagesToShow":4,"showPageIndicator":true},"paymentmethods":[{"key":"5,4,1555641112","regex":"^4[0-9]{12}(?:[0-9]{3})?$","description":"VISA"},{"key":"4,4,1555641112","regex":"^(5[1-5][0-9]{14}|2(2(2[1-9]|[3-9][0-9])|[3-6][0-9][0-9]|7([0-1][0-9]|20))[0-9]{12})$","description":"Master Card"},{"key":"6,4,1555641112","regex":"^3[47][0-9]{13}$","description":"American Express"},{"key":"3,4,1555641112","regex":"^6(?:011|5[0-9]{2})[0-9]{12}$","description":"Discover"},{"key":"16,5,1555641112","regex":"^(?:5[0678]\\\\d\\\\d|6304|6390|67\\\\d\\\\d)\\\\d{8,15}$","description":"Maestro"},{"key":"17,3,1555641112","regex":"","description":"This company allows both private individuals and businesses to accept payments over the Internet"}],"cookieWarningBanner":{"closable":true,"saveInCookie":true,"anchorText":"Learn More","message":"To provide a better shopping experience, our website uses cookies. Continuing use of the site implies consent."},"creditCard":{"showCreditCardHelp":true,"creditCardHelpTitle":"Enter the title of the credit card help link. This title is displayed only if the Show Credit Card Help property is enabled.","imageCvvAllCards":"img/cvv_all_cards.jpg","imageCvvAmericanCard":"img/cvv_american_card.jpg","creditCardShowSecureInfo":"<p class=\"order-wizard-paymentmethod-creditcard-secure-info\">We take all reasonable steps to protect our customers personal information against loss, misuse and alteration. We use encryption technology whenever receiving and transferring your personal information on our site. <strong>When you are viewing a page that is requesting personal information, the URL in the address bar at top of your browser will start with \"https\". </strong> This indicates your transaction session is secured through Secure Sockets Layer (SSL). If the web page you are viewing does not start with \"https\", please contact us.</p>"},"customFields":{"salesorder":["custbody_ip_address"]},"facetsAsUrlParameters":false,"facets":[{"id":"pricelevel5","name":"Price","priority":"10.0","behavior":"range","template":"facets_faceted_navigation_item_range.tpl","uncollapsible":true,"titleToken":"Price $(1) - $(0)","titleSeparator":", ","parser":"currency","isParameter":true,"max":"4.0","colors":"","collapsed":false,"showHeading":false},{"id":"waterproof","name":"Waterproof","priority":"1","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"sensor_type","name":"Sensor Type","priority":"1","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"on_sale","name":"On Sale","priority":"2","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"no_sensors","name":"No. Sensors","priority":"2","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"nsf","name":"NSF","priority":"3","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"industrial","name":"Measurement","priority":"3","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"laser_type","name":"Laser Type","priority":"4","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"kits","name":"Kits","priority":"4","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"emissivity_adjustable","name":"Emissivity Adjustable","priority":"5","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"datalogger_featured","name":"Datalogger Feature","priority":"5","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"comms_type","name":"Comms Type","priority":"6","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"colors","name":"Colors","priority":"6","behavior":"","template":"facets_faceted_navigation_item_color.tpl","colors":"default","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"brand","name":"Series","priority":"7","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"backlight","name":"Backlight","priority":"7","behavior":"","template":"facets_faceted_navigation_item.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":true,"titleToken":"","titleSeparator":"","parser":"default","isParameter":true,"max":""},{"id":"custitem_sc_hide_product_listings","name":"Hide","priority":"1","behavior":"","template":"empty_template.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":false,"titleToken":"","titleSeparator":"","parser":"default","isParameter":false,"max":""},{"id":"featured_items","name":"Home Merch.","priority":"1","behavior":"","template":"empty_template.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":false,"titleToken":"","titleSeparator":"","parser":"default","isParameter":false,"max":""},{"id":"featured","name":"Featured","priority":"1","behavior":"","template":"empty_template.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":false,"titleToken":"","titleSeparator":"","parser":"default","isParameter":false,"max":""},{"id":"adrenaline_item","name":"Adrenaline","priority":"1","behavior":"","template":"empty_template.tpl","colors":"","collapsed":false,"uncollapsible":false,"showHeading":false,"titleToken":"","titleSeparator":"","parser":"default","isParameter":false,"max":""}],"facetDelimiters":{"betweenFacetNameAndValue":"/","betweenDifferentFacets":"/","betweenDifferentFacetsValues":",","betweenRangeFacetsValues":"to","betweenFacetsAndOptions":"?","betweenOptionNameAndValue":"=","betweenDifferentOptions":"&"},"itemsDisplayOptions":[{"id":"list","name":"List","template":"facets_item_cell_list.tpl","columns":1,"icon":"icon-display-list","isDefault":false},{"id":"table","name":"Table","template":"facets_item_cell_table.tpl","columns":2,"icon":"icon-display-table","isDefault":false},{"id":"grid","name":"Grid","template":"facets_item_cell_grid.tpl","columns":4,"icon":"icon-display-grid","isDefault":true}],"itemsDisplayOptionsPhone":[{"id":"list","name":"List","template":"facets_item_cell_list.tpl","columns":1,"icon":"icon-display-list","isDefault":false},{"id":"table","name":"Table","template":"facets_item_cell_table.tpl","columns":2,"icon":"icon-display-table","isDefault":true}],"itemsDisplayOptionsTablet":[{"id":"list","name":"List","template":"facets_item_cell_list.tpl","columns":1,"icon":"icon-display-list","isDefault":false},{"id":"table","name":"Table","template":"facets_item_cell_table.tpl","columns":2,"icon":"icon-display-table","isDefault":false},{"id":"grid","name":"Grid","template":"facets_item_cell_grid.tpl","columns":4,"icon":"icon-display-grid","isDefault":true}],"defaultSearchTitle":"Products","searchPrefs":{"maxLength":40},"resultsPerPage":[{"items":12,"name":"Show $(0) products per page","isDefault":false},{"items":24,"name":"Show $(0) products per page","isDefault":true},{"items":48,"name":"Show $(0) products per page","isDefault":false}],"sortOptions":[{"id":"relevance:asc","name":"Sort by relevance","isDefault":true},{"id":"onlinecustomerprice:asc","name":"Sort by price, low to high","isDefault":false},{"id":"onlinecustomerprice:desc","name":"Sort by price, high to low","isDefault":false}],"sortOptionsPhone":[{"id":"relevance:asc","name":"Sort by relevance","isDefault":true},{"id":"onlinecustomerprice:asc","name":"Sort by price, low to high","isDefault":false},{"id":"onlinecustomerprice:desc","name":"Sort by price, high to low","isDefault":false}],"sortOptionsTablet":[{"id":"relevance:asc","name":"Sort by relevance","isDefault":true},{"id":"onlinecustomerprice:asc","name":"Sort by price, low to high","isDefault":false},{"id":"onlinecustomerprice:desc","name":"Sort by price, high to low","isDefault":false}],"facetsSeoLimits":{"options":["page","keywords"],"numberOfFacetsGroups":"","numberOfFacetsValues":""},"footer":{"navigationLinks":[{"text":"Link a","href":"#"},{"text":"Link b","href":"#"},{"text":"Link c","href":"#"}]},"tracking":{"googleAdWordsConversion":{"id":"1070668871","value":0,"label":"vOKuCPaqoWEQx7jE_gM"},"googleTagManager":{"id":"GTM-5B6DB6Z","dataLayerName":"dataLayer"},"googleUniversalAnalytics":{"propertyID":"UA-885131-1","domainName":"thermoworks.com","domainNameSecure":"thermoworks.com"}},"header":{"notShowCurrencySelector":false,"logoUrl":"img/SCA_Logo.png"},"home":{"carouselImages":["img/carousel-home-1.jpg","img/carousel-home-2.jpg","img/carousel-home-3.jpg"],"bottomBannerImages":["img/banner-bottom-home-1.jpg","img/banner-bottom-home-2.jpg","img/banner-bottom-home-3.jpg"]},"ItemOptions":{"showOnlyTheListedOptions":true,"optionsConfiguration":[{"cartOptionId":"custcol8","label":"Color","urlParameterName":"color","colors":"default","index":10,"templateSelector":"product_views_option_color.tpl","showSelectorInList":false,"templateFacetCell":"product_views_option_facets_color.tpl","templateSelected":"transaction_line_views_selected_option_color.tpl","useLabelsOnUrl":false},{"cartOptionId":"GIFTCERTFROM","urlParameterName":"from","colors":"","label":"","useLabelsOnUrl":false,"index":1,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"GIFTCERTRECIPIENTNAME","urlParameterName":"to","colors":"","label":"","useLabelsOnUrl":false,"index":3,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"GIFTCERTRECIPIENTEMAIL","urlParameterName":"to-email","colors":"","label":"Your Email","useLabelsOnUrl":false,"index":2,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"GIFTCERTMESSAGE","urlParameterName":"message","colors":"","label":"","useLabelsOnUrl":false,"index":4,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol17","colors":"","label":"Book","urlParameterName":"book","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol12","colors":"","label":"Cable Length","urlParameterName":"cable-length","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol11","colors":"","label":"Cable Style","urlParameterName":"cable-style","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol13","colors":"","label":"Connection","urlParameterName":"connection","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol7","colors":"","label":"Display","urlParameterName":"display","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol19","colors":"","label":"Logger Channel","urlParameterName":"logger-channel","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol14","colors":"","label":"Probe Length","urlParameterName":"probe-length","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol_pattern","colors":"","label":"Pattern","urlParameterName":"pattern","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol15","colors":"","label":"Scoop Size","urlParameterName":"scoop-size","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol18","colors":"","label":"Shirt Size","urlParameterName":"shirt-size","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol9","colors":"","label":"Solution","urlParameterName":"solution","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol10","colors":"","label":"SST Logger","urlParameterName":"sst-logger","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol16","colors":"","label":"Volume","urlParameterName":"volume","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol_ef_gw_giftwrap","colors":"","label":"Gift Wrap","urlParameterName":"gw","useLabelsOnUrl":false,"index":1,"templateSelector":"product_views_gw_option_checkbox.tpl","showSelectorInList":false,"templateFacetCell":"","templateSelected":"transaction_line_gw_checkbox_views_selected_option.tpl"},{"cartOptionId":"custcol_ef_gw_message","colors":"","label":"Gift Message","urlParameterName":"gw-msg","useLabelsOnUrl":false,"index":2,"templateSelector":"product_views_gw_text_option_textarea.tpl","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol20","colors":"","label":"HiTemp 140","urlParameterName":"ht140","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol21","colors":"","label":"Voltage","urlParameterName":"volt","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol22","colors":"","label":"Smoke X","urlParameterName":"smokex","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol23","colors":"","label":"DASH","urlParameterName":"dash","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""},{"cartOptionId":"custcol24","colors":"","label":"Executive Series","urlParameterName":"executive","useLabelsOnUrl":false,"index":null,"templateSelector":"","showSelectorInList":false,"templateFacetCell":"","templateSelected":""}],"maximumOptionValuesQuantityWithoutPusher":100,"defaultTemplates":{"selectorByType":[{"type":"select","template":"product_views_option_tile.tpl"},{"type":"date","template":"product_views_option_date.tpl"},{"type":"email","template":"product_views_option_email.tpl"},{"type":"url","template":"product_views_option_url.tpl"},{"type":"password","template":"product_views_option_password.tpl"},{"type":"float","template":"product_views_option_float.tpl"},{"type":"integer","template":"product_views_option_integer.tpl"},{"type":"datetimetz","template":"product_views_option_datetimetz.tpl"},{"type":"percent","template":"product_views_option_percent.tpl"},{"type":"currency","template":"product_views_option_currency.tpl"},{"type":"textarea","template":"product_views_option_textarea.tpl"},{"type":"phone","template":"product_views_option_phone.tpl"},{"type":"timeofday","template":"product_views_option_timeofday.tpl"},{"type":"checkbox","template":"product_views_option_checkbox.tpl"},{"type":"default","template":"product_views_option_text.tpl"}],"facetCellByType":[{"type":"default","template":"product_views_option_facets_color.tpl"}],"selectedByType":[{"type":"default","template":"transaction_line_views_selected_option.tpl"}]}},"listHeader":{"filterRangeQuantityDays":0},"newsletter":{"genericFirstName":"unknown","genericLastName":"unknown","companyName":"unknown"},"transactionRecordOriginMapping":[{"id":"backend","origin":0,"name":"","detailedName":"Purchase"},{"id":"inStore","origin":1,"name":"In Store","detailedName":"In Store Purchase"},{"id":"online","origin":2,"name":"Online","detailedName":"Online Purchase"}],"overview":{"customerSupportURL":"","homeBanners":[],"homeRecentOrdersQuantity":3},"isPickupInStoreEnabled":false,"productDetailsInformation":[{"name":"Details","contentFromKey":"storedetaileddescription","itemprop":"description"}],"productline":{"multiImageOption":["custcol8","custcol7","custcol12","custcol9","custcol10","custcol13","custcol14","custcol15","custcol16","custcol17","custcol18","custcol19","custcol11","custcol_pattern","custcol21","custcol20","custcol22","custcol23","custcol24","custcol25"]},"productList":{"additionEnabled":true,"loginRequired":true,"listTemplates":[{"templateId":"1","name":"My list","description":"An example predefined list","scopeId":2,"scopeName":"private","typeId":"","typeName":""},{"templateId":"2","name":"Saved for Later","description":"This is for the cart saved for later items","scopeId":2,"scopeName":"private","typeId":"2","typeName":"later"},{"templateId":"3","name":"Request a Quote","description":"This is for the request a quote items","scopeId":2,"scopeName":"private","typeId":"4","typeName":"quote"}],"templates":[{"id":"list","name":"List","columns":1,"icon":"list-header-view-icon-list","isDefault":true},{"id":"condensed","name":"Condensed","columns":1,"icon":"list-header-view-icon-condensed","isDefault":false}]},"productReviews":{"maxFlagsCount":2,"loginRequired":false,"flaggedStatus":4,"approvedStatus":"2","pendingApprovalStatus":1,"resultsPerPage":25,"maxRate":5,"computeOverall":true,"filterOptions":[{"id":"all","name":"All Reviews","params":"{}","isDefault":true},{"id":"5star","name":"5 Star Reviews","params":"{\"rating\": 5}","isDefault":false},{"id":"4star","name":"4 Star Reviews","params":"{\"rating\": 4}","isDefault":false},{"id":"3star","name":"3 Star Reviews","params":"{\"rating\": 3}","isDefault":false},{"id":"2star","name":"2 Star Reviews","params":"{\"rating\": 2}","isDefault":false},{"id":"1star","name":"1 Star Reviews","params":"{\"rating\": 1}","isDefault":false}],"sortOptions":[{"id":"date","name":"By Date","params":"{\"order\": \"created_on:ASC\"}","isDefault":true},{"id":"rating","name":"By Rating","params":"{\"order\": \"rating:ASC\"}","isDefault":false}]},"quote":{"daysToExpire":7,"disclaimerSummary":"To place the order please contact <strong>Contact Center</strong> at <strong>(000)-XXX-XXXX</strong> or send an email to <a href=\"mailto:xxxx@xxxx.com\">xxxx@xxxx.com</a>","disclaimer":"For immediate assistance contact <strong>Contact Center</strong> at <strong>(000)-XXX-XXXX</strong> or send an email to <a href=\"mailto:xxxx@xxxx.com\">xxxx@xxxx.com</a>","defaultPhone":"(000)-XXX-XXXX","defaultEmail":"xxxx@xxxx.com","purchaseReadyStatusId":"12","requestAQuoteWizardBottomMessage":"Once your quote has been submitted, a sales representative will contact you in <strong>XX business days</strong>. For immediate assistance call us at <strong>(000)-XXX-XXXX</strong> or email us at <a href='mailto:xxxx@xxxx.com'>xxxx@xxxx.com</a>","contactBusinessDaysMessage":"A sales representative will contact you in <strong>XX business days</strong>."},"quoteToSalesorderWizard":{"invoiceFormId":"89"},"recentlyViewedItems":{"useCookie":true,"numberOfItemsDisplayed":"6"},"returnAuthorization":{"cancelUrlRoot":"https://system.netsuite.com","reasons":[{"text":"Wrong Item Shipped","id":1,"order":1,"isOther":false},{"text":"Did not fit","id":2,"order":2,"isOther":false},{"text":"Quality did not meet my standards","id":3,"order":3,"isOther":false},{"text":"Not as pictured on the Website","id":4,"order":4,"isOther":false},{"text":"Damaged during shipping","id":5,"order":5,"isOther":false},{"text":"Changed my mind","id":6,"order":6,"isOther":false},{"text":"Item was defective","id":7,"order":7,"isOther":false},{"text":"Arrived too late","id":8,"order":8,"isOther":false},{"text":"Other","id":9,"order":9,"isOther":true}]},"isSCISIntegrationEnabled":true,"locationTypeMapping":{"store":{"internalid":"1","name":"Store"}},"navigationData":[{"text":"Home","href":"/","dataTouchpoint":"home","dataHashtag":"#/","level":"1","classnames":"header-menu-home-anchor","id":"","parentId":"","placeholder":""},{"text":"COVID-19 Response","href":"/thermoworks-safety-plan","dataTouchpoint":"home","dataHashtag":"#/thermoworks-safety-plan","level":"1","classnames":"","id":"","parentId":"","placeholder":""},{"text":"Blog","level":"1","placeholder":"","href":"https://blog.thermoworks.com","dataTouchpoint":"home","dataHashtag":"","classnames":"","id":"","parentId":""},{"text":"Holiday Specials","href":"/holiday-specials","level":"1","dataTouchpoint":"home","dataHashtag":"#/holiday-specials","classnames":"header-menu-shop-anchor","id":"","parentId":"","placeholder":""},{"text":"Enter to Win","href":"/email_subscribe","level":"1","dataTouchpoint":"home","dataHashtag":"#/email_subscribe","classnames":"","id":"","parentId":"","placeholder":""},{"text":"Categories placeholder","href":"","level":"1","dataTouchpoint":"","dataHashtag":"","classnames":"","id":"","parentId":"","placeholder":"Categories"}],"typeahead":{"minLength":3,"maxResults":8,"sort":"relevance:asc"},"cache":{"contentPageCdn":"MEDIUM","contentPageTtl":7200},"addThis":{"enable":false,"pubId":"thermoworks","toolboxClass":"addthis_default_style addthis_toolbox addthis_button_compact","servicesToShow":[{"key":"facebook","value":"Facebook"},{"key":"google_plusone","value":""},{"key":"email","value":"Email"},{"key":"expanded","value":"More"}],"options":[{"key":"username","value":""},{"key":"data_track_addressbar","value":"true"}]},"facebook":{"enable":false,"appId":"","popupOptions":{"status":"no","resizable":"yes","scrollbars":"yes","personalbar":"no","directories":"no","location":"no","toolbar":"no","menubar":"no","width":500,"height":250,"left":0,"top":0}},"googlePlus":{"enable":true,"popupOptions":{"status":"no","resizable":"yes","scrollbars":"yes","personalbar":"no","directories":"no","location":"no","toolbar":"no","menubar":"no","width":600,"height":600,"left":0,"top":0}},"pinterest":{"enableHover":true,"enableButton":true,"imageSize":"main","popupOptions":{"status":"no","resizable":"yes","scrollbars":"yes","personalbar":"no","directories":"no","location":"no","toolbar":"no","menubar":"no","width":680,"height":300,"left":0,"top":0}},"twitter":{"enable":true,"popupOptions":{"status":"no","resizable":"yes","scrollbars":"yes","personalbar":"no","directories":"no","location":"no","toolbar":"no","menubar":"no","width":632,"height":250,"left":0,"top":0},"via":""},"filterSite":{"option":"all","ids":[]},"orderShoppingFieldKeys":{"keys":["shipaddress","summary","promocodes"],"items":["amount","promotionamount","promotiondiscount","orderitemid","quantity","minimimquantity","onlinecustomerprice_detail","internalid","options","itemtype","rate","rate_formatted","taxrate1","taxtype1","taxrate2","taxtype2","tax1amt","discounts_impact"]},"orderCheckoutFieldKeys":{"keys":["giftcertificates","shipaddress","billaddress","payment","summary","promocodes","shipmethod","shipmethods","agreetermcondition","purchasenumber"],"items":["amount","promotionamount","promotiondiscount","orderitemid","quantity","minimumquantity","onlinecustomerprice_detail","internalid","rate","rate_formatted","options","itemtype","itemid","taxrate1","taxtype1","taxrate2","taxtype2","tax1amt","discounts_impact"]},"suitescriptResultsPerPage":20,"fieldKeys":{"itemsFieldsAdvancedName":"order","itemsFieldsStandardKeys":["canonicalurl","displayname","internalid","itemid","itemoptions_detail","itemtype","minimumquantity","onlinecustomerprice_detail","pricelevel1","pricelevel1_formatted","isinstock","ispurchasable","isbackordable","outofstockmessage","stockdescription","showoutofstockmessage","storedisplayimage","storedisplayname2","storedisplaythumbnail","isfullfillable"]},"extraTranslations":[{"key":"hello world!!!","en_US":"hello world!!!","fr_FR":"bonjour le monde!!!","es_ES":"hola mundo!!!","it_IT":"ciao mondo!!!","cs_CZ":"","da_DK":"","de_DE":"","es_AR":"","fr_CA":"","ja_JP":"","ko_KR":"","nl_NL":"","pt_BR":"","ru_RU":"","sv_SE":"","th_TH":"","tr_TR":"","zh_CN":"","zh_TW":""},{"key":"Subtotal does not include shipping or tax","cs_CZ":"","da_DK":"","de_DE":"","en_US":"Subtotal does not include shipping or tax. Tax is calculated after a shipping address has been provided. See our <a href=\"http://bit.ly/2Nrst3R\" title=\"Tax is calculated based on current state laws and may be applied to shipping charges if required.\" target=\"_blank\"> Help Center</a> for details.","es_AR":"","es_ES":"","fr_CA":"","fr_FR":"","it_IT":"","ja_JP":"","ko_KR":"","nl_NL":"","pt_BR":"","ru_RU":"","sv_SE":"","th_TH":"","tr_TR":"","zh_CN":"","zh_TW":""},{"key":"Products that don't require shipping ($(0))","cs_CZ":"","da_DK":"","de_DE":"","en_US":"Products ($(0))","es_AR":"","es_ES":"","fr_CA":"","fr_FR":"","it_IT":"","ja_JP":"","ko_KR":"","nl_NL":"","pt_BR":"","ru_RU":"","sv_SE":"","th_TH":"","tr_TR":"","zh_CN":"","zh_TW":""},{"key":"Product that doesn't require shipping ($(0))","cs_CZ":"","da_DK":"","de_DE":"","en_US":"Product ($(0))","es_AR":"","es_ES":"","fr_CA":"","fr_FR":"","it_IT":"","ja_JP":"","ko_KR":"","nl_NL":"","pt_BR":"","ru_RU":"","sv_SE":"","th_TH":"","tr_TR":"","zh_CN":"","zh_TW":""},{"key":"<b>Promo Code</b><br>To redeem a promo code, simply enter your information and we will apply the offer to your purchase during checkout.","cs_CZ":"","da_DK":"","de_DE":"","en_US":"<b>Promo Code</b><br>If you have a valid promo code, please enter it here and we will apply the associated discount to your purchase during checkout.","es_AR":"","es_ES":"","fr_CA":"","fr_FR":"","it_IT":"","ja_JP":"","ko_KR":"","nl_NL":"","pt_BR":"","ru_RU":"","sv_SE":"","th_TH":"","tr_TR":"","zh_CN":"","zh_TW":""}],"storeLocator":{"icons":{"stores":"img/default-marker.png","position":"img/position-marker.png","autocomplete":"img/position-marker.png"},"zoomInDetails":17,"openPopupOnMouseOver":true,"title":"Store Locator","isEnabled":true,"radius":50,"showLocalizationMap":true,"showAllStoresRecordsPerPage":28,"defaultTypeLocations":"1","defaultQuantityLocations":3,"distanceUnit":"mi","apiKey":"","mapOptions":{"centerPosition":{"latitude":"-34.86993","longitude":"-56.145212"},"zoom":11,"mapTypeControl":false,"streetViewControl":false,"mapTypeId":"ROADMAP"}},"dailyaddon":{"enableFeature":true,"specialItemId":8695,"specialSalesText":"America’s Test Kitchen’s #1 rated wearable timer. Splash-proof, pocket-sized, and one-handed. Includes neck lanyard. Only $15 from this page.","specialPriceMsg":"40% Off Very Limited Time!","specialTitleMsg":"<b style=\"color: rgb(255, 0, 0); font-size: large;\">Save 40% on TimeStick</b><br>(price only available from this page)"},"multiDomain":{"hosts":{"currencies":[],"languages":[]}},"pickupInStoreSalesOrderCustomFormId":"","hosts":[],"__sc_ssplibraries_time":26,"publish":[{"key":"promotion_records","model":"TT.PullPromotionRecords","call":"get"}]};

SC.ENVIRONMENT.REVIEWS_CONFIG = {
	enabled: true
};





// CMS configuration

	SC.ENVIRONMENT.CMS = {"pages":{"pages":[{"id":1,"pageid":1,"name":"Global - Contact Us","site_id":2,"type":1,"url":"contact-us","query":"contact-us","page_title":"Contact Us","page_header":"Contact Us","meta_description":"ThermoWorks' contact information page, find our address, phone number, as well as operating hours here.","version":2160,"created_by":"6151489","edited_by":"-4"},{"id":2,"pageid":2,"name":"Global - About Us","site_id":2,"type":1,"url":"about-us","query":"about-us","page_title":"About Us | ThermoWorks","page_header":"About Us","meta_description":"ThermoWorks believes temperature affects your daily life. Because of this, we know great thermometers can make life better.","version":2160,"created_by":"6151489","edited_by":"-4"},{"id":3,"pageid":3,"name":"Global - Privacy Policy","site_id":2,"type":1,"url":"privacy-policy","query":"privacy-policy","page_title":"Terms & Conditions","page_header":"Privacy Policy","meta_description":"ThermoWorks appreciates the trust you place in us, and we are committed to protecting the privacy of the personal information you make available to us.","version":2160,"created_by":"6151489","edited_by":"-4"},{"id":4,"pageid":4,"name":"Global - How it works","site_id":2,"type":1,"url":"how-it-works","query":"how-it-works","page_title":"How it works","page_header":"How it works","version":2160,"created_by":"6151489","edited_by":"-4"},{"id":5,"pageid":5,"name":"Enhanced /","site_id":2,"type":2,"url":"/","query":"/","page_title":"Professional Thermometers from the Temperature Experts | ThermoWorks","addition_to_head":"<meta name=\"_globalsign-domain-verification\" content=\"tog3ak1tkBJXoJBlaE71qbWbhnry7V4J_ZHXGjz5FL\" />\n  <style type=\"text/css\">\ndiv.layout.sec_facets_facet_browse #facet-browse, section.theme-landing-page, .home-items-carousel {\n\tbackground: -moz-linear-gradient(top, #f9f9f9 0%, #fff 50%, #fff 50%, #fff 100%);\n\tbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(50%, #fff), color-stop(50%, #fff), color-stop(100%, #fff));\n\tbackground: -webkit-linear-gradient(top, #f9f9f9 0%, #fff 50%, #fff 50%, #fff 100%);\n\tbackground: -o-linear-gradient(top, #f9f9f9 0%, #fff 50%, #fff 50%, #fff 100%);\n\tbackground: -ms-linear-gradient(top, #f9f9f9 0%, #fff 50%, #fff 50%, #fff 100%);\n\tbackground: linear-gradient(to bottom, #f9f9f9 0%, #fff 50%, #fff 50%, #fff 100%);\n\tbackground-color: #fff;\n\tbackground-size: auto 180px;\n\tbackground-repeat: repeat-x;\n\tfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffffffff', GradientType=0)\n}\n  </style>\n","meta_keywords":"Thermometers, BBQ, Cooking, Kitchen Tools, Steak, Doneness, Commercial grade","meta_description":"Specializing in cool, unique and professional temperature tools. Super-Fast thermocouples, thermistors, infrared thermometers, data logging and more.","version":2160,"created_by":"11","edited_by":"11"},{"id":7,"pageid":7,"name":"Global - ThermoWorks Email Subscription","site_id":2,"type":1,"url":"email_subscribe","query":"email_subscribe","page_title":"Email Subscription | ThermoWorks","page_header":"ThermoWorks Email Subscription","meta_keywords":"Thermoworks email, thermoworks giveaway, thermapen giveaway, thermoworks tip, temperature tips, cooking tips","meta_description":"We are temperature experts. Join the ThermoWorks Email List for your chance to win a Thermapen and get great tips and tricks to get the best from your cooking.","version":2160,"created_by":"11","edited_by":"-4"},{"id":8,"pageid":8,"name":"Global - Catalog Request","site_id":2,"type":1,"url":"catalog-request","query":"catalog-request","page_title":"Catalog Request | ThermoWorks","page_header":"Catalog Request","meta_keywords":"thermometer catalog, data logger catalog, thermoworks, thermoworks products, thermoworks catalog, thermapen catalog","meta_description":"Request a thermometer catalog from Thermoworks or sign up for our email list. Joining our mailing list you'll be notified of promotions and announcements.","version":2160,"created_by":"11","edited_by":"-4"},{"id":800,"pageid":800,"name":"Promo - Holiday Gift Guide","site_id":2,"type":1,"url":"holiday-gift-guide","query":"holiday-gift-guide","page_title":"Holiday Gift Guide","page_header":"Holiday Gift Guide","version":2160,"created_by":"11","edited_by":"-4"},{"id":9,"pageid":9,"name":"Promo - ATK Muliti-Product Sale 17","site_id":2,"type":1,"url":"atk-muliti-product-sale-17-expired","query":"atk-muliti-product-sale-17-expired","page_title":"ATK Muliti-Product Sale 17","page_header":"ATK Muliti-Product Sale 17","addition_to_head":"  <style type=\"text/css\">\nbody {\n\tfont: 12px \"Helvetica Neue\", Arial, Helvetica, Geneva, sans-serif;\n\tcolor: #666;\n}\n\n#mainContent {\n\tbackground-color: #ffffff;\n\tmargin: 0;\n\tpadding-bottom: 0;\n\tpadding-left: 0;\n\tpadding-right: 0;\n}\n\ntable#header {\n\tpadding: 10px;\n}\n\n#header {\n\ttext-decoration: none;\n\tcolor: gray;\n\tfont-size: 10px;\n}\n\n#header a {\n\ttext-decoration: none;\n\tcolor: gray;\n}\n\n.linkBar a {\n\tmargin-right: 5px;\n\tmargin-left: 5px;\n\tfont-weight: bold;\n\ttext-transform: uppercase;\n\ttext-decoration: none;\n\tcolor: gray;\n\tfont-size: 11px;\n}\n\n.productTitle a {\n\tcolor: gray;\n\tfont-weight: bold;\n\ttext-decoration: none;\n\tfont-size: 14px;\n}\n\ndiv.linkBar {\n\tborder-bottom: 1px solid silver;\n\tmargin-bottom: 5px;\n\tpadding-left: 15px;\n\tpadding-right: 10px;\n\tpadding-bottom: 4px;\n}\n\n#subHeadBar td {\n\tborder-bottom: 1px solid silver;\n\tmargin-bottom: 5px;\n\tmargin-top: 10px;\n\tpadding-left: 15px;\n\tpadding-right: 10px;\n\tpadding-bottom: 4px;\n}\n\ntable#subHeadBar {\n\tmargin-top: 5px;\n}\n\n#contentColumns td {\n\tpadding: 10px 15px;\n}\n\ntable#contentColumns {\n\tmargin-top: 10px;\n}\n\np.productTitle {\n\tmargin-top: 0;\n}\n\n#social img {\n\tmargin-right: 2px;\n\tmargin-left: 2px;\n}\n\n#footer {\n\tfont-size: 10px;\n\tcolor: gray;\n}\n\n#contentColumns span.headline {\n\tdisplay: block;\n\tfont-size: 24px;\n\tcolor: gray;\n}\n\n#contentColumns span.caption a {\n\ttext-decoration: none;\n\tfont-weight: bold;\n\tcolor: gray;\n\tdisplay: block;\n\tmargin-top: 5px;\n}\n\n#contentColumns p {\n\tfont-size: 12px;\n\tcolor: gray;\n}\n\ntd#leftColumn{\n\tborder-right: 1px solid silver;\n}\n\n.subTitle {\n\tcolor: #b80000;\n\tfont-size: 16px;\n\ttext-transform: uppercase;\n}\n\n.headerLinks img {\n\tmargin-left: 10px;\n}\n\na:hover, #contentColumns span.caption a:hover, .productTitle a:hover, .linkBar a:hover {\n\tcolor: #b80000;\n}\n\ntd.productSq {\n\tborder-bottom: 1px solid silver;\n}\ndiv.productpic {\n\tdisplay: inline-block;\n\tfloat: left;\n\tmargin: 15px;\n}\ndiv.PBinfo{\n\tmargin: 20px;\n}\n  </style>\n","version":2160,"created_by":"11","edited_by":"11"},{"id":801,"pageid":801,"name":"Promo - Corporate Gift Guide","site_id":2,"type":1,"url":"corporate-gift-ideas","query":"corporate-gift-ideas","page_title":"Corporate Gift Ideas | ThermoWorks","page_header":"Corporate Gift Guide","version":2160,"created_by":"31964","edited_by":"-4"},{"id":802,"pageid":802,"name":"Promo - TW Gift Guide","site_id":2,"type":1,"url":"gift-guide-2018-old","query":"gift-guide-2018-old","page_title":"ThermoWorks Gift Guide","page_header":"ThermoWorks Gift Guide","version":2160,"created_by":"11","edited_by":"11"},{"id":803,"pageid":803,"name":"Promo - Private Smoke Accessory Sale","site_id":2,"type":1,"url":"private-smoke-accessory-sale","query":"private-smoke-accessory-sale","page_title":"Private Smoke Accessory Sale","page_header":"Private Smoke Accessory Sale","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"11"},{"id":804,"pageid":804,"name":"Promo - Snake River Farms Special","site_id":2,"type":1,"url":"snake-river-farms-special","query":"snake-river-farms-special","page_title":"Snake River Farms Special","page_header":"Snake River Farms Special","version":2160,"created_by":"11","edited_by":"-4"},{"id":805,"pageid":805,"name":"Bam Bam's Signals Review","site_id":2,"type":1,"url":"bambam-signals-review","query":"bambam-signals-review","page_title":"Signals - Bam Bam's BBQ Review | ThermoWorks","page_header":"Bam Bam's Review","meta_description":"Cameron from Bam Bam's BBQ Reviews Signals","version":2160,"created_by":"31964","edited_by":"-4"},{"id":806,"pageid":806,"name":"LC FSTips - Temperature Danger Zone: What It Is and How to Avoid It","site_id":2,"type":1,"url":"temperature-danger-zone-what-it-is-and-how-to-avoid-it","query":"temperature-danger-zone-what-it-is-and-how-to-avoid-it","page_title":"Temperature Danger Zone: What It Is and How to Avoid It","page_header":"Temperature Danger Zone: What It Is and How to Avoid It","meta_description":"he Temperature Danger Zone is a temperature range in which bacteria can double in as little as every 20 minutes. Foodborne illnesses pose a large risk to every restaurant. However, properly trained staff and the right equipment can greatly mitigate this risk and drive food safety compliance in your restaurant. Read these four tips to better avoid the Temperature Danger Zone.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":807,"pageid":807,"name":"LC FSTips - How To Accurately Measure Hot and Cold Holding Pans","site_id":2,"type":1,"url":"how-to-accurately-measure-hot-cold-holding-pans","query":"how-to-accurately-measure-hot-cold-holding-pans","page_title":"How To Accurately Measure Hot & Cold Holding Pans","page_header":"How To Accurately Measure Hot and Cold Holding Pans","version":2160,"created_by":"31964","edited_by":"-4"},{"id":808,"pageid":808,"name":"Enhanced /buy-more-save-more","site_id":2,"type":2,"url":"buy-more-save-more","query":"buy-more-save-more","addition_to_head":"<meta name=\"robots\" content=\"noindex\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":809,"pageid":809,"name":"Partner - Meat Church","site_id":2,"type":1,"url":"meat-church","query":"meat-church","page_title":"Meat Church | ThermoWorks","page_header":"Meat Church","version":2160,"created_by":"11","edited_by":"-4"},{"id":810,"pageid":810,"name":"Promo - Father's Day - old version","site_id":2,"type":1,"url":"fathers-day-product-list-pre20","query":"fathers-day-product-list-pre20","page_title":"Father's Day","page_header":"Father's Day Specials","version":2160,"created_by":"11","edited_by":"11"},{"id":811,"pageid":811,"name":"Promo - Five Rivers Ordering","site_id":2,"type":1,"url":"five-rivers-rx-ordering","query":"five-rivers-rx-ordering","page_title":"Five Rivers Ordering","page_header":"Five Rivers RX Ordering","version":2160,"created_by":"11","edited_by":"-4"},{"id":812,"pageid":812,"name":"Product - ThermoPop Ad Landing Page","site_id":2,"type":1,"url":"thermopop-land","query":"thermopop-land","page_title":"ThermoPop by ThermoWorks","page_header":"ThermoPop by ThermoWorks","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":813,"pageid":813,"name":"Promo - Wirecutter 2019","site_id":2,"type":1,"url":"wirecutter-special-19","query":"wirecutter-special-19","page_title":"Wirecutter Special Sale","page_header":"Wirecutter Special","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":814,"pageid":814,"name":"Partner - Butcherbox","site_id":2,"type":1,"url":"butcherbox","query":"butcherbox","page_title":"Butcherbox Recommended | ThermoWorks","page_header":"Butcherbox Recommended","version":2160,"created_by":"11","edited_by":"-4"},{"id":815,"pageid":815,"name":"Promo - ThermaQ Open Box ","site_id":2,"type":1,"url":"therma-q-open-box-sep19","query":"therma-q-open-box-sep19","page_title":"ThermaQ Open Box Special - ThermoWorks","page_header":"ThermaQ Open Box Special","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":816,"pageid":816,"name":"Promo - Bonus Offer","site_id":2,"type":1,"url":"bonus-offer-expired","query":"bonus-offer-expired","page_title":"Bonus Offer | ThermoWorks","page_header":"Bonus Offer","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"11"},{"id":817,"pageid":817,"name":"HiTemp 140","site_id":2,"type":1,"url":"hitemp140-landing-1119","query":"hitemp140-landing-1119","page_title":"HiTemp 140","page_header":"HiTemp 140","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":819,"pageid":819,"name":"Gift Guide - Top Gifts","site_id":2,"type":1,"url":"gift-guide-top-gifts","query":"gift-guide-top-gifts","page_title":"Gift Guide - Top Gifts","page_header":"Gift Guide - Top Gifts","version":2160,"created_by":"11","edited_by":"-4"},{"id":820,"pageid":820,"name":"Gift Guide - Stocking Stuffers","site_id":2,"type":1,"url":"gift-guide-stocking-stuffers","query":"gift-guide-stocking-stuffers","page_title":"Gift Guide - Stocking Stuffers","page_header":"Gift Guide - Stocking Stuffers","version":2160,"created_by":"11","edited_by":"-4"},{"id":821,"pageid":821,"name":"Gift Guide - BBQ","site_id":2,"type":1,"url":"gift-guide-bbq","query":"gift-guide-bbq","page_title":"Gift Guide - BBQ","page_header":"Gift Guide - BBQ","version":2160,"created_by":"11","edited_by":"-4"},{"id":822,"pageid":822,"name":"Gift Guide - Griller","site_id":2,"type":1,"url":"gift-guide-griller","query":"gift-guide-griller","page_title":"Gift Guide - Griller","page_header":"Gift Guide - Griller","version":2160,"created_by":"11","edited_by":"-4"},{"id":823,"pageid":823,"name":"Gift Guide - Baker","site_id":2,"type":1,"url":"gift-guide-baker","query":"gift-guide-baker","page_title":"Gift Guide - Baker","page_header":"Gift Guide - Baker","version":2160,"created_by":"11","edited_by":"-4"},{"id":824,"pageid":824,"name":"Gift Guide - Home Cook","site_id":2,"type":1,"url":"gift-guide-home-cook","query":"gift-guide-home-cook","page_title":"Gift Guide - Home Cook","page_header":"Gift Guide - Home Cook","version":2160,"created_by":"11","edited_by":"-4"},{"id":825,"pageid":825,"name":"Gift Guide - Candy Pastry","site_id":2,"type":1,"url":"gift-guide-candy-pastry","query":"gift-guide-candy-pastry","page_title":"Gift Guide - Candy Pastry","page_header":"Gift Guide - Candy Pastry","version":2160,"created_by":"11","edited_by":"-4"},{"id":826,"pageid":826,"name":"Gift Guide - Home Brewer","site_id":2,"type":1,"url":"gift-guide-home-brewer","query":"gift-guide-home-brewer","page_title":"Gift Guide - Home Brewer","page_header":"Gift Guide - Home Brewer","version":2160,"created_by":"11","edited_by":"-4"},{"id":827,"pageid":827,"name":"Gift Guide - Sous Vide","site_id":2,"type":1,"url":"gift-guide-sous-vide","query":"gift-guide-sous-vide","page_title":"Gift Guide - Sous Vide","page_header":"Gift Guide - Sous Vide","version":2160,"created_by":"11","edited_by":"-4"},{"id":828,"pageid":828,"name":"Steak Cookoff Association ","site_id":2,"type":1,"url":"sca","query":"sca","page_title":"Steak Cookoff Association | ThermoWorks","page_header":"Steak Cookoff Association ","version":2160,"created_by":"11","edited_by":"11"},{"id":829,"pageid":829,"name":"Global - Food Safety Poster Download","site_id":2,"type":1,"url":"food-safety-poster-download","query":"food-safety-poster-download","page_title":"Free Food Safety Poster Download | ThermoWorks","page_header":"Food Safety Poster Download","version":2160,"created_by":"31964","edited_by":"31964"},{"id":830,"pageid":830,"name":"Enhanced /smokex2","site_id":2,"type":2,"url":"smokex2","query":"smokex2","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"11"},{"id":831,"pageid":831,"name":"Enhanced /smokex4","site_id":2,"type":2,"url":"smokex4","query":"smokex4","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"11"},{"id":832,"pageid":832,"name":"Partner - Health Dept","site_id":2,"type":1,"url":"health-department-recommended","query":"health-department-recommended","page_title":"Health Department Recommended Items","page_header":"Partner - Health Dept","version":2160,"created_by":"11","edited_by":"11"},{"id":833,"pageid":833,"name":"Tune In! Big News Coming!","site_id":2,"type":1,"url":"tune-in","query":"tune-in","page_title":"Tune In! Big News Coming!","page_header":"Tune In! Big News Coming!","version":2160,"created_by":"31964","edited_by":"31964"},{"id":834,"pageid":834,"name":"ThermoWorks Safety Plan","site_id":2,"type":1,"url":"thermoworks-safety-plan","query":"thermoworks-safety-plan","page_title":"ThermoWorks Safety Plan | COVID-19","page_header":"ThermoWorks Safety Plan","version":2160,"created_by":"11","edited_by":"11"},{"id":835,"pageid":835,"name":"COVID-19 Temperature Screening","site_id":2,"type":1,"url":"covid-19-screening-lp","query":"covid-19-screening-lp","page_title":"COVID-19 Temperature Screening","page_header":"COVID-19 Temperature Screening","version":2160,"created_by":"11","edited_by":"11"},{"id":836,"pageid":836,"name":"Z test page","site_id":2,"type":1,"url":"z-test-page","query":"z-test-page","page_title":"Z test page","page_header":"Z test page","version":2160,"created_by":"11","edited_by":"11"},{"id":838,"pageid":838,"name":"Enhanced /PP-THD2FE","site_id":2,"type":2,"url":"PP-THD2FE","query":"PP-THD2FE","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"11"},{"id":839,"pageid":839,"name":"Z Test Page 2","site_id":2,"type":1,"url":"z-test-page-2","query":"z-test-page-2","page_title":"Z Test Page 2","page_header":"Z Test Page 2","version":2160,"created_by":"11","edited_by":"11"},{"id":840,"pageid":840,"name":"Partner - Sonny's BBQ","site_id":2,"type":1,"url":"sonnys-bbq","query":"sonnys-bbq","page_title":"Sonny's BBQ | ThermoWorks","page_header":"Sonny's BBQ","version":2160,"created_by":"11","edited_by":"11"},{"id":841,"pageid":841,"name":"Enhanced /wand","site_id":2,"type":2,"url":"wand","query":"wand","meta_keywords":"No Touch contactless touchless non contact digital forehead thermometer temporal covid-19 commercial personal ","meta_description":"WAND digital forehead thermometer gives you proven accuracy when you need it most. Simple to use with a 1-second reading and currently in stock!","version":2160,"created_by":"11","edited_by":"11"},{"id":600,"pageid":600,"name":"Enhanced /PRB-T-23X","site_id":2,"type":2,"url":"PRB-T-23X","query":"PRB-T-23X","meta_description":"Fast-response needle probes for instant readings in tissue, semi-solids, liquids. Also for very small specimens, powders and materials. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":842,"pageid":842,"name":"Partner - Hardcore Carnivore","site_id":2,"type":1,"url":"jess-pryles","query":"jess-pryles","page_title":"Hardcore Carnivore | ThermoWorks","page_header":"Hardcore Carnivore","version":2160,"created_by":"11","edited_by":"11"},{"id":601,"pageid":601,"name":"Enhanced /PRB-T-26X","site_id":2,"type":2,"url":"PRB-T-26X","query":"PRB-T-26X","meta_description":"Type T Thermocouple - Fast needle probes for instant readings in tissue, semi-solids, liquids. Also for very small specimens, powders and materials. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":843,"pageid":843,"name":"Promo - LinkedIn Offer","site_id":2,"type":1,"url":"linkedin-offer","query":"linkedin-offer","page_title":"Linked In Offer | ThermoWorks","page_header":"LinkedIn Offer","version":2160,"created_by":"11","edited_by":"11"},{"id":602,"pageid":602,"name":"Enhanced /PRB-T-29X","site_id":2,"type":2,"url":"PRB-T-29X","query":"PRB-T-29X","meta_description":"Micro Needle Insect Type T Thermocouple Probe, 29g, 0.1°C - Needle tip is sealed to ensure only stainless contacts specimen.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":844,"pageid":844,"name":"Enhanced /thermodrop","site_id":2,"type":2,"url":"thermodrop","query":"thermodrop","page_title":"Best Keychain Mini Thermometer—Backpacking & Car Thermometer","meta_keywords":"ambient thermometer, pets, earrings, mini, digital vehicle thermometer, small, hammock thermometer, climbing thermometer, adventure thermometer, backpacking thermometer, skiing thermometer, hiking thermometer, zipper pull thermometer, jacket thermometer, coat thermometer, tent thermometer, cold storage thermometer, cooler thermometer, drinks thermometer, upstairs thermometer, basement thermometer, cheese fridge thermometer, garage thermometer, ice fishing thermometer, biking thermometer, running thermometer, car thermometer, truck thermometer, rappelling thermometer, room thermometer, air temperature, keychain thermometer, keyring thermometer, carabiner, walking thermometer, hunting thermometer, outdoor thermometer, active thermometer, lanyard","meta_description":"Perfect for hiking, biking, skiing, as well as fridges, freezers, greenhouses, garages, cold storage, etc. Big backlit splashproof display. Max/Min too.\n\n","version":2160,"created_by":"11","edited_by":"11"},{"id":603,"pageid":603,"name":"Enhanced /PRB-T-36X","site_id":2,"type":2,"url":"PRB-T-36X","query":"PRB-T-36X","meta_description":"Type T Fine Gauge Wire Probe - PTFE insulated exposed junction wire probe. Great for measuring the air temperature inside fridges and freezers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":845,"pageid":845,"name":"Promo - ATK Smoke temp page","site_id":2,"type":1,"url":"ATK-Special-Smoke-July2020-temp","query":"ATK-Special-Smoke-July2020-temp","page_title":"Promo - ATK Smoke temp page","page_header":"ATK Smoke temp page","version":2160,"created_by":"11","edited_by":"11"},{"id":604,"pageid":604,"name":"Enhanced /Thermapen-IR","site_id":2,"type":2,"url":"Thermapen-IR","query":"Thermapen-IR","meta_description":"The new Thermapen IR combines the unparalleled speed and accuracy of the Thermapen Mk4 with the versatility of a combo infrared unit. Why carry two different thermometers when you can carry just the Thermapen IR?","version":2160,"created_by":"11","edited_by":"-4"},{"id":846,"pageid":846,"name":"Partner - America's Test Kitchen Recommended","site_id":2,"type":1,"url":"ATK-Recommended","query":"ATK-Recommended","page_title":"America's Test Kitchen Recommended","page_header":"America's Test Kitchen Recommended","meta_description":"America's Test Kitchen recommended products from ThermoWorks. The highest rated instant-read digital thermometers and timers.","version":2160,"created_by":"11","edited_by":"11"},{"id":605,"pageid":605,"name":"Enhanced /THS-832-050","site_id":2,"type":2,"url":"THS-832-050","query":"THS-832-050","meta_description":"THS-832-050 - Stainless Steel Wall Bracket - Fits Food Check, Thermamite, Therma K, Therma K-Plus, ThermaCheck, Therma 20, Therma 22, and more.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":847,"pageid":847,"name":"Email Preferences","site_id":2,"type":1,"url":"email-preferences","query":"email-preferences","page_title":"ThermoWorks Email Preferences","page_header":"Email Preferences","version":2160,"created_by":"11","edited_by":"11"},{"id":606,"pageid":606,"name":"Enhanced /THS-830-257","site_id":2,"type":2,"url":"THS-830-257","query":"THS-830-257","meta_description":"THS-830-257 - Rubber Boot - Firts Therma Differential, Saf-T-Log, Therma 20 Plus, Therma 22 Plus, ThermaCheck Plus, and Therma Waterproof Meters.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":848,"pageid":848,"name":"Gen - Integrators - WAND","site_id":2,"type":1,"url":"integrators-wand-current","query":"integrators-wand-current","page_title":"Gen - Integrators - WAND","page_header":"Integrators - WAND","version":2160,"created_by":"11","edited_by":"11"},{"id":607,"pageid":607,"name":"Enhanced /THS-286-005","site_id":2,"type":2,"url":"THS-286-005","query":"THS-286-005","meta_description":"THS-286-005 - 212ºF (100ºC) Thermistor Test Cap - Certified temperature value. First the Therma 20, Therma 20 Plus, Therma 22, and Therma 22 Plus.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":849,"pageid":849,"name":"Gen - Industry Discount","site_id":2,"type":1,"url":"industry-discount","query":"industry-discount","page_title":"Industry discount | ThermoWorks","page_header":"Industry Discount Application","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n\n","version":2160,"created_by":"11","edited_by":"11"},{"id":608,"pageid":608,"name":"Enhanced /THS-286-007","site_id":2,"type":2,"url":"THS-286-007","query":"THS-286-007","meta_description":"THS-286-007 - 0ºF (-17.8ºC) Thermistor Test Cap. Test the accuracy of your thermometer with this screw-in test cap. Four Temp values to choose from.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":609,"pageid":609,"name":"Enhanced /THS-271-301","site_id":2,"type":2,"url":"THS-271-301","query":"THS-271-301","meta_description":"THS-271-301 - Simply set the heat source to the desired point, insert the test probe into the best fitting well, and get a verification of the performance.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":850,"pageid":850,"name":"Partner - E3 Meat company","site_id":2,"type":1,"url":"e3-meat-co","query":"e3-meat-co","page_title":"E3 Meat Company | ThermoWorks","page_header":"E3 Meat Company","version":2160,"created_by":"11","edited_by":"11"},{"id":610,"pageid":610,"name":"Enhanced /THS-271-311","site_id":2,"type":2,"url":"THS-271-311","query":"THS-271-311","meta_description":"3001 ThermoWorks Dry-Well Mini Heat Source/Calibrator, 115VAC, Set to °C - New mini heat sources to check your thermometer's accuracy up to 572°F. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":611,"pageid":611,"name":"Enhanced /THS-271-332","site_id":2,"type":2,"url":"THS-271-332","query":"THS-271-332","meta_description":"3002 Dry-Well Mini Heat Source/Calibrator  - Choose from four block configurations to match the diameters of the probes that you need to calibrate.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":612,"pageid":612,"name":"Enhanced /THS-271-312","site_id":2,"type":2,"url":"THS-271-312","query":"THS-271-312","meta_description":"3002 ThermoWorks Dry-Well Mini Heat Source/Calibrator - You won't find a handier calibration tool that covers most all of your temperature range.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":613,"pageid":613,"name":"Enhanced /THS-271-401","site_id":2,"type":2,"url":"THS-271-401","query":"THS-271-401","meta_description":"Dry-Well Low-Temp Mini Heat Source/Calibrator - It comes with a NIST Traceable calibration certificate so you can rely on it as a thermometer standard.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":614,"pageid":614,"name":"Enhanced /THS-271-302","site_id":2,"type":2,"url":"THS-271-302","query":"THS-271-302","meta_description":"3002 ThermoWorks Dry-Well Mini Heat Source/Calibrator (THS-271-302) - This little dry block fits easily in your hand and in your toolbox.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":615,"pageid":615,"name":"Enhanced /THS-303-036","site_id":2,"type":2,"url":"THS-303-036","query":"THS-303-036","meta_description":"THS-303-036 - Type K Thermocouple Roller Surface Probe - Roller wheels allow use on moving surfaces and rotating rollers. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":616,"pageid":616,"name":"Enhanced /THS-271-304","site_id":2,"type":2,"url":"THS-271-304","query":"THS-271-304","meta_description":"3004 Dry-Well Mini Heat Source/Calibrator - With accuracy to ±0.5°C, and fast time, most industrial thermometers can be checked in about 10 minutes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":617,"pageid":617,"name":"Enhanced /THS-271-331","site_id":2,"type":2,"url":"THS-271-331","query":"THS-271-331","meta_description":"Dry-Well Mini Heat Source/Calibrator (THS-271-331) - Choose from four block configurations to match the diameters of the probes that you need to calibrate.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":618,"pageid":618,"name":"Enhanced /THS-174-166","site_id":2,"type":2,"url":"THS-174-166","query":"THS-174-166","meta_description":"THS-174-166 - 5-Inch Penetration Probe with Lumberg Connector - Thermistor sensor with a sharp tip and a fast response time with heavy duty handle. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":619,"pageid":619,"name":"Enhanced /TR-72WF-H_2","site_id":2,"type":2,"url":"TR-72WF-H_2","query":"TR-72WF-H_2","meta_description":"T&D High Precision Temp & Humidity WiFi Logger (TR-72WF-S) - Direct communication to mobile devices, No base stations or gateways required.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":620,"pageid":620,"name":"Enhanced /PP07H200-A11B","site_id":2,"type":2,"url":"PP07H200-A11B","query":"PP07H200-A11B","meta_description":"PP07H200-A11B - Digital compact heated temperature bath.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":621,"pageid":621,"name":"Enhanced /PP07R-20-A11B","site_id":2,"type":2,"url":"PP07R-20-A11B","query":"PP07R-20-A11B","meta_description":"PP07R-20-A11B - 7-liter digital refrigerated temperature bath.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":622,"pageid":622,"name":"Enhanced /PP15HCAL-A11B","site_id":2,"type":2,"url":"PP15HCAL-A11B","query":"PP15HCAL-A11B","meta_description":"PP15HCAL-A11B - 15-liter digital heated calibration bath.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":623,"pageid":623,"name":"Enhanced /PP15R-40-A11B","site_id":2,"type":2,"url":"PP15R-40-A11B","query":"PP15R-40-A11B","meta_description":"PP15R-40-A11B - Low temp digital 15 liter refrigerated bath.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":624,"pageid":624,"name":"Enhanced /PP20H200-A11B","site_id":2,"type":2,"url":"PP20H200-A11B","query":"PP20H200-A11B","meta_description":"ThermoWorks - PP20H200-A11B - Large-Access digital heated bath.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":625,"pageid":625,"name":"Enhanced /PP28R-30-A11B","site_id":2,"type":2,"url":"PP28R-30-A11B","query":"PP28R-30-A11B","meta_description":"PP28R-30-A11B - Large capacity digital refrigerated bath.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":626,"pageid":626,"name":"Enhanced /PP7LR-20-A11B","site_id":2,"type":2,"url":"PP7LR-20-A11B","query":"PP7LR-20-A11B","meta_description":"PP7LR-20-A11B - Low-Profile digital Refrigerated bath","version":2160,"created_by":"31964","edited_by":"-4"},{"id":627,"pageid":627,"name":"Enhanced /PRB-T-HT","site_id":2,"type":2,"url":"PRB-T-HT","query":"PRB-T-HT","meta_description":"PRB-T-HT - Type T Thermocouple Immersion Probe, 0.1ºC - \"Workhorse\" probe for liquids, gases, semi-solids. Choose from 3-inch or 9-inch probe length.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":628,"pageid":628,"name":"Enhanced /SD07H170-A11B","site_id":2,"type":2,"url":"SD07H170-A11B","query":"SD07H170-A11B","meta_description":"SD07H170-A11B - 7-liter compact heated digital temperature bath.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":629,"pageid":629,"name":"Enhanced /SD20H170-A11B","site_id":2,"type":2,"url":"SD20H170-A11B","query":"SD20H170-A11B","meta_description":"SD20H170-A11B - 20-liter large digital heated temperature bath.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":630,"pageid":630,"name":"Enhanced /THS-117-173","site_id":2,"type":2,"url":"THS-117-173","query":"THS-117-173","meta_description":"THS-117-173 - Type T Thermocouple Low-cost Oven Cooking Probe - Can be placed in meats and closed in an oven. Range up to 482ºF. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":631,"pageid":631,"name":"Enhanced /THS-823-510","site_id":2,"type":2,"url":"THS-823-510","query":"THS-823-510","meta_description":"ThermoWorks - THS-823-510 - Knife Probe Electrode, 8000 Series","version":2160,"created_by":"31964","edited_by":"-4"},{"id":632,"pageid":632,"name":"Enhanced /TR-0706","site_id":2,"type":2,"url":"TR-0706","query":"TR-0706","meta_description":"TR-0706 - Stainless Steel Penetration Temperature Probe - For use with TR-7WF/NW series data loggers.  Cale is 24-inches long.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":633,"pageid":633,"name":"Enhanced /TR-1106","site_id":2,"type":2,"url":"TR-1106","query":"TR-1106","meta_description":"TR-1106 - 24-Inch Fluoropolymer Coated Probe for TR-7wf/NW series data loggers. For more information, contact our technical sales team.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":634,"pageid":634,"name":"Enhanced /TR-1C30","site_id":2,"type":2,"url":"TR-1C30","query":"TR-1C30","meta_description":"TR-1C30 - 10-Foot Extension Cable for TR-71Wf and TR71NW Temperature probes. The extension in not submersible.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":635,"pageid":635,"name":"Enhanced /TR-2C30","site_id":2,"type":2,"url":"TR-2C30","query":"TR-2C30","meta_description":"TR-2C30 - Sensor extension cable for TR-52. The unit is 10 Feet (3.0m) long. Call our Technical Sales Team for more details.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":636,"pageid":636,"name":"Enhanced /TR-3310","site_id":2,"type":2,"url":"TR-3310","query":"TR-3310","meta_description":"TR-3310 - Temperature and Humidity Sensor - For use with specific T and D data loggers. Call our Technical Sales Team for more details.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":637,"pageid":637,"name":"Enhanced /TR-50U2","site_id":2,"type":2,"url":"TR-50U2","query":"TR-50U2","meta_description":"TR-50U2 - TR Series Communication Cradle - Uses USB connectors. Compatible with TR-51i, TR-52i, and TR-55i-TC. Environmental Range: 14 to 140ºF.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":638,"pageid":638,"name":"Enhanced /TR-5106","site_id":2,"type":2,"url":"TR-5106","query":"TR-5106","meta_description":"TR-5106 - Replacement Teflon-Shielded General Purpose Probe - Compatible with the TR42, TR-52i, RTR-502, and the RTR-502L. Uses a Thermistor Sensor.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":639,"pageid":639,"name":"Enhanced /TR-5220","site_id":2,"type":2,"url":"TR-5220","query":"TR-5220","meta_description":"TR-5220 - Stainless Steel Immersion Probe - Compatible with specific T and D Dataloggers. Call for more Details.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":640,"pageid":640,"name":"Enhanced /TR-5420","site_id":2,"type":2,"url":"TR-5420","query":"TR-5420","meta_description":"TR-5420 - Stainless Steel Penetration Probe - For use with specific T and D data loggers.  Call our Techincal Sales Team for more details. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":641,"pageid":641,"name":"Enhanced /TR-57DCi","site_id":2,"type":2,"url":"TR-57DCi","query":"TR-57DCi","meta_description":"TR-57DCI - Data Collector with Display - Environmental Range: 32 to 140ºF (0 to 60ºC). Communication Interface: USB, Serial, Infrared, and Optical.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":400,"pageid":400,"name":"Enhanced /TLOG1","site_id":2,"type":2,"url":"TLOG1","query":"TLOG1","meta_keywords":"log book","meta_description":"Quick and easy way to keep temperature records. Records date, time, item or location, temperature, comments or actions, and initials.","version":2160,"created_by":"11","edited_by":"-4"},{"id":642,"pageid":642,"name":"Enhanced /TW-DataPad","site_id":2,"type":2,"url":"TW-DataPad","query":"TW-DataPad","meta_description":"ThermoWorks - TW-DATAPAD - Download our DataPad Quick Start Guide or contact our Technical Sales Team for more information.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":401,"pageid":401,"name":"Enhanced /TLOG1","site_id":2,"type":2,"url":"TLOG1","query":"TLOG1","meta_keywords":"log book","meta_description":"Quick and easy way to keep temperature records. Records date, time, item or location, temperature, comments or actions, and initials.","version":2160,"created_by":"11","edited_by":"-4"},{"id":643,"pageid":643,"name":"Enhanced /TW-PROBEEXTENDER-1-5M","site_id":2,"type":2,"url":"TW-PROBEEXTENDER-1-5M","query":"TW-PROBEEXTENDER-1-5M","meta_description":"TW-PROBEEXTENDER-1.5M - 1.5 Meter Probe Extender - Please contact our Techincal Sales Team for more information regarding this probe extender.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":402,"pageid":402,"name":"Enhanced /TLOG1","site_id":2,"type":2,"url":"TLOG1","query":"TLOG1","meta_keywords":"log book","meta_description":"Quick and easy way to keep temperature records. Records date, time, item or location, temperature, comments or actions, and initials.","version":2160,"created_by":"11","edited_by":"-4"},{"id":644,"pageid":644,"name":"Enhanced /TW-PROBEEXTENDER-10M","site_id":2,"type":2,"url":"TW-PROBEEXTENDER-10M","query":"TW-PROBEEXTENDER-10M","meta_description":"TW-PROBEEXTENDER-10M - Probe Extender - 10 Meters Long - Please contact our Techincal Sales Team for more information regarding this probe extender. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":403,"pageid":403,"name":"Enhanced /TW-3120-GB","site_id":2,"type":2,"url":"TW-3120-GB","query":"TW-3120-GB","meta_description":"ThermoWorks - TW-3120-GB - Glycol Bottle, Thermal Buffer, 120ml","version":2160,"created_by":"11","edited_by":"-4"},{"id":645,"pageid":645,"name":"Enhanced /TW-WiFi-Bracket","site_id":2,"type":2,"url":"TW-WiFi-Bracket","query":"TW-WiFi-Bracket","meta_description":"TW-WIFI-BRACKET - Wall Bracket Designed for use with the TW-WiFi Data Loggers. Please contact our Technical Sales Team for more information.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":404,"pageid":404,"name":"Enhanced /TW-4120-GB","site_id":2,"type":2,"url":"TW-4120-GB","query":"TW-4120-GB","meta_keywords":"glass beads, thermal buffer","meta_description":"TW-4120-GB - Bottle of Glass Beads, Thermal Buffer, 120ml","version":2160,"created_by":"11","edited_by":"-4"},{"id":646,"pageid":646,"name":"Enhanced /USB-EXT-10","site_id":2,"type":2,"url":"USB-EXT-10","query":"USB-EXT-10","meta_description":"USB-EXT-10 - USB Extension Cable - Cable is 10 Feet Long (3m). Extend the reach of your USB cable with this extension cable.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":405,"pageid":405,"name":"Enhanced /Food-Safety-Critical-Temps-Poster-11-x-17-inch","site_id":2,"type":2,"url":"Food-Safety-Critical-Temps-Poster-11-x-17-inch","query":"Food-Safety-Critical-Temps-Poster-11-x-17-inch","meta_keywords":"Food Safety temperature poster","meta_description":"Get consistent quality and safety with these key temperatures front and center in the kitchen with this temperature poster.","version":2160,"created_by":"11","edited_by":"-4"},{"id":647,"pageid":647,"name":"Enhanced /VZ86P8AZ","site_id":2,"type":2,"url":"VZ86P8AZ","query":"VZ86P8AZ","meta_description":"VZ86P8AZ - Replacement pH electrode for 8689 pH meters. Contact our Technical Sales Team if you have any questions about his replacement electrode.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":406,"pageid":406,"name":"Enhanced /Thermometer-Ice-Bath-Poster-11-x-17-inch","site_id":2,"type":2,"url":"Thermometer-Ice-Bath-Poster-11-x-17-inch","query":"Thermometer-Ice-Bath-Poster-11-x-17-inch","meta_keywords":"ice bath, proper ice bath, ice bath poster","meta_description":"Get the ice bath right with this easy-to-follow guide!","version":2160,"created_by":"11","edited_by":"-4"},{"id":648,"pageid":648,"name":"Enhanced /WaterBox101A","site_id":2,"type":2,"url":"WaterBox101A","query":"WaterBox101A","meta_description":"WATERBOX101A - IP65 rating - Works with TC101A and RTDTemp101A. Anodized aluminum Case with a plastic lid. Operating Environment from -20 to 80ºC. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":407,"pageid":407,"name":"Enhanced /1490-CASE","site_id":2,"type":2,"url":"1490-CASE","query":"1490-CASE","meta_keywords":"Pelican case, expensive thermometers, storage, rugged case","meta_description":"Rugged Pelican Case for storage of up to two Handheld thermometers and probes. Perfect for keeping your expensive thermometers safe from careless storage.","version":2160,"created_by":"11","edited_by":"-4"},{"id":649,"pageid":649,"name":"Enhanced /WD-35634-50","site_id":2,"type":2,"url":"WD-35634-50","query":"WD-35634-50","meta_description":"WD-35634-50 - Replacement Electrode for pH Spear - Use this spear to penetrate meat, cheese, fruit, etc. open-pore, double junction electrode.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":408,"pageid":408,"name":"Enhanced /988-016","site_id":2,"type":2,"url":"988-016","query":"988-016","meta_keywords":"Customizable foam, Large carrying case, large thermometer case","meta_description":"Large durable thermometer and probe case. Includes customizable foam so you can fit your specific meter and probes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":409,"pageid":409,"name":"Enhanced /988-010","site_id":2,"type":2,"url":"988-010","query":"988-010","meta_keywords":"Protective case, medium sized case, thermometer case","meta_description":"Stores meter and probes. Foam is customizable in 1/2 inch cubes to make the perfect fit. Fold-away handle, double-wall construction, and 3-piece foam set.","version":2160,"created_by":"11","edited_by":"-4"},{"id":650,"pageid":650,"name":"Enhanced /CAL-3000","site_id":2,"type":2,"url":"CAL-3000","query":"CAL-3000","meta_description":"ThermoWorks - CAL-3000 - Accredited Calibration Service","version":2160,"created_by":"31964","edited_by":"-4"},{"id":651,"pageid":651,"name":"Enhanced /CAL-3PT","site_id":2,"type":2,"url":"CAL-3PT","query":"CAL-3PT","meta_description":"ThermoWorks - CAL-3PT - Accredited Calibration Service","version":2160,"created_by":"31964","edited_by":"-4"},{"id":410,"pageid":410,"name":"Enhanced /1524-156","site_id":2,"type":2,"url":"1524-156","query":"1524-156","meta_keywords":"Fluke Reference Thermometer, Handheld, high accuracy, logging, portable","meta_description":"The Fluke Reference Thermometer readouts deliver high accuracy, wide measurement range, logging, and trending, in a handheld tool you can take anywhere.","version":2160,"created_by":"11","edited_by":"-4"},{"id":652,"pageid":652,"name":"Enhanced /CAL-IR500","site_id":2,"type":2,"url":"CAL-IR500","query":"CAL-IR500","meta_description":"CAL-IR500 - Calibration Service in ThermoWorks Calibration Lab","version":2160,"created_by":"31964","edited_by":"-4"},{"id":411,"pageid":411,"name":"Enhanced /THS-271-018","site_id":2,"type":2,"url":"THS-271-018","query":"THS-271-018","meta_keywords":"Temperature simulator, type k, accredited certificate, precision, economic","meta_description":"THS-271-018 - Each unit includes a 3-point UKAS Accredited Calibration Certificate so you know that you're using a precision instrument.","version":2160,"created_by":"11","edited_by":"-4"},{"id":653,"pageid":653,"name":"Enhanced /TCM-3010","site_id":2,"type":2,"url":"TCM-3010","query":"TCM-3010","meta_description":"TCM-3010 - Works with RTR-505TC and is compatible Thermocouples: Type K, J, T, S (Not Included).","version":2160,"created_by":"31964","edited_by":"-4"},{"id":412,"pageid":412,"name":"Enhanced /THS-271-019","site_id":2,"type":2,"url":"THS-271-019","query":"THS-271-019","meta_keywords":"Temperature simulator","meta_description":"For routine type K thermometer and indicator calibrations, the MicroCheck is the perfect test tool.","version":2160,"created_by":"11","edited_by":"-4"},{"id":654,"pageid":654,"name":"Enhanced /TR-3C30","site_id":2,"type":2,"url":"TR-3C30","query":"TR-3C30","meta_description":"TR-3C30 - Extension for the T and D RTR-507. Environmental Range: -13 to 140ºF (-25 to 60ºC) - Call our Technical Sales Team for more details.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":413,"pageid":413,"name":"Enhanced /THS-271-101","site_id":2,"type":2,"url":"THS-271-101","query":"THS-271-101","meta_keywords":"thermocouple simulator, themperature simulator","meta_description":"Store your favorite 12 temperature test points to memory with the MicroCal 1 Plus for recall and calibration of handheld thermometers and controllers.","version":2160,"created_by":"11","edited_by":"-4"},{"id":655,"pageid":655,"name":"Enhanced /TX-10641","site_id":2,"type":2,"url":"TX-10641","query":"TX-10641","meta_description":"ThermoWorks - TX-10641 - Call, Chat, or Email for more details.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":414,"pageid":414,"name":"Enhanced /THS-271-200","site_id":2,"type":2,"url":"THS-271-200","query":"THS-271-200","meta_keywords":"temperature simulator, type k thermometer","meta_description":"If you rely on thermocouple measurements, you should periodically check the accuracy of your instrument against a traceable thermocouple simulator.","version":2160,"created_by":"11","edited_by":"-4"},{"id":656,"pageid":656,"name":"Enhanced /TX-10642","site_id":2,"type":2,"url":"TX-10642","query":"TX-10642","meta_description":"ThermoWorks - TX-10642 - Call, Chat, or Email for more details.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":415,"pageid":415,"name":"Enhanced /THS-271-201","site_id":2,"type":2,"url":"THS-271-201","query":"THS-271-201","meta_keywords":"type j, temperature simulator","meta_description":"Simply plug the Microcal into your meter and step through your preset temperatures or set a precise new temperature using the Up/Down buttons.","version":2160,"created_by":"11","edited_by":"-4"},{"id":657,"pageid":657,"name":"Enhanced /XCK-1M-MF","site_id":2,"type":2,"url":"XCK-1M-MF","query":"XCK-1M-MF","meta_description":"XCK-1M-MF - Type K Thermocouple Probe Extension - 1m long with male and female connectors. Call, Chat, or Email if you have any questions.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":416,"pageid":416,"name":"Enhanced /THS-271-202","site_id":2,"type":2,"url":"THS-271-202","query":"THS-271-202","meta_keywords":"type t thermometer, temperature simulator","meta_description":"Our Microcal 2 does the job quickly and accurately for a very reasonable price.","version":2160,"created_by":"11","edited_by":"-4"},{"id":658,"pageid":658,"name":"Enhanced /XCK-1M-MM","site_id":2,"type":2,"url":"XCK-1M-MM","query":"XCK-1M-MM","meta_description":"XCK-1M-MM - Type K Thermocouple Probe Extension - 1m long with two male connectors. Call, Chat, or Email if you have any questions.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":417,"pageid":417,"name":"Enhanced /VA710","site_id":2,"type":2,"url":"VA710","query":"VA710","meta_keywords":"temperature simulator","meta_description":"Check or calibrate any thermocouple or RTD instrument. Competing calibrators typically cost 2 or 3 times more.","version":2160,"created_by":"11","edited_by":"-4"},{"id":659,"pageid":659,"name":"Health Inspectors Toolkit","site_id":2,"type":1,"url":"Toolkit","query":"Toolkit","page_title":"Powerful Health Inspector Thermometer Tools | ThermoWorks","page_header":"Health Inspectors Toolkit","meta_description":"Health inspectors in the field need tools that are portable, accurate, durable, simple-to-use, and cost-effective. ThermoWorks thermometers deliver. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":418,"pageid":418,"name":"Enhanced /VA720","site_id":2,"type":2,"url":"VA720","query":"VA720","meta_keywords":"temperature simulator, rtd tester, rtd simulation","meta_description":"For testing RTD instruments, choose our VA720. Simulate and measure 7 different RTD types.","version":2160,"created_by":"11","edited_by":"-4"},{"id":419,"pageid":419,"name":"Promo - Special Offer expired","site_id":2,"type":1,"url":"special-offer-expired","query":"special-offer-expired","page_title":"Promotion expired","page_header":"Special Offer Expired","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":660,"pageid":660,"name":"Enhanced /Hat-Khaki","site_id":2,"type":2,"url":"Hat-Khaki","query":"Hat-Khaki","meta_description":"ThermoWorks Adjustable Hat - Deluxe garment washed cotton twill with high quality embroidered logo. This \"soft crown\" style is widely popular.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":661,"pageid":661,"name":"Enhanced /PRB-T-37X","site_id":2,"type":2,"url":"PRB-T-37X","query":"PRB-T-37X","meta_description":"PRB-T-37X -  Type T Themocouple Heavy Duty Wire Probe - Stranded wire cable with PTFE insulation. Sensor Range: -58 to 483ºF (-50 to 250ºC).","version":2160,"created_by":"31964","edited_by":"-4"},{"id":420,"pageid":420,"name":"Product - DishTemp Savings Calculator","site_id":2,"type":1,"url":"dishtemp-savings-calculator","query":"dishtemp-savings-calculator","page_title":"DishTemp Savings Calculator","page_header":"DishTemp Savings Calculator","meta_description":"DishTemp is a plate-simulating dishwasher thermometer and can save you BIG money. Calculate your savings with our Savings Calculator.","version":2160,"created_by":"11","edited_by":"-4"},{"id":662,"pageid":662,"name":"Enhanced /PRB-T-37X-T","site_id":2,"type":2,"url":"PRB-T-37X-T","query":"PRB-T-37X-T","meta_description":"PRB-T-37X-T - Type T Thermocouple Wire Probe, sealed with Teflon Tip. Use in dishwashers, freezers or anywhere a waterproof thermocouple is useful. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":421,"pageid":421,"name":"Global - Accredited Calibration Quote","site_id":2,"type":1,"url":"accredited-calibration-request","query":"accredited-calibration-request","page_title":"Accredited Calibration Request","page_header":"Accredited Calibration Request","version":2160,"created_by":"11","edited_by":"-4"},{"id":663,"pageid":663,"name":"Enhanced /PRB-T-38X","site_id":2,"type":2,"url":"PRB-T-38X","query":"PRB-T-38X","meta_description":"PRB-T-38X - Type T High-Temperature Wire Probe - Fiberglass insulation with the exposed junction. Availble Lengths: 39in. (1M), 78in. (2M), 10ft (3M). ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":422,"pageid":422,"name":"Test Page","site_id":2,"type":1,"url":"test-page","query":"test-page","page_title":"Test Page","page_header":"Test Page","version":2160,"created_by":"11","edited_by":"-4"},{"id":664,"pageid":664,"name":"Enhanced /PRB-T-745","site_id":2,"type":2,"url":"PRB-T-745","query":"PRB-T-745","meta_description":"PRB-T-745 - Type T Thermocouple Burger Probe - Designed for the busy fast food kitchen. A fine gauge needle tip reads meat temperatures very quickly.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":423,"pageid":423,"name":"Enhanced /GFS-Saf-T-Log-Kit","site_id":2,"type":2,"url":"GFS-Saf-T-Log-Kit","query":"GFS-Saf-T-Log-Kit","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\"> \n\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":665,"pageid":665,"name":"Enhanced /THS-107-300","site_id":2,"type":2,"url":"THS-107-300","query":"THS-107-300","meta_description":"THS-107-300 - Type T Thermocouple Air/Gas Probe - Fast response, handheld air or gas probe is ideal for measuring air temps in fridges, freezers, and more.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":424,"pageid":424,"name":"Enhanced /GFS-Thermapen-Mk4","site_id":2,"type":2,"url":"GFS-Thermapen-Mk4","query":"GFS-Thermapen-Mk4","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\"> \n\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":666,"pageid":666,"name":"Enhanced /THS-113-016","site_id":2,"type":2,"url":"THS-113-016","query":"THS-113-016","meta_description":"THS-113-016 - Magnetic Surface Probe - Easy to use magnet probe is supplied with a 39-inch PTFE cable. Ideal for measuring surface temps of ferrous metals.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":425,"pageid":425,"name":"Enhanced /GFS-RT600C","site_id":2,"type":2,"url":"GFS-RT600C","query":"GFS-RT600C","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\"> \n\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":667,"pageid":667,"name":"Enhanced /THS-113-018","site_id":2,"type":2,"url":"THS-113-018","query":"THS-113-018","meta_description":"THS-113-018 - Surface Griddle Probe - Heavy duty weighted surface probe for measuring temperatures of hot plates and grills.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":426,"pageid":426,"name":"Enhanced /GFS-DishTemp","site_id":2,"type":2,"url":"GFS-DishTemp","query":"GFS-DishTemp","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\"> \n\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":668,"pageid":668,"name":"Enhanced /THS-113-041","site_id":2,"type":2,"url":"THS-113-041","query":"THS-113-041","meta_description":"THS-113-041 - Crocodile-Clip Oven Probe - Used by commercial kitchens to calibrate and profile ovens and grills. Easily attached to an oven rack.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":427,"pageid":427,"name":"Enhanced /GFS-ThermaQ-Sous-Vide-Kit","site_id":2,"type":2,"url":"GFS-ThermaQ-Sous-Vide-Kit","query":"GFS-ThermaQ-Sous-Vide-Kit","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\"> \n\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":669,"pageid":669,"name":"Enhanced /THS-113-045","site_id":2,"type":2,"url":"THS-113-045","query":"THS-113-045","meta_description":"THS-113-045 - Plug-Mount Straight Surface Probe - The shaft is mounted on a miniature thermocouple connector for plugging directly into Type K meters.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":429,"pageid":429,"name":"Landing Manager Skeleton","site_id":2,"type":1,"url":"landing-manager-skeleton","query":"landing-manager-skeleton","page_title":"Landing Manager Skeleton","page_header":"Landing Manager Skeleton","version":2160,"created_by":"6640061","edited_by":"-4"},{"id":670,"pageid":670,"name":"Enhanced /THS-113-046","site_id":2,"type":2,"url":"THS-113-046","query":"THS-113-046","meta_description":"THS-113-046 - Plug-Mount Right Angle Surface Probe - Plugs directly in Type K Thermocouple meters, also available with a straight probe. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":671,"pageid":671,"name":"Promo - Costa Vida Ordering","site_id":2,"type":1,"url":"costa-vida-ordering","query":"costa-vida-ordering","page_title":"Costa Vida Ordering","page_header":"Costa Vida Ordering","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":430,"pageid":430,"name":"Enhanced /TW-SPAT-S1","site_id":2,"type":2,"url":"TW-SPAT-S1","query":"TW-SPAT-S1","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":672,"pageid":672,"name":"Enhanced /THS-113-080","site_id":2,"type":2,"url":"THS-113-080","query":"THS-113-080","meta_description":"THS-113-080 - Velco Type K Thermocouple Pipe Probe - Used to wrap around medium and large diameter pipes. Popular in plant engineering and HVAC.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":673,"pageid":673,"name":"Enhanced /THS-113-109","site_id":2,"type":2,"url":"THS-113-109","query":"THS-113-109","meta_description":"THS-113-109 - Sous Vide Mini Needle Type K Thermocouple Probe - The needle probe is ideal for delicate foods. Fully sealed up to the connector.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":432,"pageid":432,"name":"Enhanced /TW-MINI-S","site_id":2,"type":2,"url":"TW-MINI-S","query":"TW-MINI-S","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":674,"pageid":674,"name":"Enhanced /THS-113-151","site_id":2,"type":2,"url":"THS-113-151","query":"THS-113-151","meta_description":"THS-113-151 - Plug-Mount Fast Response Needle Type K Thermocouple Probe - Perfect for measuring temperatures in burgers, steaks, and thin meat portions.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":433,"pageid":433,"name":"Gen - Dealer Holiday Sales Tips","site_id":2,"type":1,"url":"dealer-holiday-sales-tips","query":"dealer-holiday-sales-tips","page_title":"Dealer Holiday Sales Tips | ThermoWorks","page_header":"Dealer Holiday Sales Tips","version":2160,"created_by":"11","edited_by":"-4"},{"id":675,"pageid":675,"name":"Enhanced /THS-113-155","site_id":2,"type":2,"url":"THS-113-155","query":"THS-113-155","meta_description":"THS-113-155 - Type K Thermocouple probe designed especially for airlines and other locations where safety is paramount. Plugs into Type K thermometers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":434,"pageid":434,"name":"HACCP App Help","site_id":2,"type":1,"url":"haccp-app-help","query":"haccp-app-help","page_title":"HACCP App Help","page_header":"HACCP App Help","version":2160,"created_by":"11","edited_by":"-4"},{"id":676,"pageid":676,"name":"Enhanced /THS-113-159","site_id":2,"type":2,"url":"THS-113-159","query":"THS-113-159","meta_description":"THS-113-159 - 4-inch plug-mount super-fast penetration probe - Get readings in as fast as 3 seconds in food or liquids. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":435,"pageid":435,"name":"Gift Certificate Terms & Conditions","site_id":2,"type":1,"url":"gift-certificate-terms","query":"gift-certificate-terms","page_title":"Gift Certificate Terms","page_header":"Gift Certificate Terms & Conditions","version":2160,"created_by":"11","edited_by":"-4"},{"id":677,"pageid":677,"name":"Enhanced /THS-113-170","site_id":2,"type":2,"url":"THS-113-170","query":"THS-113-170","meta_description":"THS-113-170 - Oven Cooking Type K Thermocouple Probe - This probe is designed for use in meats or food in ovens, smokehouses or other cooking processes. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":436,"pageid":436,"name":"Enhanced /free-mini-spatula-set","site_id":2,"type":2,"url":"free-mini-spatula-set","query":"free-mini-spatula-set","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":678,"pageid":678,"name":"Enhanced /THS-113-173","site_id":2,"type":2,"url":"THS-113-173","query":"THS-113-173","meta_description":"THS-113-173 - Low-Cost Type K Thermocouple Oven Cooking Probe - The Low-Cost Oven Cooking Probe is a simpler version of our Oven Cooking Probe. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":437,"pageid":437,"name":"Gen - ThermoWorks Warranty","site_id":2,"type":1,"url":"product-warranty","query":"product-warranty","page_title":"ThermoWorks Warranty","page_header":"ThermoWorks Warranty","meta_description":"ThermoWorks stands behind our products.","version":2160,"created_by":"11","edited_by":"-4"},{"id":679,"pageid":679,"name":"Enhanced /THS-113-177","site_id":2,"type":2,"url":"THS-113-177","query":"THS-113-177","meta_description":"THS-113-177 - The High-Temp Smokehouse Penetration Probe utilizes a Type K Thermocouple sensor and features a stainless over braid to protect the cable.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":438,"pageid":438,"name":"Enhanced /AD-05A2","site_id":2,"type":2,"url":"AD-05A2","query":"AD-05A2","meta_description":"Replacement AC power adapter for the T and D TR-7WF and the TR-7NW data loggers. It is a Plug Type A with 1.5 meter cable length.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":439,"pageid":439,"name":"Enhanced /BlueTherm-Silicone-Boot","site_id":2,"type":2,"url":"BlueTherm-Silicone-Boot","query":"BlueTherm-Silicone-Boot","meta_description":"Spare silicone boot for BlueTherm temperature probes. It provides added protection and becomes water resistant to IP63 when installed.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":680,"pageid":680,"name":"Enhanced /THS-113-178","site_id":2,"type":2,"url":"THS-113-178","query":"THS-113-178","meta_description":"THS-113-178 - High Temp Smokehouse Penetration Probe with Stainless Steel Armor. This probe is often used by commercial smokehouses.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":681,"pageid":681,"name":"Enhanced /THS-113-185","site_id":2,"type":2,"url":"THS-113-185","query":"THS-113-185","meta_description":"THS-113-185 - Mini Needle probe with Stainless Steel Overbraid Cable - Great for small samples and speedy response times, also it can be used in ovens.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":440,"pageid":440,"name":"Enhanced /BT-1","site_id":2,"type":2,"url":"BT-1","query":"BT-1","meta_description":"For surface temperatures of solids, also for liquids, gases and semi-solids. Welded stainless-steel shaft, plastic handle.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":682,"pageid":682,"name":"Enhanced /THS-113-213","site_id":2,"type":2,"url":"THS-113-213","query":"THS-113-213","meta_description":"THS-113-213 - High-Temperature Mineral Insulated Probe - Utilizes a Type K Thermocouple sensor and is ideal for measuring high-temperature liquids.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":441,"pageid":441,"name":"Enhanced /CAL-1PT","site_id":2,"type":2,"url":"CAL-1PT","query":"CAL-1PT","meta_description":"1-Point Accredited Temperature calibration. Also, see our full scope of capabilities.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":683,"pageid":683,"name":"Enhanced /THS-113-225","site_id":2,"type":2,"url":"THS-113-225","query":"THS-113-225","meta_description":"THS-113-225 - Type K Thermocouple Beverage Probe - Ideal for hot or cold beverages. Fits neatly into the straw hold of a cup lid. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":200,"pageid":200,"name":"Enhanced /PT220","site_id":2,"type":2,"url":"PT220","query":"PT220","meta_keywords":"Bi-metal thermometer, dial thermometer","meta_description":"Pocket sized dial thermometer that goes up to 220 degrees.","version":2160,"created_by":"11","edited_by":"-4"},{"id":442,"pageid":442,"name":"Enhanced /CAL-2PT","site_id":2,"type":2,"url":"CAL-2PT","query":"CAL-2PT","meta_description":"2-Point Accredited Temperature Calibration from ThermoWorks' Accredited Calibration Lab","version":2160,"created_by":"31964","edited_by":"-4"},{"id":684,"pageid":684,"name":"Enhanced /THS-113-301","site_id":2,"type":2,"url":"THS-113-301","query":"THS-113-301","meta_description":"THS-113-301 - Type K Plug-mount Air/ Gas Probe - Same as the handheld air/gas probe but without the handle and cable. Plugs directly into the thermometer.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":201,"pageid":201,"name":"Enhanced /PT1438","site_id":2,"type":2,"url":"PT1438","query":"PT1438","meta_keywords":"Large dial thermometer, dial thermometer, food thermometer, low-cost thermometer","meta_description":"Large Face Bi-metal Stem thermometer for easier readability.","version":2160,"created_by":"11","edited_by":"-4"},{"id":443,"pageid":443,"name":"Enhanced /CAL-IR3","site_id":2,"type":2,"url":"CAL-IR3","query":"CAL-IR3","meta_description":"3-Point Accredited Infrared Temperature Calibration from ThermoWorks' Accredited Calibration Lab.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":685,"pageid":685,"name":"Enhanced /THS-113-350","site_id":2,"type":2,"url":"THS-113-350","query":"THS-113-350","meta_description":"THS-113-350 - Food simulant Temperature Probe - This polypropylene food simulant probe is designed for use in refrigeration and food storage.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":202,"pageid":202,"name":"Enhanced /Procell-AA-Battery-4-pack","site_id":2,"type":2,"url":"Procell-AA-Battery-4-pack","query":"Procell-AA-Battery-4-pack","meta_keywords":"battery, duracell replacement battery, thermometer replacement battery","meta_description":"PC1500 - Four pack of Duracell Procell AA Batteries.","version":2160,"created_by":"11","edited_by":"-4"},{"id":444,"pageid":444,"name":"Enhanced /CAL-IR3L","site_id":2,"type":2,"url":"CAL-IR3L","query":"CAL-IR3L","meta_description":"3-Point Accredited Infrared Low Temperature Calibration from ThermoWorks' Accredited Calibration Lab.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":686,"pageid":686,"name":"Enhanced /THS-117-170","site_id":2,"type":2,"url":"THS-117-170","query":"THS-117-170","meta_description":"THS-117-170 - Type T Thermocouple Oven Cooking Probe - utilizes a 78-inch PTFE high-temperature lead. Place in meats and close in an oven. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":203,"pageid":203,"name":"Enhanced /Procell-AAA-Battery-4-pack","site_id":2,"type":2,"url":"Procell-AAA-Battery-4-pack","query":"Procell-AAA-Battery-4-pack","meta_keywords":"duracell aaa batteries, duracell battery, replacement battery, thermometer battery","meta_description":"PC2400 - Four Pack of  Duracell Procell AAA Batteries.","version":2160,"created_by":"11","edited_by":"-4"},{"id":445,"pageid":445,"name":"Enhanced /CAL-IRFOOD","site_id":2,"type":2,"url":"CAL-IRFOOD","query":"CAL-IRFOOD","meta_description":"3-Point Accredited Infrared Food Service Temperature Calibration from ThermoWorks' Calibration Lab.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":687,"pageid":687,"name":"Enhanced /THS-117-181","site_id":2,"type":2,"url":"THS-117-181","query":"THS-117-181","meta_description":"THS-117-181 - Type T Thermocouple Mini-Needle Probe - Great for small samples or speedy response times. Utilizes a 39-inch PTFE cable.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":204,"pageid":204,"name":"Enhanced /Procell-9V-Battery","site_id":2,"type":2,"url":"Procell-9V-Battery","query":"Procell-9V-Battery","meta_keywords":"Duracell 9v battery, thermometer battery replacement","meta_description":"PC1604 - Duracell Procell 9V Battery - Works with ThermoWorks Extra Big & Loud Timer.","version":2160,"created_by":"11","edited_by":"-4"},{"id":446,"pageid":446,"name":"Enhanced /CAL-PHAL","site_id":2,"type":2,"url":"CAL-PHAL","query":"CAL-PHAL","meta_description":"Calibration for one or two probe models PharmAlarm1, PharmAlarm2, RT801, RT8100, RT8100MAT from ThermoWorks' Calibration Lab.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":688,"pageid":688,"name":"Enhanced /THS-170-120","site_id":2,"type":2,"url":"THS-170-120","query":"THS-170-120","meta_description":"THS-170-120 - T-shaped Handle Thermistor 12-inch probe with Lumberg Connector - Utilizes a robust, stainless steel penetration probe.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":205,"pageid":205,"name":"Enhanced /THS-839-195","site_id":2,"type":2,"url":"THS-839-195","query":"THS-839-195","meta_keywords":"replacement battery, classic thermapen battery, thermoworks battery","meta_description":"THS-839-195 - 2-Pack, CR2032 Battery for use with ThermoWorks thermometers.","version":2160,"created_by":"11","edited_by":"-4"},{"id":447,"pageid":447,"name":"Enhanced /CAL-RH1Pt","site_id":2,"type":2,"url":"CAL-RH1Pt","query":"CAL-RH1Pt","meta_description":"1-Point Accredited Humidity Calibration From ThermoWorks' Accredited Calibration Laboratory.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":689,"pageid":689,"name":"Enhanced /THS-170-169","site_id":2,"type":2,"url":"THS-170-169","query":"THS-170-169","meta_description":"THS-170-169 - T-Handle Thermistor 4-inch probe with Lumber Connector. This probe has a heavy duty polypropylene T-shaped handle. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":206,"pageid":206,"name":"Enhanced /LR44-Battery-2-Pack","site_id":2,"type":2,"url":"LR44-Battery-2-Pack","query":"LR44-Battery-2-Pack","meta_keywords":"replacement battery, LR44","meta_description":"LR44 Battery, 2-pack - Use with RT610B-24, RT610B-12, RT600B, and other ThermoWorks' thermometers.","version":2160,"created_by":"11","edited_by":"-4"},{"id":448,"pageid":448,"name":"Enhanced /CAL-RH2Pt","site_id":2,"type":2,"url":"CAL-RH2Pt","query":"CAL-RH2Pt","meta_description":"2-Point Accredited Humidity Calibration from ThermoWorks' Accredited Calibration Lab.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":449,"pageid":449,"name":"Enhanced /CAL-RH3Pt","site_id":2,"type":2,"url":"CAL-RH3Pt","query":"CAL-RH3Pt","meta_description":"3-Point Accredited Humidity Calibration from ThermoWorks' Accredited Calibration Laboratory. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":207,"pageid":207,"name":"Enhanced /TLH-5903","site_id":2,"type":2,"url":"TLH-5903","query":"TLH-5903","meta_keywords":"battery replacement battery","meta_description":"TLH-5903 - Tadiran High Energy Lithium Battery - 3.6V ","version":2160,"created_by":"11","edited_by":"-4"},{"id":208,"pageid":208,"name":"Enhanced /THS-839-250","site_id":2,"type":2,"url":"THS-839-250","query":"THS-839-250","meta_keywords":"replacement battery, 12 volt battery","meta_description":"THS-839-250 - Single 12V battery for the original Thermapen. Not compatible with Splash-Proof Thermapen.","version":2160,"created_by":"11","edited_by":"-4"},{"id":209,"pageid":209,"name":"Enhanced /THS-839-100","site_id":2,"type":2,"url":"THS-839-100","query":"THS-839-100","meta_keywords":"battery, thermoworks battery","meta_description":"ThermoWorks - THS-839-100 - 3.6V 1/2AA Lithium Battery","version":2160,"created_by":"11","edited_by":"-4"},{"id":690,"pageid":690,"name":"Enhanced /THS-170-350","site_id":2,"type":2,"url":"THS-170-350","query":"THS-170-350","meta_description":"THS-170-350 - Food Simulant Thermistor Probe with Lumberg Connector - Sensor Range: -4 to 212ºF and comes with a 3.3' cable.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":691,"pageid":691,"name":"Enhanced /THS-170-372","site_id":2,"type":2,"url":"THS-170-372","query":"THS-170-372","meta_description":"THS-170-372 - Air/Gas Wired Thermistor Probe w/ Lumberg Connector - Fast-response air probe, ideal for measuring the ambient air temp in fridges/ coolers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":450,"pageid":450,"name":"Enhanced /CAL-TPEN","site_id":2,"type":2,"url":"CAL-TPEN","query":"CAL-TPEN","meta_description":"Accredited Temperature Instrument Calibration for the Thermapen from ThermoWorks' Accredited Calibration Laboratory. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":692,"pageid":692,"name":"Enhanced /THS-172-070","site_id":2,"type":2,"url":"THS-172-070","query":"THS-172-070","meta_description":"THS-172-070 - This self-adhesive, surface patch probe is ideal for measuring the temperature of pipes, radiators and flat surfaces.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":451,"pageid":451,"name":"Enhanced /CK-Signature-Timer","site_id":2,"type":2,"url":"CK-Signature-Timer","query":"CK-Signature-Timer","meta_description":"The Christopher Kimball Signature Timer is designed to make you a better chef. Its sleek, water-resistant design keeps accurate time of two dishes simultaneously. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":693,"pageid":693,"name":"Enhanced /THS-172-090","site_id":2,"type":2,"url":"THS-172-090","query":"THS-172-090","meta_description":"THS-172-090 - Flexible, fast response, foil between pack probe for data loggers. Designed with a flexible PTFE lead and a 39-inch cable. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":210,"pageid":210,"name":"Enhanced /THS-839-100-H","site_id":2,"type":2,"url":"THS-839-100-H","query":"THS-839-100-H","meta_keywords":"battery","meta_description":"THS-839-100-H - 3.6V 1/2AA Lithium Battery for ThermaData Logger","version":2160,"created_by":"11","edited_by":"-4"},{"id":452,"pageid":452,"name":"Enhanced /CZ-IR-Silicone-Protective-Boot","site_id":2,"type":2,"url":"CZ-IR-Silicone-Protective-Boot","query":"CZ-IR-Silicone-Protective-Boot","meta_description":"CZ-IR Silicone Protective Boot fits snuggly over unit with neck lanyard installed. Covers MODE button to prevent users from accidentally changing settings.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":694,"pageid":694,"name":"Enhanced /THS-172-168","site_id":2,"type":2,"url":"THS-172-168","query":"THS-172-168","meta_description":"THS-172-168 - General purpose, stainless steel penetration probe. The probe is 11.81 inches long and is suitable for a wide range of uses. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":211,"pageid":211,"name":"Enhanced /ER1425S-HT","site_id":2,"type":2,"url":"ER1425S-HT","query":"ER1425S-HT","meta_keywords":"log master battery, battery replacement","meta_description":"3.6V 1/2AA Lithium Battery for LogMaster HiTemp 140 Series (ER1425S-HT)","version":2160,"created_by":"11","edited_by":"-4"},{"id":453,"pageid":453,"name":"Enhanced /DPT-12","site_id":2,"type":2,"url":"DPT-12","query":"DPT-12","meta_description":"Immersion Probe for liquid. Includes stainless steel welded shaft, wooden handle, and 5 ft. Lead.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":695,"pageid":695,"name":"Enhanced /THS-172-173","site_id":2,"type":2,"url":"THS-172-173","query":"THS-172-173","meta_description":"THS-172-173 - Mini Needle probe designed for use with ThermaData Series II data loggers. Great for a wide variety of uses. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":212,"pageid":212,"name":"Enhanced /LS14250","site_id":2,"type":2,"url":"LS14250","query":"LS14250","meta_keywords":"replacement battery,t and d logger, data logger battery","meta_description":"Replacement battery, can be used in any RTR-50 Series, RTR-500 Series or TR-50 Series data loggers.","version":2160,"created_by":"11","edited_by":"-4"},{"id":454,"pageid":454,"name":"Enhanced /ER14250SM","site_id":2,"type":2,"url":"ER14250SM","query":"ER14250SM","meta_description":"ER14250SM - 150°C ½ AA High Temperature Battery, Axial Leads","version":2160,"created_by":"31964","edited_by":"-4"},{"id":696,"pageid":696,"name":"Enhanced /THS-172-174","site_id":2,"type":2,"url":"THS-172-174","query":"THS-172-174","meta_description":"THS-172-174 - Long Needle Probe - Designed for use with the ThermoWorks ThermaData Series II Data Loggers. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":213,"pageid":213,"name":"Enhanced /BATT-2-3-AAH","site_id":2,"type":2,"url":"BATT-2-3-AAH","query":"BATT-2-3-AAH","meta_description":"ThermoWorks - BATT-2/3AAH - 3.6V 2/3AA Lithium Battery to +125°C","version":2160,"created_by":"11","edited_by":"-4"},{"id":455,"pageid":455,"name":"Enhanced /General-Purpose-Penetration-Probe-for-ThermaData-Logger-12-x-3-93-with-39-78-or-118-cable","site_id":2,"type":2,"url":"General-Purpose-Penetration-Probe-for-ThermaData-Logger-12-x-3-93-with-39-78-or-118-cable","query":"General-Purpose-Penetration-Probe-for-ThermaData-Logger-12-x-3-93-with-39-78-or-118-cable","meta_description":"Our latest probe design for the ThermaData Series II loggers helps reduce premature wear and tear.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":697,"pageid":697,"name":"Enhanced /THS-172-350","site_id":2,"type":2,"url":"THS-172-350","query":"THS-172-350","meta_description":"THS-172-350 - Polypropylene food simulant probe designed for use in food storage and refrigeration. Works with ThermaData Series II Data Loggers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":214,"pageid":214,"name":"Enhanced /THS-839-105","site_id":2,"type":2,"url":"THS-839-105","query":"THS-839-105","meta_keywords":"thermoworks battery, replacement battery","meta_description":"THS-839-105 - Tadiran High Energy Lithium Battery AA 3.6 Volts","version":2160,"created_by":"11","edited_by":"-4"},{"id":456,"pageid":456,"name":"Enhanced /Gift-Wrap","site_id":2,"type":2,"url":"Gift-Wrap","query":"Gift-Wrap","meta_description":"We'll wrap your gift in gift paper, trimmed with a bow and gift tag. The rich, graphite and silver combination is suitable for any occasion or anybody.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":698,"pageid":698,"name":"Enhanced /THS-172-372","site_id":2,"type":2,"url":"THS-172-372","query":"THS-172-372","meta_description":"THS-172-372 - Stainless steel air probe is ideal for measuring air temps in chill cabinets, fridges/ freezers, and more. Works with ThermaData Series II.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":215,"pageid":215,"name":"Enhanced /LS26500","site_id":2,"type":2,"url":"LS26500","query":"LS26500","meta_keywords":"high capacity battery, replacement batter, long lasting battery","meta_description":"This battery extends the battery life of any RTR-500 Series logger from 6 months to approx. 4 years.","version":2160,"created_by":"11","edited_by":"-4"},{"id":457,"pageid":457,"name":"Enhanced /GT-1","site_id":2,"type":2,"url":"GT-1","query":"GT-1","meta_description":"Air and gas probe. 24 in. #304 stainless steel shaft, wooden handle. 5 ft. lead.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":699,"pageid":699,"name":"Enhanced /THS-174-060","site_id":2,"type":2,"url":"THS-174-060","query":"THS-174-060","meta_description":"THS-174-060 - Between Pack Thermistor Probe with Lumberg Connector - Heavy duty stainless steel probe measures temps between packs or boxes of food.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":216,"pageid":216,"name":"Enhanced /LTC-7PN","site_id":2,"type":2,"url":"LTC-7PN","query":"LTC-7PN","meta_keywords":"lithium battery, replacement battery","meta_description":"3.6V Lithium Battery - To be used with specific products. Please call or email for help finding the correct battery for your thermometer.","version":2160,"created_by":"11","edited_by":"-4"},{"id":458,"pageid":458,"name":"Enhanced /HHB-3101","site_id":2,"type":2,"url":"HHB-3101","query":"HHB-3101","meta_description":"HHB-3101 - High Accuracy, Wide Range Temp & Humidity Sensor","version":2160,"created_by":"31964","edited_by":"-4"},{"id":217,"pageid":217,"name":"Enhanced /TX-1004X-SP","site_id":2,"type":2,"url":"TX-1004X-SP","query":"TX-1004X-SP","meta_keywords":"temperature probes, thermoworks probe, chefalarm, dot, smoke, smoke probe, smoker probes","meta_description":"Pro-Series High Temp Straight Penetration Probe General purpose utility probe useful throughout the kitchen. Works with DOT, ChefAlarm, and Smoke.","version":2160,"created_by":"11","edited_by":"-4"},{"id":459,"pageid":459,"name":"Enhanced /HiTemp140-PT-5-TSK-FL","site_id":2,"type":2,"url":"HiTemp140-PT-5-TSK-FL","query":"HiTemp140-PT-5-TSK-FL","meta_description":"HiTemp140-PT-5-TSK-FL Sensor. Please call for more details.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":218,"pageid":218,"name":"Enhanced /TX-1001X-OP","site_id":2,"type":2,"url":"TX-1001X-OP","query":"TX-1001X-OP","meta_keywords":"thermoworks probe, smoker alarm probes, alarm thermometer probes, oven thermometer probes, smoke thermometer probe, temperature probe","meta_description":"Pro-Series High Temp Cooking Probe 6\" Long probe with a right angle bend for easy pulling from meats or turkeys. Works with DOT, ChefAlarm, and Smoke.","version":2160,"created_by":"11","edited_by":"-4"},{"id":219,"pageid":219,"name":"Enhanced /TX-1002X-NP","site_id":2,"type":2,"url":"TX-1002X-NP","query":"TX-1002X-NP","meta_keywords":"waterproof probe, temperature probe, thermoworks probe, chefalarm probe, smoke probe","meta_description":"Pro-Series High Temp Needle Probe This unique probe is an excellent choice for Sous Vide cooking. Works with DOT, ChefAlarm, and Smoke.","version":2160,"created_by":"11","edited_by":"-4"},{"id":460,"pageid":460,"name":"Enhanced /HITemp140-TS","site_id":2,"type":2,"url":"HITemp140-TS","query":"HITemp140-TS","meta_description":"Vented Thermo Shield for HiTemp140 series for use with Hi Temp 140 Series temperature loggers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":461,"pageid":461,"name":"Enhanced /HiTemp140-TS-FL","site_id":2,"type":2,"url":"HiTemp140-TS-FL","query":"HiTemp140-TS-FL","meta_description":"Flush Thermo Shield for HiTemp140, please call if you have any questions.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":220,"pageid":220,"name":"Enhanced /TX-1003X-AP","site_id":2,"type":2,"url":"TX-1003X-AP","query":"TX-1003X-AP","meta_keywords":"thermoworks probes, chefalarm, dot, smoke, temperature probes","meta_description":"Pro-Series High Temp Air Probe Measure air temperatures in ovens, grill hoods and smokers. Works with DOT, ChefAlarm, and Smoke.","version":2160,"created_by":"11","edited_by":"-4"},{"id":462,"pageid":462,"name":"Enhanced /ICT-4","site_id":2,"type":2,"url":"ICT-4","query":"ICT-4","meta_description":"Micro Tip Type T Probe - For use on integrated circuits and other micro specimens. 0.013 in. dia.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":221,"pageid":221,"name":"Enhanced /TX-1005X-12","site_id":2,"type":2,"url":"TX-1005X-12","query":"TX-1005X-12","meta_keywords":"penetration probe, chefalarm, dot, smoke, thermoworks probe, pro series probe","meta_description":"Pro-Series High Temp 12-inch Probe. This penetration probe is great for monitoring internal temperatures. Works with DOT, ChefAlarm, and Smoke.","version":2160,"created_by":"11","edited_by":"-4"},{"id":463,"pageid":463,"name":"Enhanced /IFC200","site_id":2,"type":2,"url":"IFC200","query":"IFC200","meta_description":"IFC200 Connection Kit - USB interface to download data from your LogMaster logger.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":222,"pageid":222,"name":"Enhanced /TX-1008X-PX","site_id":2,"type":2,"url":"TX-1008X-PX","query":"TX-1008X-PX","meta_keywords":"cable extension, pro-series","meta_description":"Extend your Pro-Series probe cable an extra meter with this durable cable","version":2160,"created_by":"11","edited_by":"-4"},{"id":464,"pageid":464,"name":"Enhanced /IFC202","site_id":2,"type":2,"url":"IFC202","query":"IFC202","meta_description":"IFC202 USB Connection kit for LogsMaster Micro Series - USB interface to download data.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":223,"pageid":223,"name":"Enhanced /PRB-RTD-231","site_id":2,"type":2,"url":"PRB-RTD-231","query":"PRB-RTD-231","meta_keywords":"rtd probe, rtd surface probe, temperature probe","meta_description":"RTD Stainless steel disc surface probe with low mass and flexible shaft.","version":2160,"created_by":"11","edited_by":"-4"},{"id":465,"pageid":465,"name":"Enhanced /IFC300","site_id":2,"type":2,"url":"IFC300","query":"IFC300","meta_description":"USB docking station for Cryo-Temp - LogMaster Docking station for USB IFC300.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":224,"pageid":224,"name":"Enhanced /PRB-RTD-372","site_id":2,"type":2,"url":"PRB-RTD-372","query":"PRB-RTD-372","meta_keywords":"temperature probe, air and gas probe, rtd probe","meta_description":"ThermoWorks - PRB-RTD-372 - RTD air and gas temperature probe.","version":2160,"created_by":"11","edited_by":"-4"},{"id":466,"pageid":466,"name":"Enhanced /IFC400","site_id":2,"type":2,"url":"IFC400","query":"IFC400","meta_description":"Interface Cable for USB connection with docking station for LogMaster HiTemp140.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":225,"pageid":225,"name":"Enhanced /THS-160-220","site_id":2,"type":2,"url":"THS-160-220","query":"THS-160-220","meta_keywords":"temperature probe, RTD immersion probe, rtd probe, temperature probe","meta_description":"RTD Immersion Probe - Features a rigid stainless steel sheath with 1/8\" diameter. Used in liquids or gases. Our most popular probe for general usage.","version":2160,"created_by":"11","edited_by":"-4"},{"id":467,"pageid":467,"name":"Enhanced /IR-500-110","site_id":2,"type":2,"url":"IR-500-110","query":"IR-500-110","meta_description":"Portable Infrared Calibrator, Blackbody Target (110VAC) - Check the performance of infrared guns quickly and easily with our new IR-500.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":226,"pageid":226,"name":"Enhanced /THS-160-160","site_id":2,"type":2,"url":"THS-160-160","query":"THS-160-160","meta_keywords":"temperature probe, RTD immersion probe, rtd probe, temperature probe","meta_description":"Features a rigid stainless steel sheath with 1/8 inch diameter. Used in liquids or gases. Our most popular probe for general usage.","version":2160,"created_by":"11","edited_by":"-4"},{"id":468,"pageid":468,"name":"Enhanced /IR-500-220","site_id":2,"type":2,"url":"IR-500-220","query":"IR-500-220","meta_description":"IR-500-220 - Portable Infrared Calibrator, Blackbody Target (220VAC). Check the performance of infrared guns quickly and easily.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":227,"pageid":227,"name":"Enhanced /THS-160-300","site_id":2,"type":2,"url":"THS-160-300","query":"THS-160-300","meta_keywords":"air gas probe, air thermometer, gas probe, rtd temperature probe","meta_description":"The stainless steel shaft is open ended with a ventilation hole provided in the sides to expose the bare RTD sensor to the outside for faster measurements.","version":2160,"created_by":"11","edited_by":"-4"},{"id":469,"pageid":469,"name":"Enhanced /IR-Comparator-Cup","site_id":2,"type":2,"url":"IR-Comparator-Cup","query":"IR-Comparator-Cup","meta_description":"The Infrared Comparator Cup provides a stable black body temperature and is an inexpensive way of checking hand-held infrared thermometers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":228,"pageid":228,"name":"Enhanced /THS-160-060","site_id":2,"type":2,"url":"THS-160-060","query":"THS-160-060","meta_keywords":"temperature probe, between pack probe, rtd probe","meta_description":"Perfect for insertion between packages of produce, frozen foods or other products. Slips easily between cartons or plastic bagged products.","version":2160,"created_by":"11","edited_by":"-4"},{"id":229,"pageid":229,"name":"Enhanced /THS-160-000","site_id":2,"type":2,"url":"THS-160-000","query":"THS-160-000","meta_keywords":"handheld surface probe, rtd temperature probe, rtd therometer, rtd surface thermometer","meta_description":"Stainless steel stem with a spring loaded sensing tip. Tripod supports help to position the sensor flat against the surface being measured. Class B sensor.","version":2160,"created_by":"11","edited_by":"-4"},{"id":470,"pageid":470,"name":"Enhanced /IR-IND-Kit","site_id":2,"type":2,"url":"IR-IND-Kit","query":"IR-IND-Kit","meta_description":"IR-IND Meter & Probe Kit is a professional infrared thermometer loaded with features to make accurate IR measurements as well as measurements with a probe.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":471,"pageid":471,"name":"Enhanced /IRK-2-Kit","site_id":2,"type":2,"url":"IRK-2-Kit","query":"IRK-2-Kit","meta_description":"IRK-2 Meter & Probe Kit has been a favorite professional tool for broad range temperature measurements among industry and home use.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":230,"pageid":230,"name":"Enhanced /THS-160-445","site_id":2,"type":2,"url":"THS-160-445","query":"THS-160-445","meta_keywords":"submersible temperature probe, rtd temperature probe","meta_description":"Fully submersible Stainless Steel probe, weighed for use in tanks and large storage vessels.","version":2160,"created_by":"11","edited_by":"-4"},{"id":472,"pageid":472,"name":"Enhanced /IRT-2-Kit","site_id":2,"type":2,"url":"IRT-2-Kit","query":"IRT-2-Kit","meta_description":"IRT-2 Meter & Probe Kit is a professional high accuracy infrared thermometer that reads type T thermocouples. (Probe included in this kit).","version":2160,"created_by":"31964","edited_by":"-4"},{"id":231,"pageid":231,"name":"Enhanced /THS-160-120","site_id":2,"type":2,"url":"THS-160-120","query":"THS-160-120","meta_keywords":"rtd temperature probe, rtd smoker probe, highly accurate probe","meta_description":"Stainless steel smokehouse penetration probe with rugged armored cable for high temp use. Cable temp to 482F.","version":2160,"created_by":"11","edited_by":"-4"},{"id":473,"pageid":473,"name":"Enhanced /IT-1E","site_id":2,"type":2,"url":"IT-1E","query":"IT-1E","meta_description":"Same as IT-18 but sensor bead exposed. Combines the ultra-fast response of IT-23 with the Teflonª sheath strength of IT-18. Time constant .005 secs. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":232,"pageid":232,"name":"Enhanced /THS-160-222","site_id":2,"type":2,"url":"THS-160-222","query":"THS-160-222","meta_keywords":"RTD high accuracy probe, high accuracy immersion probe, temperature probe, thermoworks probe","meta_description":"Stainless Steel probe with ribbed handle, flat tip for lab and field use in liquids. Four second typical response","version":2160,"created_by":"11","edited_by":"-4"},{"id":474,"pageid":474,"name":"Enhanced /IT-23","site_id":2,"type":2,"url":"IT-23","query":"IT-23","meta_description":"For ultra fast measurements and for use on micro-size specimens. Max diameter at tip 0.011 in. Tissue implantable with 23 ga. needle (supplied).","version":2160,"created_by":"31964","edited_by":"-4"},{"id":233,"pageid":233,"name":"Enhanced /THS-160-446","site_id":2,"type":2,"url":"THS-160-446","query":"THS-160-446","meta_keywords":"rtd probe, rtd high accuracy probe, rtd probe, temperature probe","meta_description":"Stainless Steel probe, 10 inch length with flat tip for lab and field use in liquids. Ideal for calibration bath monitoring. 10 second typical response.","version":2160,"created_by":"11","edited_by":"-4"},{"id":475,"pageid":475,"name":"Enhanced /Light-Duty-Storage-Case-10210","site_id":2,"type":2,"url":"Light-Duty-Storage-Case-10210","query":"Light-Duty-Storage-Case-10210","meta_description":"Light Duty Storage Case (10210) - Custom soft foam protects from drops & bumps. Two latches keep the lid closed in transit. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":234,"pageid":234,"name":"Enhanced /TX-10667","site_id":2,"type":2,"url":"TX-10667","query":"TX-10667","meta_keywords":"rtd probe","meta_description":"Stainless steel probe, 20 foot cable lead, sealed from moisture, ideal for continuous monitoring in high moisture and cold environments.","version":2160,"created_by":"11","edited_by":"-4"},{"id":476,"pageid":476,"name":"Enhanced /LogTag-Protective-Enclosure","site_id":2,"type":2,"url":"LogTag-Protective-Enclosure","query":"LogTag-Protective-Enclosure","meta_description":"Protective case for LogTag recorders keeps logger accessible and safe in the location you desire. The logger can be easily removed to download readings.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":235,"pageid":235,"name":"Enhanced /PW-100","site_id":2,"type":2,"url":"PW-100","query":"PW-100","meta_keywords":"thermometer wipes, thermometer cleaning","meta_description":"Carton of 100 probe wipes. Designed specifically for food thermometers, these wipes are pre-saturated with an effective cleaning solution.","version":2160,"created_by":"11","edited_by":"-4"},{"id":477,"pageid":477,"name":"Enhanced /LogTag-USB-Cradle","site_id":2,"type":2,"url":"LogTag-USB-Cradle","query":"LogTag-USB-Cradle","meta_description":"LogTag LTI/USB Interface Cradle - For use with LogTag data loggers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":236,"pageid":236,"name":"Gen - Bloody Chicken","site_id":2,"type":1,"url":"chicken","query":"chicken","page_title":"Is my Chicken Done? | ThermoWorks","page_header":"Bloody Chicken","meta_keywords":"bloody chicken, when is chicken done, done temperature for chicken, what temp is chicken done, chicken cooking temperature","meta_description":"Internal temperature is the most accurate way to know when chicken is done. USDA recommends an internal done temperature of 165°F.","version":2160,"created_by":"11","edited_by":"-4"},{"id":478,"pageid":478,"name":"Enhanced /LogTag-Wall-Bracket","site_id":2,"type":2,"url":"LogTag-Wall-Bracket","query":"LogTag-Wall-Bracket","meta_description":"The wall mount bracket for LogTag recorders will keep your logger accessible, and in the location you desire.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":237,"pageid":237,"name":"Product - Thermapen Sensor","site_id":2,"type":1,"url":"Thermapen-Sensor","query":"Thermapen-Sensor","page_title":"Thermapen Sensor","page_header":"Thermapen Sensor","meta_keywords":"Thermapen, thermocouple vs thermistor, thermistor vs thermocouple, thermapen thermocouple, thermoworks","meta_description":"The Thermapen features a thermocouple sensor, this makes is faster and more accurate than cheaper thermistor based thermometers.","version":2160,"created_by":"11","edited_by":"-4"},{"id":479,"pageid":479,"name":"Enhanced /McGee-On-Food-and-Cooking","site_id":2,"type":2,"url":"McGee-On-Food-and-Cooking","query":"McGee-On-Food-and-Cooking","meta_description":"For two decades, Harold McGee’s On Food and Cooking has reigned as the definitive work on food science for the home or professional cook.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":238,"pageid":238,"name":"Product - Thermapen Copycat","site_id":2,"type":1,"url":"Thermapen-Copycat","query":"Thermapen-Copycat","page_title":"Thermapen Copycat","page_header":"Thermapen Copycat","meta_keywords":"cheap thermapen, thermapen knock-off, thermapen alternative, thermapen copycat","meta_description":"Some of the competition have noticed the huge success of the Thermapen and have produced a few knock-offs. Here is why the Thermapen can't be beat.","version":2160,"created_by":"11","edited_by":"-4"},{"id":239,"pageid":239,"name":"Press - Press Kit","site_id":2,"type":1,"url":"PressKit","query":"PressKit","page_title":"Press Kit","page_header":"Press Kit","meta_keywords":"thermoworks press, thermoworks press kit, thermoworks announcements","meta_description":"Check in here for ThermoWorks' latest news, announcements, and press releases.","version":2160,"created_by":"11","edited_by":"-4"},{"id":480,"pageid":480,"name":"Enhanced /MicroTherma-2K-Kit","site_id":2,"type":2,"url":"MicroTherma-2K-Kit","query":"MicroTherma-2K-Kit","meta_description":"MicroTherma 2K Meter & Probe Kit - Kit includes the meter and one of our most popular probes, model 303-159 Fast Response Penetration Probe. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":481,"pageid":481,"name":"Enhanced /643-001-Case","site_id":2,"type":2,"url":"643-001-Case","query":"643-001-Case","meta_description":"Light-Duty Storage Case (Small) - Protects meter and smaller probes up to 8 inches long (total length including handle). ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":240,"pageid":240,"name":"Press - A2LA Press Release","site_id":2,"type":1,"url":"a2la-PR","query":"a2la-PR","page_title":"A2LA Press Release","page_header":"A2LA Press Release","meta_keywords":"a2la, calibration lab, thermoworks calibration lab, a2la calibration, accredited calibration lab, accredited calibration","meta_description":"ThermoWorks' commitment to top measurement performance at competitive prices drives our investment our A2LA accredited calibration lab.","version":2160,"created_by":"11","edited_by":"-4"},{"id":482,"pageid":482,"name":"Enhanced /8100-Plus-Kit","site_id":2,"type":2,"url":"8100-Plus-Kit","query":"8100-Plus-Kit","meta_description":"The 8100 Plus pH Meter Kit comes 8100 pH meter, interchangeable glass pH electrode, temperature probe, calibration solutions and zipper carrying case.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":241,"pageid":241,"name":"Press - Thermapen Mk4 Press Release","site_id":2,"type":1,"url":"Thermapen-Mk4-PR","query":"Thermapen-Mk4-PR","page_title":"Thermapen Mk4 Press Release","page_header":"Thermapen Mk4 Press Release","meta_keywords":"thermapen mk4, press release, thermapen, thermoworks, digital thermometer, meat thermometer,","meta_description":"Thermapen Mk4 builds on the most loved features of the Thermapen and introduces some remarkable new ones, so you can focus on your food, not the device.","version":2160,"created_by":"11","edited_by":"-4"},{"id":483,"pageid":483,"name":"Enhanced /8468-22","site_id":2,"type":2,"url":"8468-22","query":"8468-22","meta_description":"The High Temp Alligator Clip Oven Probe is used by commercial kitchens to calibrate and profile ovens.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":242,"pageid":242,"name":"Press - DishTemp Press Release","site_id":2,"type":1,"url":"DishTemp-PR","query":"DishTemp-PR","page_title":"DishTemp Press Release","page_header":"DishTemp Press Release","meta_keywords":"dishwasher thermometer, thermometer for dishwasher, dishwasher temperature, temperature for dishwasher, dishwasher temperature testing","meta_description":"DishTemp is a dishwasher thermometer that will save restaurants over $1000 a year. It accurately measures the surface temperatures that a dish will reach.","version":2160,"created_by":"11","edited_by":"-4"},{"id":484,"pageid":484,"name":"Enhanced /9009-B-156","site_id":2,"type":2,"url":"9009-B-156","query":"9009-B-156","meta_description":" Hart's Model 9009 Industrial Dual-Block Calibrator lets you calibrate at hot and cold temperatures at the same time.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":243,"pageid":243,"name":"Partner - Pit Barrel Cooker Co.","site_id":2,"type":1,"url":"Pit-Barrel-Cooker","query":"Pit-Barrel-Cooker","page_title":"Pit Barrel Cooker Co.","page_header":"Pit Barrel Cooker Co.","meta_keywords":"Thermoworks thermometers,","meta_description":"See how the full line of Thermoworks products teams up with the ease and reliability of Pit Barrel Cooker to cook some of the best food you've tasted!","version":2160,"created_by":"11","edited_by":"-4"},{"id":485,"pageid":485,"name":"Enhanced /9135-156","site_id":2,"type":2,"url":"9135-156","query":"9135-156","meta_description":"Checking the accuracy of your infrared thermometer is easier than it's ever been. 9135 IR Calibrator gives you fast, easy, and inexpensive verification.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":244,"pageid":244,"name":"Gen - Follow Us","site_id":2,"type":1,"url":"Follow-Us","query":"Follow-Us","page_title":"Follow Us","page_header":"Follow Us","meta_keywords":"thermoworks social media, thermoworks Facebook, follow us, thermoworks","meta_description":"Follow ThermoWorks by following our social media account","version":2160,"created_by":"11","edited_by":"-4"},{"id":486,"pageid":486,"name":"Enhanced /9882-ADP","site_id":2,"type":2,"url":"9882-ADP","query":"9882-ADP","meta_description":"ThermoWorks - 9882-ADP - AC Adapter for 9882 Printing Thermometer.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":245,"pageid":245,"name":"Gen - Turkey 5 Things to Know","site_id":2,"type":1,"url":"Turkey-5-Things-to-Know","query":"Turkey-5-Things-to-Know","page_title":"Turkey 5 Things to Know","page_header":"Turkey 5 Things to Know","meta_keywords":"thanksgiving turkey, how to cook turkey, things to know about turkey, Things needed to cooking a turkey, turkey cooking temperature,","meta_description":"Cooking your Thanksgiving Turkey can seem like a daunting task. Here are the 5 things you need to know about cooking your Thanksgiving turkey.","version":2160,"created_by":"11","edited_by":"-4"},{"id":487,"pageid":487,"name":"Enhanced /MT-4","site_id":2,"type":2,"url":"MT-4","query":"MT-4","meta_description":"MT-4 has a blunt tip. Good for instant skin and surface temperatures, liquids. Time constant .025 secs. Not isolated. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":246,"pageid":246,"name":"Partner - Adrenaline BBQ","site_id":2,"type":1,"url":"Adrenaline-BBQ","query":"Adrenaline-BBQ","page_title":"Adrenaline BBQ","page_header":"Adrenaline BBQ","meta_keywords":"thermoworks thermometers","meta_description":"ThermoWorks thermometers that are great for smoking and grilling.","version":2160,"created_by":"11","edited_by":"-4"},{"id":488,"pageid":488,"name":"Enhanced /MT-D","site_id":2,"type":2,"url":"MT-D","query":"MT-D","meta_description":"Fast response surface probe for locating inflammation, arteries, etc. Also for dental use. Stainless steel. 5 ft. lead. Max Temp. 200°C (392°F).","version":2160,"created_by":"31964","edited_by":"-4"},{"id":247,"pageid":247,"name":"Promo - Thermapen Mk4 Offer Expired","site_id":2,"type":1,"url":"Thermapen-Mk4-Offer-Expired","query":"Thermapen-Mk4-Offer-Expired","page_title":"Thermapen Mk4 Offer Expired","page_header":"Thermapen Mk4 Offer Expired","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":489,"pageid":489,"name":"Enhanced /MTC-KIT","site_id":2,"type":2,"url":"MTC-KIT","query":"MTC-KIT","meta_description":"Combined with our Super-Fast Meat Needle Probe, the MTC will read food or liquid temperatures in only 2 or 3 seconds. Great starter kit.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":248,"pageid":248,"name":"Promo - ChefAlarm Offer Expired","site_id":2,"type":1,"url":"ChefAlarm-Offer-Expired","query":"ChefAlarm-Offer-Expired","page_title":"ChefAlarm Offer Expired","page_header":"ChefAlarm Offer Expired","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":249,"pageid":249,"name":"Gen - ThermoWorks App Terms","site_id":2,"type":1,"url":"apps-terms","query":"apps-terms","page_title":"ThermoWorks App Terms","page_header":"ThermoWorks App Terms","version":2160,"created_by":"11","edited_by":"-4"},{"id":490,"pageid":490,"name":"Enhanced /MTC-KIT-HP","site_id":2,"type":2,"url":"MTC-KIT-HP","query":"MTC-KIT-HP","meta_description":"This kit combines the MTC with our regular Super-Fast probe. This is the same thermocouple found on our popular Thermapen. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":491,"pageid":491,"name":"Enhanced /MTC-PC","site_id":2,"type":2,"url":"MTC-PC","query":"MTC-PC","meta_description":"Great for candy making or deep frying. Includes a 9\" probe and a pot clip. The pointed probe can also be used to penetrate meats or other foods. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":250,"pageid":250,"name":"Promo - Marriott GFS Ordering","site_id":2,"type":1,"url":"gfsapproved","query":"gfsapproved","page_title":"Marriott GFS Ordering","page_header":"Marriott GFS Ordering","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":492,"pageid":492,"name":"Enhanced /Nylon-Holster-4HG","site_id":2,"type":2,"url":"Nylon-Holster-4HG","query":"Nylon-Holster-4HG","meta_description":"Nylon Holster with Belt Loop (4HG) - Can be used with our IRFS Infrared Thermometer.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":251,"pageid":251,"name":"Promo - Classic Thermapen Offer Expired","site_id":2,"type":1,"url":"Classic-Thermapen-Offer-Expired","query":"Classic-Thermapen-Offer-Expired","page_title":"Classic Thermapen Offer Expired","page_header":"Classic Thermapen Offer Expired","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":493,"pageid":493,"name":"Enhanced /Nylon-Holster-4HG-A","site_id":2,"type":2,"url":"Nylon-Holster-4HG-A","query":"Nylon-Holster-4HG-A","meta_description":"Protect your IR from bumps in your tool kit. Attaches conveniently to your belt. Fits IR-GUN-S infrared thermometer from ThermoWorks. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":494,"pageid":494,"name":"Enhanced /Nylon-Holster-5HG","site_id":2,"type":2,"url":"Nylon-Holster-5HG","query":"Nylon-Holster-5HG","meta_description":"Protect your IR from bumps in your toolkit. Attaches conveniently to your belt. Fits IR-IND industrial infrared thermometer from ThermoWorks. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":253,"pageid":253,"name":"Enhanced /BlueTherm-Probe","site_id":2,"type":2,"url":"BlueTherm-Probe","query":"BlueTherm-Probe","meta_keywords":"bluetooth thermometer, bluetooth cooking thermometer, bbq thermometer, haccp thermometer","meta_description":"BlueTherm Bluetooth Probe records temperature readings directly to your PC, or any Bluetooth enabled Smartphone without cables, over a range to 65 feet.","version":2160,"created_by":"11","edited_by":"-4"},{"id":495,"pageid":495,"name":"Enhanced /OT-1","site_id":2,"type":2,"url":"OT-1","query":"OT-1","meta_description":"For fast reading oral use. Ball-tipped stainless steel shaft, stainless handle. 5 ft. lead. Max Temp. 125°C (257°F).","version":2160,"created_by":"31964","edited_by":"-4"},{"id":254,"pageid":254,"name":"Enhanced /ThermaData-KTC","site_id":2,"type":2,"url":"ThermaData-KTC","query":"ThermaData-KTC","meta_keywords":"ThermaData logger, thermoworks data logger, data logger","meta_description":"Thermocouple Data Logger that uses two Type K Thermocouple probes to accurately monitor temperatures. Set high and low limits for each probe with LED alert on the unit.","version":2160,"created_by":"11","edited_by":"-4"},{"id":496,"pageid":496,"name":"Enhanced /PH002","site_id":2,"type":2,"url":"PH002","query":"PH002","meta_description":"This probe clip allows you to continuously monitor the cooking process while keeping both hands free for other tasks.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":255,"pageid":255,"name":"Enhanced /ThermaData-SST","site_id":2,"type":2,"url":"ThermaData-SST","query":"ThermaData-SST","meta_keywords":"Thermadata logger, data logger, stainless steel data logger","meta_description":"ThermoWorks ThermaData USB Temperature Data Loggers feature a waterproof stainless steel housing making it superior to other USB Data Loggers. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":497,"pageid":497,"name":"Enhanced /Power-Cord-for-BlueTherm-Probe","site_id":2,"type":2,"url":"Power-Cord-for-BlueTherm-Probe","query":"Power-Cord-for-BlueTherm-Probe","meta_description":"ThermoWorks THS-431-500 - Power Cord for BlueTherm Probe","version":2160,"created_by":"31964","edited_by":"-4"},{"id":256,"pageid":256,"name":"Enhanced /ThermaData-WiFi-Thermistor-Probes","site_id":2,"type":2,"url":"ThermaData-WiFi-Thermistor-Probes","query":"ThermaData-WiFi-Thermistor-Probes","meta_description":"Up to 2-Channel Wi-Fi Data Logger sends recorded temperature data to the internet. Get alerted the moment you are out of compliance anywhere in the world.","version":2160,"created_by":"11","edited_by":"-4"},{"id":498,"pageid":498,"name":"Enhanced /product/5964","site_id":2,"type":2,"url":"product/5964","query":"product/5964","meta_description":"ThermoWorks - DC9V - Call for more details, or help with any questions regarding your thermometers.\n","version":2160,"created_by":"31964","edited_by":"-4"},{"id":257,"pageid":257,"name":"Enhanced /ThermaData-WiFi-Type-K","site_id":2,"type":2,"url":"ThermaData-WiFi-Type-K","query":"ThermaData-WiFi-Type-K","meta_description":"1-Type K Wi-Fi Data Logger sends recorded temperature data to the internet. Get alerted the moment you are out of compliance anywhere in the world.","version":2160,"created_by":"11","edited_by":"-4"},{"id":499,"pageid":499,"name":"Enhanced /PT-6","site_id":2,"type":2,"url":"PT-6","query":"PT-6","meta_description":"Sensor Six-Pack. For multi-point measurements. Inexpensive, flexible. Welded sensor beads, tough Kapton insulation, 5 ft. leads. Max Temp. 400°C (750°F).","version":2160,"created_by":"31964","edited_by":"-4"},{"id":258,"pageid":258,"name":"Enhanced /ThermaData-WiFi-Type-T","site_id":2,"type":2,"url":"ThermaData-WiFi-Type-T","query":"ThermaData-WiFi-Type-T","meta_description":"Type T Wi-Fi Data Logger sends recorded temperature data to the internet. Get alerted the moment you are out of compliance anywhere in the world.","version":2160,"created_by":"11","edited_by":"-4"},{"id":259,"pageid":259,"name":"Enhanced /ThermaData-WiFi-Ambient-Temp","site_id":2,"type":2,"url":"ThermaData-WiFi-Ambient-Temp","query":"ThermaData-WiFi-Ambient-Temp","meta_description":"Ambient Wi-Fi Data Logger sends recorded temperature data to the internet. Get alerted the moment you are out of compliance anywhere in the world.","version":2160,"created_by":"11","edited_by":"-4"},{"id":260,"pageid":260,"name":"Enhanced /ThermaData-T","site_id":2,"type":2,"url":"ThermaData-T","query":"ThermaData-T","meta_keywords":"thermadata logger, thermoworks data logger, data logger","meta_description":"Therma Data logger with the logging interval is user-selectable from 6 seconds to 250 minutes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":261,"pageid":261,"name":"Enhanced /ThermaData-TF","site_id":2,"type":2,"url":"ThermaData-TF","query":"ThermaData-TF","meta_keywords":"thermoworks logger, data logger, data logging, haccp","meta_description":"ThermaDataª Series II Temp Logger TF (1 External Sensor, Fixed Probe)","version":2160,"created_by":"11","edited_by":"-4"},{"id":262,"pageid":262,"name":"Enhanced /ThermaData-T2F","site_id":2,"type":2,"url":"ThermaData-T2F","query":"ThermaData-T2F","meta_keywords":"data logger, thermoworks data logger","meta_description":"ThermaDataª Series II Temp Logger T2F (2 External Sensors, Fixed Probes)","version":2160,"created_by":"11","edited_by":"-4"},{"id":263,"pageid":263,"name":"Enhanced /ThermaData-TC","site_id":2,"type":2,"url":"ThermaData-TC","query":"ThermaData-TC","meta_keywords":"data logger, thermoworks logger, temperature logger","meta_description":"ThermaDataª Series II Temp Logger TDC (1 External Sensor, Removable Probe)","version":2160,"created_by":"11","edited_by":"-4"},{"id":264,"pageid":264,"name":"Enhanced /ThermaData-T1C","site_id":2,"type":2,"url":"ThermaData-T1C","query":"ThermaData-T1C","meta_keywords":"data logger, thermoworks logger","meta_description":"The ThermaData Series II loggers include a comprehensive selection of models for any temperature or humidity application. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":265,"pageid":265,"name":"Enhanced /ThermaData-TFC","site_id":2,"type":2,"url":"ThermaData-TFC","query":"ThermaData-TFC","meta_keywords":"ThermaData logger, thermadata logging, data logger, thermoworks data logger","meta_description":"ThermaData logger: Insert the probe into your process or target product and record temperatures!","version":2160,"created_by":"11","edited_by":"-4"},{"id":266,"pageid":266,"name":"Enhanced /ThermaData-HT","site_id":2,"type":2,"url":"ThermaData-HT","query":"ThermaData-HT","meta_description":"Log humidity data with our newest model HTB. With an accuracy of 3% and range from 0 to 100% humidity, you can measure your humidity data with precision.","version":2160,"created_by":"11","edited_by":"-4"},{"id":267,"pageid":267,"name":"Enhanced /ThermaData-HTF","site_id":2,"type":2,"url":"ThermaData-HTF","query":"ThermaData-HTF","meta_keywords":"Data logger, thermadata logger","meta_description":"For an extended temperature range to 257 F, select a logger with an attached or removable temperature probe.","version":2160,"created_by":"11","edited_by":"-4"},{"id":268,"pageid":268,"name":"Enhanced /ThermaData-S1","site_id":2,"type":2,"url":"ThermaData-S1","query":"ThermaData-S1","meta_keywords":"Data logger, thermadata logger, thermoworks data logger","meta_description":"ThermaData Series I Temperature Data Loggers are simple set-and-retrieve loggers. Units come with free software to set alarm parameters and download data.","version":2160,"created_by":"11","edited_by":"-4"},{"id":269,"pageid":269,"name":"Enhanced /ThermaData-WTB","site_id":2,"type":2,"url":"ThermaData-WTB","query":"ThermaData-WTB","meta_keywords":"rf logger, rf data logger, data logger","meta_description":"THS-297-001 - Wireless RF Temp Logger (1 Internal Sensor)","version":2160,"created_by":"11","edited_by":"-4"},{"id":270,"pageid":270,"name":"Enhanced /ThermaData-WTBF-S","site_id":2,"type":2,"url":"ThermaData-WTBF-S","query":"ThermaData-WTBF-S","meta_keywords":"thermoworks data logger, data logger, thermoworks logger","meta_description":"ThermaData Wireless RF Temp Logger (1 External Sensor, Fixed 40 inch Probe)","version":2160,"created_by":"11","edited_by":"-4"},{"id":271,"pageid":271,"name":"Enhanced /ThermaData-WTB1F-L","site_id":2,"type":2,"url":"ThermaData-WTB1F-L","query":"ThermaData-WTB1F-L","meta_keywords":"data logger, thermoworks logger, rf logger","meta_description":"ThermaData Wireless RF Temp Logger (1 Internal Sensor & 1 External Sensor, Fixed Probe)","version":2160,"created_by":"11","edited_by":"-4"},{"id":272,"pageid":272,"name":"Enhanced /ThermaData-WTBF-L","site_id":2,"type":2,"url":"ThermaData-WTBF-L","query":"ThermaData-WTBF-L","meta_keywords":"data logger, rf logger, thermoworks logger","meta_description":"ThermaData Wireless RF Temp Logger (118 inch External Sensor, Fixed Probe)","version":2160,"created_by":"11","edited_by":"-4"},{"id":273,"pageid":273,"name":"Enhanced /ThermaData-WTB1F-S","site_id":2,"type":2,"url":"ThermaData-WTB1F-S","query":"ThermaData-WTB1F-S","meta_keywords":"Data logger, thermoworks logger","meta_description":"ThermaData Wireless RF Temp Logger (1 Internal Sensor & 1 External Sensor, Fixed Probe)","version":2160,"created_by":"11","edited_by":"-4"},{"id":274,"pageid":274,"name":"Enhanced /ThermaData-WTB2F-S","site_id":2,"type":2,"url":"ThermaData-WTB2F-S","query":"ThermaData-WTB2F-S","meta_keywords":"thermoworks logger, rf logger, data logger","meta_description":"ThermaData Wireless RF Temp Logger (2 External Sensors, Fixed Probes)","version":2160,"created_by":"11","edited_by":"-4"},{"id":275,"pageid":275,"name":"Enhanced /ThermaData-WTB2F-L","site_id":2,"type":2,"url":"ThermaData-WTB2F-L","query":"ThermaData-WTB2F-L","meta_keywords":"rf logger, data logger, wireless data logger","meta_description":"ThermaData Wireless RF Temp Logger (2 External Sensors, Fixed Probes w/ 118 inch Leads)","version":2160,"created_by":"11","edited_by":"-4"},{"id":276,"pageid":276,"name":"Enhanced /ThermaData-WTBC","site_id":2,"type":2,"url":"ThermaData-WTBC","query":"ThermaData-WTBC","meta_description":"ThermaData Wireless RF Temp Logger (1 External Sensor, Removable Probe)","version":2160,"created_by":"11","edited_by":"-4"},{"id":277,"pageid":277,"name":"Enhanced /ThermaData-WTB1C","site_id":2,"type":2,"url":"ThermaData-WTB1C","query":"ThermaData-WTB1C","meta_keywords":"data logger, thermoworks logger, rf logger, wireless logger","meta_description":"ThermaData Wireless RF Temp Logger (1 Internal Sensor & 1 External Sensor, Removable Probe)","version":2160,"created_by":"11","edited_by":"-4"},{"id":278,"pageid":278,"name":"Enhanced /Temp101A","site_id":2,"type":2,"url":"Temp101A","query":"Temp101A","meta_keywords":"data logger, temperature logger, logmaster data logger","meta_description":"Temp101 now includes a precision RTD temperature sensor with a 10-year battery life and 1,000,000 reading capacity.","version":2160,"created_by":"11","edited_by":"-4"},{"id":279,"pageid":279,"name":"Enhanced /TC101A","site_id":2,"type":2,"url":"TC101A","query":"TC101A","meta_keywords":"logmaster data logger, data logger, thermocouple data logger","meta_description":"The TC101A includes a mini thermocouple connector for connecting virtually any thermocouple type probe directly to the logger.","version":2160,"created_by":"11","edited_by":"-4"},{"id":280,"pageid":280,"name":"Enhanced /RTDTemp101A","site_id":2,"type":2,"url":"RTDTemp101A","query":"RTDTemp101A","meta_keywords":"RTD data logger, Logmaster data logger","meta_description":"Choose the LogMaster RTD data logger for high precision.","version":2160,"created_by":"11","edited_by":"-4"},{"id":281,"pageid":281,"name":"Enhanced /QuadTemp","site_id":2,"type":2,"url":"QuadTemp","query":"QuadTemp","meta_keywords":"logmaster data logger, data logger, four-channel thermometer","meta_description":"The QuadTemp is a four-channel thermocouple recorder that records up to 500,000 readings per channel.","version":2160,"created_by":"11","edited_by":"-4"},{"id":282,"pageid":282,"name":"Enhanced /OctTemp","site_id":2,"type":2,"url":"OctTemp","query":"OctTemp","meta_keywords":"multiple probe thermometer, thermocouple data logger, 8 probe data logger, multiple probe data logger","meta_description":"The OctTemp, is an eight-channel thermocouple recorder, records up to 500,000 readings per channel.","version":2160,"created_by":"11","edited_by":"-4"},{"id":283,"pageid":283,"name":"Enhanced /QuadRTD","site_id":2,"type":2,"url":"QuadRTD","query":"QuadRTD","meta_keywords":"rtd data logger, 4 probes, multiprobe data logger","meta_description":"When temperature precision is the name of the data recording game, then the LogMaster RTD series of temperature recorders is the device to use.","version":2160,"created_by":"11","edited_by":"-4"},{"id":284,"pageid":284,"name":"Enhanced /QuadThermoVault","site_id":2,"type":2,"url":"QuadThermoVault","query":"QuadThermoVault","meta_keywords":"high temperature data logger, data logger","meta_description":"LogMaster - QUADTHERMOVAULT - High-temperature 4-channel data logger.","version":2160,"created_by":"11","edited_by":"-4"},{"id":285,"pageid":285,"name":"Enhanced /OctThermoVault","site_id":2,"type":2,"url":"OctThermoVault","query":"OctThermoVault","meta_keywords":"high temeprature data logger, multiple probe data loger, multiple probe thermometer, thermocouple data logger","meta_description":"LogMaster 8-Channel Hi-Temp Oven Logger is a high temperature data logger with thermocouple 8 channels.","version":2160,"created_by":"11","edited_by":"-4"},{"id":286,"pageid":286,"name":"Enhanced /CRYO-TEMP","site_id":2,"type":2,"url":"CRYO-TEMP","query":"CRYO-TEMP","meta_keywords":"Low temperature logger, low temperature data logger, log master, thermoworks, Cryo-temp","meta_description":"CRYO-TEMP reads down to -122F (-86C) to measure dry ice, blood plasma, frozen foods, or any ultra-low temperatures. The plastic enclosure is waterproof.","version":2160,"created_by":"11","edited_by":"-4"},{"id":287,"pageid":287,"name":"Enhanced /RHTemp101A","site_id":2,"type":2,"url":"RHTemp101A","query":"RHTemp101A","meta_keywords":"Data logger, Logmaster data logger, humidity logger","meta_description":"LogMaster temperature and humidity logger with built-in alarms LED.","version":2160,"created_by":"11","edited_by":"-4"},{"id":288,"pageid":288,"name":"Enhanced /MicroRHTemp","site_id":2,"type":2,"url":"MicroRHTemp","query":"MicroRHTemp","meta_keywords":"rh, temperature logger, logmaster, small size, humidity","meta_description":"The MicroRHTemp is the world's smallest self-contained temperature and humidity recorder.","version":2160,"created_by":"11","edited_by":"-4"},{"id":289,"pageid":289,"name":"Enhanced /QuadTemp2000","site_id":2,"type":2,"url":"QuadTemp2000","query":"QuadTemp2000","meta_keywords":"Data logger, data logger with LCD","meta_description":"The QuadTemp2000 and OctTemp2000 are four channel thermocouple data loggers with an LCD. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":290,"pageid":290,"name":"Enhanced /OctTemp2000","site_id":2,"type":2,"url":"OctTemp2000","query":"OctTemp2000","meta_keywords":"data logger, temperature data logger, multiple probe data logger, thermometer with LCD display, data logger with display","meta_description":"The OctTemp2000, is an eight-channel thermocouple recorder, records up to 500,000 readings per channel. Also, it comes with an LCD display on the unit.","version":2160,"created_by":"11","edited_by":"-4"},{"id":291,"pageid":291,"name":"Enhanced /TCTemp2000","site_id":2,"type":2,"url":"TCTemp2000","query":"TCTemp2000","meta_keywords":"Logmaster data logger, data logger, temperature logger","meta_description":"LogMaster Series 2000 Data Loggers are packed with features for precision data recording. Each of the four models is battery powered with a LCD display.","version":2160,"created_by":"11","edited_by":"-4"},{"id":292,"pageid":292,"name":"Enhanced /RHTemp2000","site_id":2,"type":2,"url":"RHTemp2000","query":"RHTemp2000","meta_keywords":"Datalogger, Logmaster data logger","meta_description":"RHTEMP2000 - LogMaster Series 2000 LCD Logger, Temp/Humidity","version":2160,"created_by":"11","edited_by":"-4"},{"id":293,"pageid":293,"name":"Enhanced /PRHTemp2000","site_id":2,"type":2,"url":"PRHTemp2000","query":"PRHTemp2000","meta_keywords":"Logmaster data logger, data logger","meta_description":"Our new LogMaster Series 2000 Data Loggers are packed with features for precision data recording.","version":2160,"created_by":"11","edited_by":"-4"},{"id":294,"pageid":294,"name":"Enhanced /MicroTemp","site_id":2,"type":2,"url":"MicroTemp","query":"MicroTemp","meta_description":"The MicroTemp is a miniature and submersible self-contained temperature recorder. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":295,"pageid":295,"name":"Enhanced /TCTemp1000","site_id":2,"type":2,"url":"TCTemp1000","query":"TCTemp1000","meta_keywords":"Thermocouple probe, temperature probe, logmaster data logger, stainless steel logger","meta_description":"A rugged thermocouple temperature recorder, the TCTemp1000, has the ability to be placed in environments where other thermocouple recorders cannot.","version":2160,"created_by":"11","edited_by":"-4"},{"id":296,"pageid":296,"name":"Enhanced /HiTemp140-1","site_id":2,"type":2,"url":"HiTemp140-1","query":"HiTemp140-1","meta_keywords":"high temperature logger, hi temperature logger, Hitemp140, high precision loggers","meta_description":"The HiTemp140 series data loggers record temperatures in high temperature and harsh environments with high precision. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":297,"pageid":297,"name":"Enhanced /HiTemp140-2","site_id":2,"type":2,"url":"HiTemp140-2","query":"HiTemp140-2","meta_keywords":"High temperature logger, hi-temp logger, stainless steel logger","meta_description":"Hi-temp stainless steel data logger with a two inch probe length.","version":2160,"created_by":"11","edited_by":"-4"},{"id":298,"pageid":298,"name":"Enhanced /HiTemp140-2-TSK-FL","site_id":2,"type":2,"url":"HiTemp140-2-TSK-FL","query":"HiTemp140-2-TSK-FL","meta_keywords":"Thermal shield, stainless steel logger","meta_description":"LogMaster Stainless Steel Logger with Thermal Shield for added durability","version":2160,"created_by":"11","edited_by":"-4"},{"id":299,"pageid":299,"name":"Enhanced /HiTemp140-5-25-TSK-FL","site_id":2,"type":2,"url":"HiTemp140-5-25-TSK-FL","query":"HiTemp140-5-25-TSK-FL","meta_keywords":"stainless steel logger with thermal shield, high tempreature logger","meta_description":"High temperature LogMaster Stainless Steel logger with 5.25 inch probe. Thermal Shield included for extra duarability.","version":2160,"created_by":"11","edited_by":"-4"},{"id":700,"pageid":700,"name":"Enhanced /THS-174-100","site_id":2,"type":2,"url":"THS-174-100","query":"THS-174-100","meta_description":"THS-174-100 - Needle Thermistor Probe with Lumberg Connector - Stainless steel needle probe has a fast response tip and minimizes the size of the hole.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":701,"pageid":701,"name":"Enhanced /THS-174-168","site_id":2,"type":2,"url":"THS-174-168","query":"THS-174-168","meta_description":"THS-174-168 - 12-inch Penetration Probe with Lumberg Connector - Uses a Thermistor Sensor, includes a sharp tip and heavy duty handle. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":702,"pageid":702,"name":"Enhanced /THS-174-300","site_id":2,"type":2,"url":"THS-174-300","query":"THS-174-300","meta_description":"THS-174-300 - Air/Gas Thermistor Probe with Lumberg Connector - Sturdy handheld probe designed to measure ambient air temperatures. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":703,"pageid":703,"name":"Enhanced /THS-177-060","site_id":2,"type":2,"url":"THS-177-060","query":"THS-177-060","meta_description":"THS-177-060 - Between Pack Type T Thermocouple Probe with Lumberg Connector - Includes sturdy handle. Use with the Therma 22 Thermometer.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":704,"pageid":704,"name":"Enhanced /THS-177-100","site_id":2,"type":2,"url":"THS-177-100","query":"THS-177-100","meta_description":"THS-177-100 - Type T Thermocouple Needle Probe with Lumberg Connector - Fast response probe - stainless steel designed for the Therma 22 Thermometer.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":705,"pageid":705,"name":"Enhanced /THS-177-166","site_id":2,"type":2,"url":"THS-177-166","query":"THS-177-166","meta_description":"THS-177-166 - 5-inch Type T Penetration Probe - Includes a heavy-duty handle and stainless steel penetration probe. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":706,"pageid":706,"name":"Enhanced /THS-177-200","site_id":2,"type":2,"url":"THS-177-200","query":"THS-177-200","meta_description":"THS-177-200 - Type T Thermocouple Plug-Mount Penetration Probe with Lumber Connector - Use with the Therma 22 Thermometer.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":707,"pageid":707,"name":"Enhanced /THS-177-300","site_id":2,"type":2,"url":"THS-177-300","query":"THS-177-300","meta_description":"THS-177-300 - Type T Thermocouple Air/ Gas Probe with Lumberg Connector - Stainless steel probe and a heavy duty handle. Works with Therma 22 Thermometer.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":708,"pageid":708,"name":"Enhanced /THS-177-372","site_id":2,"type":2,"url":"THS-177-372","query":"THS-177-372","meta_description":"THS-177-372 - Type T Thermocouple Air or Gas Temperature Probe - Fast response wire probe designed to work with the Therma 22 thermometer.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":709,"pageid":709,"name":"Enhanced /THS-286-002","site_id":2,"type":2,"url":"THS-286-002","query":"THS-286-002","meta_description":"THS-286-002 - 32ºF (0ºC) Thermistor Test Cap - Test accuracy of your thermometer with this quick screw-in test cap.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":710,"pageid":710,"name":"Enhanced /THS-286-004","site_id":2,"type":2,"url":"THS-286-004","query":"THS-286-004","meta_description":"THS-286-004 - 158ºF (70ºF) Thermistor Test Cap - Use for testing your Therma 20, Therma 20 Plus, Therma 22, and Therma 22 Plus thermometers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":711,"pageid":711,"name":"Enhanced /THS-293-104","site_id":2,"type":2,"url":"THS-293-104","query":"THS-293-104","meta_description":"THS-293-104 - USB interface cable for ThermaData Series I data loggers. One cable is required for each PC location. Software included.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":712,"pageid":712,"name":"Enhanced /THS-293-804","site_id":2,"type":2,"url":"THS-293-804","query":"THS-293-804","meta_description":"THS-293-801 - USB cradle for ThermaData Series II data loggers. At least one required to connect loggers to PC includes software.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":713,"pageid":713,"name":"Enhanced /THS-293-805","site_id":2,"type":2,"url":"THS-293-805","query":"THS-293-805","meta_description":"THS-293-805 - RF base station for ThermaData RF data loggers. At least one required to connect up to 16 wireless loggers to a PC. Software included.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":714,"pageid":714,"name":"Enhanced /THS-303-038","site_id":2,"type":2,"url":"THS-303-038","query":"THS-303-038","meta_description":"THS-303-038 - Stainless Steel Roller Surface Probe uses a Type K Thermocouple and allows for use on moving surfaces and rotating rollers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":715,"pageid":715,"name":"Enhanced /THS-313-175","site_id":2,"type":2,"url":"THS-313-175","query":"THS-313-175","meta_description":"THS-313-175 - Heavy Duty Type K Thermocouple Frozen Food Probe - Includes heavy duty T-shaped handle and corkscrew tip.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":716,"pageid":716,"name":"Enhanced /THS-313-200","site_id":2,"type":2,"url":"THS-313-200","query":"THS-313-200","meta_description":"THS-313-200 - Type K Thermocouple Handle - Great accessory for your Type K thermocouple probes. Connects to most Type K meters.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":717,"pageid":717,"name":"Enhanced /THS-317-175","site_id":2,"type":2,"url":"THS-317-175","query":"THS-317-175","meta_description":"THS-317-175 - Type T Thermocouple Frozen Food Probe - Utilizes a heavy duty T-shaped handle and corkscrew tip for added durability. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":718,"pageid":718,"name":"Enhanced /THS-431-504","site_id":2,"type":2,"url":"THS-431-504","query":"THS-431-504","meta_description":"THS-431-504 - 6-Foot (1.8 m) long USB Cable. Cable works with Saf-T-Log Paperless HACCP Thermometer and the ThermaData Thermocouple Logger.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":719,"pageid":719,"name":"Enhanced /THS-600-485","site_id":2,"type":2,"url":"THS-600-485","query":"THS-600-485","meta_description":"THS-600-485 - Wire Probe Attachment Pads (Pack of 25) - Adhesive-backed attachment pads for securing wire probes to surfaces.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":720,"pageid":720,"name":"Enhanced /THS-602-530","site_id":2,"type":2,"url":"THS-602-530","query":"THS-602-530","meta_description":"THS-602-530 - Replacement Pins (Pack of 50) - Works with 7000 Series Moisture Meters.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":721,"pageid":721,"name":"Enhanced /THS-812-081","site_id":2,"type":2,"url":"THS-812-081","query":"THS-812-081","meta_description":"THS-812-081 - Thermal Printing Paper (Pack of 2) - Printing paper for the 9882 Printing Thermometer. Includes two replacement rolls.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":722,"pageid":722,"name":"Enhanced /THS-812-270","site_id":2,"type":2,"url":"THS-812-270","query":"THS-812-270","meta_description":"THS-812-270 - Additional paper roll for the DTR (Length - 7 meters) - Spare paper roll for the DTR. 2000 lines per roll. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":723,"pageid":723,"name":"Enhanced /THS-823-501","site_id":2,"type":2,"url":"THS-823-501","query":"THS-823-501","meta_description":"THS-823-501 - 8000 Series General Purpose Electrode - Plastic bodied, the electrode is ideal for measuring pH in liquids and semi-solids.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":724,"pageid":724,"name":"Enhanced /THS-823-502","site_id":2,"type":2,"url":"THS-823-502","query":"THS-823-502","meta_description":"THS-823-502 - 8000 Series Spear-Shaped Electrode - 0.5-inch Diameter. Glass penetration pH, ideal for inserting into semi-solid materials.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":725,"pageid":725,"name":"Enhanced /THS-823-503","site_id":2,"type":2,"url":"THS-823-503","query":"THS-823-503","meta_description":"THS-823-503 - 8000 Spear-shaped Electrode, 0.25-inch Diameter - Glass penetration pH electrode suitable for measuring the pH in a variety of applications.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":726,"pageid":726,"name":"Enhanced /THS-830-210","site_id":2,"type":2,"url":"THS-830-210","query":"THS-830-210","meta_description":"THS-830-210 - Protective Rubber Boot for the ThermaQ Blue and ThermaData Thermocouple data logger from drops, bumps, and splashes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":727,"pageid":727,"name":"Enhanced /THS-830-253","site_id":2,"type":2,"url":"THS-830-253","query":"THS-830-253","meta_description":"THS-830-253 - Rubber Boot - Water resistant to IP63 when installed. Boot protects meter from drops, bumps, and kitchen splashes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":728,"pageid":728,"name":"Enhanced /THS-830-255","site_id":2,"type":2,"url":"THS-830-255","query":"THS-830-255","meta_description":"THS-830-253 - Rubber Boot with Probe Holder - Boot provides added protection and is water resistant to IP63 when installed. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":729,"pageid":729,"name":"Enhanced /THS-830-258","site_id":2,"type":2,"url":"THS-830-258","query":"THS-830-258","meta_description":"THS-830-258 - Rubber Boot with Fold-out Stand - Protects from drops, bumps, and splashes. Strong magnet makes it easy to keep the unit within reach.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":730,"pageid":730,"name":"Enhanced /THS-830-259","site_id":2,"type":2,"url":"THS-830-259","query":"THS-830-259","meta_description":"THS-830-259 - Rubber Boot with Probe Holder - Provides added protection, water resistant to IP66/67 when installed, retains probe when not in use.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":731,"pageid":731,"name":"Enhanced /THS-830-270","site_id":2,"type":2,"url":"THS-830-270","query":"THS-830-270","meta_description":"THS-830-270 - Silicone Boot for ThermaData Series II data loggers. Translucent and helps protect against drops.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":732,"pageid":732,"name":"Enhanced /THS-830-280","site_id":2,"type":2,"url":"THS-830-280","query":"THS-830-280","meta_description":"THS-830-280 - Protective Boot for the ThermaLite digital thermometer - Added protection for the thermometer making it IP65 when the boot is installed.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":733,"pageid":733,"name":"Enhanced /THS-830-301","site_id":2,"type":2,"url":"THS-830-301","query":"THS-830-301","meta_description":"THS-830-301 - Waterproof Pouch for Thermistor Thermometers with a Lumberg Connector. First Therma 20, Therma 20 Plus, Therma 22, and Therma 22 Plus.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":734,"pageid":734,"name":"Enhanced /THS-832-002","site_id":2,"type":2,"url":"THS-832-002","query":"THS-832-002","meta_description":"THS-832-002 - Stainless Steel Thermapen Wall Bracket - Great for storing a Thermapen in convenient locations for easy access and daily use.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":735,"pageid":735,"name":"Enhanced /THS-832-015","site_id":2,"type":2,"url":"THS-832-015","query":"THS-832-015","meta_description":"THS-832-015 - Stainless Steel Wall Bracket with Probe Holder - First Therma Waterproof, Therma Differential, Saf-t-Log, Therma 20 Plus, Therma 22 Plus.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":736,"pageid":736,"name":"Enhanced /TR-0106","site_id":2,"type":2,"url":"TR-0106","query":"TR-0106","meta_description":"TR-0106 - Replacement Teflon Sheath Temperature Probe - Use with TR-7wf/nw series data loggers. Uses a thermistor sensor.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":737,"pageid":737,"name":"Enhanced /TR-0506","site_id":2,"type":2,"url":"TR-0506","query":"TR-0506","meta_description":"TR-0506 - 11.5-inch Stainless Steel Penetration Temperature Probe - Uses a thermistor sensor and has a 24-inch cable. Probe is submersible; cable is not.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":738,"pageid":738,"name":"Enhanced /TR-05K3","site_id":2,"type":2,"url":"TR-05K3","query":"TR-05K3","meta_description":"TR-05K3 - Wall Mount Bracket for RTR-500 Data Loggers - Monitor ambient conditions with this optional wall bracket. For use with all RTR-5 Series loggers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":739,"pageid":739,"name":"Enhanced /TR-05K3L","site_id":2,"type":2,"url":"TR-05K3L","query":"TR-05K3L","meta_description":"TR-05K3L - ABS Large Wall Bracket - For use with all RTR-5 Series Loggers with large capacity battery installed.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":740,"pageid":740,"name":"Enhanced /TR-07K2","site_id":2,"type":2,"url":"TR-07K2","query":"TR-07K2","meta_description":"TR-07K2 - ABS Wall Bracket - Fits RTR-574, TR-71Ui, TR-72Ui, TR-73U, TR-71wf, TR-72wf, and Tr-72wf-H data loggers. Includes double-sided adhesive tape.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":741,"pageid":741,"name":"Enhanced /TR-1220","site_id":2,"type":2,"url":"TR-1220","query":"TR-1220","meta_description":"TR-1220 - 7-Inch Stainless Steel Temperature Immersion Probe - Uses a Thermistor Sensor and is compatible with TR-7wf/NW series data loggers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":500,"pageid":500,"name":"Enhanced /PTM-3010","site_id":2,"type":2,"url":"PTM-3010","query":"PTM-3010","meta_description":"PTM-3010 - Replacement Component. Works with RTR-505PT","version":2160,"created_by":"31964","edited_by":"-4"},{"id":742,"pageid":742,"name":"Enhanced /TR-5C10","site_id":2,"type":2,"url":"TR-5C10","query":"TR-5C10","meta_description":"TR-5C10 - 3-Foot (1m) Extension Cable for Temperature Humidity Sensor, and Illuminance-UV. Environmental Range: -13 to 140ºF (-25 to 60ºC).","version":2160,"created_by":"31964","edited_by":"-4"},{"id":501,"pageid":501,"name":"Enhanced /RET-2","site_id":2,"type":2,"url":"RET-2","query":"RET-2","meta_description":"Rectal probe for rats. For fast intermittent measurements. Smooth ball tip. Stainless steel shaft is 1 inch long and 0.059 inches in diameter.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":743,"pageid":743,"name":"Enhanced /TR-5WK1","site_id":2,"type":2,"url":"TR-5WK1","query":"TR-5WK1","meta_description":"TR-5WK1 - Wall Attachment for T and D RTRW/ 500AW/ NW Series Base Stations. Contact our Techincal Sales Team if you have any questions.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":502,"pageid":502,"name":"Enhanced /RET-3","site_id":2,"type":2,"url":"RET-3","query":"RET-3","meta_description":"Rectal probe for mice, etc. Same as RET-2, with shaft 3/4 inches long and .028 in diameter. Tip diameter is .065 in. Time constant 0.5 secs.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":744,"pageid":744,"name":"Enhanced /TR-71WF","site_id":2,"type":2,"url":"TR-71WF","query":"TR-71WF","meta_description":"TR-71WF - T&D Temperature WiFi Logger with Two External Sensors - Auto upload to cloud storage, direct communication to a mobile device, and free storage.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":503,"pageid":503,"name":"Enhanced /RFC1000","site_id":2,"type":2,"url":"RFC1000","query":"RFC1000","meta_description":"RFC1000 required to log readings to PC. Includes USB cable and software. 7-inch pivoting antenna.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":745,"pageid":745,"name":"Enhanced /TR-72NW-S","site_id":2,"type":2,"url":"TR-72NW-S","query":"TR-72NW-S","meta_description":"TR-72NW-S - T&D High Precision Temperature and Humidity PoE Ethernet Data Logger - Logger auto uploads data to cloud storage and includes watchdog timer.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":504,"pageid":504,"name":"Enhanced /RFC1000-IP69K","site_id":2,"type":2,"url":"RFC1000-IP69K","query":"RFC1000-IP69K","meta_description":"Splash Proof Wireless RF Receiver (RFC1000-IP69K) - required to log readings to PC. Includes USB cable and software. 7-inch pivoting antenna.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":746,"pageid":746,"name":"Enhanced /TR-73U","site_id":2,"type":2,"url":"TR-73U","query":"TR-73U","meta_description":"TR-73U - T&D Temperature, Humidity, and Barometric Pressure Data Logger - Connects to PC via USB. Start and stop recording directly from the front panel.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":505,"pageid":505,"name":"Enhanced /RT817XX","site_id":2,"type":2,"url":"RT817XX","query":"RT817XX","meta_description":"ThermoWorks - RT817XX - Replacement Probe for RT817E","version":2160,"created_by":"31964","edited_by":"-4"},{"id":747,"pageid":747,"name":"Enhanced /TW_WIFI_Alert","site_id":2,"type":2,"url":"TW_WIFI_Alert","query":"TW_WIFI_Alert","meta_description":"TW-WIFI-ALERT - Audible and Visual Alarm for WiFi Data Logging Sensors - Detects alarms from any TW-WIFI sensor device on the same wireless network.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":506,"pageid":506,"name":"Enhanced /RTR-500","site_id":2,"type":2,"url":"RTR-500","query":"RTR-500","meta_description":"USB Data Collector & Repeater, RTR Series (RTR-500)","version":2160,"created_by":"31964","edited_by":"-4"},{"id":748,"pageid":748,"name":"Enhanced /TW-10780","site_id":2,"type":2,"url":"TW-10780","query":"TW-10780","meta_description":"TW-10780 - Type T Thermocouple Probe  - This probe with its 20 foot FEP Teflon tipped lead helps you track temps in the most extreme cold, down to -80ºC.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":507,"pageid":507,"name":"Enhanced /RTR-500A2","site_id":2,"type":2,"url":"RTR-500A2","query":"RTR-500A2","meta_description":"Connects to *most RTR-500 Series loggers to AC power for continuous use without worry of battery power loss.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":749,"pageid":749,"name":"Enhanced /TW-113-442-GC","site_id":2,"type":2,"url":"TW-113-442-GC","query":"TW-113-442-GC","meta_description":"THS-113-442-GC - High-Temperature Air Probe with a Grate Clip - Utilizes a Type K Thermocouple Sensor and stainless steel over braid on the cable.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":508,"pageid":508,"name":"Enhanced /RTR-500AW","site_id":2,"type":2,"url":"RTR-500AW","query":"RTR-500AW","meta_description":"Wi-Fi 802.11g Connected Data Collector (RTR-500AW)","version":2160,"created_by":"31964","edited_by":"-4"},{"id":509,"pageid":509,"name":"Enhanced /RTR-500B1-KIT","site_id":2,"type":2,"url":"RTR-500B1-KIT","query":"RTR-500B1-KIT","meta_description":"RTR-500B1-KIT - LARGE CAPACITY BATTERY KIT. Call, chat, or email for more details. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":750,"pageid":750,"name":"Enhanced /TW-5010","site_id":2,"type":2,"url":"TW-5010","query":"TW-5010","meta_description":"TW-5010 - Silicone Oil Type 200.05 - Available in the following sizes: 1 Liter, 1 Gallon, and 5 Gallon. See Details and Specs for more information.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":751,"pageid":751,"name":"Enhanced /TW-5012","site_id":2,"type":2,"url":"TW-5012","query":"TW-5012","meta_description":"TW-5012 - Silicone Oil Type 200.10 - Oil is available in the following sizes: 1 Liter, 1 Gallon, 5 Gallons. Learn which oil is right for your needs.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":510,"pageid":510,"name":"Enhanced /RTR-500DC","site_id":2,"type":2,"url":"RTR-500DC","query":"RTR-500DC","meta_description":"T AND D - Handheld Data Collector (RTR-500DC) - Contact us for more details. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":752,"pageid":752,"name":"Enhanced /TW-5013","site_id":2,"type":2,"url":"TW-5013","query":"TW-5013","meta_description":"TW-5013 - Type 200.20 Silicone Oil - Silicone Oil is available in the following sizes: 1 Liter, 1 Gallon, and 5 Gallons. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":511,"pageid":511,"name":"Enhanced /RTR-500MBS-A","site_id":2,"type":2,"url":"RTR-500MBS-A","query":"RTR-500MBS-A","meta_description":"GSM Cellular Connected Data Collector with USB cable (RTR-500MBS-A)","version":2160,"created_by":"31964","edited_by":"-4"},{"id":753,"pageid":753,"name":"Enhanced /TW-5014","site_id":2,"type":2,"url":"TW-5014","query":"TW-5014","meta_description":"TW-5014 - Type 200.50 Silicone Oil - We offer silicone oil in the following sizes for your convenience: 1 Liter, 1 Gallon, 5 Gallons.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":512,"pageid":512,"name":"Enhanced /RTR-500NW","site_id":2,"type":2,"url":"RTR-500NW","query":"RTR-500NW","meta_description":"Ethernet Connected Data Collector w/ Cable and Software (RTR-500NW)","version":2160,"created_by":"31964","edited_by":"-4"},{"id":754,"pageid":754,"name":"Enhanced /TW-5017","site_id":2,"type":2,"url":"TW-5017","query":"TW-5017","meta_description":"TW-5017 - Type 710 Silicone Oil - Small quantities of bath fluids available in the following sizes: 1 Liter, 1 Gallon, 5 Gallons.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":513,"pageid":513,"name":"Enhanced /RTR-576-H","site_id":2,"type":2,"url":"RTR-576-H","query":"RTR-576-H","meta_description":"RTR-576-H - Please call if more details are needed.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":755,"pageid":755,"name":"Enhanced /TW-5020","site_id":2,"type":2,"url":"TW-5020","query":"TW-5020","meta_description":"TW-5020 - Ethylene Glycol Cold Bath Fluid - Conveniently available in the following sizes: 1 Liter, 1 Gallon, and 5 Gallons. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":514,"pageid":514,"name":"Enhanced /Saf-T-Log-Meter-Probe-Kit","site_id":2,"type":2,"url":"Saf-T-Log-Meter-Probe-Kit","query":"Saf-T-Log-Meter-Probe-Kit","meta_description":"Measure, store, download, and print temperature reports with the convenience and price of a handheld thermocouple meter. Saf-t-log - Probe included.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":756,"pageid":756,"name":"Enhanced /TW-ADP01","site_id":2,"type":2,"url":"TW-ADP01","query":"TW-ADP01","meta_description":"TW-ADP01 - USB Wall Charger - 5VDC 1A - For charging BlueTherm Probes, BlueTherm IR and BlueTherm Duo. US wall plug, but it is rated 100V-240VAC.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":515,"pageid":515,"name":"Enhanced /Science-of-Good-Cooking","site_id":2,"type":2,"url":"Science-of-Good-Cooking","query":"Science-of-Good-Cooking","meta_description":"America’s Test Kitchen has spent 30 years investigating how cooking works - and why recipes sometimes don’t.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":757,"pageid":757,"name":"Enhanced /TW-LAN01","site_id":2,"type":2,"url":"TW-LAN01","query":"TW-LAN01","meta_description":"TW-LAN01 - Replacement Lanyard - Use this lanyard with the Thermapen Mk4 Silicon boot, TimeStick, TimStick Trio, or Smoke Receiver.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":516,"pageid":516,"name":"Enhanced /Semi-Pro-MTC-BBQ-Kit","site_id":2,"type":2,"url":"Semi-Pro-MTC-BBQ-Kit","query":"Semi-Pro-MTC-BBQ-Kit","meta_description":"Meathead (AmazingRibs.com) recommends this kit for general BBQ. This kit gives you the tools to track meat, smoker or grill temps and spot check.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":758,"pageid":758,"name":"Enhanced /TW-PROBE2-1-0M-TP","site_id":2,"type":2,"url":"TW-PROBE2-1-0M-TP","query":"TW-PROBE2-1-0M-TP","meta_description":"TW-PROBE2-1.0M-TP - Replacement Probe for WiFi Temperature Data Logger - 1 Meter Long. Uses a Thermistor Sensor - See Specs for more information.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":517,"pageid":517,"name":"Enhanced /Smoke-Gateway","site_id":2,"type":2,"url":"Smoke-Gateway","query":"Smoke-Gateway","meta_description":"Add Internet connectivity through Wi-Fi to your Smoke alarm thermometer with Smoke Gateway.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":759,"pageid":759,"name":"Enhanced /TW-PROBEEXTENDER-5M","site_id":2,"type":2,"url":"TW-PROBEEXTENDER-5M","query":"TW-PROBEEXTENDER-5M","meta_description":"TW-PROBEEXTENDER-5M - Probe Extender - 5 Meters Long - For use with the TW-WIFI Data Loggers - Please contact our Technical Sales Team for more info.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":518,"pageid":518,"name":"Enhanced /Smoke-Receiver","site_id":2,"type":2,"url":"Smoke-Receiver","query":"Smoke-Receiver","meta_description":"A ruggedized receiver device to be paired directly to Smoke’s base unit with audible and vibration alerts.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":519,"pageid":519,"name":"Enhanced /SST-1","site_id":2,"type":2,"url":"SST-1","query":"SST-1","meta_description":"Skin Surface probe, to be taped on. 1/4 in. dia. 10 Kt. gold sensor disc, 5 ft. lead. Max Temp. 90°C (194°F). Time constant 0.15 secs. Not isolated.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":760,"pageid":760,"name":"Enhanced /TW-USB-CASE","site_id":2,"type":2,"url":"TW-USB-CASE","query":"TW-USB-CASE","meta_description":"TW-USB-CASE - Case designed for use with TW-USB data loggers - Please contact our Technical Sales Team for more information regarding this case.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":761,"pageid":761,"name":"Enhanced /TX-1009X-ST","site_id":2,"type":2,"url":"TX-1009X-ST","query":"TX-1009X-ST","meta_description":"TX-1009X-ST - Pro-Series High-Temperature 2.5-Inch Straight Penetration Probe - Great for Brisket and Loin Cuts. Use with ChefAlarm, DOT, and Smoke.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":520,"pageid":520,"name":"Enhanced /SST-2","site_id":2,"type":2,"url":"SST-2","query":"SST-2","meta_description":"Skin Surface Probe With Handle Type T, 0.1°C (SST-2) - Same as SST-1 with plastic handle. Isolated.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":762,"pageid":762,"name":"Enhanced /U9VL-J","site_id":2,"type":2,"url":"U9VL-J","query":"U9VL-J","meta_description":"U9VL-J - Replacement Battery - 9V Lithium Battery - For use with Specific LogMaster Logger. Please contact our Technical Sales Team for more information.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":521,"pageid":521,"name":"Enhanced /TempTest-Boot","site_id":2,"type":2,"url":"TempTest-Boot","query":"TempTest-Boot","meta_description":"Provide added protection to your TempTest Thermometer. Fits TempTest 1 & TempTest 2. Available in White/ Translucent, yellow, green, red, blue, and black.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":763,"pageid":763,"name":"Enhanced /Wall-Mount-Bracket","site_id":2,"type":2,"url":"Wall-Mount-Bracket","query":"Wall-Mount-Bracket","meta_description":"10203 - Wall Mount Bracket - Black acrylic wall bracket with a wall-mount hole. Great for storing your Classic Thermapen or Thermapen Mk4.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":522,"pageid":522,"name":"Enhanced /THA-3151","site_id":2,"type":2,"url":"THA-3151","query":"THA-3151","meta_description":"External Temperature and Humidity Sensor for TandD 700 and 7wf/nw Series - Can be extended by 9 meters with extension cable TR-1C30/TR-5C10","version":2160,"created_by":"31964","edited_by":"-4"},{"id":764,"pageid":764,"name":"Enhanced /WD-08467","site_id":2,"type":2,"url":"WD-08467","query":"WD-08467","meta_description":"WD-08467 - High-temperature Flexible Ceramic Fiber-insulated Probe. Select from a 5-foot or 10-foot cable length. Sensor range: -58 to 2200ºF.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":523,"pageid":523,"name":"Enhanced /Therma-K-Kit","site_id":2,"type":2,"url":"Therma-K-Kit","query":"Therma-K-Kit","meta_description":"Therma K Meter & Probe Kit (Probe included) - Designed for food service and processing plants, this affordable meter reads any type K thermocouple.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":765,"pageid":765,"name":"Enhanced /XCK-2M-MF","site_id":2,"type":2,"url":"XCK-2M-MF","query":"XCK-2M-MF","meta_description":"XCK-2M-MF - Coiled Type K Thermocouple Extension Lead - 79-inches (2m) Long with Male/ Female connectors. Call, Chat, or Email if you have any questions.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":524,"pageid":524,"name":"Enhanced /Therma-K-Sous-Vide-Kit","site_id":2,"type":2,"url":"Therma-K-Sous-Vide-Kit","query":"Therma-K-Sous-Vide-Kit","meta_description":"Measure internal food temperatures during sous vide cooking without compromising the vacuum-sealed bag with a new Therma K Sous Vide Kit. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":766,"pageid":766,"name":"Enhanced /XCT-2M-MF","site_id":2,"type":2,"url":"XCT-2M-MF","query":"XCT-2M-MF","meta_description":"XCT-2M-MF - Coiled Type T Thermocouple Extension Lead - 79-inches (2m) Long with Male/ Female connectors. Call, Chat, or Email if you have any questions.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":525,"pageid":525,"name":"Enhanced /Therma-Plus-Kit","site_id":2,"type":2,"url":"Therma-Plus-Kit","query":"Therma-Plus-Kit","meta_description":"Designed for the busiest foodservice kitchens, our new Therma Plus Kit (W/ Probe) is a must have food safety tool. It's rugged, waterproof, and accurate.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":767,"pageid":767,"name":"Enhanced /XSK-1M-MM","site_id":2,"type":2,"url":"XSK-1M-MM","query":"XSK-1M-MM","meta_description":"XSK-1M-MM - Straight Cable Type K Thermocouple Extension Lead - 39-Inches (1m) Long. Male Connectors. Call, Chat, or Email if you have any questions.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":526,"pageid":526,"name":"Enhanced /Therma-Waterproof-Kit","site_id":2,"type":2,"url":"Therma-Waterproof-Kit","query":"Therma-Waterproof-Kit","meta_description":"Designed for wet workplaces, the Therma Waterproof Kit (Probe included) survives harsh industrial use and offers top thermocouple performance.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":768,"pageid":768,"name":"Enhanced /XSK-3M-MF","site_id":2,"type":2,"url":"XSK-3M-MF","query":"XSK-3M-MF","meta_description":"XSK-3M-MF - Straight Type K Thermocouple Extension Lead - 118-Inches (3m) Long. Male/Female Connectors. Call, Chat, or Email if you have any questions.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":527,"pageid":527,"name":"Enhanced /Therma-Waterproof-Type-T-Kit","site_id":2,"type":2,"url":"Therma-Waterproof-Type-T-Kit","query":"Therma-Waterproof-Type-T-Kit","meta_description":"The new version of our popular MicroTherma Series makes use of a unique line of high-precision type T thermocouples. Kit includes a probe.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":769,"pageid":769,"name":"Enhanced /ChefAlarm-OP-0318","site_id":2,"type":2,"url":"ChefAlarm-OP-0318","query":"ChefAlarm-OP-0318","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":528,"pageid":528,"name":"Enhanced /Therma-WiFi-Boot","site_id":2,"type":2,"url":"Therma-WiFi-Boot","query":"Therma-WiFi-Boot","meta_description":"Protective boot for Therma WiFi loggers. Mounting hole on the back of the boot allows for use with the Flexible Tripod.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":529,"pageid":529,"name":"Enhanced /ThermaCheck","site_id":2,"type":2,"url":"ThermaCheck","query":"ThermaCheck","meta_description":"Accurate to be used as a standard for checking other thermometers, ThermaCheck gives food safety professionals a precision tool at an affordable price.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":770,"pageid":770,"name":"Promo - Denny's Ordering","site_id":2,"type":1,"url":"dennys-ordering","query":"dennys-ordering","page_title":"Denny's Ordering","page_header":"Denny's Ordering","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":771,"pageid":771,"name":"Enhanced /Secondary-PRT","site_id":2,"type":2,"url":"Secondary-PRT","query":"Secondary-PRT","meta_description":"ThermoWorks' selection of Calibration Platinum Resistance Thermometers (PRT's) are highly resistant to corrosion and stable over wide temperature ranges. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":530,"pageid":530,"name":"Enhanced /Thermadata-Logger-MKII-Magnetic-Key-Fob","site_id":2,"type":2,"url":"Thermadata-Logger-MKII-Magnetic-Key-Fob","query":"Thermadata-Logger-MKII-Magnetic-Key-Fob","meta_description":"Thermadata Logger MKII Magnetic Key Fob for ThermaData Loggers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":772,"pageid":772,"name":"Enhanced /IR-Pro-75","site_id":2,"type":2,"url":"IR-Pro-75","query":"IR-Pro-75","meta_description":"The IR-PRO-75 infrared thermometer measures ultra-high temperatures from long distances with a distance-to-spot ratio of 75:1.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":531,"pageid":531,"name":"Enhanced /ThermaData-WiFi-Thermistor-Removable-Probes","site_id":2,"type":2,"url":"ThermaData-WiFi-Thermistor-Removable-Probes","query":"ThermaData-WiFi-Thermistor-Removable-Probes","meta_description":"ThermaData WiFi Temp Loggers (1 Removable Ext. Sensor) - Access your critical temperature data from anywhere in the world with ThermaData Wi-Fi Loggers.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":773,"pageid":773,"name":"Enhanced /RayTemp-2-Plus","site_id":2,"type":2,"url":"RayTemp-2-Plus","query":"RayTemp-2-Plus","meta_description":"With an optic ratio of 5:1 and food grade accuracy, RayTemp 2 Plus infrared thermometer is perfect for close range, non-contact temperature measurements.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":532,"pageid":532,"name":"Enhanced /Thermapen-Blue","site_id":2,"type":2,"url":"Thermapen-Blue","query":"Thermapen-Blue","meta_description":"Thermapen Blue - Bluetooth Temperature Probe saves readings directly to your smart device. Perform line checks and audits faster and more accurately. Use the free HACCP LE app or integrate Thermapen Blue into your existing system. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":774,"pageid":774,"name":"Enhanced /Calibration-Baths","site_id":2,"type":2,"url":"Calibration-Baths","query":"Calibration-Baths","meta_description":"ThermoWorks temp calibration baths feature a range of refrigerated and heated temperature baths in varying sizes with three digital controller options.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":533,"pageid":533,"name":"Enhanced /ThermaQ-Blue-Deep-Frying-Kit","site_id":2,"type":2,"url":"ThermaQ-Blue-Deep-Frying-Kit","query":"ThermaQ-Blue-Deep-Frying-Kit","meta_description":"Measure 2 thermocouple probes simultaneously on your smart device with the ThermaQ Blue Frying / Brewing Kit (Probes included).","version":2160,"created_by":"31964","edited_by":"-4"},{"id":775,"pageid":775,"name":"Global Selecting the Right Data Logger","site_id":2,"type":1,"url":"selecting-the-right-data-logger","query":"selecting-the-right-data-logger","page_title":"Selecting the Right Data Logger | ThermoWorks","page_header":"Selecting the Right Data Logger","meta_description":"Data loggers provide valuable temperature tracking. It can be overwhelming trying to find the best data logger for the job. Follow these 5 simple steps to select the right one for your application.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":534,"pageid":534,"name":"Enhanced /ThermaQ-Blue-High-Temp-Kit","site_id":2,"type":2,"url":"ThermaQ-Blue-High-Temp-Kit","query":"ThermaQ-Blue-High-Temp-Kit","meta_description":"ThermaQ Blue High Temp Armored Kit - Includes ThermaQ Blue as well as two high-temperature thermocouple probes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":776,"pageid":776,"name":"Enhanced /Smoke-Open-Box-0518","site_id":2,"type":2,"url":"Smoke-Open-Box-0518","query":"Smoke-Open-Box-0518","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":535,"pageid":535,"name":"Enhanced /ThermaQ-Blue-Kit","site_id":2,"type":2,"url":"ThermaQ-Blue-Kit","query":"ThermaQ-Blue-Kit","meta_description":"ThermaQ Blue Kit - Ideal for BBQ and smoking meat. The kit includes ThermaQ Blue wireless bbq thermometer and two thermocouple probes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":777,"pageid":777,"name":"Enhanced /ATK-Special-Thermapen-Mk4-May18","site_id":2,"type":2,"url":"ATK-Special-Thermapen-Mk4-May18","query":"ATK-Special-Thermapen-Mk4-May18","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":536,"pageid":536,"name":"Enhanced /ThermaQ-Blue-Sous-Vide-Kit","site_id":2,"type":2,"url":"ThermaQ-Blue-Sous-Vide-Kit","query":"ThermaQ-Blue-Sous-Vide-Kit","meta_description":"ThermaQ Sous Vide Kit - Ideal for monitoring your sous vide kit. The kit includes ThermaQ Blue thermocouple thermometer, and sous vide thermocouple probe.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":778,"pageid":778,"name":"Gen - Integrators","site_id":2,"type":1,"url":"integrators-list-current","query":"integrators-list-current","page_title":"Software Integrators","page_header":"Software Integrators","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":537,"pageid":537,"name":"Enhanced /ThermaQ-Deep-Frying-Kit","site_id":2,"type":2,"url":"ThermaQ-Deep-Frying-Kit","query":"ThermaQ-Deep-Frying-Kit","meta_description":"ThermaQ Frying / Brewing Kit - Kit includes ThermaQ (with boot), two 12” Penetration Probes, and Pot Clip. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":779,"pageid":779,"name":"Enhanced /ATK-DOT","site_id":2,"type":2,"url":"ATK-DOT","query":"ATK-DOT","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":538,"pageid":538,"name":"Enhanced /ThermaQ-High-Temp-Kit","site_id":2,"type":2,"url":"ThermaQ-High-Temp-Kit","query":"ThermaQ-High-Temp-Kit","meta_description":"Kit includes ThermaQ (with boot), the heavy-duty Armored Smokehouse Penetration probe, and the High Temp Ambient Air probe with Grate Clip. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":539,"pageid":539,"name":"Enhanced /ThermaQ-Meathead-Kit","site_id":2,"type":2,"url":"ThermaQ-Meathead-Kit","query":"ThermaQ-Meathead-Kit","meta_description":"Meathead of AmazingRibs.com suggested this kit. You get the ThermaQ AND an MTC Thermocouple Thermometer with a smart selection of three probes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":780,"pageid":780,"name":"Enhanced /ATK-TimeStick-AO","site_id":2,"type":2,"url":"ATK-TimeStick-AO","query":"ATK-TimeStick-AO","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":781,"pageid":781,"name":"Enhanced /ATK-Silicone-Boot-Thermapen-Mk4","site_id":2,"type":2,"url":"ATK-Silicone-Boot-Thermapen-Mk4","query":"ATK-Silicone-Boot-Thermapen-Mk4","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":540,"pageid":540,"name":"Enhanced /ThermaQ-Sous-Vide-Kit","site_id":2,"type":2,"url":"ThermaQ-Sous-Vide-Kit","query":"ThermaQ-Sous-Vide-Kit","meta_description":"Monitor your cook without compromising the vacuum-sealed bag with the new ThermaQ Sous Vide Kit. Includes ThermaQ, one waterproof probe, and foam tape.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":782,"pageid":782,"name":"Enhanced /BlueDOT","site_id":2,"type":2,"url":"BlueDOT","query":"BlueDOT","meta_description":"BlueDOT combines the simplicity of DOT, top-rated oven alarm thermometer, with the connectivity of bluetooth giving you one simple, connected, and powerful thermometer. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":541,"pageid":541,"name":"Enhanced /ThermaQ-WiFi-Deep-Frying-Kit","site_id":2,"type":2,"url":"ThermaQ-WiFi-Deep-Frying-Kit","query":"ThermaQ-WiFi-Deep-Frying-Kit","meta_description":"Kit Contains: ThermaQ WiFi and wall bracket for wall or tripod mounting. The bracket is also a bench top stand. \n2 x 12” Penetration Probe, Pot Clip ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":783,"pageid":783,"name":"Enhanced /ThermoPop-DOD-May18-SR","site_id":2,"type":2,"url":"ThermoPop-DOD-May18-SR","query":"ThermoPop-DOD-May18-SR","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":300,"pageid":300,"name":"Enhanced /HiTemp140-5-25","site_id":2,"type":2,"url":"HiTemp140-5-25","query":"HiTemp140-5-25","meta_keywords":"high temperature logmaster logger, high temperature logger, stainless steel logger","meta_description":"High temperature LogMaster Stainless Steel logger with 5.25 inch probe. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":542,"pageid":542,"name":"Enhanced /ThermaQ-WiFi-High-Temp-Kit","site_id":2,"type":2,"url":"ThermaQ-WiFi-High-Temp-Kit","query":"ThermaQ-WiFi-High-Temp-Kit","meta_description":"ThermaQ WiFi High Temp Armored Kit - Includes ThermaQ Wifi thermometer and two high-temperature thermocouple probes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":784,"pageid":784,"name":"Enhanced /Thermapen-Mk4-DOD-May18-PBC","site_id":2,"type":2,"url":"Thermapen-Mk4-DOD-May18-PBC","query":"Thermapen-Mk4-DOD-May18-PBC","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":301,"pageid":301,"name":"Enhanced /HiTemp140-7-TSK-FL","site_id":2,"type":2,"url":"HiTemp140-7-TSK-FL","query":"HiTemp140-7-TSK-FL","meta_keywords":"thermal shield, data logger, stainless steel data logger","meta_description":"Logmaster High temperature stainless steel data logger with 7 inch probe. Includes Thermal Shield for added durability","version":2160,"created_by":"11","edited_by":"-4"},{"id":543,"pageid":543,"name":"Enhanced /ThermaQ-WiFi-Kit","site_id":2,"type":2,"url":"ThermaQ-WiFi-Kit","query":"ThermaQ-WiFi-Kit","meta_description":"ThermaQ Wifi Kit - Kit is ideal for BBQ pitmasters. Kit includes ThermaQ Wifi thermometer and two thermocouple probes - one for food, one for the pit.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":785,"pageid":785,"name":"Holiday Shipping Test","site_id":2,"type":1,"url":"holiday-shipping-test-asdf","query":"holiday-shipping-test-asdf","page_title":"Holiday Shipping Test","page_header":"Holiday Shipping Test","version":2160,"created_by":"11","edited_by":"-4"},{"id":302,"pageid":302,"name":"Enhanced /HiTemp140-7","site_id":2,"type":2,"url":"HiTemp140-7","query":"HiTemp140-7","meta_keywords":"logmaster probe, stainless steel data logger","meta_description":"Logmaster High temperature stainless steel data logger with 7 inch probe.","version":2160,"created_by":"11","edited_by":"-4"},{"id":544,"pageid":544,"name":"Enhanced /ThermaQ-WiFi-Sous-Vide-Kit","site_id":2,"type":2,"url":"ThermaQ-WiFi-Sous-Vide-Kit","query":"ThermaQ-WiFi-Sous-Vide-Kit","meta_description":"ThermaQ WiFi Sous Vide Kit - Kit ideal for keeping track of your sous vide cook. Kit includes ThermaQ Wifi, waterproof probe, and sous vide foam tape.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":786,"pageid":786,"name":"Smoke - Special Offer Expired","site_id":2,"type":1,"url":"smoke-offer-expired","query":"smoke-offer-expired","page_title":"Smoke Offer Expired","page_header":"Smoke Offer Expired","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":303,"pageid":303,"name":"Enhanced /HiTemp140-PT-1-TSK-FL","site_id":2,"type":2,"url":"HiTemp140-PT-1-TSK-FL","query":"HiTemp140-PT-1-TSK-FL","meta_keywords":"stainless steel data logger, 24 inch probe, logmaster high temperature logger\"","meta_description":"LogMaster high temperature stainless steel data logger with 24 inch probe. Includes Thermal Shield for added durability","version":2160,"created_by":"11","edited_by":"-4"},{"id":545,"pageid":545,"name":"Enhanced /PRB-K-000","site_id":2,"type":2,"url":"PRB-K-000","query":"PRB-K-000","meta_description":"This easy to use surface probe features a 1/4\" copper disc that is spring loaded and fit inside a stainless steel shaft. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":787,"pageid":787,"name":"Promo - Fathers Day Specials ","site_id":2,"type":1,"url":"fathers-day","query":"fathers-day","page_title":"Fathers Day Gear | ThermoWorks","page_header":"Fathers Day","version":2160,"created_by":"11","edited_by":"11"},{"id":304,"pageid":304,"name":"Enhanced /HiTemp140-PT-1","site_id":2,"type":2,"url":"HiTemp140-PT-1","query":"HiTemp140-PT-1","meta_keywords":"logmaster,stainless steel data logger, high temperature data logger","meta_description":"LogMaster high temperature stainless steel data logger with 24 inch probe.","version":2160,"created_by":"11","edited_by":"-4"},{"id":546,"pageid":546,"name":"Enhanced /PRB-K-020","site_id":2,"type":2,"url":"PRB-K-020","query":"PRB-K-020","meta_description":"Rugged and durable design covers an extensive range. Used in many industries for high-temperature metal surfaces.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":305,"pageid":305,"name":"Enhanced /RFOT","site_id":2,"type":2,"url":"RFOT","query":"RFOT","meta_keywords":"smoker data logger, restaurant data logger","meta_description":"Transmit and record temperature data in smokehouses, ovens, and other food processing environments with a wireless, rugged RFOT logger.","version":2160,"created_by":"11","edited_by":"-4"},{"id":547,"pageid":547,"name":"Enhanced /PRB-K-028","site_id":2,"type":2,"url":"PRB-K-028","query":"PRB-K-028","meta_description":"Rugged and durable design covers a vast range. This probe is excellent for hard to reach surfaces.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":306,"pageid":306,"name":"Enhanced /RFOT-SMP","site_id":2,"type":2,"url":"RFOT-SMP","query":"RFOT-SMP","meta_keywords":"restaruant data logger, meat data loggers, logmaster data loggers","meta_description":"Logmaster wireless meat logger for monitor internal temperatures.","version":2160,"created_by":"11","edited_by":"-4"},{"id":548,"pageid":548,"name":"Enhanced /PRB-K-030","site_id":2,"type":2,"url":"PRB-K-030","query":"PRB-K-030","meta_description":"Precision Surface Probe is the fastest and most accurate handheld surface probe we've seen. Readings generally take less than 5 seconds! ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":307,"pageid":307,"name":"Enhanced /HiTemp150-FP","site_id":2,"type":2,"url":"HiTemp150-FP","query":"HiTemp150-FP","meta_keywords":"stainless steel data logger, data logger, high temperature logger","meta_description":"LogMaster high temperature stainless steel data logger with 24 inch flexible stainless steel probe.","version":2160,"created_by":"11","edited_by":"-4"},{"id":549,"pageid":549,"name":"Enhanced /PRB-K-032","site_id":2,"type":2,"url":"PRB-K-032","query":"PRB-K-032","meta_description":"The sensor of the Right Angle Precision Surface Probe (K-032) is made from flat-spring ribbons of thermocouple material. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":308,"pageid":308,"name":"Enhanced /HiTemp150-PT","site_id":2,"type":2,"url":"HiTemp150-PT","query":"HiTemp150-PT","meta_keywords":"logmaster stainless steel data logger, data logger, flexible probe\"","meta_description":"LogMaster Stainless Steel Data logger Logger with external probe","version":2160,"created_by":"11","edited_by":"-4"},{"id":309,"pageid":309,"name":"Enhanced /RFTemp2000A-Wireless-Data-Logger","site_id":2,"type":2,"url":"RFTemp2000A-Wireless-Data-Logger","query":"RFTemp2000A-Wireless-Data-Logger","meta_keywords":"Logmaster wireless data logger, data logger, wireless data logger","meta_description":"RFTemp2000A - Transmit temp data to a cloud account.  Wireless communication means the logger can stay installed when you need to program or access data.","version":2160,"created_by":"11","edited_by":"-4"},{"id":790,"pageid":790,"name":"Promo - ATK Special Sale (All Products)","site_id":2,"type":1,"url":"ATK-Multi-Product-Sale-July2020-EXp","query":"ATK-Multi-Product-Sale-July2020-EXp","page_title":"ATK Special Sale | ThermoWorks","page_header":"America's Test Kitchen Special Sale | ThermoWorks","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"11"},{"id":791,"pageid":791,"name":"Enhanced /Smoke-Open-Box-Aug18","site_id":2,"type":2,"url":"Smoke-Open-Box-Aug18","query":"Smoke-Open-Box-Aug18","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":550,"pageid":550,"name":"Enhanced /PRB-K-040","site_id":2,"type":2,"url":"PRB-K-040","query":"PRB-K-040","meta_description":"Pipe Clamp Probe (K-040) is ideal for measuring the surface temperature of pipes or tubing in refrigeration and HVAC systems. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":792,"pageid":792,"name":"Home test page","site_id":2,"type":1,"url":"home-test-page","query":"home-test-page","page_title":"Home test page","page_header":"Home test page","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":551,"pageid":551,"name":"Enhanced /PRB-K-044","site_id":2,"type":2,"url":"PRB-K-044","query":"PRB-K-044","meta_description":"Ribbon Surface Probe (K-044) - Features a 0.32\" diameter cylindrical head with a stainless steel ribbon. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":793,"pageid":793,"name":"Promo - Butterball Offers","site_id":2,"type":1,"url":"butterball-offers","query":"butterball-offers","page_title":"Butterball Offers","page_header":"Butterball Offers","addition_to_head":"  <style type=\"text/css\">\nbody {\n\tfont: 12px \"Helvetica Neue\", Arial, Helvetica, Geneva, sans-serif;\n\tcolor: #666;\n}\n\n#mainContent {\n\tbackground-color: #ffffff;\n\tmargin: 0;\n\tpadding-bottom: 0;\n\tpadding-left: 0;\n\tpadding-right: 0;\n}\n\ntable#header {\n\tpadding: 10px;\n}\n\n#header {\n\ttext-decoration: none;\n\tcolor: gray;\n\tfont-size: 10px;\n}\n\n#header a {\n\ttext-decoration: none;\n\tcolor: gray;\n}\n\n.linkBar a {\n\tmargin-right: 5px;\n\tmargin-left: 5px;\n\tfont-weight: bold;\n\ttext-transform: uppercase;\n\ttext-decoration: none;\n\tcolor: gray;\n\tfont-size: 11px;\n}\n\n.productTitle a {\n\tcolor: gray;\n\tfont-weight: bold;\n\ttext-decoration: none;\n\tfont-size: 14px;\n}\n\ndiv.linkBar {\n\tborder-bottom: 1px solid silver;\n\tmargin-bottom: 5px;\n\tpadding-left: 15px;\n\tpadding-right: 10px;\n\tpadding-bottom: 4px;\n}\n\n#subHeadBar td {\n\tborder-bottom: 1px solid silver;\n\tmargin-bottom: 5px;\n\tmargin-top: 10px;\n\tpadding-left: 15px;\n\tpadding-right: 10px;\n\tpadding-bottom: 4px;\n}\n\ntable#subHeadBar {\n\tmargin-top: 5px;\n}\n\n#contentColumns td {\n\tpadding: 10px 15px;\n}\n\ntable#contentColumns {\n\tmargin-top: 10px;\n}\n\np.productTitle {\n\tmargin-top: 0;\n}\n\n#social img {\n\tmargin-right: 2px;\n\tmargin-left: 2px;\n}\n\n#footer {\n\tfont-size: 10px;\n\tcolor: gray;\n}\n\n#contentColumns span.headline {\n\tdisplay: block;\n\tfont-size: 24px;\n\tcolor: gray;\n}\n\n#contentColumns span.caption a {\n\ttext-decoration: none;\n\tfont-weight: bold;\n\tcolor: gray;\n\tdisplay: block;\n\tmargin-top: 5px;\n}\n\n#contentColumns p {\n\tfont-size: 12px;\n\tcolor: gray;\n}\n\ntd#leftColumn{\n\tborder-right: 1px solid silver;\n}\n\n.subTitle {\n\tcolor: #b80000;\n\tfont-size: 16px;\n\ttext-transform: uppercase;\n}\n\n.headerLinks img {\n\tmargin-left: 10px;\n}\n\na:hover, #contentColumns span.caption a:hover, .productTitle a:hover, .linkBar a:hover {\n\tcolor: #b80000;\n}\n\ntd.productSq {\n\tborder-bottom: 1px solid silver;\n}\ndiv.productpic {\n\tdisplay: inline-block;\n\tfloat: left;\n\tmargin: 15px;\n}\ndiv.PBinfo{\n\tmargin: 20px;\n}\n\t  .BBhead\t { background: url(\"/images/dotd/BB-crosshatch.png\") repeat-x; background-color: #71bade; background: url(\"/images/dotd/BB-crosshatch.png\"), -webkit-linear-gradient(to bottom, #5ebbe9 0%, #5ebbe9 69px, #66b9e2 162px, #71bade 254px, #80bfdd 315px, #99c9e1 408px, #c4e2f1 562px, #e1f5ff 654px, #e1f5ff 100%), repeat-x #71bade; background: url(\"/images/dotd/BB-crosshatch.png\"), -moz-linear-gradient(to bottom, #5ebbe9 0%, #5ebbe9 69px, #66b9e2 162px, #71bade 254px, #80bfdd 315px, #99c9e1 408px, #c4e2f1 562px, #e1f5ff 654px, #e1f5ff 100%), repeat-x #71bade; background: url(\"/images/dotd/BB-crosshatch.png\"), -ms-linear-gradient(to bottom, #5ebbe9 0%, #5ebbe9 69px, #66b9e2 162px, #71bade 254px, #80bfdd 315px, #99c9e1 408px, #c4e2f1 562px, #e1f5ff 654px, #e1f5ff 100%), repeat-x #71bade; background: url(\"/images/dotd/BB-crosshatch.png\"), -o-linear-gradient(to bottom, #5ebbe9 0%, #5ebbe9 69px, #66b9e2 162px, #71bade 254px, #80bfdd 315px, #99c9e1 408px, #c4e2f1 562px, #e1f5ff 654px, #e1f5ff 100%), repeat-x #71bade; background: url(\"/images/dotd/BB-crosshatch.png\"), linear-gradient(to bottom, #5ebbe9 0%, #5ebbe9 69px, #66b9e2 162px, #71bade 254px, #80bfdd 315px, #99c9e1 408px, #c4e2f1 562px, #e1f5ff 654px, #e1f5ff 100%), repeat-x #71bade; background-repeat: repeat-x; }\n  </style>\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":310,"pageid":310,"name":"Enhanced /RFTCTemp2000A","site_id":2,"type":2,"url":"RFTCTemp2000A","query":"RFTCTemp2000A","meta_keywords":"Logmaster wireless data logger, data logger, wireless data logger","meta_description":"RFTCTEMP2000A - Logmaster wireless thermocouple data logger. 2000 series.","version":2160,"created_by":"11","edited_by":"-4"},{"id":552,"pageid":552,"name":"Enhanced /PRB-K-060","site_id":2,"type":2,"url":"PRB-K-060","query":"PRB-K-060","meta_description":"Slips easily between cartons or plastic bagged products. The tip is rounded to minimize accidental penetration of packaging materials.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":794,"pageid":794,"name":"Global - Stocking Dealer Application","site_id":2,"type":1,"url":"stocking-dealers","query":"stocking-dealers","page_title":"Stocking Dealer Application | ThermoWorks","page_header":"Stocking Dealer Application Request","version":2160,"created_by":"31964","edited_by":"-4"},{"id":311,"pageid":311,"name":"Enhanced /RFRTDTemp2000A","site_id":2,"type":2,"url":"RFRTDTemp2000A","query":"RFRTDTemp2000A","meta_keywords":"Logmaster data logger, data logger, RTD logger","meta_description":"RFRTDTEMP2000A - RTD wireless Logmaster data logger. 2000 series.","version":2160,"created_by":"11","edited_by":"-4"},{"id":553,"pageid":553,"name":"Enhanced /PRB-K-084","site_id":2,"type":2,"url":"PRB-K-084","query":"PRB-K-084","meta_description":"These fast response surface probes have a bell-shaped housing with a thin, flat, stainless steel measuring disc, ideal for measuring surface temperatures.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":795,"pageid":795,"name":"5 Common Food Safety Mistakes and How to Avoid Them","site_id":2,"type":1,"url":"5-common-food-safety-mistakes-and-how-to-avoid-them","query":"5-common-food-safety-mistakes-and-how-to-avoid-them","page_title":"5 Common Food Safety Mistakes & How to Avoid Them","page_header":"LC FSTips - 5 Common Food Safety Mistakes and How to Avoid Them","meta_description":"Temperature is critical to food safety. Here are some common food safety errors we've seen and how to avoid them in your facility","version":2160,"created_by":"31964","edited_by":"-4"},{"id":312,"pageid":312,"name":"Enhanced /RFRHTemp2000A","site_id":2,"type":2,"url":"RFRHTemp2000A","query":"RFRHTemp2000A","meta_keywords":"logmaster data logger, data logger, humidity logger","meta_description":"Record critical temperature and humidity data wirelessly with this logmaster data logger.","version":2160,"created_by":"11","edited_by":"-4"},{"id":554,"pageid":554,"name":"Enhanced /PRB-K-100","site_id":2,"type":2,"url":"PRB-K-100","query":"PRB-K-100","meta_description":"Great for fast measurements in foods, plastics, rubbers, etc. A 5\" shaft is 1/16\" all the way to the needle tip providing a small mass and fast response. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":796,"pageid":796,"name":"Sale - Infrared Open Box","site_id":2,"type":1,"url":"Infrared-Open-Box-Oct19","query":"Infrared-Open-Box-Oct19","page_title":"Infrared Open Box","page_header":"Infrared Open Box","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":313,"pageid":313,"name":"Enhanced /ThermAlert-RH","site_id":2,"type":2,"url":"ThermAlert-RH","query":"ThermAlert-RH","meta_keywords":"ThermaData logger, temperature and humidity data logger, data logger, logmaster data logger","meta_description":"For wireless monitoring of critical temperature and humidity data, the LogMaster Therm-A-lert will do the job.","version":2160,"created_by":"11","edited_by":"-4"},{"id":555,"pageid":555,"name":"Enhanced /PRB-K-101","site_id":2,"type":2,"url":"PRB-K-101","query":"PRB-K-101","meta_description":"Hex-Handle Mini-Needle Probe, 2-inch (K-101). Perfect for many food applications but also useful for other industrial purposes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":797,"pageid":797,"name":"Dealer Learning Center","site_id":2,"type":1,"url":"dealer-learning-center","query":"dealer-learning-center","page_title":"Dealer Learning Center","page_header":"Dealer Learning Center","version":2160,"created_by":"11","edited_by":"-4"},{"id":314,"pageid":314,"name":"Enhanced /ThermAlert-P","site_id":2,"type":2,"url":"ThermAlert-P","query":"ThermAlert-P","meta_keywords":"thermadata logger, data logger, data logger with probe.","meta_description":"For wireless monitoring of critical temperature and humidity data, the LogMaster Therm-A-lert will do the job with an external probe.","version":2160,"created_by":"11","edited_by":"-4"},{"id":556,"pageid":556,"name":"Enhanced /PRB-K-1101","site_id":2,"type":2,"url":"PRB-K-1101","query":"PRB-K-1101","meta_description":"Great for fast measurements in foods, plastics, rubbers, etc… The 4\" shaft is 1/16\" all the way to the needle tip providing a small mass and fast response.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":798,"pageid":798,"name":"5 Signs Wrong Thermometer","site_id":2,"type":1,"url":"five-signs-wrong-thermometer","query":"five-signs-wrong-thermometer","page_title":"Five Signs Wrong Thermometer","page_header":"Five Signs Wrong Thermometer","version":2160,"created_by":"11","edited_by":"-4"},{"id":315,"pageid":315,"name":"Enhanced /EggTemp","site_id":2,"type":2,"url":"EggTemp","query":"EggTemp","meta_keywords":"egg thermometer, egg temperature simulator, incubator monitor, shipping temperature, storage monitoring","meta_description":"Egg temperature simulator great for Shipping validation, Incubator monitoring, and storage monitoring. Also fits standard egg containers","version":2160,"created_by":"11","edited_by":"-4"},{"id":557,"pageid":557,"name":"Enhanced /PRB-K-120","site_id":2,"type":2,"url":"PRB-K-120","query":"PRB-K-120","meta_description":"Available in different lengths and diameters. The larger diameters are more rigid while the smaller diameter (1/4\") is faster.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":799,"pageid":799,"name":"Turkey Thermometer Guide","site_id":2,"type":1,"url":"turkey-thermometer-guide1","query":"turkey-thermometer-guide1","page_title":"Turkey Thermometer Guide","page_header":"Turkey Thermometer Guide","version":2160,"created_by":"11","edited_by":"-4"},{"id":316,"pageid":316,"name":"Enhanced /TR-71NW","site_id":2,"type":2,"url":"TR-71NW","query":"TR-71NW","meta_keywords":"data logger","meta_description":"Connect a TR-7nw series logger to your existing network and record temperature and humidity data directly to the cloud.","version":2160,"created_by":"11","edited_by":"-4"},{"id":558,"pageid":558,"name":"Enhanced /PRB-K-120-36","site_id":2,"type":2,"url":"PRB-K-120-36","query":"PRB-K-120-36","meta_description":"Perfect for long reaches, deep containers, pulp processing, ground-meat processing, silo-grain temperature, composting, asphalt plants and other purposes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":317,"pageid":317,"name":"Enhanced /TR-72NW","site_id":2,"type":2,"url":"TR-72NW","query":"TR-72NW","meta_keywords":"Ethernet data logger, network enabled, temperature, humidity","meta_description":"Ethernet enabled loggers Auto data upload to cloud storage Free Web Storage","version":2160,"created_by":"11","edited_by":"-4"},{"id":559,"pageid":559,"name":"Enhanced /PRB-K-124","site_id":2,"type":2,"url":"PRB-K-124","query":"PRB-K-124","meta_description":"Very sharp, heavy-shafted stainless steel probe for penetration in meats, frozen and refrigerated foods.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":318,"pageid":318,"name":"Enhanced /TR-75NW","site_id":2,"type":2,"url":"TR-75NW","query":"TR-75NW","meta_description":"Ethernet Logger (TR-75NW) - Ethernet enabled loggers Auto data upload to cloud storage  Free Web Storage - no monthly fees Dual channel Thermocouples.","version":2160,"created_by":"11","edited_by":"-4"},{"id":319,"pageid":319,"name":"Enhanced /TR-75WF","site_id":2,"type":2,"url":"TR-75WF","query":"TR-75WF","meta_description":"Connect a TR-7wf series logger to your existing network and record temperature data directly to the cloud. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":560,"pageid":560,"name":"Enhanced /PRB-K-125","site_id":2,"type":2,"url":"PRB-K-125","query":"PRB-K-125","meta_description":"Heavy Duty T-Handle, 20-inch Probe, Reduced Tip - Perfect for long reaches, deep containers, pulp processing, ground-meat processing, and other purposes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":561,"pageid":561,"name":"Enhanced /PRB-K-126","site_id":2,"type":2,"url":"PRB-K-126","query":"PRB-K-126","meta_description":"Same size as the Heavy Duty T-Shape Needle Probe but with a larger, reinforced shaft for even tougher use in frozen foods or asphalt construction work.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":320,"pageid":320,"name":"Enhanced /TR-72WF","site_id":2,"type":2,"url":"TR-72WF","query":"TR-72WF","meta_keywords":"data logger, wifi logger","meta_description":"These battery-powered loggers record up to 8,000 readings on board. Manage setup, alerts, downloads, and updates directly from your mobile device.","version":2160,"created_by":"11","edited_by":"-4"},{"id":562,"pageid":562,"name":"Enhanced /PRB-K-130","site_id":2,"type":2,"url":"PRB-K-130","query":"PRB-K-130","meta_description":"Heavy Duty T-Handle, 5/16-inch Dia, 20-inch Probe, Reduced Tip (K-130) - Extra sturdy shaft with reduced tip for faster response times.  ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":321,"pageid":321,"name":"Enhanced /TR-72NW-H","site_id":2,"type":2,"url":"TR-72NW-H","query":"TR-72NW-H","meta_keywords":"data logger, high precision logger","meta_description":"T&D High Precision Temp & Humidity PoE Ethernet Logger (TR-72NW-H)","version":2160,"created_by":"11","edited_by":"-4"},{"id":563,"pageid":563,"name":"Enhanced /PRB-K-135","site_id":2,"type":2,"url":"PRB-K-135","query":"PRB-K-135","meta_description":"Heavy Duty T-Handle, 3/8-inch Dia, 55-inch Probe, Reduced Tip (K-135) - Probe Shaft Dimensions: 55\" x 0.38\" dia. reducing to 0.24\"","version":2160,"created_by":"31964","edited_by":"-4"},{"id":322,"pageid":322,"name":"Enhanced /TR-72WF-H","site_id":2,"type":2,"url":"TR-72WF-H","query":"TR-72WF-H","meta_keywords":"data logger, temperature logger, wifi logger","meta_description":"Connect a TR-7wf series logger to your existing W-Fi network and record temperature and humidity data directly to the cloud.","version":2160,"created_by":"11","edited_by":"-4"},{"id":564,"pageid":564,"name":"Enhanced /PRB-K-158","site_id":2,"type":2,"url":"PRB-K-158","query":"PRB-K-158","meta_description":"This handheld probe with a 1/8\" shaft and reduced 1/16\" (1.5mm) needle tip gives you the exact same high speed probe stem as the Thermapen uses.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":323,"pageid":323,"name":"Enhanced /RTR-502","site_id":2,"type":2,"url":"RTR-502","query":"RTR-502","meta_keywords":"data logger, T&D data logger, RF data logger, temperature logger","meta_description":"T&D Series 500 Temperature RF data Logger with External Probe.","version":2160,"created_by":"11","edited_by":"-4"},{"id":565,"pageid":565,"name":"Enhanced /PRB-K-159","site_id":2,"type":2,"url":"PRB-K-159","query":"PRB-K-159","meta_description":"Hex-Handle Super-Fast¨ Penetration Probe (K-159) - The perfect combination of speed and durability. You get 3-second food or liquid readings.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":324,"pageid":324,"name":"Enhanced /RTR-501","site_id":2,"type":2,"url":"RTR-501","query":"RTR-501","meta_keywords":"Data logger, T&D data logger","meta_description":"T&D 500 series RF temperature data logger with internal sensor.","version":2160,"created_by":"11","edited_by":"-4"},{"id":566,"pageid":566,"name":"Enhanced /PRB-K-160","site_id":2,"type":2,"url":"PRB-K-160","query":"PRB-K-160","meta_description":"This 5\" general purpose probe is popular in the food industries and is a little more rugged than the Fast Response Probe.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":325,"pageid":325,"name":"Enhanced /RTR-507","site_id":2,"type":2,"url":"RTR-507","query":"RTR-507","meta_keywords":"temperature and humidity logger, data logger, humidity data logger, T&D data logger","meta_description":"T&D Series 500 with Wide Range, High Accuracy Temperature & Humidity RF Logger (RTR-507)","version":2160,"created_by":"11","edited_by":"-4"},{"id":567,"pageid":567,"name":"Enhanced /PRB-K-161-7","site_id":2,"type":2,"url":"PRB-K-161-7","query":"PRB-K-161-7","meta_description":"Sharp penetration probe is mounted directly to an industry-standard miniature thermocouple plug. No cable included.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":326,"pageid":326,"name":"Enhanced /RTR-503","site_id":2,"type":2,"url":"RTR-503","query":"RTR-503","meta_keywords":"T&D data logger, data logger, termpeature and humidity logger","meta_description":"T&D Series 500 Temperature & Humidity RF Data Logger","version":2160,"created_by":"11","edited_by":"-4"},{"id":568,"pageid":568,"name":"Enhanced /PRB-K-162","site_id":2,"type":2,"url":"PRB-K-162","query":"PRB-K-162","meta_description":"Mini-Handle Penetration Probe - 1/8\" diameter shaft is swaged to a smaller diameter and given a very sharp tip for easy penetration in most semi-solids.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":327,"pageid":327,"name":"Enhanced /RTR-505Pt","site_id":2,"type":2,"url":"RTR-505Pt","query":"RTR-505Pt","meta_keywords":"T&D data logger, temperature logger, RTD data logger","meta_description":"RTR-505PT - T&D Series 500 RTD Temperature RF Data Logger","version":2160,"created_by":"11","edited_by":"-4"},{"id":569,"pageid":569,"name":"Enhanced /PRB-K-168","site_id":2,"type":2,"url":"PRB-K-168","query":"PRB-K-168","meta_description":"This 12\" general purpose probe is popular in the food industries and is a little more rugged than the Fast Response Probe. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":328,"pageid":328,"name":"Enhanced /RTR-505TC","site_id":2,"type":2,"url":"RTR-505TC","query":"RTR-505TC","meta_keywords":"Thermocouple data logger, T&D data logger, data logger, temperature logger","meta_description":"T&D Series 500 Thermocouple Temperature RF data Logger. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":329,"pageid":329,"name":"Enhanced /TR-702NW","site_id":2,"type":2,"url":"TR-702NW","query":"TR-702NW","meta_description":"T&D Ethernet/LAN Temp & Humidity Logger (TR-702NW)","version":2160,"created_by":"11","edited_by":"-4"},{"id":570,"pageid":570,"name":"Enhanced /PRB-K-181-2","site_id":2,"type":2,"url":"PRB-K-181-2","query":"PRB-K-181-2","meta_description":"This probe is great for very small samples and speedy response times (reads in only 2 seconds).","version":2160,"created_by":"31964","edited_by":"-4"},{"id":571,"pageid":571,"name":"Enhanced /PRB-K-183-4","site_id":2,"type":2,"url":"PRB-K-183-4","query":"PRB-K-183-4","meta_description":"PTFE cable and sealed junction allow you to immerse the cable and probe in ovens or other cooking processes and can withstand oven temperatures.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":330,"pageid":330,"name":"Enhanced /RTR-574","site_id":2,"type":2,"url":"RTR-574","query":"RTR-574","meta_keywords":"Data logger, temperature logger, Illuminance logger, UV logger, Humidity logger, T&D logger","meta_description":"T&D Illuminance, UV, Temperature and Humidity W-Fi Logger with two external probes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":572,"pageid":572,"name":"Enhanced /PRB-K-204","site_id":2,"type":2,"url":"PRB-K-204","query":"PRB-K-204","meta_description":"Great for reaching over hot grills, into large ovens, rotisseries or deep pots; also suitable for liquids and air temperatures.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":331,"pageid":331,"name":"Enhanced /RTR-574-H","site_id":2,"type":2,"url":"RTR-574-H","query":"RTR-574-H","meta_keywords":"data logger, T&D data logger","meta_description":"T&D Wide Range Illuminance, UV, Temp and Humidity W-Fi Logger with two external probes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":573,"pageid":573,"name":"Enhanced /PRB-K-212","site_id":2,"type":2,"url":"PRB-K-212","query":"PRB-K-212","meta_description":"1/8\" Dia. High Temp Handheld Probe, 5\" long - The shaft is mineral-insulated stainless steel that can be bent without adversely affecting performance.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":332,"pageid":332,"name":"Enhanced /TR-51i","site_id":2,"type":2,"url":"TR-51i","query":"TR-51i","meta_keywords":"T&D, data logger","meta_description":"Looking for a data logger to use in harsh environments? Look no further. Our new T&D loggers are IP67/IP64 rated for water resistance.","version":2160,"created_by":"11","edited_by":"-4"},{"id":574,"pageid":574,"name":"Enhanced /PRB-K-213","site_id":2,"type":2,"url":"PRB-K-213","query":"PRB-K-213","meta_description":"High Temp Handheld Probe, 12-inch (K-213) - Use this probe for liquids and hot air or gases.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":333,"pageid":333,"name":"Enhanced /TR-52i","site_id":2,"type":2,"url":"TR-52i","query":"TR-52i","meta_keywords":"T&D, data logger, usb data logger","meta_description":"TR-52i - T&D Temp USB Logger - New T&D loggers are IP67/IP64 rated for water resistance.","version":2160,"created_by":"11","edited_by":"-4"},{"id":575,"pageid":575,"name":"Enhanced /PRB-K-300","site_id":2,"type":2,"url":"PRB-K-300","query":"PRB-K-300","meta_description":"The stainless steel shaft is open-ended with a ventilation hole provided to expose the bare thermocouple sensor for faster measurements of air or gases.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":334,"pageid":334,"name":"Enhanced /TR-55i-TC","site_id":2,"type":2,"url":"TR-55i-TC","query":"TR-55i-TC","meta_keywords":"T&D data logger","meta_description":"TR-55I-TC - T&D Temp USB Logger - Stores 16,000 readings, Up to 4-year battery life, 20 second download time for full data.","version":2160,"created_by":"11","edited_by":"-4"},{"id":576,"pageid":576,"name":"Enhanced /PRB-K-36X","site_id":2,"type":2,"url":"PRB-K-36X","query":"PRB-K-36X","meta_description":"PTFE insulated with an exposed junction. Easily taped, clamped or glued to surfaces, in holes.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":335,"pageid":335,"name":"Enhanced /TW-USB-1","site_id":2,"type":2,"url":"TW-USB-1","query":"TW-USB-1","meta_keywords":"usb data logger, data logger","meta_description":"EasyLog USB Logger, Temp (TW-USB-1) - Our new USB Data Loggers are a cost-effective solution for logging temperature just about anywhere.","version":2160,"created_by":"11","edited_by":"-4"},{"id":577,"pageid":577,"name":"Enhanced /PRB-K-37X","site_id":2,"type":2,"url":"PRB-K-37X","query":"PRB-K-37X","meta_description":"Heavy Duty Wire Probe (K-37X) - PTFE insulated with an exposed junction. Stranded wire with less than 0.1\" overall diameter. General purpose.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":336,"pageid":336,"name":"Enhanced /TW-USB-1","site_id":2,"type":2,"url":"TW-USB-1","query":"TW-USB-1","meta_keywords":"usb data logger, data logger","meta_description":"Our new USB Data Loggers are a cost-effective solution for logging temperature just about anywhere.","version":2160,"created_by":"11","edited_by":"-4"},{"id":578,"pageid":578,"name":"Enhanced /PRB-K-37X-T","site_id":2,"type":2,"url":"PRB-K-37X-T","query":"PRB-K-37X-T","meta_description":"Use in dishwashers, freezers or anywhere a waterproof sensor is useful. Wire cable with PTFE insulation and a cylindrical cap sealed over the junction.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":337,"pageid":337,"name":"Enhanced /TW-USB-1-LCD","site_id":2,"type":2,"url":"TW-USB-1-LCD","query":"TW-USB-1-LCD","meta_keywords":"usb data logger, data logger","meta_description":"EasyLog USB Logger, Temp w/LCD (TW-USB-1-LCD) - Connect to DataPad or directly to PC via USB, Free Software, and Range to 176°F (80°C).","version":2160,"created_by":"11","edited_by":"-4"},{"id":579,"pageid":579,"name":"Enhanced /PRB-K-38X","site_id":2,"type":2,"url":"PRB-K-38X","query":"PRB-K-38X","meta_description":"The High Temp Wire Probe is a good low-cost high temp probe for ovens and backyard grills.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":338,"pageid":338,"name":"Enhanced /TW-USB-2","site_id":2,"type":2,"url":"TW-USB-2","query":"TW-USB-2","meta_keywords":"usb data logger, data logger","meta_description":"EasyLog USB Logger, Temp/Humidity (TW-USB-2) - With an IP 67 rating, our TW-USB-2 loggers are water resistant and can log in the harshest environments.","version":2160,"created_by":"11","edited_by":"-4"},{"id":339,"pageid":339,"name":"Enhanced /TW-USB-2-LCD-Plus","site_id":2,"type":2,"url":"TW-USB-2-LCD-Plus","query":"TW-USB-2-LCD-Plus","meta_keywords":"usb data logger, data logger","meta_description":"EasyLog USB Logger, Temp/Humidity (TW-USB-2-LCD+) - With built-in alarm LEDs you'll know before you download that there has been a danger condition.","version":2160,"created_by":"11","edited_by":"-4"},{"id":580,"pageid":580,"name":"Enhanced /PRB-K-420","site_id":2,"type":2,"url":"PRB-K-420","query":"PRB-K-420","meta_description":"The High Temp Industrial Probes go to very high temperatures and the stems are completely sealed against moisture.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":581,"pageid":581,"name":"Enhanced /PRB-K-421","site_id":2,"type":2,"url":"PRB-K-421","query":"PRB-K-421","meta_description":"Hi-Temp Industrial Probe, 1/16-inch Dia., 12-inch - Mineral insulated sheath can be easily bent to any shape and is perfect for high temperatures.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":340,"pageid":340,"name":"Enhanced /TW-USB-2-Plus","site_id":2,"type":2,"url":"TW-USB-2-Plus","query":"TW-USB-2-Plus","meta_keywords":"usb data logger, data logger","meta_description":"The TW-USB-2+ EasyLog USB Data logger is a cost-effective solution for logging temperature just about anywhere.","version":2160,"created_by":"11","edited_by":"-4"},{"id":582,"pageid":582,"name":"Enhanced /PRB-K-425","site_id":2,"type":2,"url":"PRB-K-425","query":"PRB-K-425","meta_description":"Hi-Temp Industrial Probe, 1/8-inch Dia., 7-inch - Mineral insulated sheath can be easily bent to any shape and is perfect for high temperatures.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":341,"pageid":341,"name":"Enhanced /TW-USB-2-LCD","site_id":2,"type":2,"url":"TW-USB-2-LCD","query":"TW-USB-2-LCD","meta_keywords":"usb data logger, data logger","meta_description":"EasyLog USB Logger, Temp/Humidity w/LCD  (TW-USB-2-LCD) - There are no cables, cradles, or dongles to keep track of.","version":2160,"created_by":"11","edited_by":"-4"},{"id":583,"pageid":583,"name":"Enhanced /PRB-K-426","site_id":2,"type":2,"url":"PRB-K-426","query":"PRB-K-426","meta_description":"Hi-Temp Industrial Probe, 1/8-inch Dia., 12-inch - Mineral insulated sheath can be easily bent to any shape and is perfect for high temperatures.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":100,"pageid":100,"name":"Enhanced /Extra-Big-Loud","site_id":2,"type":2,"url":"Extra-Big-Loud","query":"Extra-Big-Loud","meta_keywords":"loud timer, easy to use timer, big timer","meta_description":"Foodservice, industrial plants, schools and labs shouldn't be stuck with cheap timers. Get the Extra Big and Loud Timer and you'll know when time is up!","version":2160,"created_by":"11","edited_by":"-4"},{"id":342,"pageid":342,"name":"Enhanced /TW-USB-1-RCG","site_id":2,"type":2,"url":"TW-USB-1-RCG","query":"TW-USB-1-RCG","meta_keywords":"usb data logger, data logger","meta_description":"EasyLog USB Logger, (TW-USB-1-RCG) - Our new TW-USB-1-RCG uses a lithium-ion rechargeable battery for use up to one month between charge cycles.","version":2160,"created_by":"11","edited_by":"-4"},{"id":584,"pageid":584,"name":"Enhanced /PRB-K-440","site_id":2,"type":2,"url":"PRB-K-440","query":"PRB-K-440","meta_description":"Measure surface temperature permanently. The thermocouple sensing junction is located on a washer with a 1/4\" diameter hole for bolting to the surface.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":101,"pageid":101,"name":"Enhanced /TimeStick-Trio","site_id":2,"type":2,"url":"TimeStick-Trio","query":"TimeStick-Trio","meta_keywords":"triple handheld timer, simple interface, easy to set, hang around neck","meta_description":"TimeStick Trio will be your favorite Multi timer. Hang it from your neck, slip it in a pocket or mount it to a magnetic surface.","version":2160,"created_by":"11","edited_by":"-4"},{"id":343,"pageid":343,"name":"Enhanced /TW-USB-1-PRO","site_id":2,"type":2,"url":"TW-USB-1-PRO","query":"TW-USB-1-PRO","meta_keywords":"usb data logger, data logger","meta_description":"EasyLog USB Logger, SST Temp (TW-USB-1-PRO) - Stainless steel rugged enclosure, Software included, Range to 257°F (125°C), and no cables, dongles or docks.","version":2160,"created_by":"11","edited_by":"-4"},{"id":585,"pageid":585,"name":"Enhanced /PRB-K-444","site_id":2,"type":2,"url":"PRB-K-444","query":"PRB-K-444","meta_description":"Standard Industrial Probe, 3/16-inch Dia. 6-inch - Rigid stainless steel probes are suitable for a wide variety of temperature measurements.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":102,"pageid":102,"name":"Enhanced /TimeStick","site_id":2,"type":2,"url":"TimeStick","query":"TimeStick","meta_keywords":"Pocket Timer, lanyard, water resistant, kitchen, compact, precise, loud, easy to use, simple, neck, commercial, robust, sporting, countdown, count-down, count-up, splash proof, bar graph, estimator, colors, chef coat, buttons, keypad","meta_description":"TimeStick will be your favorite timer. Hang it from your neck, slip it in a pocket or mount it to a magnetic surface. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":344,"pageid":344,"name":"Enhanced /TW-USB-TC","site_id":2,"type":2,"url":"TW-USB-TC","query":"TW-USB-TC","meta_keywords":"USB data logger, logger, data logger, thermoworks data logger","meta_description":"EasyLog USB Logger (TW-USB-TC) -  Log temperatures in ovens, freezers, and industrial equipment with one of our high temperature thermocouples.","version":2160,"created_by":"11","edited_by":"-4"},{"id":586,"pageid":586,"name":"Enhanced /PRB-K-446","site_id":2,"type":2,"url":"PRB-K-446","query":"PRB-K-446","meta_description":"Standard Industrial Probe, 3/16-inch Dia. 12-inch  - Rigid stainless steel probes are suitable for a wide variety of temperature measurements.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":103,"pageid":103,"name":"Enhanced /RT615","site_id":2,"type":2,"url":"RT615","query":"RT615","meta_keywords":"fridge/freezer thermometer,freezer thermometer, fridge thermometer, thermoworks thermometer, digital thermometer","meta_description":"ThermoWorks RT615 water-resistant digital thermometer turns off to save battery power when door is shut and powers on automatically with the light","version":2160,"created_by":"11","edited_by":"-4"},{"id":345,"pageid":345,"name":"Enhanced /TW-USB-TC-LCD","site_id":2,"type":2,"url":"TW-USB-TC-LCD","query":"TW-USB-TC-LCD","meta_keywords":"USB data logger, logger, data logger, thermoworks data logger","meta_description":"Our new USB Data Loggers are a cost-effective solution for logging temperature and humidity data just about anywhere.","version":2160,"created_by":"11","edited_by":"-4"},{"id":587,"pageid":587,"name":"Enhanced /PRB-K-449","site_id":2,"type":2,"url":"PRB-K-449","query":"PRB-K-449","meta_description":"Standard Industrial Probe, 1/4-inch Dia. 6-inch  - Rigid stainless steel probes are suitable for a wide variety of temperature measurements.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":104,"pageid":104,"name":"Enhanced /RT801","site_id":2,"type":2,"url":"RT801","query":"RT801","meta_keywords":"low-cost thermometer, fridge thermometer, freezer thermometer, alarm thermometer","meta_description":"RT801 is a great low-cost alarm thermometer. Perfect for monitoring refrigerators, freezers, coolers, chillers and all other types of cold storage systems","version":2160,"created_by":"11","edited_by":"-4"},{"id":346,"pageid":346,"name":"Enhanced /TW-USB-RT","site_id":2,"type":2,"url":"TW-USB-RT","query":"TW-USB-RT","meta_keywords":"USB data logger, logger, data logger, thermoworks data logger","meta_description":"EasyLog USB Logger, Temp Real-time (TW-USB-RT) - Temperature, humidity, and dew point, Connects directly to PC via USB, and No cables, dongles or docks.","version":2160,"created_by":"11","edited_by":"-4"},{"id":588,"pageid":588,"name":"Enhanced /PRB-K-450","site_id":2,"type":2,"url":"PRB-K-450","query":"PRB-K-450","meta_description":"Standard Industrial Probe, 1/4-inch Dia. 12-inch   - Rigid stainless steel probes are suitable for a wide variety of temperature measurements.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":105,"pageid":105,"name":"Enhanced /RT8100MAT","site_id":2,"type":2,"url":"RT8100MAT","query":"RT8100MAT","meta_keywords":"digital thermometer, alarm thermometer, min/max thermometer","meta_description":"The RT8100MAT is a two channel thermometer that records the date and time of the minimum and maximum readings.","version":2160,"created_by":"11","edited_by":"-4"},{"id":347,"pageid":347,"name":"Enhanced /TW-USB-LITE","site_id":2,"type":2,"url":"TW-USB-LITE","query":"TW-USB-LITE","meta_keywords":"usb data logger, data logger, alarm thermometer","meta_description":"With built-in alarm LEDs you'll know before you download that there has been a danger condition.","version":2160,"created_by":"11","edited_by":"-4"},{"id":589,"pageid":589,"name":"Enhanced /PRB-K-481","site_id":2,"type":2,"url":"PRB-K-481","query":"PRB-K-481","meta_description":"Great for permanent monitoring of ambient temperatures in cold storage or other facilities. The ventilated ABS case is easily mounted on the wall.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":106,"pageid":106,"name":"Enhanced /RT8100","site_id":2,"type":2,"url":"RT8100","query":"RT8100","meta_keywords":"fridge thermometer, freezer thermometer, alarm thermometer","meta_description":"Fridge/ Freezer Alarm Thermometer (RT8100) is fully programmable with two probes, one for your freezer and one for your refrigerator.","version":2160,"created_by":"11","edited_by":"-4"},{"id":348,"pageid":348,"name":"Enhanced /TW-WiFi-T","site_id":2,"type":2,"url":"TW-WiFi-T","query":"TW-WiFi-T","meta_keywords":"Wifi data logger, easylog wifi logger","meta_description":"(TW-WiFi-T) - With convenient setup tools and logger features, setup of wireless data has never been easier.","version":2160,"created_by":"11","edited_by":"-4"},{"id":107,"pageid":107,"name":"Enhanced /PharmAlarm1","site_id":2,"type":2,"url":"PharmAlarm1","query":"PharmAlarm1","meta_keywords":"pharmacy thermometer, digital alarm thermometer, freezer thermometer, thermometer with alarm","meta_description":"Protect valuable refrigerated and frozen products with the PharmAlarm 1 Digital Alarm Thermometer. Monitors critical temps with audible and visual alarms.","version":2160,"created_by":"11","edited_by":"-4"},{"id":349,"pageid":349,"name":"Enhanced /TW-WiFi-T-Plus","site_id":2,"type":2,"url":"TW-WiFi-T-Plus","query":"TW-WiFi-T-Plus","meta_keywords":"Wifi data logger, easylog wifi logger","meta_description":"(TW-WiFi-T+) - Store data to the cloud and access critical temperature and humidity data from anywhere with an active browser.","version":2160,"created_by":"11","edited_by":"-4"},{"id":108,"pageid":108,"name":"Enhanced /PharmAlarm2","site_id":2,"type":2,"url":"PharmAlarm2","query":"PharmAlarm2","meta_keywords":"PharmAlarm thermometer, digital alarm thermometer, pharmacy thermometer, vaccine thermometer, freezer thermometer","meta_description":"Protect your valuable refrigerated and frozen products with the PharmAlarm 2 Max/Min Recording Thermometer. This Alarm Thermometer comes with two probes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":109,"pageid":109,"name":"Enhanced /DishTemp","site_id":2,"type":2,"url":"DishTemp","query":"DishTemp","addition_to_head":"<style type=\"text/css\">\n\tform#product-details-full-form section.custom-accordion ul.bullets {\n\tmargin:10px 0 5px 25px\n\t}\n\tform#product-details-full-form section.custom-accordion ul.bullets li {\n\tlist-style-type:disc;color:#777;line-height:25px;font-size:14px\n\t}\t\n</style>\n","meta_keywords":"dishwasher thermometer, thermoworks thermometer, waterproof thermometer","meta_description":"Designed to ride along with a load of dishes, DishTemp simulates a plate and accurately and irreversibly records the max surface temperature.","version":2160,"created_by":"11","edited_by":"-4"},{"id":590,"pageid":590,"name":"Enhanced /PRB-K-745","site_id":2,"type":2,"url":"PRB-K-745","query":"PRB-K-745","meta_description":"The burger probe is designed for the busy fast food kitchen. A fine gauge needle tip measures meat temperatures very quickly.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":591,"pageid":591,"name":"Enhanced /PRB-T-060","site_id":2,"type":2,"url":"PRB-T-060","query":"PRB-T-060","meta_description":"Type T - Rigid between pack probe is strong and versatile, designed specifically to measure between packets or boxes produce.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":350,"pageid":350,"name":"Enhanced /TW-WiFi-TP","site_id":2,"type":2,"url":"TW-WiFi-TP","query":"TW-WiFi-TP","meta_keywords":"Wifi data logger, easylog wifi logger","meta_description":"TW-WIFI-TP - Store data to the cloud and access critical temperature and humidity data from anywhere with an active browser.","version":2160,"created_by":"11","edited_by":"-4"},{"id":592,"pageid":592,"name":"Enhanced /PRB-T-100","site_id":2,"type":2,"url":"PRB-T-100","query":"PRB-T-100","meta_description":"Type T Thermocouple - These versatile and rigid Needle Probes are ideal for penetrating a variety of materials. Fast response.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":351,"pageid":351,"name":"Enhanced /TW-WiFi-TP-Plus","site_id":2,"type":2,"url":"TW-WiFi-TP-Plus","query":"TW-WiFi-TP-Plus","meta_keywords":"Wifi data logger, easylog wifi logger","meta_description":"TW-WiFi-TP+ - Once connected you just set up your logging and alarm parameters and start recording data. It's that easy.","version":2160,"created_by":"11","edited_by":"-4"},{"id":593,"pageid":593,"name":"Enhanced /PRB-T-120","site_id":2,"type":2,"url":"PRB-T-120","query":"PRB-T-120","meta_description":"Type T Heavy Duty T-Handle, 1/4-inch Dia, 12-inch - Available in different lengths and diameters. The Larger is more rigid while the smaller is faster.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":110,"pageid":110,"name":"Enhanced /BlueTherm-One-Meter-Probe-Kit","site_id":2,"type":2,"url":"BlueTherm-One-Meter-Probe-Kit","query":"BlueTherm-One-Meter-Probe-Kit","meta_description":"Perform fast and accurate line checks, and store readings electronically to your smart device. BlueTherm One is a fast, easy, and reliable way to do HACCP.","version":2160,"created_by":"11","edited_by":"-4"},{"id":352,"pageid":352,"name":"Enhanced /TW-WiFi-DTP-Plus","site_id":2,"type":2,"url":"TW-WiFi-DTP-Plus","query":"TW-WiFi-DTP-Plus","meta_keywords":"Wifi data logger, easylog wifi logger","meta_description":"TW-WiFi-DTP+ - Monitor ambient conditions of labs, walk-in cooler temperatures, cold holding of food products, vaccine refrigerators,  and much more.","version":2160,"created_by":"11","edited_by":"-4"},{"id":594,"pageid":594,"name":"Enhanced /PRB-T-121","site_id":2,"type":2,"url":"PRB-T-121","query":"PRB-T-121","meta_description":"Type T Heavy Duty T-Handle, 1/4-inch Dia, 20-inch - Available in different lengths and diameters. The Larger is more rigid while the smaller is faster.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":111,"pageid":111,"name":"Enhanced /BlueTherm-One","site_id":2,"type":2,"url":"BlueTherm-One","query":"BlueTherm-One","meta_description":"Efficiently perform your line checks with BlueTherm One. Create checklists, and quickly record temperatures with this thermocouple thermometer.","version":2160,"created_by":"11","edited_by":"-4"},{"id":353,"pageid":353,"name":"Enhanced /TW-WiFi-TH","site_id":2,"type":2,"url":"TW-WiFi-TH","query":"TW-WiFi-TH","meta_keywords":"Wifi data logger, easylog wifi logger","meta_description":"EasyLog WiFi Logger - TW-WiFi-TH - Temperature and humidity data logger with internal air sensor. Record temperature and humidity data directly to your PC.","version":2160,"created_by":"11","edited_by":"-4"},{"id":595,"pageid":595,"name":"Enhanced /PRB-T-122","site_id":2,"type":2,"url":"PRB-T-122","query":"PRB-T-122","meta_description":"Type T Heavy Duty T-Handle, 1/4-inch Dia, 36-inch - Available in different lengths and diameters. The Larger is more rigid while the smaller is faster.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":112,"pageid":112,"name":"Enhanced /IR-Gun","site_id":2,"type":2,"url":"IR-Gun","query":"IR-Gun","meta_keywords":"infrared thermometer, ir gun, infrared gun","meta_description":"IR-GUN-S infrared thermometer is the best deal in a basic IR temperature gun. Use in research, industrial, HVAC, construction, and in your home.","version":2160,"created_by":"11","edited_by":"-4"},{"id":354,"pageid":354,"name":"Enhanced /TW-WiFi-TH-Plus","site_id":2,"type":2,"url":"TW-WiFi-TH-Plus","query":"TW-WiFi-TH-Plus","meta_keywords":"Wifi data logger, easylog wifi logger","meta_description":"TW-WiFi-TH+ - Current readings, max/min, alarm condition, battery warning, and connection strength are shown directly on the logger display.","version":2160,"created_by":"11","edited_by":"-4"},{"id":596,"pageid":596,"name":"Enhanced /PRB-T-124","site_id":2,"type":2,"url":"PRB-T-124","query":"PRB-T-124","meta_description":"Type T Heavy Duty T-Handle, 1/4-inch Dia, 4-inch  - Available in different lengths and diameters. The Larger is more rigid while the smaller is faster.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":113,"pageid":113,"name":"Enhanced /IRK-2","site_id":2,"type":2,"url":"IRK-2","query":"IRK-2","meta_keywords":"professional infrared thermometer, infrared thermometer, home use infrared thermometer","meta_description":"The IRK-2 Infrared Thermometer has been a favorite professional tool for broad range temperature measurements among industry and home use.","version":2160,"created_by":"11","edited_by":"-4"},{"id":355,"pageid":355,"name":"Enhanced /TW-WiFi-TC","site_id":2,"type":2,"url":"TW-WiFi-TC","query":"TW-WiFi-TC","meta_keywords":"Wifi data logger, easylog wifi logger","meta_description":"EasyLog WiFi Logger, Thermocouple (TW-WiFi-TC) - You'll love the large display and convenience of running your loggers from the PC or cloud.","version":2160,"created_by":"11","edited_by":"-4"},{"id":597,"pageid":597,"name":"Enhanced /PRB-T-159","site_id":2,"type":2,"url":"PRB-T-159","query":"PRB-T-159","meta_description":"Type T Thermocouple - Fast response reduced tip is ideal for liquids and semi-solids including fish and other delicate foods.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":114,"pageid":114,"name":"Enhanced /TW2-Pocket-IR","site_id":2,"type":2,"url":"TW2-Pocket-IR","query":"TW2-Pocket-IR","meta_keywords":"pocket sized infrared thermometer, small infrared thermometer, infrared thermometer","meta_description":"Shop around but read the specs closely! This infrared thermometer is the absolute best value in a palm-sized IR thermometers.","version":2160,"created_by":"11","edited_by":"-4"},{"id":356,"pageid":356,"name":"Enhanced /TW-WiFi-DTC","site_id":2,"type":2,"url":"TW-WiFi-DTC","query":"TW-WiFi-DTC","meta_keywords":"wifi logger, data logger, temperature logger","meta_description":"Use your existing WiFi network to record temperature and humidity data directly to your PC.","version":2160,"created_by":"11","edited_by":"-4"},{"id":598,"pageid":598,"name":"Enhanced /PRB-T-160","site_id":2,"type":2,"url":"PRB-T-160","query":"PRB-T-160","meta_description":"Type T Thermocouple - Penetration Probe is a strong and versatile pointed insertion probe. Suitable for liquids and semi-solids.","version":2160,"created_by":"31964","edited_by":"-4"},{"id":115,"pageid":115,"name":"Enhanced /IR-Mini","site_id":2,"type":2,"url":"IR-Mini","query":"IR-Mini","meta_keywords":"Pocket sized infrared thermometer, small infrared thermometer, portable infrared thermometer, mini infrared thermometer","meta_description":"The pocket-sized IR-Mini Infrared Thermometer makes high-tech infrared measurement affordable and easy to carry.","version":2160,"created_by":"11","edited_by":"-4"},{"id":357,"pageid":357,"name":"Enhanced /TW-GFX-1","site_id":2,"type":2,"url":"TW-GFX-1","query":"TW-GFX-1","meta_keywords":"data logger","meta_description":"EasyLog GFX Logger with Display, with Internal Temperature Air Sensor (TW-GFX-1)","version":2160,"created_by":"11","edited_by":"-4"},{"id":599,"pageid":599,"name":"Enhanced /PRB-T-168","site_id":2,"type":2,"url":"PRB-T-168","query":"PRB-T-168","meta_description":"Type T Penetration Probe, 12-inch long, Standard Tip - Penetration Probe is a strong and versatile pointed insertion probe. ","version":2160,"created_by":"31964","edited_by":"-4"},{"id":116,"pageid":116,"name":"Enhanced /IR-Industrial","site_id":2,"type":2,"url":"IR-Industrial","query":"IR-Industrial","meta_keywords":"industrial infrared thermometer, accurate infrared thermometer, infrared thermometer","meta_description":"The Industrial Infrared Thermometer (IR-IND): A professional infrared thermometer with accurate measurements in the plant, lab, office, and field. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":358,"pageid":358,"name":"Enhanced /TW-GFX-DTP","site_id":2,"type":2,"url":"TW-GFX-DTP","query":"TW-GFX-DTP","meta_keywords":"data logger, easy data logging","meta_description":"EasyLog GFX Logger with Display, Temp with 2 Included External Probes (TW-GFX-DTP)","version":2160,"created_by":"11","edited_by":"-4"},{"id":117,"pageid":117,"name":"Enhanced /Cold-Zone-IR","site_id":2,"type":2,"url":"Cold-Zone-IR","query":"Cold-Zone-IR","meta_keywords":"CZ-IR, cold zone infrared thermometer, infrared thermometer, low temperature infrared thermometer","meta_description":"Cold Zone Infrared Thermometer: A infrared thermometer that measures surface temperatures in walk-ins, freezers, and cold storage units with confidence.","version":2160,"created_by":"11","edited_by":"-4"},{"id":359,"pageid":359,"name":"Enhanced /TW-GFX-DTP-Plus","site_id":2,"type":2,"url":"TW-GFX-DTP-Plus","query":"TW-GFX-DTP-Plus","meta_keywords":"easy data logging, data logger, thermoworks data logger","meta_description":"EasyLog GFX Logger with Display, High Accuracy Temp with 2 Included External Probes (TW-GFX-DTP+)","version":2160,"created_by":"11","edited_by":"-4"},{"id":118,"pageid":118,"name":"Enhanced /IR-Food-Safety","site_id":2,"type":2,"url":"IR-Food-Safety","query":"IR-Food-Safety","meta_keywords":"infrared thermometer, food safety infrared thermometer","meta_description":"Infrared Food Service Thermometers: You'll be impressed by this infrared thermometer's solid feel and the comfortable angle of the sensor and display.","version":2160,"created_by":"11","edited_by":"-4"},{"id":119,"pageid":119,"name":"Enhanced /IRT-2","site_id":2,"type":2,"url":"IRT-2","query":"IRT-2","meta_keywords":"infrared thermometer, IRT-2 thermometer, IR gun, ir thermometer, type t infrared thermometer","meta_description":"IRT-2 is a professional high accuracy infrared thermometer that reads type T thermocouples. Designed for lab, warehouse, quality assurance, HACCP and more.","version":2160,"created_by":"11","edited_by":"-4"},{"id":10,"pageid":10,"name":"Enhanced /ThermoPop","site_id":2,"type":2,"url":"ThermoPop","query":"ThermoPop","page_title":"ThermoPop by ThermoWorks","meta_keywords":"Thermometer,ThermoPop, rotating, large digit","meta_description":"ThermoPop - Super-Fast pocket thermometer with a first-of-its-kind digital rotating display. Perfect for right, or left-handed users. Buy direct and save. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":11,"pageid":11,"name":"Promo - Butterball","site_id":2,"type":1,"url":"Butterball","query":"Butterball","page_title":"Butterball","page_header":"Butterball","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">\n\n  <style type=\"text/css\">\nbody {\n\tfont: 12px \"Helvetica Neue\", Arial, Helvetica, Geneva, sans-serif;\n\tcolor: #666;\n}\n\n#mainContent {\n\tbackground-color: #ffffff;\n\tmargin: 0;\n\tpadding-bottom: 0;\n\tpadding-left: 0;\n\tpadding-right: 0;\n}\n\ntable#header {\n\tpadding: 10px;\n}\n\n#header {\n\ttext-decoration: none;\n\tcolor: gray;\n\tfont-size: 10px;\n}\n\n#header a {\n\ttext-decoration: none;\n\tcolor: gray;\n}\n\n.linkBar a {\n\tmargin-right: 5px;\n\tmargin-left: 5px;\n\tfont-weight: bold;\n\ttext-transform: uppercase;\n\ttext-decoration: none;\n\tcolor: gray;\n\tfont-size: 11px;\n}\n\n.productTitle a {\n\tcolor: gray;\n\tfont-weight: bold;\n\ttext-decoration: none;\n\tfont-size: 14px;\n}\n\ndiv.linkBar {\n\tborder-bottom: 1px solid silver;\n\tmargin-bottom: 5px;\n\tpadding-left: 15px;\n\tpadding-right: 10px;\n\tpadding-bottom: 4px;\n}\n\n#subHeadBar td {\n\tborder-bottom: 1px solid silver;\n\tmargin-bottom: 5px;\n\tmargin-top: 10px;\n\tpadding-left: 15px;\n\tpadding-right: 10px;\n\tpadding-bottom: 4px;\n}\n\ntable#subHeadBar {\n\tmargin-top: 5px;\n}\n\n#contentColumns td {\n\tpadding: 10px 15px;\n}\n\ntable#contentColumns {\n\tmargin-top: 10px;\n}\n\np.productTitle {\n\tmargin-top: 0;\n}\n\n#social img {\n\tmargin-right: 2px;\n\tmargin-left: 2px;\n}\n\n#footer {\n\tfont-size: 10px;\n\tcolor: gray;\n}\n\n#contentColumns span.headline {\n\tdisplay: block;\n\tfont-size: 24px;\n\tcolor: gray;\n}\n\n#contentColumns span.caption a {\n\ttext-decoration: none;\n\tfont-weight: bold;\n\tcolor: gray;\n\tdisplay: block;\n\tmargin-top: 5px;\n}\n\n#contentColumns p {\n\tfont-size: 12px;\n\tcolor: gray;\n}\n\ntd#leftColumn{\n\tborder-right: 1px solid silver;\n}\n\n.subTitle {\n\tcolor: #b80000;\n\tfont-size: 16px;\n\ttext-transform: uppercase;\n}\n\n.headerLinks img {\n\tmargin-left: 10px;\n}\n\na:hover, #contentColumns span.caption a:hover, .productTitle a:hover, .linkBar a:hover {\n\tcolor: #b80000;\n}\n\ntd.productSq {\n\tborder-bottom: 1px solid silver;\n}\ndiv.productpic {\n\tdisplay: inline-block;\n\tfloat: left;\n\tmargin: 15px;\n}\ndiv.PBinfo{\n\tmargin: 20px;\n}\n\t  .BBhead\t { background: url(\"/images/dotd/BB-crosshatch.png\") repeat-x; background-color: #71bade; background: url(\"/images/dotd/BB-crosshatch.png\"), -webkit-linear-gradient(to bottom, #5ebbe9 0%, #5ebbe9 69px, #66b9e2 162px, #71bade 254px, #80bfdd 315px, #99c9e1 408px, #c4e2f1 562px, #e1f5ff 654px, #e1f5ff 100%), repeat-x #71bade; background: url(\"/images/dotd/BB-crosshatch.png\"), -moz-linear-gradient(to bottom, #5ebbe9 0%, #5ebbe9 69px, #66b9e2 162px, #71bade 254px, #80bfdd 315px, #99c9e1 408px, #c4e2f1 562px, #e1f5ff 654px, #e1f5ff 100%), repeat-x #71bade; background: url(\"/images/dotd/BB-crosshatch.png\"), -ms-linear-gradient(to bottom, #5ebbe9 0%, #5ebbe9 69px, #66b9e2 162px, #71bade 254px, #80bfdd 315px, #99c9e1 408px, #c4e2f1 562px, #e1f5ff 654px, #e1f5ff 100%), repeat-x #71bade; background: url(\"/images/dotd/BB-crosshatch.png\"), -o-linear-gradient(to bottom, #5ebbe9 0%, #5ebbe9 69px, #66b9e2 162px, #71bade 254px, #80bfdd 315px, #99c9e1 408px, #c4e2f1 562px, #e1f5ff 654px, #e1f5ff 100%), repeat-x #71bade; background: url(\"/images/dotd/BB-crosshatch.png\"), linear-gradient(to bottom, #5ebbe9 0%, #5ebbe9 69px, #66b9e2 162px, #71bade 254px, #80bfdd 315px, #99c9e1 408px, #c4e2f1 562px, #e1f5ff 654px, #e1f5ff 100%), repeat-x #71bade; background-repeat: repeat-x; }\n  </style>\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":12,"pageid":12,"name":"Global - Accredited Calibration Services","site_id":2,"type":1,"url":"calibration-services","query":"calibration-services","page_title":"Accredited Calibration Services | ThermoWorks","page_header":"Accredited Calibration Services","meta_description":"ThermoWorks Accredited Calibration Services performs fast (5-10 business day completion time) thermometer, infrared, and RH calibrations.","version":2160,"created_by":"11","edited_by":"-4"},{"id":13,"pageid":13,"name":"Global - Service  and Support Center","site_id":2,"type":1,"url":"service-support","query":"service-support","page_title":"Service  and Support Center","page_header":"Service  and Support Center","meta_description":"Service and Support Center - Find self-help links to frequent customer concerns, or feel free to call for actual human help with any issue you have.","version":2160,"created_by":"11","edited_by":"-4"},{"id":14,"pageid":14,"name":"Learning Center - Home Menu","site_id":2,"type":1,"url":"learning-center","query":"learning-center","page_title":"Learning Center","page_header":"Learning Center","meta_description":"For users of ThermoWorks products, here you'll find a growing collection of technical articles, tips, videos and other resources to help you do your job.","version":2160,"created_by":"11","edited_by":"-4"},{"id":15,"pageid":15,"name":"Global - Software","site_id":2,"type":1,"url":"software","query":"software","page_title":"Software | ThermoWorks","page_header":"Software","meta_description":"ThermoWorks provides free software for many of our thermometers. Find which software you need on this page. If you need help, please call out team!","version":2160,"created_by":"11","edited_by":"-4"},{"id":16,"pageid":16,"name":"Global - How to Buy","site_id":2,"type":1,"url":"how-to-buy","query":"how-to-buy","page_title":"How to Buy","page_header":"How to Buy","meta_description":"Quick guide to buying from ThermoWorks. Learn about Office hours, placing orders, payment, order tracking, and more.","version":2160,"created_by":"11","edited_by":"-4"},{"id":17,"pageid":17,"name":"Global - Shipping Information","site_id":2,"type":1,"url":"shipping-info","query":"shipping-info","page_title":"Shipping Info","page_header":"Shipping Information","meta_description":"ThermoWorks Shipping information - Find estimated delivery dates and shipping times.","version":2160,"created_by":"11","edited_by":"-4"},{"id":18,"pageid":18,"name":"Global - Returns and Repairs","site_id":2,"type":1,"url":"returns-repairs","query":"returns-repairs","page_title":"Returns Repairs","page_header":"Returns and Repairs","meta_description":"Check in here for returns or repairs of your ThermoWorks' products.","version":2160,"created_by":"11","edited_by":"-4"},{"id":19,"pageid":19,"name":"Global - FAQ","site_id":2,"type":1,"url":"faq","query":"faq","page_title":"Frequently Asked Questions | ThermoWorks","page_header":"FAQ","meta_description":"ThermoWorks is committed to providing the best quality temperature instruments and service and support. Here are some frequently asked questions","version":2160,"created_by":"11","edited_by":"-4"},{"id":360,"pageid":360,"name":"Enhanced /TW-GFX-TC","site_id":2,"type":2,"url":"TW-GFX-TC","query":"TW-GFX-TC","meta_keywords":"data logger, temperature logger, easy logging","meta_description":"EasyLog GFX Logger with Display, Temp Thermocouple Probes Sold Separately (TW-GFX-TC)","version":2160,"created_by":"11","edited_by":"-4"},{"id":361,"pageid":361,"name":"Enhanced /TW-GFX-DTC","site_id":2,"type":2,"url":"TW-GFX-DTC","query":"TW-GFX-DTC","meta_keywords":"data logger, easy data logging","meta_description":"EasyLog GFX Logger with Display, Temp -2 External Thermocouple Probes Sold Separately (TW-GFX-DTC)","version":2160,"created_by":"11","edited_by":"-4"},{"id":120,"pageid":120,"name":"Enhanced /Close-Focus-IR","site_id":2,"type":2,"url":"Close-Focus-IR","query":"Close-Focus-IR","meta_keywords":"close focus infrared thermometer, infrared thermometer, soldering thermometer, electronic thermometer","meta_description":"Measures surface temperatures precisely to 0.1 inches. This infrared Thermometer is great for electronic components, laboratory measurements, and research.","version":2160,"created_by":"11","edited_by":"-4"},{"id":362,"pageid":362,"name":"Enhanced /TRIX-8","site_id":2,"type":2,"url":"TRIX-8","query":"TRIX-8","meta_keywords":"temeprature logger, logtag","meta_description":"LogTag Transit Temp Logger, USB (Trix-8) - With a built-in alarm indicator you can quickly see if an alarm condition exits during your recording session.","version":2160,"created_by":"11","edited_by":"-4"},{"id":121,"pageid":121,"name":"Enhanced /IR-Pro-100","site_id":2,"type":2,"url":"IR-Pro-100","query":"IR-Pro-100","meta_keywords":"professional infrared thermometer, high temperature infrared thermometer","meta_description":"The IR-PRO-100 infrared thermometer measures ultra-high temperatures from long distances. With a distance-to-spot ratio of 100:1.","version":2160,"created_by":"11","edited_by":"-4"},{"id":363,"pageid":363,"name":"Enhanced /TRIX-16","site_id":2,"type":2,"url":"TRIX-16","query":"TRIX-16","meta_description":"Record temperature data for easy download to your PC. Program the data logger and record up to 16,000 readings with date and time stamp.","version":2160,"created_by":"11","edited_by":"-4"},{"id":122,"pageid":122,"name":"Enhanced /BlueTherm-IR","site_id":2,"type":2,"url":"BlueTherm-IR","query":"BlueTherm-IR","meta_keywords":"bluetherm probe, bluetooth temperature, bluetooth thermometer, bluetooth infrared","meta_description":"BlueTherm IR sends surface temperature readings directly to your Smartphone, tablet, PC, or any Bluetooth PDA without cables, over a range to 65 feet.","version":2160,"created_by":"11","edited_by":"-4"},{"id":364,"pageid":364,"name":"Enhanced /HAXO-8","site_id":2,"type":2,"url":"HAXO-8","query":"HAXO-8","meta_keywords":"log tag, easy logging, data logger","meta_description":"Record temperature data for easy download to your PC with our new Logtag temperature logger. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":123,"pageid":123,"name":"Enhanced /IR-Pocket","site_id":2,"type":2,"url":"IR-Pocket","query":"IR-Pocket","meta_keywords":"small infrared thermometer, mini infrared thermometer, pocket infrared thermometer","meta_description":"The IR Pocket Infrared Thermometer is a professional infrared thermometer in pocket-sized package.","version":2160,"created_by":"11","edited_by":"-4"},{"id":365,"pageid":365,"name":"Enhanced /UTrix-16","site_id":2,"type":2,"url":"UTrix-16","query":"UTrix-16","meta_keywords":"log tag, usb logger","meta_description":"UTrix-16 - Finally, a data logger that lets you (or anyone else) download a PDF of your data log without additional hardware or software.","version":2160,"created_by":"11","edited_by":"-4"},{"id":124,"pageid":124,"name":"Enhanced /Waterproof-pH-Pen-8681","site_id":2,"type":2,"url":"Waterproof-pH-Pen-8681","query":"Waterproof-pH-Pen-8681","meta_keywords":"pH meter, waterproof ph meter, professional pH meter","meta_description":"Professional performance, durability and a great price. Temperature compensation ensures accuracy. Dual display shows temp and pH at the same time.","version":2160,"created_by":"11","edited_by":"-4"},{"id":366,"pageid":366,"name":"Enhanced /USB-REF","site_id":2,"type":2,"url":"USB-REF","query":"USB-REF","meta_keywords":"usb logger, reference thermometer","meta_description":"For less than $300 you get a high precision thermometry system with accuracy to ±0.05C from 0 to 70C (±0.1C to 100C).","version":2160,"created_by":"11","edited_by":"-4"},{"id":125,"pageid":125,"name":"Enhanced /Waterproof-pH-Pen-8682","site_id":2,"type":2,"url":"Waterproof-pH-Pen-8682","query":"Waterproof-pH-Pen-8682","meta_keywords":"high precision ph meter, high accuracy ph meter, accurate ph meter","meta_description":"Best value in a pocket-sized, waterproof pH pen with high precision. Auto temperature compensation with excellent accuracy to ±0.05pH.","version":2160,"created_by":"11","edited_by":"-4"},{"id":367,"pageid":367,"name":"Enhanced /PTR","site_id":2,"type":2,"url":"PTR","query":"PTR","meta_keywords":"type k thermometer, printing thermometer, thermoworks thermometer","meta_description":"Printing Temperature Recorder records temperatures from up to 4 thermocouple inputs, stores for later download, and prints on demand.","version":2160,"created_by":"11","edited_by":"-4"},{"id":126,"pageid":126,"name":"Enhanced /High-Accuracy-pH-Meter-8689","site_id":2,"type":2,"url":"High-Accuracy-pH-Meter-8689","query":"High-Accuracy-pH-Meter-8689","meta_keywords":"High accuracy pH meter, replaceable electrode","meta_description":"8689pH meter does auto temperature compensation, 3-point calibration, ±0.05 accuracy, IP65 water resistant rating, dual display, and replaceable electrode.","version":2160,"created_by":"11","edited_by":"-4"},{"id":368,"pageid":368,"name":"Enhanced /DTR","site_id":2,"type":2,"url":"DTR","query":"DTR","meta_keywords":"Printer thermometer, data logging thermometer","meta_description":"Great for incoming inspection, delivery receipts, and routine line checks. Prints temperature data for HACCP programs with built-in thermal printer.","version":2160,"created_by":"11","edited_by":"-4"},{"id":127,"pageid":127,"name":"Enhanced /Precision-pH-Kit-8100","site_id":2,"type":2,"url":"Precision-pH-Kit-8100","query":"Precision-pH-Kit-8100","meta_keywords":"ph meter","meta_description":"The 8100 pH Meter Kit comes complete with a high-accuracy 8100 pH meter, interchangeable glass pH electrode, temperature probe","version":2160,"created_by":"11","edited_by":"-4"},{"id":369,"pageid":369,"name":"Enhanced /THS-178-090","site_id":2,"type":2,"url":"THS-178-090","query":"THS-178-090","meta_keywords":"Between the pack probe, temperature probe","meta_description":"Easy to use, flexible, fast response foil between pack probe has been designed to measure between packs or boxes of produce in a variety of applications.","version":2160,"created_by":"11","edited_by":"-4"},{"id":128,"pageid":128,"name":"Enhanced /Waterproof-pH-Pen-8680","site_id":2,"type":2,"url":"Waterproof-pH-Pen-8680","query":"Waterproof-pH-Pen-8680","meta_keywords":"pH meter, waterproof ph meter, waterproof","meta_description":"Simple to use and waterproof. Includes data hold, one-touch auto-calibration at 4, 7, and 10 pH, and auto power-off.","version":2160,"created_by":"11","edited_by":"-4"},{"id":129,"pageid":129,"name":"Enhanced /pH-Spear","site_id":2,"type":2,"url":"pH-Spear","query":"pH-Spear","meta_keywords":"ph meter, ph spear, measure ph","meta_description":"The pH Spear is designed for semi-solids where you need some penetration ability.","version":2160,"created_by":"11","edited_by":"-4"},{"id":20,"pageid":20,"name":"Global - Glossary","site_id":2,"type":1,"url":"glossary","query":"glossary","page_title":"Glossary | ThermoWorks","page_header":"Glossary","meta_description":"ThermoWorks sells professional temperature instruments, and as such, we often use some technical vocabulary. Here is a ThermoWorks glossary.","version":2160,"created_by":"11","edited_by":"-4"},{"id":21,"pageid":21,"name":"Global - Employment","site_id":2,"type":1,"url":"employment","query":"employment","page_title":"Employment","page_header":"Employment","meta_description":"ThermoWorks continues to grow year after year; there are many opportunities for personal growth. Check in here for current open positions.\n","version":2160,"created_by":"11","edited_by":"-4"},{"id":22,"pageid":22,"name":"Global - Leave Feedback","site_id":2,"type":1,"url":"leave-feedback","query":"leave-feedback","page_title":"Leave Feedback","page_header":"Feedback","meta_description":"Most People Know Us For Our Standard-Setting Thermometers, But Did You Know We Have A Reputation For Outstanding Repairs And Customer Service?","version":2160,"created_by":"11","edited_by":"-4"},{"id":23,"pageid":23,"name":"LC T101 - A Brief History of Thermometers","site_id":2,"type":1,"url":"thermometry101_a_brief_history_of_thermometry","query":"thermometry101_a_brief_history_of_thermometry","page_title":"A Brief History of Thermometers","page_header":"A Brief History of Thermometers","meta_keywords":"thermometer history, history of thermometers, history of thermometer, when was the first thermometer invented, what was the first thermometer,","meta_description":"The history of thermometers goes back to the 16th and 17th centuries, scientists created the earliest thermal instruments by trapping air in glass tubes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":24,"pageid":24,"name":"LC T101 - Calibration Methods and Traceability","site_id":2,"type":1,"url":"thermometry101_calibration_methods_and_traceability","query":"thermometry101_calibration_methods_and_traceability","page_title":"Calibration Methods and Traceability","page_header":"Calibration Methods and Traceability","meta_keywords":"nist temperature, nist temperature calibration, thermapen calibration, nist certificate of calibration, traceability in calibration, calibrated thermometer with certificate of traceability, \nnist traceability, what does nist traceable mean, traceability calibration, \ncalibration methods","meta_description":"Thermometer calibration is important because it is an integral part of quality assurance and protects the public in matters of food safety.","version":2160,"created_by":"11","edited_by":"-4"},{"id":25,"pageid":25,"name":"LC T101 - Basic Concepts: Reproducibility","site_id":2,"type":1,"url":"thermometry101_basic_concepts_reproducibility","query":"thermometry101_basic_concepts_reproducibility","page_title":"Basic Concepts: Reproducibility","page_header":"Basic Concepts: Reproducibility","meta_keywords":"thermometer, reproducibility, temperature consistency, thermometer consistency, how to get consistent temperature measurements,","meta_description":"A thermometer measuring the ice point of water should read 32°F (or 0°C) every time you measure it. Read more about the importance of reproducibility here.","version":2160,"created_by":"11","edited_by":"-4"},{"id":26,"pageid":26,"name":"LC T101 - Basic Concepts: Accuracy","site_id":2,"type":1,"url":"thermometry101_basic_concepts_accuracy","query":"thermometry101_basic_concepts_accuracy","page_title":"Basic Concepts: Accuracy","page_header":"Basic Concepts: Accuracy","meta_keywords":"thermometer accuracy, accuracy of thermometers, how accurate is my thermometer,","meta_description":"Thermometer accuracy is of the utmost importance because a thermometer is only as good as the temperatures it takes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":27,"pageid":27,"name":"LC T101 - Basic Concepts: Resolution","site_id":2,"type":1,"url":"thermometry101_basic_concepts_precision","query":"thermometry101_basic_concepts_precision","page_title":"Basic Concepts: Resolution","page_header":"Basic Concepts: Resolution","meta_keywords":"what is resolution, what is resolution in thermometers, thermometer resolution, what is thermometer resolution, thermapen resolution, precision, resolution","meta_description":"Resolution refers to the smallest detectable increment of measurement on an instrument. Resolution is different than accuracy, but they do go hand in hand.","version":2160,"created_by":"11","edited_by":"-4"},{"id":28,"pageid":28,"name":"LC T101 - Basic Concepts: Range","site_id":2,"type":1,"url":"thermometry101_basic_concepts_range","query":"thermometry101_basic_concepts_range","page_title":"Basic Concepts: Range","page_header":"Basic Concepts: Range","meta_keywords":"temperature range, thermometer range, what is temperature range, range, thermoworks, what is range, what is thermometer range, why is temperature range important,","meta_description":"Range describes the upper and lower limits of a thermometers' measurement scale. Different thermometers perform best in different temperature ranges.","version":2160,"created_by":"11","edited_by":"-4"},{"id":29,"pageid":29,"name":"LC T101 - Basic Concepts: Speed","site_id":2,"type":1,"url":"thermometry101_basic_concepts_speed","query":"thermometry101_basic_concepts_speed","page_title":"Basic Concepts: Speed","page_header":"Basic Concepts: Speed","meta_keywords":"temperature sensor time constant, time constants, why is a thermometer important, \ntemperature sensor time constant,\ttime constant thermocouple, thermometer time, time constant of thermocouple","meta_description":"Time constant is the time it takes for an instrument to get to 63% of a full reading. Time constants of thermometers will differ depending on the sensor.","version":2160,"created_by":"11","edited_by":"-4"},{"id":370,"pageid":370,"name":"Enhanced /THS-178-372","site_id":2,"type":2,"url":"THS-178-372","query":"THS-178-372","meta_keywords":"temperature probe, probe","meta_description":"Supplied with a one meter FEP lead. Response time less than one second. Maximum probe temperature 125C.","version":2160,"created_by":"11","edited_by":"-4"},{"id":371,"pageid":371,"name":"Enhanced /THS-178-300","site_id":2,"type":2,"url":"THS-178-300","query":"THS-178-300","meta_keywords":"penetration probe, temperature probe, thermoworks probe","meta_description":"Probe is ideal for measuring air temperatures in refrigeration units, storage areas and other similar applications. Response time less than two seconds.","version":2160,"created_by":"11","edited_by":"-4"},{"id":130,"pageid":130,"name":"Enhanced /Precision-pH-8000","site_id":2,"type":2,"url":"Precision-pH-8000","query":"Precision-pH-8000","meta_keywords":"Ph meter, thermoworks meter","meta_description":"Easy to use with high accuracy, the 8000 pH Meter is made for daily use.","version":2160,"created_by":"11","edited_by":"-4"},{"id":372,"pageid":372,"name":"Enhanced /THS-178-168","site_id":2,"type":2,"url":"THS-178-168","query":"THS-178-168","meta_keywords":"12 inch probe, temperature probe, thermoworks probe","meta_description":"12 inch long stainless steel penetration probe is versatile and strong and incorporates a heavy duty, ribbed, polypropylene handle with a white end cap.","version":2160,"created_by":"11","edited_by":"-4"},{"id":131,"pageid":131,"name":"Enhanced /pH-Calibration-Buffers","site_id":2,"type":2,"url":"pH-Calibration-Buffers","query":"pH-Calibration-Buffers","meta_description":"pH calibration solutions that are standardized against NIST-certified pH references.","version":2160,"created_by":"11","edited_by":"-4"},{"id":373,"pageid":373,"name":"Enhanced /THS-178-166","site_id":2,"type":2,"url":"THS-178-166","query":"THS-178-166","meta_keywords":"Temperature probe, thermoworks probe","meta_description":"Ideal for many temperature measurement applications including liquids, semi-solids and granular materials.","version":2160,"created_by":"11","edited_by":"-4"},{"id":132,"pageid":132,"name":"Enhanced /pH-Calibration-Buffers","site_id":2,"type":2,"url":"pH-Calibration-Buffers","query":"pH-Calibration-Buffers","meta_description":"pH calibration solutions that are standardized against NIST-certified pH references.","version":2160,"created_by":"11","edited_by":"-4"},{"id":374,"pageid":374,"name":"Enhanced /THS-178-360","site_id":2,"type":2,"url":"THS-178-360","query":"THS-178-360","meta_keywords":"temperature probe, thermoworks probe","meta_description":"This ambient air probe is ideal for measuring the air temperature in rooms, or computer cabinets and storage areas.","version":2160,"created_by":"11","edited_by":"-4"},{"id":133,"pageid":133,"name":"Enhanced /Therma-Hygrometer-6500","site_id":2,"type":2,"url":"Therma-Hygrometer-6500","query":"Therma-Hygrometer-6500","meta_keywords":"Handheled hygrometer, thermoworks","meta_description":"For routine temperature and humidity measurements add the 6500 Therma-Hygrometer to your toolbox. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":375,"pageid":375,"name":"Enhanced /THS-178-159","site_id":2,"type":2,"url":"THS-178-159","query":"THS-178-159","meta_keywords":"Between the pack probe, temperature probe","meta_description":"Easy to use, flexible, fast response foil between pack probe has been designed to measure between packs or boxes of produce in a variety of applications.","version":2160,"created_by":"11","edited_by":"-4"},{"id":134,"pageid":134,"name":"Enhanced /Therma-Hygrometer-6002","site_id":2,"type":2,"url":"Therma-Hygrometer-6002","query":"Therma-Hygrometer-6002","meta_keywords":"Handheld Hygrometer","meta_description":"Designed for critical applications in aerospace, pharmaceutical, metrology and environmental monitoring, our new 6000 series are precision instruments.","version":2160,"created_by":"11","edited_by":"-4"},{"id":376,"pageid":376,"name":"Enhanced /PW-200","site_id":2,"type":2,"url":"PW-200","query":"PW-200","meta_keywords":"thermometer cleaning, probe wipes","meta_description":"Mini tub of Probe wipes. Designed specifically for food thermometers, these wipes are pre-saturated with an effective cleaning solution.","version":2160,"created_by":"11","edited_by":"-4"},{"id":135,"pageid":135,"name":"Enhanced /Therma-Hygrometer-6102","site_id":2,"type":2,"url":"Therma-Hygrometer-6102","query":"Therma-Hygrometer-6102","meta_keywords":"hygrometer, thermoworks","meta_description":"Designed for critical applications in aerospace, pharmaceutical, metrology and environmental monitoring, the 6000 series are precision instruments. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":377,"pageid":377,"name":"Enhanced /PW-200-10","site_id":2,"type":2,"url":"PW-200-10","query":"PW-200-10","meta_keywords":"thermometer cleaning, probe wipes, thermoworks probe wipes","meta_description":"Case of Mini tubs. Designed specifically for food thermometers, these wipes are pre-saturated with an effective cleaning solution.","version":2160,"created_by":"11","edited_by":"-4"},{"id":136,"pageid":136,"name":"Enhanced /Thermo-Hygrometer-RT817E","site_id":2,"type":2,"url":"Thermo-Hygrometer-RT817E","query":"Thermo-Hygrometer-RT817E","meta_keywords":"hygrometer, digital thermometer","meta_description":"This thermohygrometer displays indoor & outdoor temperature plus indoor humidity.","version":2160,"created_by":"11","edited_by":"-4"},{"id":378,"pageid":378,"name":"Enhanced /TW-836-052","site_id":2,"type":2,"url":"TW-836-052","query":"TW-836-052","meta_keywords":"probe wipes, thermometer cleaner","meta_description":"Designed specifically for food thermometers, these wipes are pre-saturated with an effective cleaning solution.","version":2160,"created_by":"11","edited_by":"-4"},{"id":137,"pageid":137,"name":"Enhanced /Pocket-TH-RT819","site_id":2,"type":2,"url":"Pocket-TH-RT819","query":"Pocket-TH-RT819","meta_keywords":"pocket humidity thermometer, thermometer, humidity meter","meta_description":"For everyday home use or as a professional tool, the RT819 Temperature/Humidity Pen performs.","version":2160,"created_by":"11","edited_by":"-4"},{"id":379,"pageid":379,"name":"Enhanced /TW-836-050","site_id":2,"type":2,"url":"TW-836-050","query":"TW-836-050","meta_keywords":"probe wipes, thermometer cleaner","meta_description":"Probe Wipe Case of Large Tubs - Wipe your thermometer probe before and after each measurement to eliminate the chance of cross-contamination of foods.","version":2160,"created_by":"11","edited_by":"-4"},{"id":138,"pageid":138,"name":"Enhanced /Ice-Cream-Scoops","site_id":2,"type":2,"url":"Ice-Cream-Scoops","query":"Ice-Cream-Scoops","meta_keywords":"ice cream scooop, thermoworks ice cream scoop","meta_description":"The new ThermoWorks Ice Cream Scoop is descended from a scoop first invented in 1935 by the Zeroll Company.","version":2160,"created_by":"11","edited_by":"-4"},{"id":139,"pageid":139,"name":"Enhanced /TW-TRIVET","site_id":2,"type":2,"url":"TW-TRIVET","query":"TW-TRIVET","meta_keywords":"hotpad, trivet, silicone hotpad, silicone trivet","meta_description":"Silicon hotpad/ trivet. Perfect for use in your kitchen! Throw it in the dishwasher when it needs to be cleaned.","version":2160,"created_by":"11","edited_by":"-4"},{"id":30,"pageid":30,"name":"LC T101 - Basic Concepts: Recording Features","site_id":2,"type":1,"url":"thermometry101_basic_concepts_recording_features","query":"thermometry101_basic_concepts_recording_features","page_title":"Basic Concepts: Recording Features","page_header":"Basic Concepts: Recording Features","meta_keywords":"min max thermometer, recording thermometer, hi lo thermometer","meta_description":"One of the most valuable features of today's thermometers is the ability to view, record and manipulate the measurements that you take.","version":2160,"created_by":"11","edited_by":"-4"},{"id":31,"pageid":31,"name":"LC T101 - Basic Concepts: Thermometer Technologies","site_id":2,"type":1,"url":"thermometry101_basic_concepts_thermometer_technologies","query":"thermometry101_basic_concepts_thermometer_technologies","page_title":"Basic Concepts: Thermometer Technologies","page_header":"Basic Concepts: Thermometer Technologies","meta_keywords":"the different types of thermometers, thermometer technologies, thermometer technology, how thermometers work, types of thermometers,","meta_description":"List of the 5 most common types of thermometers and descriptions of how the different types work. (Thermocouples, resistor, IR, Bi-metal, liquid expansion)","version":2160,"created_by":"11","edited_by":"-4"},{"id":32,"pageid":32,"name":"LC T101 - Induction Cooktops and Digital Electronic Thermometers","site_id":2,"type":1,"url":"induction-cooktops-digital-thermometers","query":"induction-cooktops-digital-thermometers","page_title":"Induction Cooktops and Digital Electronic Thermometers","page_header":"Induction Cooktops and Digital Electronic Thermometers","meta_description":"We’ve discovered that some models of induction cooktops can create temporary interference with digital electronic thermometers, learn more here.","version":2160,"created_by":"11","edited_by":"-4"},{"id":33,"pageid":33,"name":"LC SFT101 - Caring for your Thermapen","site_id":2,"type":1,"url":"thermapen101_caring_for_your_thermapen","query":"thermapen101_caring_for_your_thermapen","page_title":"Caring for your Thermapen","page_header":"Caring for your Thermapen","meta_keywords":"thermapen, thermapen cleaning, how to clean your thermometer, thermometer cleaning, how to clean thermometer, how to clean food thermometer","meta_description":"The ThermoWorks Thermapen can last a long time when taken care of. Follow these simple guidelines to extend the life of your Thermapen.","version":2160,"created_by":"11","edited_by":"-4"},{"id":34,"pageid":34,"name":"LC SFT101 - Getting an Accurate Reading","site_id":2,"type":1,"url":"thermapen101_getting_an_accurate_reading","query":"thermapen101_getting_an_accurate_reading","page_title":"Getting an Accurate Reading","page_header":"Getting an Accurate Reading","meta_keywords":"accurate reading, how to get an accurate temperature reading, how to measure temperature of meat, how to use thermapen","meta_description":"The Super-Fast Thermapen need only be inserted at least 1/8 of an inch to get an accurate reading. Learn how to get an accurate temperature reading here.","version":2160,"created_by":"11","edited_by":"-4"},{"id":35,"pageid":35,"name":"LC SFT101 - Customizing your Thermapen","site_id":2,"type":1,"url":"thermapen101_customizing_your_thermapen","query":"thermapen101_customizing_your_thermapen","page_title":"Customizing your Thermapen","page_header":"Customizing your Thermapen","meta_keywords":"how to change c to f, thermapen settings, customize your thermapen, thermometer settings, c and f thermometer, classic thermapen,","meta_description":"You can personalize your Classic Thermapen by changing the factory default settings. Settings are in the battery compartment, follow our instructions here.","version":2160,"created_by":"11","edited_by":"-4"},{"id":36,"pageid":36,"name":"LC SFT101 - Changing the Batteries","site_id":2,"type":1,"url":"thermapen101_changing_the_batteries","query":"thermapen101_changing_the_batteries","page_title":"Changing the Batteries in a Classic Thermapen","page_header":"Changing the Batteries in a Classic Thermapen","meta_keywords":"thermapen battery, thermapen batteries, how to change thermapen batteries, classic thermapen, changing thermapen batteries, thermapen 101","meta_description":"Simple How-To instructions, with a video, for changing the batteries in your Classic Thermapen.","version":2160,"created_by":"11","edited_by":"-4"},{"id":37,"pageid":37,"name":"LC SFT101 - Creating a Properly Made Icebath","site_id":2,"type":1,"url":"thermapen101_creating_an_icebath","query":"thermapen101_creating_an_icebath","page_title":"Creating a Properly Made Icebath","page_header":"Creating a Properly Made Icebath","meta_keywords":"temperature ice bath, calibrate digital thermometer, how to calibrate a digital thermometer, how to test the accuracy of a digital thermometer, calibrate a digital thermometer, digital thermometer accuracy, how to test accuracy of digital thermometer, accuracy of thermapen","meta_description":"Ice baths: The simplest way to test the accuracy of any thermometer. Here are the steps to properly make an ice bath to test the accuracy of thermometers.","version":2160,"created_by":"11","edited_by":"-4"},{"id":38,"pageid":38,"name":"LC SFT101 - Temperatures Don't Lock In","site_id":2,"type":1,"url":"thermapen101_temperatures_dont_lock_in","query":"thermapen101_temperatures_dont_lock_in","page_title":"Temperatures Don't Lock In","page_header":"Temperatures Don't Lock In","meta_keywords":"temperatures keep moving, temperatures don't lock in, thermapen accuracy, fast thermometers","meta_description":"Temperatures don't lock in on your Thermapen? This is because the Thermapen is showing real-time temperature changes. Read more here to find out why.","version":2160,"created_by":"11","edited_by":"-4"},{"id":39,"pageid":39,"name":"LC FSTips - Find Your Boiling Point","site_id":2,"type":1,"url":"foodservice101_boiling_point","query":"foodservice101_boiling_point","page_title":"Find Your Boiling Point","page_header":"Find Your Boiling Point","meta_keywords":"the boiling point of water, how to find the boiling point, boiling point altitude, boiling point calculator, thermoworks,","meta_description":"Did you know that the boiling point of water varies based on altitude and barometric pressure? Find the boiling point of water with our free calculator.","version":2160,"created_by":"11","edited_by":"-4"},{"id":380,"pageid":380,"name":"Enhanced /TW-836-330","site_id":2,"type":2,"url":"TW-836-330","query":"TW-836-330","meta_keywords":"probe wipes, thermometer cleaner","meta_description":"1,000 wipes QRD pack (TW-836-330) - Our innovative QRD package reduces waste and shipping costs by eliminating plastics buckets or tubs.","version":2160,"created_by":"11","edited_by":"-4"},{"id":381,"pageid":381,"name":"Enhanced /TX-1010X-SC","site_id":2,"type":2,"url":"TX-1010X-SC","query":"TX-1010X-SC","meta_description":"Zippered storage case for Smoke, DOT, ThermaQ and more!","version":2160,"created_by":"11","edited_by":"-4"},{"id":140,"pageid":140,"name":"Enhanced /ThermoWorks-Ice-Cream-Spade","site_id":2,"type":2,"url":"ThermoWorks-Ice-Cream-Spade","query":"ThermoWorks-Ice-Cream-Spade","meta_keywords":"ice cream spade, thermoworks ice cream, ice cream","meta_description":"The new ThermoWorks Ice Cream Spade is descended from a scoop first invented in 1935 by the Zeroll Company in a garage in Toledo, Ohio.","version":2160,"created_by":"11","edited_by":"-4"},{"id":382,"pageid":382,"name":"Enhanced /TX-1006X-GC","site_id":2,"type":2,"url":"TX-1006X-GC","query":"TX-1006X-GC","meta_keywords":"thermoworks probes, pro series probes, chefalarm, dot, smoke, grateclip","meta_description":"Attach the stainless steel grate clip to your smoker, grill, or oven rack. Compatible with any Pro-Series probe.","version":2160,"created_by":"11","edited_by":"-4"},{"id":141,"pageid":141,"name":"Enhanced /TW-Spatula","site_id":2,"type":2,"url":"TW-Spatula","query":"TW-Spatula","meta_keywords":"Silicone, spatula, scraper, colors, gift","meta_description":"This simple and elegant spatula makes a great addition to any cook’s toolbox. Plus, you can get one in the same color as your Thermapen!","version":2160,"created_by":"11","edited_by":"-4"},{"id":383,"pageid":383,"name":"Enhanced /PH001","site_id":2,"type":2,"url":"PH001","query":"PH001","meta_keywords":"Thermoworks Dot, chefalarm, thermometer pot clip, candy making clip","meta_description":"Attaches quickly to side of pot for use with temperature probes for your DOT and ChefAlarm. Great for candy making!","version":2160,"created_by":"11","edited_by":"-4"},{"id":142,"pageid":142,"name":"Enhanced /Mini-Spatula-Spoonula-Red","site_id":2,"type":2,"url":"Mini-Spatula-Spoonula-Red","query":"Mini-Spatula-Spoonula-Red","meta_keywords":"Mini spatula, silicone spatula","meta_description":"If you have a Thermapen for home use, then we know you want the very best thermal tools for the kitchen. We love these spatulas! Rated up to 600 degrees.","version":2160,"created_by":"11","edited_by":"-4"},{"id":384,"pageid":384,"name":"Enhanced /TX-1007X-PC","site_id":2,"type":2,"url":"TX-1007X-PC","query":"TX-1007X-PC","meta_keywords":"probe pot clip, pot thermometer, clip for thermometer","meta_description":"The pot clip allows you to continuously monitor the cooking process while keeping both hands free for other tasks.","version":2160,"created_by":"11","edited_by":"-4"},{"id":143,"pageid":143,"name":"Enhanced /Spoonula","site_id":2,"type":2,"url":"Spoonula","query":"Spoonula","meta_keywords":"Silicone spoonula, spatula, baking spatula, silicone spatula","meta_description":"Scoops like a spoon, scrapes like a spatula. Con caved, tapered edges, long lasting stain-resistant colors, ergonomically shaped wooden handle.","version":2160,"created_by":"11","edited_by":"-4"},{"id":385,"pageid":385,"name":"Enhanced /TW-3201X","site_id":2,"type":2,"url":"TW-3201X","query":"TW-3201X","meta_keywords":"Flexible tripod, thermometer tripod","meta_description":"Bendable legs give you more flexibility in positioning your instrument for best viewing angle.","version":2160,"created_by":"11","edited_by":"-4"},{"id":144,"pageid":144,"name":"Enhanced /Ice-Bath-Mug","site_id":2,"type":2,"url":"Ice-Bath-Mug","query":"Ice-Bath-Mug","meta_keywords":"ice bath mug, proper ice bath, temperature ice bath, how to test your ice bath, how to make an ice bath, ice bath test","meta_description":"Ice bath mug comes with printed step-by-step instructions on this see-through mug so yourself or any staff member can make an ice bath right!","version":2160,"created_by":"11","edited_by":"-4"},{"id":386,"pageid":386,"name":"Enhanced /THS-600-475","site_id":2,"type":2,"url":"THS-600-475","query":"THS-600-475","meta_keywords":"sous vide, sous vide temperature tape","meta_description":"Closed-cell foam tape with adhesive backing. Allows mini-needle probe to penetrate sealed bag without leakage during or after removal.","version":2160,"created_by":"11","edited_by":"-4"},{"id":145,"pageid":145,"name":"Enhanced /Fun-Size","site_id":2,"type":2,"url":"Fun-Size","query":"Fun-Size","meta_keywords":"Mini thermometer, keychain thermometer, portable thermometer, thermoworks thermometer","meta_description":"Fun-sized thermometer from ThermWorks. Attach to your keychain and always have a mini thermometer with you.","version":2160,"created_by":"11","edited_by":"-4"},{"id":387,"pageid":387,"name":"Enhanced /THS-834-100","site_id":2,"type":2,"url":"THS-834-100","query":"THS-834-100","meta_keywords":"carrying case, thermoworks case, custom foam","meta_description":"Made for Therma and MicroTherma series meters. Instrument fits perfectly into custom foam cutout","version":2160,"created_by":"11","edited_by":"-4"},{"id":146,"pageid":146,"name":"Enhanced /Apron","site_id":2,"type":2,"url":"Apron","query":"Apron","meta_keywords":"Thermoworks apron, apron with pockets, one size fits all, bbq apron, chef apron, thermapen apron","meta_description":"Tough apron, one size fits all with a sliding neck adjustment. 25 x 34.5 inches. Heavyweight 7.5 oz. Great for keeping your Thermapen within reach!","version":2160,"created_by":"11","edited_by":"-4"},{"id":388,"pageid":388,"name":"Enhanced /THS-834-740","site_id":2,"type":2,"url":"THS-834-740","query":"THS-834-740","meta_keywords":"IR carrying case, thermoworks case","meta_description":"Made specifically for the IR-GUN-S, IRFS to protect from drops and bumps.","version":2160,"created_by":"11","edited_by":"-4"},{"id":147,"pageid":147,"name":"Enhanced /Burn-Spray","site_id":2,"type":2,"url":"Burn-Spray","query":"Burn-Spray","meta_keywords":"Chef's burn spray, burn ointment, thermoworks burn spray","meta_description":"Chef's burn spray - Fast-acting burn relief, Natural ingredients, Reduces pain in seconds, Replenishes moisture to skin, Helps reduce scarring","version":2160,"created_by":"11","edited_by":"-4"},{"id":389,"pageid":389,"name":"Enhanced /THS-830-200","site_id":2,"type":2,"url":"THS-830-200","query":"THS-830-200","meta_keywords":"Protective rubber boot, thermometer boot","meta_description":"Protective silicone rubber boot. Protects meter from drops & bumps. Fits snugly around meter.","version":2160,"created_by":"11","edited_by":"-4"},{"id":148,"pageid":148,"name":"Enhanced /Khaki-T-shirt","site_id":2,"type":2,"url":"Khaki-T-shirt","query":"Khaki-T-shirt","meta_description":"High quality T-shirts ","version":2160,"created_by":"11","edited_by":"-4"},{"id":149,"pageid":149,"name":"Enhanced /Science-of-Great-Barbecue-and-Grilling","site_id":2,"type":2,"url":"Science-of-Great-Barbecue-and-Grilling","query":"Science-of-Great-Barbecue-and-Grilling","meta_keywords":"meathead, amazing ribs, cook book, meathead book, barbecue cookbook, barbecue book","meta_description":"Emphasizes science, technique, tools, and myth busting, devoting almost 1/2 the pages to learning. The 2nd half of 118 recipes, demonstrates the concepts.","version":2160,"created_by":"11","edited_by":"-4"},{"id":40,"pageid":40,"name":"LC FSTips - The Importance of Probe Wipes","site_id":2,"type":1,"url":"foodservice101_preventing_foodborne_diseases_with_thermometer_probe_wipes","query":"foodservice101_preventing_foodborne_diseases_with_thermometer_probe_wipes","page_title":"The Importance of Probe Wipes","page_header":"The Importance of Probe Wipes","meta_keywords":"when is it essential to clean a food thermometer, how to sanitize thermometer, using a probe thermometer, how to clean a food thermometer, probe wipes","meta_description":"Wiping the probe of a thermometer clean before and after each reading will significantly reduce the risk of cross-contamination.","version":2160,"created_by":"11","edited_by":"-4"},{"id":41,"pageid":41,"name":"LC FSTips - Automating HACCP Checklists","site_id":2,"type":1,"url":"foodservice101_automating_checklists","query":"foodservice101_automating_checklists","page_title":"Automating HACCP Checklists","page_header":"Automating HACCP Checklists","meta_keywords":"haccp, haccp records, bluetooth haccp, haccp thermometers, haccp thermometer, automating haccp","meta_description":"The time and effort that goes into making sure records are thorough and accurate may leave you asking yourself if there is a faster and more accurate way.","version":2160,"created_by":"11","edited_by":"-4"},{"id":42,"pageid":42,"name":"LC FSTips - Three Ways to Prepare for a Health Inspection","site_id":2,"type":1,"url":"3-ways-to-prepare-health-inspection","query":"3-ways-to-prepare-health-inspection","page_title":"Three Ways to Prepare for a Health Inspection","page_header":"Three Ways to Prepare for a Health Inspection","meta_keywords":"health inspection, preparing for health inspection, food safety, food safety inspection, restaurant inspection","meta_description":"The best way to prepare for an inspection is by performing self-inspections often. Here are three ways you can start preparing for a health inspection now.","version":2160,"created_by":"11","edited_by":"-4"},{"id":43,"pageid":43,"name":"LC FSTips - Infrared Tips for Food Service Applications","site_id":2,"type":1,"url":"infrared_tips_best_practices_for_food","query":"infrared_tips_best_practices_for_food","page_title":"Infrared Tips for Food Service Applications","page_header":"Infrared Tips for Food Service Applications","meta_keywords":"what temperatures do infrared thermometers measure, thermometer measures, thermometer for liquids, thermometer for food, what is an infrared thermometer,","meta_description":"Infrared thermometers only measure surfaces temperatures. While IR thermometers have a range of uses, they are also great for food safety purposes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":44,"pageid":44,"name":"LC FSTips - Color Coding for Food Safety","site_id":2,"type":1,"url":"color-coding-for-food-safety","query":"color-coding-for-food-safety","page_title":"Color Coding for Food Safety","page_header":"Color Coding for Food Safety","meta_keywords":"food safety color codes, thermometer color code, thermapen color code, safety color codes, cross contamination,","meta_description":"Food Safety color codes are used for different foods, such as raw poultry or fresh vegetables; color code tools to help prevent cross contamination.","version":2160,"created_by":"11","edited_by":"-4"},{"id":45,"pageid":45,"name":"LC FSTips - History of HACCP","site_id":2,"type":1,"url":"foodservice101_history_of_haccp","query":"foodservice101_history_of_haccp","page_title":"History of HACCP","page_header":"History of HACCP","meta_keywords":"history of haccp, history of haccp in the food industry, haccp is designed to, haccp, food safety, haccp acronym, what is haccp, what does haccp stand for, haccp definition,","meta_description":"HACCP stands for Hazard Analysis and Critical Control Points. HACCP is based on proactive self-inspection as opposed to random, end-product testing.","version":2160,"created_by":"11","edited_by":"-4"},{"id":46,"pageid":46,"name":"LC FSTips - Overcoming Checklist Challenges","site_id":2,"type":1,"url":"foodservice101_checklists_with_saf-t-log","query":"foodservice101_checklists_with_saf-t-log","page_title":"Overcoming Checklist Challenges","page_header":"Overcoming Checklist Challenges","meta_keywords":"Food service checklists, saf-t-log, saftlog, thermoworks data logger, Haccp thermometer, thermometer, electronic thermometer, digital thermometer, electronic checklists,","meta_description":"Top challenges foodservice operators face when it comes to developing a healthy HACCP program can be overcome with the Saf-T-Log Thermometer.","version":2160,"created_by":"11","edited_by":"-4"},{"id":47,"pageid":47,"name":"LC FSTips - Daily Maintenance Records Made Easy","site_id":2,"type":1,"url":"foodservice101_daily_records_made_easy","query":"foodservice101_daily_records_made_easy","page_title":"Daily Maintenance Records Made Easy","page_header":"Daily Maintenance Records Made Easy","meta_keywords":"daily maintenance records, maintenance records, thermocouple thermometer, saftlog, saf-t-log, thermoworks, daily maintenance","meta_description":"The Saf-T-Log thermocouple thermometer is an innovative temperature instrument that helps you keep daily logs and maintenance records.","version":2160,"created_by":"11","edited_by":"-4"},{"id":48,"pageid":48,"name":"LC FSTips - Infrared Thermometers for Food Safety","site_id":2,"type":1,"url":"infrared_thermometers_for_food_safety","query":"infrared_thermometers_for_food_safety","page_title":"Infrared Thermometers for Food Safety","page_header":"Infrared Thermometers for Food Safety","meta_keywords":"Infrared Thermometers, Food Safety","meta_description":"Infrared thermometers have become more popular for food safety applications and health inspections. Learn what you need to know to get accurate readings.","version":2160,"created_by":"11","edited_by":"-4"},{"id":49,"pageid":49,"name":"LC FSTips - Why use Thermocouples?","site_id":2,"type":1,"url":"why_use_thermocouples","query":"why_use_thermocouples","page_title":"Why use Thermocouples? | Thermoworks","page_header":"Why use Thermocouples?","meta_keywords":"thermocouples, why use a thermocouple, why use thermocouples, what is a thermocouple, thermocouple, thermistor, temperature","meta_description":"Learn how a thermocouple works, what the different sensor types are, and see the high quality selection of ThermoWorks Type K Thermocouple probes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":390,"pageid":390,"name":"Enhanced /THS-830-350","site_id":2,"type":2,"url":"THS-830-350","query":"THS-830-350","meta_keywords":"waterproof case, waterproof thermometer, thermoworks case","meta_description":"Store data loggers and other sensitive electronics in our waterproof pouch. Seals with two locking tabs for sturdy protection against water ingress.","version":2160,"created_by":"11","edited_by":"-4"},{"id":391,"pageid":391,"name":"Enhanced /Thermapen-Leather-Wallet","site_id":2,"type":2,"url":"Thermapen-Leather-Wallet","query":"Thermapen-Leather-Wallet","meta_keywords":"Leather wallet, Thermapen accessory, thermapen storage","meta_description":"Real leather. Fits Thermapen (with or without silicone boot) snugly with snap-down flap and belt strap. Protects Thermapen while stored.","version":2160,"created_by":"11","edited_by":"-4"},{"id":150,"pageid":150,"name":"Enhanced /Project-Smoke","site_id":2,"type":2,"url":"Project-Smoke","query":"Project-Smoke","meta_keywords":"Barbecue, low and slow, steven raichlan, smoking meat, smoke recipe book, smoking cook book, how to smoke meat","meta_description":"Learn all of the basics of tools, fuels, and smoking woods. Raichlen's Seven Steps to Food Nirvana will help you master all the essential techniques.","version":2160,"created_by":"11","edited_by":"-4"},{"id":392,"pageid":392,"name":"Enhanced /Thermapen-Mk4-Silicone-Boot","site_id":2,"type":2,"url":"Thermapen-Mk4-Silicone-Boot","query":"Thermapen-Mk4-Silicone-Boot","meta_keywords":"thermapen case, thermapen mk4, silicone boot","meta_description":"Snuggly fitting silicone rubber boot. Protects Thermapen Mk4 from drops to concrete or hard surfaces.","version":2160,"created_by":"11","edited_by":"-4"},{"id":151,"pageid":151,"name":"Enhanced /Food-Lab","site_id":2,"type":2,"url":"Food-Lab","query":"Food-Lab","meta_keywords":"Cook anything right","meta_description":"In this book J. Kenji L—pez-Alt teaches with precision and wit how time, temperature, and chemistry affect your food.","version":2160,"created_by":"11","edited_by":"-4"},{"id":393,"pageid":393,"name":"Enhanced /Classic-Magnetic-Boot","site_id":2,"type":2,"url":"Classic-Magnetic-Boot","query":"Classic-Magnetic-Boot","meta_keywords":"thermapen silicone boot, thermapen case\"","meta_description":"Snuggly fitting glow in the dark silicone rubber boot with magnets on the back. Protects Thermapen from drops to concrete or hard surfaces.","version":2160,"created_by":"11","edited_by":"-4"},{"id":152,"pageid":152,"name":"Enhanced /Cooks-Master-of-the-Grill","site_id":2,"type":2,"url":"Cooks-Master-of-the-Grill","query":"Cooks-Master-of-the-Grill","meta_keywords":"America's test kitchen, master of the grill, bbq techniques, barbecue","meta_description":"Culinary specialists at America's Test Kitchen, with their exhaustive research and recipe testing have compiled 692 recipes, ratings, tips, and techniques.","version":2160,"created_by":"11","edited_by":"-4"},{"id":394,"pageid":394,"name":"Enhanced /Classic-Protective-Silicone-Boot","site_id":2,"type":2,"url":"Classic-Protective-Silicone-Boot","query":"Classic-Protective-Silicone-Boot","meta_keywords":"Thermapen silicone boot, thermapen case","meta_description":"Snuggly fitting silicone rubber boot. Protects the Classic Thermapen from drops to concrete or hard surfaces.","version":2160,"created_by":"11","edited_by":"-4"},{"id":153,"pageid":153,"name":"Enhanced /Praise-the-Lard","site_id":2,"type":2,"url":"Praise-the-Lard","query":"Praise-the-Lard","meta_description":"Praise the Lard, named after the Mike and Amy Mills' popular Southern Illinois cook-off, dispenses all the secrets of the family’s lifetime of barbecue.","version":2160,"created_by":"11","edited_by":"-4"},{"id":395,"pageid":395,"name":"Enhanced /Zip-Wallet","site_id":2,"type":2,"url":"Zip-Wallet","query":"Zip-Wallet","meta_keywords":"thermapen wallet","meta_description":"Padded vinyl pouch with zip closure. Stores Thermapen nicely (with or without silicone boot) with light interior padding and carrying loop.","version":2160,"created_by":"11","edited_by":"-4"},{"id":154,"pageid":154,"name":"Enhanced /Franklin-Barbecue","site_id":2,"type":2,"url":"Franklin-Barbecue","query":"Franklin-Barbecue","meta_description":"A New York Times bestselling complete meat and brisket cooking education from the owner of the wildly popular Austin restaurant Franklin Barbecue.","version":2160,"created_by":"11","edited_by":"-4"},{"id":396,"pageid":396,"name":"Enhanced /THS-830-420","site_id":2,"type":2,"url":"THS-830-420","query":"THS-830-420","meta_keywords":"waterproof thermometer, thermoworks case","meta_description":"Add water protection to your dual channel type K thermocouple meters with our waterproof pouch.","version":2160,"created_by":"11","edited_by":"-4"},{"id":155,"pageid":155,"name":"Enhanced /Alton-Brown-EveryDayCook","site_id":2,"type":2,"url":"Alton-Brown-EveryDayCook","query":"Alton-Brown-EveryDayCook","meta_keywords":"Alton Brown, cooking techniques, cooking science, cookbook","meta_description":"101 recipes with mouthwatering photos, a plethora of useful insights on methods, tools, and ingredients all written by Alton Brown","version":2160,"created_by":"11","edited_by":"-4"},{"id":397,"pageid":397,"name":"Enhanced /THS-830-400","site_id":2,"type":2,"url":"THS-830-400","query":"THS-830-400","meta_keywords":"waterproof pouch, waterproof thermometer","meta_description":"Add water protection to your type K meter with our waterproof pouch.","version":2160,"created_by":"11","edited_by":"-4"},{"id":156,"pageid":156,"name":"Enhanced /ATK-Complete-TV-Show-Cookbook","site_id":2,"type":2,"url":"ATK-Complete-TV-Show-Cookbook","query":"ATK-Complete-TV-Show-Cookbook","meta_keywords":"America's test kitchen, tv show recipes, complete collection","meta_description":"The compendium of America's Test Kitchen Recipes. Contains every recipe featured on the show for the past 17 years!","version":2160,"created_by":"11","edited_by":"-4"},{"id":398,"pageid":398,"name":"Enhanced /THS-832-150","site_id":2,"type":2,"url":"THS-832-150","query":"THS-832-150","meta_keywords":"wall bracket, plastic bracket","meta_description":"Wall bracket with probe slot for ThermaPlus and CaterTemp","version":2160,"created_by":"11","edited_by":"-4"},{"id":157,"pageid":157,"name":"Enhanced /Diva-Qs-Barbecue","site_id":2,"type":2,"url":"Diva-Qs-Barbecue","query":"Diva-Qs-Barbecue","meta_keywords":"BBQ, Barbecue, Pork, Bacon, Beef, Seafood, Backyard, Grilling","meta_description":"Diva Q's Barbecue is packed with must have recipes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":399,"pageid":399,"name":"Enhanced /THS-832-305","site_id":2,"type":2,"url":"THS-832-305","query":"THS-832-305","meta_keywords":"wall bracket, thermoworks wall bracket","meta_description":"THS-832-305 - Wall Bracket, Large Tube of Probe Wipes. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":158,"pageid":158,"name":"Enhanced /Keys-To-Good-Cooking","site_id":2,"type":2,"url":"Keys-To-Good-Cooking","query":"Keys-To-Good-Cooking","meta_keywords":"Harold McGee, keys to good cooking, be a better cook, cookbook, McGee cookbook","meta_description":"McGee's research brings factual clarity to a foodie world saturated with methods and recipes that contradict each other.","version":2160,"created_by":"11","edited_by":"-4"},{"id":159,"pageid":159,"name":"Enhanced /Low-Slow-2","site_id":2,"type":2,"url":"Low-Slow-2","query":"Low-Slow-2","meta_keywords":"Low and Slow, bbq pro, bbq cookbook, bbq science, how to barbecue","meta_description":"If youÕre a low & slow pro, or just learning the basics, Low & Slow 2 has something for everyone. Easy teaching style, you'll move from a novice to a pro.","version":2160,"created_by":"11","edited_by":"-4"},{"id":50,"pageid":50,"name":"LC FSTips - Reduce Waste with an Accurate Thermocouple","site_id":2,"type":1,"url":"foodservice101_reduce_waste_with_accurate_thermocouple","query":"foodservice101_reduce_waste_with_accurate_thermocouple","page_title":"Reduce Waste with an Accurate Thermocouple","page_header":"Reduce Waste with an Accurate Thermocouple","meta_keywords":"how to reduce restaurant waste, accurate thermometer, why get a thermocouple, why thermocouple thermometers, accurate food thermometer, food thermometer, accurate thermometer for restaurant,","meta_description":"Successful restauranteurs know that the success of their business lies in their ability to control food cost. Accurate thermometers help reduce food waste.","version":2160,"created_by":"11","edited_by":"-4"},{"id":51,"pageid":51,"name":"LC FSTips - Perfect Griddle Temperatures","site_id":2,"type":1,"url":"foodservice101_griddle_temperature_pro-surface_thermapen","query":"foodservice101_griddle_temperature_pro-surface_thermapen","page_title":"Perfect Griddle Temperatures","page_header":"Perfect Griddle Temperatures","meta_keywords":"what can you cook on a griddle, how to cook on a griddle, what to cook on griddle, griddle thermometer, griddle temperature, griddle surface thermometer, grill surface thermometer","meta_description":"Cooking on a griddle has distinct advantages over other methods. Finding the right griddle temperatures with a surface thermometer is the key to success.","version":2160,"created_by":"11","edited_by":"-4"},{"id":52,"pageid":52,"name":"LC IR101 - Why Use Infrared Thermometers?","site_id":2,"type":1,"url":"infrared_thermometry101_why_use_infrared","query":"infrared_thermometry101_why_use_infrared","page_title":"Why Use Infrared Thermometers?","page_header":"Why Use Infrared Thermometers?","meta_keywords":"use of infrared thermometers, infrared thermometers, why use infrared thermometers, infrared thermometers, what are infrared thermometers used for, ir thermometers","meta_description":"Infrared thermometers are ideal for measuring a temperature at a distance. IR's provide relatively accurate temperatures without having to touch the object.","version":2160,"created_by":"11","edited_by":"-4"},{"id":53,"pageid":53,"name":"LC IR101 - The Limitations of Infrared Thermometers","site_id":2,"type":1,"url":"infrared_thermometry101_limitations_of_infrared","query":"infrared_thermometry101_limitations_of_infrared","page_title":"The Limitations of Infrared Thermometers","page_header":"The Limitations of Infrared Thermometers","meta_keywords":"infrared thermometer accuracy, what temperatures do infrared thermometers measure, infrared thermometers, thermoworks, limitations of infrared thermometers,","meta_description":"Infrared thermometers can be very useful when used correctly and put to task in the right applications. Here is a list of IR thermometer limitations.","version":2160,"created_by":"11","edited_by":"-4"},{"id":54,"pageid":54,"name":"LC IR101 - Choosing the Right Infrared Thermometer","site_id":2,"type":1,"url":"infrared_thermometry101_choosing_the_right_infrared_thermometer","query":"infrared_thermometry101_choosing_the_right_infrared_thermometer","page_title":"Choosing the Right Infrared Thermometer","page_header":"Choosing the Right Infrared Thermometer","meta_keywords":"thermoworks infrared thermometer, fresnel lens, mica lens, no lens, infrared thermometer, how to buy an infrared thermometer, how to buy infrared thermometer, choosing infrared thermometer","meta_description":"There are three basic types of infrared thermometer optics, each with its own advantages: fresnel lens , mica lens and no-lens. Here's a guide to help you.","version":2160,"created_by":"11","edited_by":"-4"},{"id":55,"pageid":55,"name":"LC IR101 - Fresnel Lens Thermometers","site_id":2,"type":1,"url":"infrared_thermometry101_fresnel_lens_thermometers","query":"infrared_thermometry101_fresnel_lens_thermometers","page_title":"Fresnel Lens Thermometers","page_header":"Fresnel Lens Thermometers","meta_keywords":"fresnel lens thermometer, plastic fresnel lens, fresnel lens temperatures, thermoworks fresnel lens, food safety,","meta_description":"Fresnel lens infrared thermometers are the most common type used in the food industry. The Fresnel lens is typically plastic, with a few added advantages.","version":2160,"created_by":"11","edited_by":"-4"},{"id":56,"pageid":56,"name":"LC IR101 - Mica Lens Thermometers","site_id":2,"type":1,"url":"infrared_thermometry101_mica_lens_thermometers","query":"infrared_thermometry101_mica_lens_thermometers","page_title":"Mica Lens Thermometers","page_header":"Mica Lens Thermometers","meta_keywords":"mica lens, mica lens thermometers, infrared thermometers, durable infrared thermometers,","meta_description":"Mica lens infrared thermometers have more rigid mineral-based ground lenses, allowing them to be more accurate at high temperatures.","version":2160,"created_by":"11","edited_by":"-4"},{"id":57,"pageid":57,"name":"LC IR101 - No-Lens Thermometers","site_id":2,"type":1,"url":"infrared_thermometry101_no-lens_thermometers","query":"infrared_thermometry101_no-lens_thermometers","page_title":"No-Lens Thermometers","page_header":"No-Lens Thermometers","meta_keywords":"infrared thermometer, no lens infrared, cheap infrared thermometer, low cost infrared thermometers","meta_description":"No-lens infrared thermometers use a reflective funnel design to focus infrared energy rather than a lens making them cheaper and more accurate in cold spaces.","version":2160,"created_by":"11","edited_by":"-4"},{"id":58,"pageid":58,"name":"LC IR101 - Cleaning & Caring for Your Infrared","site_id":2,"type":1,"url":"infrared_thermometry101_cleaning_caring_for_infrared","query":"infrared_thermometry101_cleaning_caring_for_infrared","page_title":"Cleaning & Caring for Your Infrared","page_header":"Cleaning & Caring for Your Infrared","meta_keywords":"how to clean thermometer, how to clean a thermometer, infrared thermometer, ir lens cleaning, infrared thermometer cleaning, thermoworks thermometer cleaning, steps to cleaning thermometer, caring for your thermometer, how to get accurate temperature readings","meta_description":"Three easy steps on how to clean your infrared thermometer. Clean infrared thermometers help insure accurate temperature readings.","version":2160,"created_by":"11","edited_by":"-4"},{"id":59,"pageid":59,"name":"LC IR101 - Calibrating an Infrared Thermometer","site_id":2,"type":1,"url":"infrared_thermometry101_calibrating_an_infrared_thermometer","query":"infrared_thermometry101_calibrating_an_infrared_thermometer","page_title":"Calibrating an Infrared Thermometer","page_header":"Calibrating an Infrared Thermometer","meta_keywords":"Infrared thermometer calibration, calibrate infrared thermometer, how to calibrate an infrared thermometer, infrared thermometer, thermoworks, black bodies","meta_description":"Infrared thermometers can be calibrated for accuracy in calibration labs, where technicians use industrial black bodies for the calibration process.","version":2160,"created_by":"11","edited_by":"-4"},{"id":160,"pageid":160,"name":"Enhanced /Cooks-Science","site_id":2,"type":2,"url":"Cooks-Science","query":"Cooks-Science","meta_description":"New York Times bestseller, The Science of Good Cooking, is organized around 50 core principles that our test cooks use to develop foolproof recipes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":161,"pageid":161,"name":"Enhanced /Bouchon-Bakery","site_id":2,"type":2,"url":"Bouchon-Bakery","query":"Bouchon-Bakery","meta_description":"Whether you're a amateur, or a seasoned professional, chances are Thomas Keller's Bouchon Bakery has more than a few recipes you've never even considered.","version":2160,"created_by":"11","edited_by":"-4"},{"id":162,"pageid":162,"name":"Enhanced /Baking-Bible","site_id":2,"type":2,"url":"Baking-Bible","query":"Baking-Bible","meta_keywords":"baking bible, baking guide, baking recipe book, baking cookbook","meta_description":"Indispensable tips on over 500 color pages, while notes on essential kitchen equipment (including the Super-Fast Thermapen ), make every recipe foolproof.","version":2160,"created_by":"11","edited_by":"-4"},{"id":163,"pageid":163,"name":"Enhanced /Bread-Bible","site_id":2,"type":2,"url":"Bread-Bible","query":"Bread-Bible","meta_keywords":"Bread bible, how to bake bread, bread book, bread cookbook","meta_description":"Bread temperature tips on almost every page; right alongside explanations about yeast growth, kneading methods and ingredient ratios. Great guide to bread.","version":2160,"created_by":"11","edited_by":"-4"},{"id":164,"pageid":164,"name":"Enhanced /Heavenly-Cakes","site_id":2,"type":2,"url":"Heavenly-Cakes","query":"Heavenly-Cakes","meta_keywords":"Rose, cake, cooking, cookbook, cake bible, heavenly cake, benebaum","meta_description":"More than two decades after The Cake Bible first burst upon the scene, Rose Levy Beranbaum has written yet another masterful book on cakes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":165,"pageid":165,"name":"Enhanced /Cooking-for-Geeks","site_id":2,"type":2,"url":"Cooking-for-Geeks","query":"Cooking-for-Geeks","meta_keywords":"Science of cooking, geeks, reasons, data, Jeff Potter","meta_description":"Cooking for Geeks is less of a cookbook and more of a Culinary Guide to the Galaxy.","version":2160,"created_by":"11","edited_by":"-4"},{"id":166,"pageid":166,"name":"Enhanced /Great-Meat-Cookbook","site_id":2,"type":2,"url":"Great-Meat-Cookbook","query":"Great-Meat-Cookbook","meta_keywords":"Bruce Aidells, aidells sausage, meat cook book, how to buy meat, cooking meat","meta_description":"Bruce Aidells, founder of Aidells Sausage Company, shows how to choose the best steaks, chops, roasts, and ribs and match them to the right method.","version":2160,"created_by":"11","edited_by":"-4"},{"id":167,"pageid":167,"name":"Enhanced /Traceable-Temperatures-Book","site_id":2,"type":2,"url":"Traceable-Temperatures-Book","query":"Traceable-Temperatures-Book","meta_description":"A reference resource for engineers, scientists, and technicians in accredited test and cal labs involved in temperature measurement and calibration.","version":2160,"created_by":"11","edited_by":"-4"},{"id":168,"pageid":168,"name":"Enhanced /Cooks-Illustrated-Meat-Book","site_id":2,"type":2,"url":"Cooks-Illustrated-Meat-Book","query":"Cooks-Illustrated-Meat-Book","meta_keywords":"how to buy the best meat, meat cook book, meat lover, cook's illustrated","meta_description":"Once armed and ready to tackle any piece of meat that dares cross your kitchen, Cook's Meat Book offers over 425 bullet proof recipes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":169,"pageid":169,"name":"Enhanced /Mini-Calibration-Bath","site_id":2,"type":2,"url":"Mini-Calibration-Bath","query":"Mini-Calibration-Bath","meta_keywords":"Mini Calibration bath","meta_description":"Using a solid-state peltier heat-pump, the Mini Calibration Bath quickly cools to about 36°F below ambient (near 32°F) and heats to approximately 120°F.","version":2160,"created_by":"11","edited_by":"-4"},{"id":60,"pageid":60,"name":"LC IRTips - The Angle of Measurement","site_id":2,"type":1,"url":"infrared_tips_angle_of_measurement","query":"infrared_tips_angle_of_measurement","page_title":"The Angle of Measurement","page_header":"The Angle of Measurement","meta_keywords":"how to use an infrared thermometer, how to use infrared thermometer, how to hold infrared thermometer, ir thermometer, how to use ir thermometer, ir thermometers, infrared thermometer, infrared thermometers,","meta_description":"It is important that you always try to hold the lens or opening of the infrared thermometer directly perpendicular to the surface being measured.","version":2160,"created_by":"11","edited_by":"-4"},{"id":61,"pageid":61,"name":"LC IRTips - The \"Spot Size\" of the Measurement","site_id":2,"type":1,"url":"infrared_tips_spot_size","query":"infrared_tips_spot_size","page_title":"The \"Spot Size\" of the Measurement","page_header":"The \"Spot Size\" of the Measurement","meta_keywords":"infrared thermometer distance to spot ratio, infrared thermometer, distance to spot ratio, candy thermometer target, spot size, infrared spot size, distance spot ratio,","meta_description":"The distance to spot ratio tells you the diameter of the \"circle\" of the surface area an infrared thermometer will measure at a given distance.","version":2160,"created_by":"11","edited_by":"-4"},{"id":62,"pageid":62,"name":"LC IRTips - Using Laser Guides to Help Gauge Your Measurement","site_id":2,"type":1,"url":"infrared_tips_using_laser_guides","query":"infrared_tips_using_laser_guides","page_title":"Using Laser Guides to Help Gauge Your Measurement","page_header":"Using Laser Guides to Help Gauge Your Measurement","meta_keywords":"infrared thermometers, laser thermometer, how to use laser thermometer, how to use infrared thermometer, accurate infrared readings,","meta_description":"Because of the location of the lasers, relative to the area being measured, it might take a little extra training before they can be used effectively.","version":2160,"created_by":"11","edited_by":"-4"},{"id":63,"pageid":63,"name":"LC IRTips - Circle Laser Targeting","site_id":2,"type":1,"url":"infrared_tips_circle_laser_targeting","query":"infrared_tips_circle_laser_targeting","page_title":"Circle Laser Targeting","page_header":"Circle Laser Targeting","meta_keywords":"Infrared thermometer, infrared lasers, accurate infrared thermometers,","meta_description":"Circle Laser Targeting in Infrared thermometers provides a better approximate representation of the actual target area than single laser units.","version":2160,"created_by":"11","edited_by":"-4"},{"id":64,"pageid":64,"name":"LC IRTips - What is Emissivity?","site_id":2,"type":1,"url":"infrared_tips_what_is_emissivity","query":"infrared_tips_what_is_emissivity","page_title":"What is Emissivity?","page_header":"What is Emissivity?","meta_description":"Not all surfaces are created equal. Depending on what you’re pointing your infrared gun at you’re likely to get variations in emitted infrared energy.","version":2160,"created_by":"11","edited_by":"-4"},{"id":65,"pageid":65,"name":"LC IRTips - Calculating the Proper Emissivity Setting","site_id":2,"type":1,"url":"infrared_tips_calculating_proper_emissivity","query":"infrared_tips_calculating_proper_emissivity","page_title":"Calculating the Proper Emissivity Setting","page_header":"Calculating the Proper Emissivity Setting","meta_keywords":"emissivity setting infrared thermometer, emissivity table, infrared thermometer definition, how to calculate emissivity, infrared thermometer","meta_description":"The emissivity setting for your infrared thermometer will vary depending upon its color, thickness and even its temperature. Find an emissivity table here.","version":2160,"created_by":"11","edited_by":"-4"},{"id":66,"pageid":66,"name":"LC IRTips - Emissivity Table","site_id":2,"type":1,"url":"emissivity_table","query":"emissivity_table","page_title":"Emissivity Table","page_header":"Emissivity Table","meta_keywords":"emissivity table, what is emissivity, emissivity, define emissivity, thermal radiation","meta_description":"Emissivity is a measure of how efficiently a surface emits thermal energy. Check our Emissivity Table to find the emissivity for your infrared thermometer.","version":2160,"created_by":"11","edited_by":"-4"},{"id":67,"pageid":67,"name":"LC IRTips - Using a Surface Probe to Pinpoint Emissivity","site_id":2,"type":1,"url":"infrared_tips_surface_probe_to_pinpoint_emissivity","query":"infrared_tips_surface_probe_to_pinpoint_emissivity","page_title":"Using a Surface Probe to Pinpoint Emissivity","page_header":"Using a Surface Probe to Pinpoint Emissivity","meta_keywords":"surface probe, surface temperature, infrared thermometer, emissivity, finding surface temperature, surface temperature thermometer,","meta_description":"If you need a higher level of accuracy on your readings, consider verifying the emissivity of a surface with the help of a surface probe and thermometer.","version":2160,"created_by":"11","edited_by":"-4"},{"id":68,"pageid":68,"name":"LC IRTips - Using a \"Patch\" When Emissivity is Low","site_id":2,"type":1,"url":"infrared_tips_emissivity_patch","query":"infrared_tips_emissivity_patch","page_title":"Using a \"Patch\" When Emissivity is Low","page_header":"Using a \"Patch\" When Emissivity is Low","meta_description":"Another way to get an accurate temp measurement on a material with a low emissivity rating is to \"cover\" it with something with a high emissivity rating.","version":2160,"created_by":"11","edited_by":"-4"},{"id":69,"pageid":69,"name":"LC IRTips - Using Max/Min, Hi/Lo Alarms & Other Functions","site_id":2,"type":1,"url":"infrared_tips_using_extra_functions","query":"infrared_tips_using_extra_functions","page_title":"Using Max/Min, Hi/Lo Alarms & Other Functions","page_header":"Using Max/Min, Hi/Lo Alarms & Other Functions","meta_keywords":"Hi lo min, infrared alarms, infrared thermometers, infrared thermometer, ir thermometer,","meta_description":"All but the most basic infrared thermometers will typically come with recording features like Max/Min & Hi/Lo Alarm functionality.","version":2160,"created_by":"11","edited_by":"-4"},{"id":170,"pageid":170,"name":"Gen - Refer a friend (ended)","site_id":2,"type":1,"url":"Friends","query":"Friends","page_title":"Friends","page_header":"Friends","addition_to_head":"<meta name=\"robots\" content=\"noindex,nofollow\">\n<meta name=\"robots\" content=\"noarchive\">","version":2160,"created_by":"11","edited_by":"-4"},{"id":171,"pageid":171,"name":"Enhanced /9882-Printing","site_id":2,"type":2,"url":"9882-Printing","query":"9882-Printing","meta_keywords":"Printing thermoemter, data logger, thermometer","meta_description":"Printing Data logger Thermometer is a printing and data-logging thermometer. housed in a durable ABS plastic case with easy to use buttons.","version":2160,"created_by":"11","edited_by":"-4"},{"id":172,"pageid":172,"name":"Enhanced /MTC","site_id":2,"type":2,"url":"MTC","query":"MTC","meta_keywords":"Type k thermocouple, thermoworks MTC, handheld thermometer","meta_description":"The Mini Handheld Thermocouple (MTC) is water-resistant, lightweight, and includes a type K thermocouple socket for use with virtually any type K probe","version":2160,"created_by":"11","edited_by":"-4"},{"id":173,"pageid":173,"name":"Enhanced /Therma-K","site_id":2,"type":2,"url":"Therma-K","query":"Therma-K","meta_keywords":"Thermoworks, type K thermometer, cooking thermometer, industrial thermometer","meta_description":"Designed for food service and processing plants, this affordable meter reads any type K thermocouple.","version":2160,"created_by":"11","edited_by":"-4"},{"id":174,"pageid":174,"name":"Enhanced /Food-Check","site_id":2,"type":2,"url":"Food-Check","query":"Food-Check","meta_keywords":"food thermometer, thermoworks thermometer, thermocouple probe","meta_description":"Food Check thermometer features higher accuracy and an easy-to-grip handheld design. The meter and probe are calibrated together to ensure accuracy.","version":2160,"created_by":"11","edited_by":"-4"},{"id":175,"pageid":175,"name":"Enhanced /Therma-K-Plus","site_id":2,"type":2,"url":"Therma-K-Plus","query":"Therma-K-Plus","meta_keywords":"food thermometer, professional thermometer, cooking thermometer, back light thermometer","meta_description":"Designed for food service and processing plants, this affordable meter reads any type K thermocouple. Comes with back-light.","version":2160,"created_by":"11","edited_by":"-4"},{"id":176,"pageid":176,"name":"Enhanced /CaterTemp","site_id":2,"type":2,"url":"CaterTemp","query":"CaterTemp","meta_keywords":"cater thermometer, thermoworks thermometer, durable thermometer","meta_description":"Designed for the busiest food service kitchens, our CaterTemp Plus is a must have food safety tool. It's rugged, waterproof, accurate, and easy to use.","version":2160,"created_by":"11","edited_by":"-4"},{"id":177,"pageid":177,"name":"Enhanced /ThermaPlus","site_id":2,"type":2,"url":"ThermaPlus","query":"ThermaPlus","meta_keywords":"type k thermometer, food thermometer, rugged thermometer, cooking thermometer, thermoworks thermometer","meta_description":"Designed for the busiest food service kitchens, our Therma Plus is a must have food safety tool. It's rugged, waterproof, accurate, and easy to use.","version":2160,"created_by":"11","edited_by":"-4"},{"id":178,"pageid":178,"name":"Enhanced /MicroTherma-2K","site_id":2,"type":2,"url":"MicroTherma-2K","query":"MicroTherma-2K","meta_keywords":"thermoworks thermometer, high precision thermometer, highly accurate thermometer","meta_description":"If you want a serious thermocouple meter, this is it. The automatic self-calibration feature means you should never need to adjust the meter's calibration.","version":2160,"created_by":"11","edited_by":"-4"},{"id":179,"pageid":179,"name":"Enhanced /TempTest-1","site_id":2,"type":2,"url":"TempTest-1","query":"TempTest-1","meta_keywords":"temptest, thermoworks thermometer, thermapen, cooking thermometer","meta_description":"Advanced thermocouple technology, intelligent backlit display, Super-Fast reduced tip probe for 3-second temperature readings, and best-in-class accuracy.","version":2160,"created_by":"11","edited_by":"-4"},{"id":70,"pageid":70,"name":"LC IRTips - Using an Ice Bath to Calibrate an Infrared","site_id":2,"type":1,"url":"infrared_tips_icebath_to_calibrate_infrared","query":"infrared_tips_icebath_to_calibrate_infrared","page_title":"Using an Ice Bath to Calibrate an Infrared","page_header":"Using an Ice Bath to Calibrate an Infrared","meta_keywords":"ice bath, how to calibrate infrared, calibrate infrared, IR gun, ir thermometer, calibrate an infrared, calibrate an IR, how to calibrate, how to make an ice bath for thermometer,","meta_description":"ThermoWorks provides easy step-by-step instructions to calibrate your infrared thermometer by using a properly made ice bath.","version":2160,"created_by":"11","edited_by":"-4"},{"id":71,"pageid":71,"name":"LC T101 - Cal Lab A2LA Accreditation","site_id":2,"type":1,"url":"Cal-Lab-A2LA-Accreditation","query":"Cal-Lab-A2LA-Accreditation","page_title":"Cal Lab A2LA Accreditation","page_header":"Cal Lab A2LA Accreditation","meta_keywords":"a2la, a2la accreditation, calibration lab, accredited calibration lab, thermoworks calibration lab, callab","meta_description":"ThermoWorks’ Calibration Laboratory is accredited by A2LA (American Association for Laboratory Accreditation).","version":2160,"created_by":"11","edited_by":"-4"},{"id":72,"pageid":72,"name":"Soft- Boiling Point Calculator","site_id":2,"type":1,"url":"bpcalc","query":"bpcalc","page_title":"Boiling Point Calculator","page_header":"Boiling Point Calculator","meta_keywords":"boiling point of water, boiling point, what is the boiling point of water, what temperature does water boil, water boiling point, boiling point calculator","meta_description":"How to find the boiling point of water: Our boiling point calculator finds the boiling point of water at your altitude using only your zip code.","version":2160,"created_by":"11","edited_by":"-4"},{"id":73,"pageid":73,"name":"Gen - IP Ratings","site_id":2,"type":1,"url":"IP-Ratings","query":"IP-Ratings","page_title":"IP Ratings","page_header":"IP Ratings","meta_keywords":"ip ratings, ip ratings table, what is ip ratings, what is ip rating, what are ip ratings, what is an ip rating, thermoworks ip ratings, thermometer ip ratings","meta_description":"In International Protection (IP) ratings, the 1st number refers to protection from penetration by solids. The 2nd number refers to liquids.","version":2160,"created_by":"11","edited_by":"-4"},{"id":74,"pageid":74,"name":"Gen - Infrared Ambient Temperatures","site_id":2,"type":1,"url":"IR-Ambient","query":"IR-Ambient","page_title":"Infrared Ambient Temperatures","page_header":"Infrared Ambient Temperatures","meta_keywords":"ambient thermometer, what is ambient temperature, ambient temperatures, what is an ambient temperature, ambient temperatures,","meta_description":"Large changes in the ambient temperature can introduce error in the readings of devices. Enter CZ-IR infrared thermometer that works around this problem.","version":2160,"created_by":"11","edited_by":"-4"},{"id":75,"pageid":75,"name":"Enhanced /Thermapen-Mk4","site_id":2,"type":2,"url":"Thermapen-Mk4","query":"Thermapen-Mk4","meta_keywords":"Thermapen,instant read thermometer,meat thermometer","meta_description":"Thermapen Mk4 is the fastest and most accurate instant-read thermometer on the market! Perfect for meats, bread, frying, and candy. Buy direct and save. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":76,"pageid":76,"name":"Enhanced /Classic-Thermapen","site_id":2,"type":2,"url":"Classic-Thermapen","query":"Classic-Thermapen","meta_keywords":"Cooking Thermometer, Food Thermometer, Meat Thermometer, BBQ Thermometer, Chefs Thermometer, Probe Style Thermometer, Probe Style Meat Thermometer, Leave In Thermometer, Fast, easy, professional, gift, foodie, registry","meta_description":"Fastest and most accurate instant-read thermometer on the market! Perfect for meats, breads, frying and candy. Buy direct and save.","version":2160,"created_by":"11","edited_by":"-4"},{"id":77,"pageid":77,"name":"Enhanced /Limited-Edition-Thermapen-Mk4","site_id":2,"type":2,"url":"Limited-Edition-Thermapen-Mk4","query":"Limited-Edition-Thermapen-Mk4","meta_description":"Limited Editions of the Fastest and most accurate instant-read thermometer on the market! Perfect for meats, breads, frying and candy. Buy direct and save.","version":2160,"created_by":"11","edited_by":"-4"},{"id":78,"pageid":78,"name":"Enhanced /Surface-Thermapen","site_id":2,"type":2,"url":"Surface-Thermapen","query":"Surface-Thermapen","meta_keywords":"surface thermapen, classic thermapen, thermapen, thermoworks thermometer, surface thermometer","meta_description":"Measure the temperature of griddles, cook tops, hotplates, and other surfaces with higher accuracy than an IR with our new Pro-Surface Thermapen.","version":2160,"created_by":"11","edited_by":"-4"},{"id":79,"pageid":79,"name":"Enhanced /Air-Thermapen","site_id":2,"type":2,"url":"Air-Thermapen","query":"Air-Thermapen","meta_keywords":"air probe, air thermometer, air thermapen","meta_description":"Get all the great features of the Classic Super-Fast Thermapen in an air measurement. Includes calibration certificate.","version":2160,"created_by":"11","edited_by":"-4"},{"id":180,"pageid":180,"name":"Enhanced /TempTest-2","site_id":2,"type":2,"url":"TempTest-2","query":"TempTest-2","meta_keywords":"Temptest thermometer, thermoworks thermometer","meta_description":"Best-in-class accuracy make the TempTest 2 the ideal tool where temperature is important.","version":2160,"created_by":"11","edited_by":"-4"},{"id":181,"pageid":181,"name":"Enhanced /Precision-Plus","site_id":2,"type":2,"url":"Precision-Plus","query":"Precision-Plus","meta_keywords":"reference thermometer","meta_description":"The platinum RTD is the sensor of choice when a wide range is required with better accuracy than a thermocouple can offer.","version":2160,"created_by":"11","edited_by":"-4"},{"id":182,"pageid":182,"name":"Enhanced /Precision-Thermometer","site_id":2,"type":2,"url":"Precision-Thermometer","query":"Precision-Thermometer","meta_keywords":"Precision thermometer, reference thermometer","meta_description":"Dairy, meat processors, pharmaceuticals, health departments should try these precision thermometers.","version":2160,"created_by":"11","edited_by":"-4"},{"id":183,"pageid":183,"name":"Enhanced /Reference-Thermometer","site_id":2,"type":2,"url":"Reference-Thermometer","query":"Reference-Thermometer","meta_keywords":"reference thermoemter, rtd thermometer","meta_description":"This thermometer is an affordable end to arguments over temperature accuracy. We start with a high stability platinum RTD sensor.","version":2160,"created_by":"11","edited_by":"-4"},{"id":184,"pageid":184,"name":"Enhanced /Therma-20","site_id":2,"type":2,"url":"Therma-20","query":"Therma-20","meta_keywords":"Therma 20 Thermistor, thermoworks, temperature probe","meta_description":"Use the Therma 20 Series thermometer when you need superior accuracy and you want to swap probes without recalibrating the meter.","version":2160,"created_by":"11","edited_by":"-4"},{"id":185,"pageid":185,"name":"Enhanced /Therma-22","site_id":2,"type":2,"url":"Therma-22","query":"Therma-22","meta_keywords":"Therma 22 Dual sensor thermometer, thermoemter, thermoworks thermometer","meta_description":"The Therma 22 delivers extra versatility and precision by reading two professional sensor types.","version":2160,"created_by":"11","edited_by":"-4"},{"id":186,"pageid":186,"name":"Enhanced /Therma-Differential","site_id":2,"type":2,"url":"Therma-Differential","query":"Therma-Differential","meta_keywords":"thermoworks thermometer, dual probe thermometer, two channel probe","meta_description":"Industrial thermocouple meter reads two probes. Perfect for research, HVAC service or equipment checks.","version":2160,"created_by":"11","edited_by":"-4"},{"id":187,"pageid":187,"name":"Enhanced /Therma-20-Plus","site_id":2,"type":2,"url":"Therma-20-Plus","query":"Therma-20-Plus","meta_keywords":"cooking thermometer, waterproof thermometer, thermoworks thermometer","meta_description":"Therma 20 Plus Waterproof Thermometer is housed in a robust ABS enclosure to prevent water ingress during use, submersion, or wash down.","version":2160,"created_by":"11","edited_by":"-4"},{"id":188,"pageid":188,"name":"Enhanced /Therma-22-Plus","site_id":2,"type":2,"url":"Therma-22-Plus","query":"Therma-22-Plus","meta_keywords":"thermoworks thermometer, waterproof thermometer, dual sensor thermometer","meta_description":"The Therma 22 Plus Waterproof Thermometer is housed in a robust ABS enclosure to prevent water ingress during use, submersion, or wash down.","version":2160,"created_by":"11","edited_by":"-4"},{"id":189,"pageid":189,"name":"Enhanced /ThermaCheck-Plus","site_id":2,"type":2,"url":"ThermaCheck-Plus","query":"ThermaCheck-Plus","meta_keywords":"Thermoworks thermometer, thermometer, food thermometer","meta_description":"The ThermaCheck Plus is accurate, rugged, and versatile all in one sleek package.","version":2160,"created_by":"11","edited_by":"-4"},{"id":80,"pageid":80,"name":"Enhanced /Reference-Thermapen","site_id":2,"type":2,"url":"Reference-Thermapen","query":"Reference-Thermapen","meta_keywords":"reference thermometer, accurate thermapen, reference thermapen, thermapen","meta_description":"Reference Thermapen takes lab accuracy into the field. Each is factory calibrated at 5 test points and includes a UKAS accredited calibration certificate.","version":2160,"created_by":"11","edited_by":"-4"},{"id":81,"pageid":81,"name":"Enhanced /RT600C","site_id":2,"type":2,"url":"RT600C","query":"RT600C","meta_keywords":"Cooking, temp, instant read, digital thermometer, cooks Illustrated, BBQ, Big Green Egg, Turkey, NSF, Barbecue, meat, waterproof, thermapen, fast, accurate, convenient, biotherm, dishwasher, candy, temp, hot, cold","meta_description":"Rated #1 by leading Cook&apos;s Magazine. Reads temperatures in only 5 seconds. Perfect for meat, seafood, breads, frying cakes and candy. ","version":2160,"created_by":"11","edited_by":"-4"},{"id":82,"pageid":82,"name":"Enhanced /RT301WA","site_id":2,"type":2,"url":"RT301WA","query":"RT301WA","meta_keywords":"pocket thermometer, digital thermometer, fast thermometer, meat thermometer, thermoworks thermometer","meta_description":"The RT301WA digital pocket thermometer is top rated by a leading Cook's Magazine. The Super-Fast thermometer reads temperatures in just 5 seconds.","version":2160,"created_by":"11","edited_by":"-4"},{"id":83,"pageid":83,"name":"Enhanced /RT616","site_id":2,"type":2,"url":"RT616","query":"RT616","meta_keywords":"mini thermometer, fast thermometer, digital thermometer, pocket thermometer, digital thermometer","meta_description":"The Super-Fast Mini reaches full temperature in 5 to 6 seconds with its proprietary sensor and reduced tip design.","version":2160,"created_by":"11","edited_by":"-4"},{"id":84,"pageid":84,"name":"Enhanced /Talking-Thermometer","site_id":2,"type":2,"url":"Talking-Thermometer","query":"Talking-Thermometer","meta_keywords":"digital thermometer, talking thermometer, thermoworks thermometer","meta_description":"This digital pocket thermometer is a serious tool that reads temperature with extreme speed and speaks the temperature at the touch of its single button.","version":2160,"created_by":"11","edited_by":"-4"},{"id":85,"pageid":85,"name":"Enhanced /RT610B-24","site_id":2,"type":2,"url":"RT610B-24","query":"RT610B-24","meta_keywords":"heavy duty thermometer, long thermometer, compost thermometer, thermoworks thermometer","meta_description":"24-inch Heavy duty waterproof thermometer with Stainless steel stem.","version":2160,"created_by":"11","edited_by":"-4"},{"id":86,"pageid":86,"name":"Enhanced /RT610B-12","site_id":2,"type":2,"url":"RT610B-12","query":"RT610B-12","meta_keywords":"waterproof thermometer, digital thermometer, thermoworks thermometer","meta_description":"RT610B-12 - Heavy Duty Waterproof Thermometer, 12-inch ","version":2160,"created_by":"11","edited_by":"-4"},{"id":87,"pageid":87,"name":"Enhanced /RT610B","site_id":2,"type":2,"url":"RT610B","query":"RT610B","meta_keywords":"RT610B, thermoworks thermometer, digital thermometer","meta_description":"Designed for easy forcing into meats and semi-solids. Many buy this thermometer to read liquids and soft foods because it's tough and water resistant.","version":2160,"created_by":"11","edited_by":"-4"},{"id":88,"pageid":88,"name":"Enhanced /Thermalite-1","site_id":2,"type":2,"url":"Thermalite-1","query":"Thermalite-1","meta_keywords":"Thermoworks, thermometer, food thermometer","meta_description":"ThermaLite 1 is a Super-Fast, super-accurate pocket digital thermometer certified to be accurate. unit includes a NIST-Traceable calibration certificate.","version":2160,"created_by":"11","edited_by":"-4"},{"id":89,"pageid":89,"name":"Enhanced /RT304","site_id":2,"type":2,"url":"RT304","query":"RT304","meta_keywords":"waterproof thermometer, water resistent thermometer, thermoworks thermometer, digital thermometer","meta_description":"This popular water-resistant thermometer stands up to wet hands and messy environments.","version":2160,"created_by":"11","edited_by":"-4"},{"id":190,"pageid":190,"name":"Enhanced /Therma-Waterproof","site_id":2,"type":2,"url":"Therma-Waterproof","query":"Therma-Waterproof","meta_keywords":"Waterproof thermometer, cooking thermometer, industrial thermometer","meta_description":"Designed for wet workplaces, the Therma Waterproof survives harsh industrial use and offers top thermocouple performance.","version":2160,"created_by":"11","edited_by":"-4"},{"id":191,"pageid":191,"name":"Enhanced /Therma-Waterproof-Type-T","site_id":2,"type":2,"url":"Therma-Waterproof-Type-T","query":"Therma-Waterproof-Type-T","meta_keywords":"Type t thermocouple, type t thermometer, cooking thermometer, waterproof thermometer","meta_description":"New version of our popular MicroTherma Series makes use of a unique line of high-precision type T thermocouples.","version":2160,"created_by":"11","edited_by":"-4"},{"id":192,"pageid":192,"name":"Enhanced /Thermamite","site_id":2,"type":2,"url":"Thermamite","query":"Thermamite","meta_keywords":"Thermoworks thermometer, cooking thermometer, thermoworks, thermometer","meta_description":"Thermamite Thermocouple Thermometer offers accuracy and ease of use with improved battery life of 10,000 hours (5 years).","version":2160,"created_by":"11","edited_by":"-4"},{"id":193,"pageid":193,"name":"Enhanced /Saf-T-Log","site_id":2,"type":2,"url":"Saf-T-Log","query":"Saf-T-Log","meta_description":"Measure, store, download and print temperature reports with Saf-T-Log with the convenience and price of a handheld thermocouple meter. No more paper logs!","version":2160,"created_by":"11","edited_by":"-4"},{"id":194,"pageid":194,"name":"Enhanced /7250-Moisture-Meter","site_id":2,"type":2,"url":"7250-Moisture-Meter","query":"7250-Moisture-Meter","meta_keywords":"moisture meter, thermoworks","meta_description":"Meter includes a 20-LED multi-color bar graph to display current moisture content with visual alert levels: Green for ok, Amber for warning, Red for damp.","version":2160,"created_by":"11","edited_by":"-4"},{"id":195,"pageid":195,"name":"Enhanced /7000-Moisture-Meter","site_id":2,"type":2,"url":"7000-Moisture-Meter","query":"7000-Moisture-Meter","meta_keywords":"Moisture meter, thermoworks","meta_description":"The 7000 Series Moisture Meters are professional meters designed for building professionals.","version":2160,"created_by":"11","edited_by":"-4"},{"id":196,"pageid":196,"name":"Enhanced /VA8050","site_id":2,"type":2,"url":"VA8050","query":"VA8050","meta_keywords":"handheld light meter, light meter, measure light","meta_description":"Measure light intensity anywhere conveniently with our new VA8050 Light Meter.","version":2160,"created_by":"11","edited_by":"-4"},{"id":197,"pageid":197,"name":"Enhanced /RT355","site_id":2,"type":2,"url":"RT355","query":"RT355","meta_keywords":"Panel thermometer, thermoworks thermometer, temeprature thermoemter","meta_description":"Add a temperature and humidity display to anywhere. No power required. No external cables to run. No fuss.","version":2160,"created_by":"11","edited_by":"-4"},{"id":198,"pageid":198,"name":"Enhanced /Hanging-Dial","site_id":2,"type":2,"url":"Hanging-Dial","query":"Hanging-Dial","meta_keywords":"Fridge/Freezer thermometer, hanging thermometer","meta_description":"Dual-scale fridge/freezer thermometer tells you the temperature of your cold products without taking up a lot of space in the fridge or freezer.","version":2160,"created_by":"11","edited_by":"-4"},{"id":199,"pageid":199,"name":"Enhanced /PT1005","site_id":2,"type":2,"url":"PT1005","query":"PT1005","meta_keywords":"dial thermometer, bi-metal thermometer, pocket thermometer","meta_description":"1 inch diameter Pocket-sized Bi-Metal stem thermometer.","version":2160,"created_by":"11","edited_by":"-4"},{"id":90,"pageid":90,"name":"Enhanced /RT304-8","site_id":2,"type":2,"url":"RT304-8","query":"RT304-8","meta_keywords":"waterproof thermometer, digital thermometer, thermoworks thermoemter","meta_description":"8 inch popular water-resistant thermometer stands up to wet hands and messy environments.","version":2160,"created_by":"11","edited_by":"-4"},{"id":91,"pageid":91,"name":"Enhanced /RT600B","site_id":2,"type":2,"url":"RT600B","query":"RT600B","meta_keywords":"digital thermometer, waterproof thermometer, thermoworks thermometer, pocket thermometer","meta_description":"The RT600B digital pocket thermometer is an improvement on our popular RT600 with a high temperature rubber front panel seal.","version":2160,"created_by":"11","edited_by":"-4"},{"id":92,"pageid":92,"name":"Enhanced /ChefAlarm","site_id":2,"type":2,"url":"ChefAlarm","query":"ChefAlarm","page_header":"ChefAlarm","meta_keywords":"Thermoworks Chefalarm, oven thermometer, top ranked oven thermometer, leave in probe","meta_description":"Rated #1 Oven Thermometer by leading Cook's Magazine. Features Min/Max display, Hi and Lo alarms, timer and backlight. Comes in 9 colors.","version":2160,"created_by":"11","edited_by":"-4"},{"id":93,"pageid":93,"name":"Enhanced /ThermaQ","site_id":2,"type":2,"url":"ThermaQ","query":"ThermaQ","page_header":"ThermaQ","meta_keywords":"ThermaQ, bbq thermometer, meat thermometer, thermoworks thermometer, dual probe thermometer","meta_description":"ThermaQ reads two temperatures at once from professional Type K Thermocouple probes. Designed for competition BBQ teams and chef-level Sous Vide cooking.","version":2160,"created_by":"11","edited_by":"-4"},{"id":94,"pageid":94,"name":"Enhanced /ThermaQ-Blue","site_id":2,"type":2,"url":"ThermaQ-Blue","query":"ThermaQ-Blue","page_header":"ThermaQ Blue","meta_description":"Use Bluetooth LE to connect ThermaQ Blue BBQ thermometer to your Smart Phone or Tablet. Set multiple alarms and receive alerts. Uses thermocouple probes.","version":2160,"created_by":"11","edited_by":"-4"},{"id":95,"pageid":95,"name":"Enhanced /ThermaQ-WiFi","site_id":2,"type":2,"url":"ThermaQ-WiFi","query":"ThermaQ-WiFi","page_header":"ThermaQ WiFi","meta_description":"Monitor two temperatures at once on your Smart Phone or Tablet. Connect the ThermaQ WiFi BBQ thermometer via your Wi-Fi Network.","version":2160,"created_by":"11","edited_by":"-4"},{"id":96,"pageid":96,"name":"Enhanced /Smoke","site_id":2,"type":2,"url":"Smoke","query":"Smoke","page_header":"Smoke","meta_keywords":"Smoker thermometer,wireless meat thermometer,remote thermometer, BBQ","meta_description":"Smokeª by ThermoWorks is a 2-channel meat thermometer with a wireless receiver. A perfect smoker thermometer to track the meat and pit temperatures remotely!","version":2160,"created_by":"11","edited_by":"-4"},{"id":97,"pageid":97,"name":"Enhanced /DOT","site_id":2,"type":2,"url":"DOT","query":"DOT","meta_keywords":"DOT, Oven Alarm, Thermometer, Easy to use, hot, changeable probes, meat, bbq, beep, high temp, sous-vide, baking, candy temp, professional, commercial, remote, brewing, versatile, durable, steak, broil, simple","meta_description":"DOT is the easiest oven alarm thermometer you'll ever use. You won't even need instructions. Perfect for meats, breads, frying, and candy. Buy direct!","version":2160,"created_by":"11","edited_by":"-4"},{"id":98,"pageid":98,"name":"Enhanced /ThermaQ-Kit","site_id":2,"type":2,"url":"ThermaQ-Kit","query":"ThermaQ-Kit","meta_keywords":"thermaq, thermoworks thermometer, bbq thermometer, cooking thermometer","meta_description":"Kit includes ThermaQ (with boot) and two of our more popular probes for grilling and roasting","version":2160,"created_by":"11","edited_by":"-4"},{"id":99,"pageid":99,"name":"Enhanced /TimeStack","site_id":2,"type":2,"url":"TimeStack","query":"TimeStack","meta_description":"TimeStack has our independent timers displayed simultaneously. Easy to set, easy to use. Adjustable alarm volume up to a loud 110dB for noisy kitchens.","version":2160,"created_by":"11","edited_by":"-4"}]},"_debug_requestTime":132};



	SC.CATEGORIES = [{"categories":[],"internalid":"20","name":"Thermapens","sequencenumber":"2","displayinsite":true,"fullurl":"/Thermapens","level":"1","parentIdPath":"","_debug_requestTime":25},{"categories":[],"internalid":"36","name":"Pocket Digital","sequencenumber":"3","displayinsite":true,"fullurl":"/Pocket-Digital","level":"1","parentIdPath":""},{"categories":[{"categories":[{"categories":[],"internalid":"81","name":"Standard","sequencenumber":"1","displayinsite":true,"fullurl":"/Handheld-Probes/Handhelds/Standard","level":"3","parentIdPath":"|31|53|"},{"categories":[],"internalid":"80","name":"High Precision","sequencenumber":"2","displayinsite":true,"fullurl":"/Handheld-Probes/Handhelds/High-Precision","level":"3","parentIdPath":"|31|53|"}],"internalid":"53","name":"Handhelds","sequencenumber":"0","displayinsite":true,"fullurl":"/Handheld-Probes/Handhelds","level":"2","parentIdPath":"|31|"},{"categories":[{"categories":[],"internalid":"70","name":"Type K Thermocouple","sequencenumber":"1","displayinsite":true,"fullurl":"/Handheld-Probes/Probes/Type-K-Thermocouple","level":"3","parentIdPath":"|31|66|"},{"categories":[],"internalid":"71","name":"Type T Thermocouple","sequencenumber":"2","displayinsite":true,"fullurl":"/Handheld-Probes/Probes/Type-T-Thermocouple","level":"3","parentIdPath":"|31|66|"},{"categories":[],"internalid":"69","name":"RTD","sequencenumber":"3","displayinsite":true,"fullurl":"/Handheld-Probes/Probes/RTD","level":"3","parentIdPath":"|31|66|"},{"categories":[],"internalid":"68","name":"Pro-Series","sequencenumber":"4","displayinsite":true,"fullurl":"/Handheld-Probes/Probes/Pro-Series","level":"3","parentIdPath":"|31|66|"}],"internalid":"66","name":"Probes","sequencenumber":"1","displayinsite":true,"fullurl":"/Handheld-Probes/Probes","level":"2","parentIdPath":"|31|"}],"internalid":"31","name":"Handheld/Probes","sequencenumber":"4","displayinsite":true,"fullurl":"/Handheld-Probes","level":"1","parentIdPath":""},{"categories":[{"categories":[],"internalid":"82","name":"Cooking Alarms","sequencenumber":"0","displayinsite":true,"fullurl":"/Alarms/Cooking-Alarms","level":"2","parentIdPath":"|21|"},{"categories":[],"internalid":"41","name":"Fridge Alarms","sequencenumber":"1","displayinsite":true,"fullurl":"/Alarms/Fridge-Alarms","level":"2","parentIdPath":"|21|"},{"categories":[],"internalid":"43","name":"Vaccine Storage Alarms","sequencenumber":"2","displayinsite":true,"fullurl":"/Alarms/Vaccine-Storage-Alarms","level":"2","parentIdPath":"|21|"},{"categories":[],"internalid":"42","name":"Industrial Alarms","sequencenumber":"3","displayinsite":true,"fullurl":"/Alarms/Industrial-Alarms","level":"2","parentIdPath":"|21|"}],"internalid":"21","name":"Alarms","sequencenumber":"5","displayinsite":true,"fullurl":"/Alarms","level":"1","parentIdPath":""},{"categories":[],"internalid":"38","name":"Timers","sequencenumber":"6","displayinsite":true,"fullurl":"/Timers","level":"1","parentIdPath":""},{"categories":[],"internalid":"67","name":"Infrareds","sequencenumber":"7","displayinsite":true,"fullurl":"/Infrareds","level":"1","parentIdPath":""},{"categories":[],"internalid":"28","name":"Data Logging","sequencenumber":"8","displayinsite":true,"fullurl":"/Data-Logging","level":"1","parentIdPath":""},{"categories":[{"categories":[],"internalid":"65","name":"pH","sequencenumber":"0","displayinsite":true,"fullurl":"/pH-Humidity/pH","level":"2","parentIdPath":"|35|"},{"categories":[],"internalid":"64","name":"Humidity","sequencenumber":"1","displayinsite":true,"fullurl":"/pH-Humidity/Humidity","level":"2","parentIdPath":"|35|"}],"internalid":"35","name":"pH/Humidity","sequencenumber":"9","displayinsite":true,"fullurl":"/pH-Humidity","level":"1","parentIdPath":""},{"categories":[{"categories":[],"internalid":"44","name":"Books","sequencenumber":"0","displayinsite":true,"fullurl":"/Books-Gifts/Books","level":"2","parentIdPath":"|24|"},{"categories":[],"internalid":"45","name":"Gifts","sequencenumber":"1","displayinsite":true,"fullurl":"/Books-Gifts/Gifts","level":"2","parentIdPath":"|24|"},{"categories":[],"internalid":"89","name":"Gift Certificates","sequencenumber":"2","displayinsite":true,"fullurl":"/Books-Gifts/gift-certificates","level":"2","parentIdPath":"|24|"}],"internalid":"24","name":"Books/Gifts","sequencenumber":"10","displayinsite":true,"fullurl":"/Books-Gifts","level":"1","parentIdPath":""},{"categories":[{"categories":[],"internalid":"52","name":"Simulators","sequencenumber":"0","displayinsite":true,"fullurl":"/Calibration-Tools/Simulators","level":"2","parentIdPath":"|26|"},{"categories":[],"internalid":"47","name":"Baths","sequencenumber":"1","displayinsite":true,"fullurl":"/Calibration-Tools/Baths","level":"2","parentIdPath":"|26|"},{"categories":[],"internalid":"46","name":"Bath Fluids","sequencenumber":"2","displayinsite":true,"fullurl":"/Calibration-Tools/Calibration-Bath-Fluids","level":"2","parentIdPath":"|26|"},{"categories":[],"internalid":"48","name":"Block Calibrators","sequencenumber":"3","displayinsite":true,"fullurl":"/Calibration-Tools/Block-Calibrators","level":"2","parentIdPath":"|26|"},{"categories":[],"internalid":"49","name":"Other","sequencenumber":"4","displayinsite":true,"fullurl":"/Calibration-Tools/Other","level":"2","parentIdPath":"|26|"},{"categories":[],"internalid":"50","name":"Reference Thermometers","sequencenumber":"5","displayinsite":true,"fullurl":"/Calibration-Tools/Reference-Thermometers","level":"2","parentIdPath":"|26|"},{"categories":[],"internalid":"51","name":"Secondary PRTs","sequencenumber":"6","displayinsite":true,"fullurl":"/Calibration-Tools/Secondary-PRTs","level":"2","parentIdPath":"|26|"}],"internalid":"26","name":"Calibration Tools","sequencenumber":"11","displayinsite":true,"fullurl":"/Calibration-Tools","level":"1","parentIdPath":""},{"categories":[{"categories":[],"internalid":"95","name":"Cleansing and Probe Wipes","sequencenumber":"0","displayinsite":true,"fullurl":"/More/cleansing-wipes","level":"2","parentIdPath":"|33|"},{"categories":[],"internalid":"58","name":"Other Meters","sequencenumber":"1","displayinsite":true,"fullurl":"/More/Other-Meters","level":"2","parentIdPath":"|33|"},{"categories":[],"internalid":"54","name":"Accessories","sequencenumber":"2","displayinsite":true,"fullurl":"/More/Accessories","level":"2","parentIdPath":"|33|"},{"categories":[],"internalid":"59","name":"Panel","sequencenumber":"3","displayinsite":true,"fullurl":"/More/Panel","level":"2","parentIdPath":"|33|"},{"categories":[],"internalid":"56","name":"Dials","sequencenumber":"4","displayinsite":true,"fullurl":"/More/Dials","level":"2","parentIdPath":"|33|"},{"categories":[],"internalid":"55","name":"Batteries","sequencenumber":"5","displayinsite":true,"fullurl":"/More/Batteries","level":"2","parentIdPath":"|33|"},{"categories":[],"internalid":"85","name":"Thermapen Accessories","sequencenumber":"6","displayinsite":true,"fullurl":"/More/Thermapen-Accessories","level":"2","parentIdPath":"|33|"},{"categories":[],"internalid":"93","name":"Sale","sequencenumber":"7","displayinsite":true,"fullurl":"/More/sale","level":"2","parentIdPath":"|33|"},{"categories":[],"internalid":"57","name":"Liquidation","sequencenumber":"8","displayinsite":true,"fullurl":"/More/Liquidation","level":"2","parentIdPath":"|33|"}],"internalid":"33","name":"More","sequencenumber":"12","displayinsite":true,"fullurl":"/More","level":"1","parentIdPath":""},{"categories":[],"internalid":"83","name":"Holiday Specials","sequencenumber":"13","displayinsite":true,"fullurl":"/holiday-specials","level":"1","parentIdPath":""},{"categories":[{"categories":[],"internalid":"91","name":"Instant Read","sequencenumber":"0","displayinsite":true,"fullurl":"/Food-Safety/instant-read-thermometers","level":"2","parentIdPath":"|29|"},{"categories":[],"internalid":"92","name":"Paperless HACCP","sequencenumber":"1","displayinsite":true,"fullurl":"/Food-Safety/paperless-haccp","level":"2","parentIdPath":"|29|"}],"internalid":"29","name":"Commercial Food Safety","sequencenumber":"14","displayinsite":true,"fullurl":"/Food-Safety","level":"1","parentIdPath":""},{"categories":[],"internalid":"32","name":"Meat/Fish","sequencenumber":"15","displayinsite":true,"fullurl":"/Meat-Poultry-Fish","level":"1","parentIdPath":""},{"categories":[],"internalid":"39","name":"Turkey/Chicken","sequencenumber":"16","displayinsite":true,"fullurl":"/Turkey-Chicken","level":"1","parentIdPath":""},{"categories":[],"internalid":"23","name":"BBQ/Smoker","sequencenumber":"17","displayinsite":true,"fullurl":"/BBQ-Grilling","level":"1","parentIdPath":""},{"categories":[],"internalid":"27","name":"Candy/Chocolate","sequencenumber":"18","displayinsite":true,"fullurl":"/Candy-Chocolate","level":"1","parentIdPath":""},{"categories":[],"internalid":"22","name":"Baking","sequencenumber":"19","displayinsite":true,"fullurl":"/Baking","level":"1","parentIdPath":""},{"categories":[],"internalid":"30","name":"Frying","sequencenumber":"20","displayinsite":true,"fullurl":"/Frying","level":"1","parentIdPath":""},{"categories":[],"internalid":"37","name":"Sous Vide","sequencenumber":"21","displayinsite":true,"fullurl":"/Sous-Vide","level":"1","parentIdPath":""},{"categories":[],"internalid":"25","name":"Brewing","sequencenumber":"22","displayinsite":true,"fullurl":"/Brewing","level":"1","parentIdPath":""},{"categories":[{"categories":[],"internalid":"61","name":"Cheese/Yogurt","sequencenumber":"0","displayinsite":true,"fullurl":"/Other-Uses/Cheese-Yogurt","level":"2","parentIdPath":"|34|"},{"categories":[],"internalid":"62","name":"Gardening/Composting","sequencenumber":"1","displayinsite":true,"fullurl":"/Other-Uses/Gardening","level":"2","parentIdPath":"|34|"},{"categories":[],"internalid":"60","name":"Candle/Soap Making","sequencenumber":"2","displayinsite":true,"fullurl":"/Other-Uses/Candles","level":"2","parentIdPath":"|34|"},{"categories":[],"internalid":"63","name":"Refrigerator/Freezer","sequencenumber":"3","displayinsite":true,"fullurl":"/Other-Uses/Refrigerator-Freezer","level":"2","parentIdPath":"|34|"}],"internalid":"34","name":"Other","sequencenumber":"23","displayinsite":true,"fullurl":"/Other-Uses","level":"1","parentIdPath":""}];

//Information generated at compilation time
SC.ENVIRONMENT.BuildTimeInf = {}

SC.ENVIRONMENT.RELEASE_METADATA = {"name":"SuiteCommerce Advanced Elbrus","bundle_id":"165410","baselabel":"SCA_Elbrus","version":"Elbrus","datelabel":"2017.03.07","buildno":"5"};

// Sensors
SC.ENVIRONMENT.SENSORS_ENABLED = false;

// Touch Support
// Checks if this is a touch enalbed device
SC.ENVIRONMENT.isTouchEnabled = 'ontouchstart' in window || window.DocumentTouch && document instanceof DocumentTouch;
// Sets the class property of the html element
// It is not checking if it was already set (be aware if the SEO engine)
document.documentElement.className = SC.ENVIRONMENT.isTouchEnabled ? 'touch' : 'no-touch';



SC.ENVIRONMENT.published = {};

	SC.ENVIRONMENT.published.promotion_records = [];

<!-- 468 s: 7% #35 cache: 1% #14 -->
<!-- Host [ sh49.prod.bos ] App Version [ 2020.1.0.133 ] -->
<!-- COMPID [ 580795 ] URL [ /s.nl ] Time [ Sun Sep 06 14:47:33 PDT 2020 ] -->
<!-- Not logging slowest SQL -->
