window.flatStyles = window.flatStyles || ''
window.lightspeedOptimizeStylesheet = function () {
const currentStylesheet = document.querySelector( '.tcb-lightspeed-style:not([data-ls-optimized])' )
if ( currentStylesheet ) {
try {
if ( currentStylesheet.sheet && currentStylesheet.sheet.cssRules ) {
if ( window.flatStyles ) {
if ( this.optimizing ) {
setTimeout( window.lightspeedOptimizeStylesheet.bind( this ), 24 )
} else {
this.optimizing = true;
let rulesIndex = 0;
while ( rulesIndex < currentStylesheet.sheet.cssRules.length ) {
const rule = currentStylesheet.sheet.cssRules[ rulesIndex ]
/* remove rules that already exist in the page */
if ( rule.type === CSSRule.STYLE_RULE && window.flatStyles.includes( `${rule.selectorText}{` ) ) {
currentStylesheet.sheet.deleteRule( rulesIndex )
} else {
rulesIndex ++
}
}
/* optimize, mark it such, move to the next file, append the styles we have until now */
currentStylesheet.setAttribute( 'data-ls-optimized', '1' )
window.flatStyles += currentStylesheet.innerHTML
this.optimizing = false
}
} else {
window.flatStyles = currentStylesheet.innerHTML
currentStylesheet.setAttribute( 'data-ls-optimized', '1' )
}
}
} catch ( error ) {
console.warn( error )
}
if ( currentStylesheet.parentElement.tagName !== 'HEAD' ) {
/* always make sure that those styles end up in the head */
const stylesheetID = currentStylesheet.id;
/**
* make sure that there is only one copy of the css
* e.g display CSS
*/
if ( ( ! stylesheetID || ( stylesheetID && ! document.querySelector( `head #${stylesheetID}` ) ) ) ) {
document.head.prepend( currentStylesheet )
} else {
currentStylesheet.remove();
}
}
}
}
window.lightspeedOptimizeFlat = function ( styleSheetElement ) {
if ( document.querySelectorAll( 'link[href*="thrive_flat.css"]' ).length > 1 ) {
/* disable this flat if we already have one */
styleSheetElement.setAttribute( 'disabled', true )
} else {
/* if this is the first one, make sure he's in head */
if ( styleSheetElement.parentElement.tagName !== 'HEAD' ) {
document.head.append( styleSheetElement )
}
}
}
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/refreshingcleanwater.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.5.5"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
https://refreshingcleanwater.com/wp-includes/js/jquery/jquery.min.js
https://refreshingcleanwater.com/wp-includes/js/jquery/jquery-migrate.min.js
https://refreshingcleanwater.com/wp-includes/js/imagesloaded.min.js
https://refreshingcleanwater.com/wp-includes/js/masonry.min.js
https://refreshingcleanwater.com/wp-includes/js/jquery/jquery.masonry.min.js
var tve_frontend_options = {"ajaxurl":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","is_editor_page":"","page_events":[],"is_single":"1","social_fb_app_id":"","dash_url":"https:\/\/refreshingcleanwater.com\/wp-content\/themes\/thrive-theme\/thrive-dashboard","queried_object":{"ID":505,"post_author":"2"},"query_vars":{"page":"","name":"is-your-water-rapidly-aging-you"},"$_POST":[],"translations":{"Copy":"Copy","empty_username":"ERROR: The username field is empty.","empty_password":"ERROR: The password field is empty.","empty_login":"ERROR: Enter a username or email address.","min_chars":"At least %s characters are needed","no_headings":"No headings found","registration_err":{"required_field":"<strong>Error<\/strong>: This field is required","required_email":"<strong>Error<\/strong>: Please type your email address.","invalid_email":"<strong>Error<\/strong>: The email address isn’t correct.","passwordmismatch":"<strong>Error<\/strong>: Password mismatch"}},"routes":{"posts":"https:\/\/refreshingcleanwater.com\/wp-json\/tcb\/v1\/posts","video_reporting":"https:\/\/refreshingcleanwater.com\/wp-json\/tcb\/v1\/video-reporting"},"nonce":"e071539c1e","allow_video_src":"","google_client_id":null,"google_api_key":null,"facebook_app_id":null,"lead_generation_custom_tag_apis":["activecampaign","aweber","convertkit","drip","klicktipp","mailchimp","sendlane","zapier"],"post_request_data":[],"user_profile_nonce":"c4c9e95150","ip":"57.141.0.28","current_user":[],"post_id":"505","post_title":"Is Your Water Rapidly Aging You?","post_type":"post","post_url":"https:\/\/refreshingcleanwater.com\/is-your-water-rapidly-aging-you\/","is_lp":"","conditional_display":{"is_tooltip_dismissed":false}};
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/general.min.js
var thrive_front_localize = {"comments_form":{"error_defaults":{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}},"routes":{"posts":"https:\/\/refreshingcleanwater.com\/wp-json\/tcb\/v1\/posts","frontend":"https:\/\/refreshingcleanwater.com\/wp-json\/ttb\/v1\/frontend"},"tar_post_url":"?tve=true&action=architect&from_theme=1","is_editor":"","ID":"1097","template_url":"?tve=true&action=architect&from_tar=505","pagination_url":{"template":"https:\/\/refreshingcleanwater.com\/is-your-water-rapidly-aging-you\/page\/[thrive_page_number]\/","base":"https:\/\/refreshingcleanwater.com\/is-your-water-rapidly-aging-you\/"},"sidebar_visibility":[],"is_singular":"1","is_user_logged_in":""};
https://refreshingcleanwater.com/wp-content/themes/thrive-theme/inc/assets/dist/frontend.min.js
Is Your Water Rapidly Aging You?
​Is Your Water Rapidly Aging You?
Is Your Water Rapidly Aging You?
​Today's Water Is Nothing Like What Our Ancestors Drank
​Find Out the Truth
​Do you want to live a long life?
Do you want to be healthy? Energetic? Youthful?
You CAN have both– long life and youthfulness!
But that's not what awaits most of us in this country.
"Sick, drugged people." That's the impression some of my foreign friends have of Americans. And they're right. According to the Mayo Clinic, nearly 70% of Americans regularly take at least one prescription drug. Older folks take three times the average of younger people.
We all want to live LONGER, but how about living HEALTHIER? MORE YOUTHFUL?
Each medical drug we take has its main effect, such as lowering blood pressure, but LOTS of side effects. The side effects can be very harmful, even fatal. Just listen to or read the warnings in the drug ads!
The key question I asked long ago: WHY are we so unhealthy that we seem to need all those drugs in the first place? What about our lifestyle, our diet or our environment creates this terrible situation?
I answered this question after thorough research, and the answers I found can ROCKET your own health and well-being.
Water plays a MAJOR role in our health. Good water adds up to good health. Bad water weakens, ages and can even kill us.
Our ancestors drank water free of chemicals like chlorine, fluoride, pesticides, drug residues, etc. Also rich in minerals, their water preserved and boosted their health, protected their vigor and resistance to illness. Those who lived in the country often enjoyed especially excellent health from drinking such water. Would you like to be full of energy and flexibility at age 80 or 90? That is your natural birth-right!!
But things changed. As populations grew and most people left the farms and concentrated in cities, water became a big problem. Waste-disposal systems could not keep up, and contamination of drinking water by sewage became a huge issue that lead to epidemics of diseases like typhoid, cholera and polio. Modern sewage and water treatment and distribution systems were designed to help solve these sanitation problems, but at a very high price. This public health engineering put an end to the epidemics but replaced them with slower, less visible damage to our health and longevity.
Typical household water today may spare us from immediate, visible harm, but it's factually doing nasty things to us despite this. First, city water treatment adds chlorine, chloramines (a mixture of chlorine and ammonia), a toxic fluoride "soup" (containing arsenic and heavy metals) as well as being contaminated with pharmaceuticals, industrial and agricultural waste. Each of these has health effects by itself, but taken as a whole, ​`
Next, many home owners have water softeners and reverse osmosis filters which strip the water of beneficial quantities of calcium, sulfate, magnesium, iron, potassium, carbonates, silicates and more. These elements and compounds play essential roles in our bodies.
If you want to feel weak, old and sick, just keep drinking the same sick, acid water produced by reverse osmosis filters!
Water in its proper state is not just H20. It's a complex blend of elements, compounds and energies that bring life and vitality. Life on Earth could not have developed or flourished in such dead, toxic water as is served in most homes and businesses today.
Do you want to live a long life?
Do you want to be healthy? Energetic? Youthful?
You CAN have both– long life and youthfulness!
But that's not what awaits most of us in this country.
"Sick, drugged people." That's the impression some of my foreign friends have of Americans. And they're right. According to the Mayo Clinic, nearly 70% of Americans regularly take at least one prescription drug. Older folks take three times the average of younger people.
We all want to live LONGER, but how about living HEALTHIER? MORE YOUTHFUL?
Each medical drug we take has its main effect, such as lowering blood pressure, but LOTS of side effects. The side effects can be very harmful, even fatal. Just listen to or read the warnings in the drug ads!
The key question I asked long ago: WHY are we so unhealthy that we seem to need all those drugs in the first place? What about our lifestyle, our diet or our environment creates this terrible situation?
I answered this question after thorough research, and the answers I found can ROCKET your own health and well-being.
Water plays a MAJOR role in our health. Good water adds up to good health. Bad water weakens, ages and can even kill us.
Our ancestors drank water free of chemicals like chlorine, fluoride, pesticides, drug residues, etc. Also rich in minerals, their water preserved and boosted their health, protected their vigor and resistance to illness. Those who lived in the country often enjoyed especially excellent health from drinking such water. Would you like to be full of energy and flexibility at age 80 or 90? That is your natural birth-right!!
But things changed. As populations grew and most people left the farms and concentrated in cities, water became a big problem. Waste-disposal systems could not keep up, and contamination of drinking water by sewage became a huge issue that lead to epidemics of diseases like typhoid, cholera and polio. Modern sewage and water treatment and distribution systems were designed to help solve these sanitation problems, but at a very high price. This public health engineering put an end to the epidemics but replaced them with slower, less visible damage to our health and longevity.
Typical household water today may spare us from immediate, visible harm, but it's factually doing nasty things to us despite this. First, city water treatment adds chlorine, chloramines (a mixture of chlorine and ammonia), a toxic fluoride "soup" (containing arsenic and heavy metals) as well as being contaminated with pharmaceuticals, industrial and agricultural waste. Each of these has health effects by itself, but taken as a whole, these contaminants contribute to the epidemics of cancer, auto-immune diseases and more. Do you want this to be your future?
Next, many home owners have water softeners and reverse osmosis filters which strip the water of beneficial quantities of calcium, sulfate, magnesium, iron, potassium, carbonates, silicates and more. These elements and compounds play an essential role in our bodies.
If you want to feel weak, old and sick, just keep drinking the same sick, acid water produced by reverse osmosis filters!
Water in its proper state is not just H20. It's a complex blend of elements, compounds and energies that bring life and vitality. Life on Earth could not have developed or flourished in such dead, toxic water as is served in most homes and businesses today.
Today's Water Is Nothing Like What Our Ancestors Drank
Live Long, Live Healthy, Live Youthfully | Ideal Earth Water
​Why not replace your dead water with LIVING water?
Fortunately, you don't have to go back in time to enjoy the full benefits of water in its natural state.
My Ideal Earth Waterâ„¢ systems can remove toxins such as arsenic and fluoride (including heavy metals contained in the fluoride mixture) down to non-detectable levels, while preserving beneficial minerals such as calcium and magnesium. Using my EarthCoreâ„¢ water enhancer, I also restore water to its natural energetic state.
Why not replace your dead water with LIVING water?
Fortunately, you don't have to go back in time to enjoy the full benefits of water in its natural state.
My Ideal Earth Waterâ„¢ systems can remove toxins such as arsenic and fluoride (including heavy metals contained in the fluoride mixture) down to non-detectable levels, while preserving beneficial minerals such as calcium and magnesium. Using my EarthCoreâ„¢ water enhancer, I also restore water to its natural energetic state.
​Live longer. Look younger. Be Healthier. Order your Ideal Earth Water system today.
If you want to bathe in and drink the water that Mother Nature intended you to have (water like a pristine mountain spring), call me for a FREE, no-obligation water-quality consultation or visit my website at RefreshingCleanWater.com
Sincerely,
Winston Kao
Natural Health Researcher,
Innovator & Educator
1-727-447-2344
info@gobeyondorganic.com
​Don't Drink Unfiltered City Water!
Our Ideal Earth Water™ Youthful Living™​ water filters promote health, energy and longevity.​
We convert that questionable city water into clean, balanced, living water like a mountain spring.​
Protect your health and gain peace of mind!
For a limited time, ​ get a $100 discount on under-sink and $350 discount on whole-house systems.
Call us today! 727-447-2344​
Don't Drink Unfiltered City Water! Our Ideal Earth Water’s Youthful Living™ water filters promote health, energy and longevity. We convert that questionable city water into clean, balanced, living water like a mountain spring. Protect your health and gain peace of mind and get a $100 discount on under-sink and $350 discount on whole-house systems. Call us today! 727-447-2344
Live longer. Look younger. Be Healthier. Order your Ideal Earth Water system today.
If you want to bathe in and drink the water that Mother Nature intended you to have (water like a pristine mountain spring), call me for a FREE, no-obligation water-quality consultation or visit my website at RefreshingCleanWater.com
Sincerely,
Winston Kao
Natural Health Researcher,
Innovator & Educator
1-727-447-2344
info@gobeyondorganic.com
chloramine, chlorine, fluoride, longevity, toxins, water filtration
You may also like
( $ => {
/**
* Displays toast message from storage, it is used when the user is redirected after login
*/
if ( window.sessionStorage ) {
$( window ).on( 'tcb_after_dom_ready', () => {
const message = sessionStorage.getItem( 'tcb_toast_message' );
if ( message ) {
tcbToast( sessionStorage.getItem( 'tcb_toast_message' ), false );
sessionStorage.removeItem( 'tcb_toast_message' );
}
} );
}
/**
* Displays toast message
*
* @param {string} message - message to display
* @param {Boolean} error - whether the message is an error or not
* @param {Function} callback - callback function to be called after the message is closed
*/
function tcbToast( message, error, callback ) {
/* Also allow "message" objects */
if ( typeof message !== 'string' ) {
message = message.message || message.error || message.success;
}
if ( ! error ) {
error = false;
}
TCB_Front.notificationElement.toggle( message, error ? 'error' : 'success', callback );
}
} )( typeof ThriveGlobal === 'undefined' ? jQuery : ThriveGlobal.$j );
https://refreshingcleanwater.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js
https://refreshingcleanwater.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js
https://refreshingcleanwater.com/wp-includes/js/dist/vendor/wp-polyfill.min.js
https://refreshingcleanwater.com/wp-includes/js/dist/hooks.min.js
https://refreshingcleanwater.com/wp-includes/js/dist/i18n.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
var prestoComponents = {"url":"https:\/\/refreshingcleanwater.com\/wp-content\/plugins\/presto-player\/dist\/components\/web-components\/web-components.esm.js?ver=1720628613"};
var prestoPlayer = {"plugin_url":"https:\/\/refreshingcleanwater.com\/wp-content\/plugins\/presto-player\/","logged_in":"","root":"https:\/\/refreshingcleanwater.com\/wp-json\/","nonce":"e071539c1e","ajaxurl":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","isAdmin":"","isSetup":{"bunny":{"storage":false,"stream":true}},"proVersion":"1.2.1","isPremium":"1","wpVersionString":"wp\/v2\/","prestoVersionString":"presto-player\/v1\/","debug":"","debug_navigator":"","i18n":{"skip":"Skip","rewatch":"Rewatch","emailPlaceholder":"Email address","emailDefaultHeadline":"Enter your email to play this episode.","chapters":"Chapters","show_chapters":"Show Chapters","hide_chapters":"Hide Chapters","restart":"Restart","rewind":"Rewind {seektime}s","play":"Play","pause":"Pause","fastForward":"Forward {seektime}s","seek":"Seek","seekLabel":"{currentTime} of {duration}","played":"Played","buffered":"Buffered","currentTime":"Current time","duration":"Duration","volume":"Volume","mute":"Mute","unmute":"Unmute","enableCaptions":"Enable captions","disableCaptions":"Disable captions","download":"Download","enterFullscreen":"Enter fullscreen","exitFullscreen":"Exit fullscreen","frameTitle":"Player for {title}","captions":"Captions","settings":"Settings","pip":"PIP","menuBack":"Go back to previous menu","speed":"Speed","normal":"Normal","quality":"Quality","loop":"Loop","start":"Start","end":"End","all":"All","reset":"Reset","disabled":"Disabled","enabled":"Enabled","advertisement":"Ad","qualityBadge":{"2160":"4K","1440":"HD","1080":"HD","720":"HD","576":"SD","480":"SD"},"auto":"AUTO","upNext":"Up Next","startOver":"Start Over"},"hls_start_level":"480"};
var prestoComponents = {"url":"https:\/\/refreshingcleanwater.com\/wp-content\/plugins\/presto-player\/dist\/components\/web-components\/web-components.esm.js?ver=1720628613"};
var prestoPlayer = {"plugin_url":"https:\/\/refreshingcleanwater.com\/wp-content\/plugins\/presto-player\/","logged_in":"","root":"https:\/\/refreshingcleanwater.com\/wp-json\/","nonce":"e071539c1e","ajaxurl":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","isAdmin":"","isSetup":{"bunny":{"storage":false,"stream":true}},"proVersion":"1.2.1","isPremium":"1","wpVersionString":"wp\/v2\/","prestoVersionString":"presto-player\/v1\/","debug":"","debug_navigator":"","i18n":{"skip":"Skip","rewatch":"Rewatch","emailPlaceholder":"Email address","emailDefaultHeadline":"Enter your email to play this episode.","chapters":"Chapters","show_chapters":"Show Chapters","hide_chapters":"Hide Chapters","restart":"Restart","rewind":"Rewind {seektime}s","play":"Play","pause":"Pause","fastForward":"Forward {seektime}s","seek":"Seek","seekLabel":"{currentTime} of {duration}","played":"Played","buffered":"Buffered","currentTime":"Current time","duration":"Duration","volume":"Volume","mute":"Mute","unmute":"Unmute","enableCaptions":"Enable captions","disableCaptions":"Disable captions","download":"Download","enterFullscreen":"Enter fullscreen","exitFullscreen":"Exit fullscreen","frameTitle":"Player for {title}","captions":"Captions","settings":"Settings","pip":"PIP","menuBack":"Go back to previous menu","speed":"Speed","normal":"Normal","quality":"Quality","loop":"Loop","start":"Start","end":"End","all":"All","reset":"Reset","disabled":"Disabled","enabled":"Enabled","advertisement":"Ad","qualityBadge":{"2160":"4K","1440":"HD","1080":"HD","720":"HD","576":"SD","480":"SD"},"auto":"AUTO","upNext":"Up Next","startOver":"Start Over"},"hls_start_level":"480"};
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/divider.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/menu.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/post-list.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/social-share.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/post-grid-compat.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/dropdown.min.js
var dlmXHRtranslations = {"error":"An error occurred while trying to download the file. Please try again.","not_found":"Download does not exist.","no_file_path":"No file path defined.","no_file_paths":"No file paths defined.","filetype":"Download is not allowed for this file type.","file_access_denied":"Access denied to this file.","access_denied":"Access denied. You do not have permission to download this file.","security_error":"Something is wrong with the file path.","file_not_found":"File not found."};
const dlmXHR = {"xhr_links":{"class":["download-link","download-button"]},"prevent_duplicates":true,"ajaxUrl":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php"}; dlmXHRinstance = {}; const dlmXHRGlobalLinks = "https://refreshingcleanwater.com/download/"; const dlmNonXHRGlobalLinks = []; dlmXHRgif = "https://refreshingcleanwater.com/wp-includes/images/spinner.gif"; const dlmXHRProgress = "1"
https://refreshingcleanwater.com/wp-content/plugins/download-monitor/assets/js/dlm-xhr.min.js
var tve_dash_front = {"ajaxurl":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","force_ajax_send":"1","is_crawler":"","recaptcha":[],"post_id":"505"};
https://refreshingcleanwater.com/wp-content/themes/thrive-theme/thrive-dashboard/js/dist/frontend.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/search-form.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/lead-generation.min.js
var tcb_current_post_lists=JSON.parse('[{\"identifier\":\"[data-css=\\\"tve-u-16ecb5f152b\\\"]\",\"template\":\"tve-u-16ecb5f152b\",\"attr\":{\"query\":\"{'paged':1,'filter':'custom','related':[],'post_type':'post','orderby':'date','order':'DESC','posts_per_page':'2','offset':'1','no_posts_text':'There are no posts to display.','exclude_current_post':['1'],'queried_object':{'ID':2437,'post_author':'1002','post_type':'post'},'sticky':[],'rules':[]}\",\"type\":\"grid\",\"columns-d\":\"2\",\"columns-t\":\"2\",\"columns-m\":\"1\",\"vertical-space-d\":\"40\",\"horizontal-space-d\":\"40\",\"ct\":\"post_list-43427\",\"ct-name\":\"Image & Text 01\",\"tcb-elem-type\":\"post_list\",\"pagination-type\":\"none\",\"pages_near_current\":\"2\",\"css\":\"tve-u-16ecb5f152b\",\"article-tcb_hover_state_parent\":\"\",\"element-name\":\"Post List\",\"total_post_count\":2,\"total_sticky_count\":0,\"posts_per_page\":2,\"featured-content\":\"0\",\"disabled-links\":\"1\",\"no_posts_text\":\"There are no posts to display.\",\"vertical-space-t\":\"40\",\"vertical-space-m\":\"30\",\"class\":\"\"},\"query\":{\"paged\":1,\"filter\":\"custom\",\"related\":[],\"post_type\":\"post\",\"orderby\":\"date\",\"order\":\"DESC\",\"posts_per_page\":2,\"offset\":\"1\",\"no_posts_text\":\"There are no posts to display.\",\"exclude_current_post\":[\"1\"],\"sticky\":[],\"rules\":[]},\"posts\":[671,613]}]'); var tcb_post_lists=tcb_post_lists?[...tcb_post_lists,...tcb_current_post_lists]:tcb_current_post_lists;
if ( !window.TL_Const ) {var TL_Const={"security":"b1e6c6b4d1","ajax_url":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","custom_post_data":[],"current_screen":{"screen_type":4,"screen_id":505},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin","tcb_token","tve_labels","tve_mapping","_api_custom_fields","_sendParams","_autofill"],"ajax_load":0};} else { window.TL_Front && TL_Front.extendConst && TL_Front.extendConst({"security":"b1e6c6b4d1","ajax_url":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","custom_post_data":[],"current_screen":{"screen_type":4,"screen_id":505},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin","tcb_token","tve_labels","tve_mapping","_api_custom_fields","_sendParams","_autofill"],"ajax_load":0})}