/*! Thrive Headline Optimizer - 2022-02-25
* http://www.thrivethemes.com/
* Copyright (c) 2022 Thrive Themes */

function tho_change_titles(){var a=document.getElementsByTagName(THO_Head.element_tag);for(var b in a){var c=0,d=0,e=a[b];if("object"==typeof e&&(void 0===e.className||-1===e.className.indexOf("tho_title_changed"))){for(var f in e.attributes){var g=e.attributes[f].name;void 0!==g&&(0===g.indexOf("tho-post-")?c=g.replace("tho-post-",""):0===g.indexOf("tho-test-")&&(d=g.replace("tho-test-","")))}c&&d&&void 0!==THO_Variations[c]&&(e.setAttribute("data-post-id",c),e.setAttribute("data-test-id",d),tho_output_title(e,c,THO_Variations[c].variations,THO_Variations[c].winners))}}void 0!==THO_Titles[THO_Head.post_id]&&tho_brute_search_replace()}function tho_brute_search_replace(){var a,b=THO_Variations[THO_Head.post_id].variations[THO_Titles[THO_Head.post_id]],c=document.querySelectorAll(THO_Head.woo_tag+', [class*="crumb"], [id*="crumb"], [class="woocommerce-message"], [class="product-name"]');for(var d in THO_Variations[THO_Head.post_id].variations){a=THO_Variations[THO_Head.post_id].variations[d];break}if(void 0!==a)for(d in c){var e=c[d];"object"!=typeof e||void 0!==e.className&&-1!==e.className.indexOf("tho_title_changed")||(e.innerHTML=e.innerHTML.replace(a,b),e.className+=" tho_title_changed")}}function tho_get_title_variation(a,b,c){var d=tho_random_key(b),e=tho_get_cookie("tho_post_cookie_"+a,!0);if(""===THO_Titles&&(THO_Titles={}),e.test_id&&void 0!==c[e.test_id])return c[e.test_id];if(void 0!==THO_Titles[a]){if(d=THO_Titles[a],void 0!==b[d])return b[d];d=tho_random_key(b)}return THO_Titles[a]=d,tho_set_cookie("tho_post_titles",THO_Titles,!0),b[d]}function tho_output_title(a,b,c,d){var e=tho_get_title_variation(b,c,d);""!=e&&(a.className+="tho_title_changed",a.innerHTML=e)}function tho_random_key(a){var b=Object.keys(a);return b[parseInt(b.length*Math.random())]}function tho_get_cookie(a,b){for(var c=a+"=",d=document.cookie.split(";"),e="",f=0;f<d.length;f++){for(var g=d[f];" "==g.charAt(0);)g=g.substring(1);if(0==g.indexOf(c)){e=g.substring(c.length,g.length),b&&(e=JSON.parse(decodeURIComponent(e)));break}}return e}function tho_set_cookie(a,b,c){var d,e=new Date;e.setTime(e.getTime()+314496e5),d="; expires="+e.toGMTString(),c&&(b=JSON.stringify(b)),document.cookie=a+"="+b+d+"; path=/"}var THO_Titles=tho_get_cookie("tho_post_titles",!0),THO_Head=THO_Head||{},THO_Variations=THO_Head.variations||{};window.tho_title_interval=setInterval(tho_change_titles,10);