// Set the date we're counting down to
var countDownDate = new Date("February 15, 2024 15:37:25").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("demo2").innerHTML = days + " : " + hours + " : "
+ minutes + " : " + seconds;
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo2").innerHTML = "EXPIRED";
}
}, 1000);
// Function to update content based on the selected toggle
function updateContent1() {
// Get the toggles and the content elements
const toggle11 = document.getElementById('page-landingmt2');
const toggle21 = document.getElementById('page-tenmt2');
const dollarElement1 = document.getElementById('1dollar');
const daysElement1 = document.getElementById('7days');
const priceElement1 = document.getElementById('pricet2');
const monthElement1 = document.getElementById('montht2');
const subpriceElement1 = document.getElementById('subpricet2');
const permonthElement1 = document.getElementById('permonth');
const termElement1 = document.getElementById('termst2');
const yearElement1 = document.getElementById('yeart2');
// Update content based on toggle states
if (toggle11.checked) {
dollarElement1.textContent = '$1' ;
daysElement1.textContent = 'Trial For The First 7 Days' ;
priceElement1.textContent = '$1' ;
monthElement1.textContent = ' ' ;
subpriceElement1.textContent = '$19 a month after';
termElement1.textContent = 'Monthly';
yearElement1.textContent = 'Yearly';
} else if (toggle21.checked) {
daysElement1.textContent = ' ' ;
dollarElement1.textContent = ' ' ;
priceElement1.textContent = '$12' ;
monthElement1.textContent = '/month' ;
subpriceElement1.textContent = 'Paid Annually';
termElement1.textContent = 'Monthly';
yearElement1.textContent = 'Yearly';
}
}
// Attach the updateContent function to the change event of the toggles
document.getElementById('page-landingmt2').addEventListener('change', updateContent1);
document.getElementById('page-tenmt2').addEventListener('change', updateContent1);
function updateLink1() {
// Replace 'your-link-id' with the actual ID of the link element
const linkButton1 = document.getElementById('linkers2');
linkButton1.href = 'https://www.neurapure.co/offers/QoSJyqTQ/checkout';
// Update the link based on some condition or logic
// For example, changing the link based on the toggle state
if (document.getElementById('page-landingmt2').checked) {
linkButton1.href = 'https://www.neurapure.co/offers/QoSJyqTQ/checkout';
} else if (document.getElementById('page-tenmt2').checked) {
linkButton1.href = 'https://www.neurapure.co/offers/oTEN2FXL/checkout';
}
}
// Attach the updateContent function to the change event of the toggles
document.getElementById('page-landingmt2').addEventListener('change', updateContent1);
document.getElementById('page-tenmt2').addEventListener('change', updateContent1);
// Attach the updateLink function to the click event of the button
document.getElementById('linkers2').addEventListener('click', updateLink1);
“I carried the weight of past trauma for years, thinking I’d never fully heal. Discovering NeuraPure changed everything. The program helped me release old wounds and cultivate clarity, focus, and resilience. It’s like finally stepping into the version of myself I’ve always wanted to be. The healing I’ve experienced has been priceless.”
Jonathan S.
79%
Achieved Major Goals.
88%
Gained Clarity in Life Vision.
77%
Developed Resilience, Focus, and Mental Strength.
What’s NeuraPure Hypnosis?
And the best part? After the trial, continue your journey for just $19/month—a small investment for lifelong transformation.
NeuraPure combines cutting-edge neuroscience and hypnosis techniques designed to support trauma healing and holistic growth.
Slip on your headphones and immerse yourself in the most advanced hypnosis technology available. This is a powerful tool for healing trauma and unlocking your true potential.
// Set the date we're counting down to
var countDownDate = new Date("February 15, 2024 15:37:25").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="demo"
document.getElementById("demo2").innerHTML = days + " : " + hours + " : "
+ minutes + " : " + seconds;
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo2").innerHTML = "EXPIRED";
}
}, 1000);
// Function to update content based on the selected toggle
function updateContent1() {
// Get the toggles and the content elements
const toggle11 = document.getElementById('page-landingmt21');
const toggle21 = document.getElementById('page-tenmt21');
const dollarElement1 = document.getElementById('1dollar1');
const daysElement1 = document.getElementById('7days1');
const priceElement1 = document.getElementById('pricet21');
const monthElement1 = document.getElementById('montht21');
const subpriceElement1 = document.getElementById('subpricet21');
const permonthElement1 = document.getElementById('permonth1');
const termElement1 = document.getElementById('termst21');
const yearElement1 = document.getElementById('yeart21');
// Update content based on toggle states
if (toggle11.checked) {
dollarElement1.textContent = '$1' ;
daysElement1.textContent = 'Trial For The First 7 Days' ;
priceElement1.textContent = '$1' ;
monthElement1.textContent = ' ' ;
subpriceElement1.textContent = '$19 a month after';
termElement1.textContent = 'Monthly';
yearElement1.textContent = 'Yearly';
} else if (toggle21.checked) {
daysElement1.textContent = ' ' ;
dollarElement1.textContent = ' ' ;
priceElement1.textContent = '$12' ;
monthElement1.textContent = '/month' ;
subpriceElement1.textContent = 'Paid Annually';
termElement1.textContent = 'Monthly';
yearElement1.textContent = 'Yearly';
}
}
// Attach the updateContent function to the change event of the toggles
document.getElementById('page-landingmt21').addEventListener('change', updateContent1);
document.getElementById('page-tenmt21').addEventListener('change', updateContent1);
function updateLink1() {
// Replace 'your-link-id' with the actual ID of the link element
const linkButton1 = document.getElementById('linkers21');
linkButton1.href = 'https://www.neurapure.co/offers/QoSJyqTQ/checkout';
// Update the link based on some condition or logic
// For example, changing the link based on the toggle state
if (document.getElementById('page-landingmt21').checked) {
linkButton1.href = 'https://www.neurapure.co/offers/QoSJyqTQ/checkout';
} else if (document.getElementById('page-tenmt21').checked) {
linkButton1.href = 'https://www.neurapure.co/offers/oTEN2FXL/checkout';
}
}
// Attach the updateContent function to the change event of the toggles
document.getElementById('page-landingmt21').addEventListener('change', updateContent1);
document.getElementById('page-tenmt21').addEventListener('change', updateContent1);
// Attach the updateLink function to the click event of the button
document.getElementById('linkers21').addEventListener('click', updateLink1);
Your Weekly Tracks
“I just wanna let you know that I have listened to the motivational journey three times. Each time was heart-wrenching and gut-wrenching but in a great way. It's waking me up to the power inside me. Feels like a rebirth every time. This last time was the most profound. I stepped into my golden being. Just want to thank you again!!!”
Maddie C.
“I have done your 40-minute NeuraPure Hypnosis every day for the last 4 days and Oh. My. God. You are incredible. Thank you, thank you, thank you. I have never felt feelings like that, I didn't even know they existed or were possible! Thank you. Please don't ever stop. The world needs WAY more of you.”
Kristy P.
“I have already shared it with SO many people and will continue to do so. Honestly, it's incredible. I just want to cry every time I think about it. I thought the things I felt during Ayahuasca ceremony could never be found without it, but honestly, the feeling during your meditation experience is magical, like sitting with Ayahuasca.”
Janine W.
“I am vibrating all over. I am a little overwhelmed. I feel vibrant. And a little nervous. I’ve never felt this kind of release before.
Julie C.
“As the session ended, I felt a subtle dizziness and blurry vision, but I also found myself feeling emotional and gained more clarity on some previously confusing thoughts. Ultimately, I was left with a sense of happiness and a deep connection with myself. This isn't something I've accessed before at such a deep level.”
Chrysa
“I had a ‘WTF just happened??’ moment and a positive feeling like a weight off my shoulders. I feel confident and determined. Felt like my brain was thinking just totally different, and that sadness was followed by positive feelings I haven't felt in years.”
Anthony C.
“After that emergent experience, I feel not only phenomenal but also that I have another master key to myself. I’m really grateful, and I feel refreshed, recharged, restored, revitalized, re-enlivened, and totally uploaded.
I also feel like I have quite a bit of output work to do, and I feel really clear on what to do.
This is a practice I'd like to integrate and will be rightly integrating. It's in my life consistently. I'm also eager to see the tangible results as I make appropriate commitments and act from clarity, alignment, and magnificence.
All glory be to God, but I've healed myself from a litany of things that would have decimated mere mortals, including complex post-traumatic stress disorder. So to say that I've been through the other side of catharsis more than once would be a massive understatement.”
Raffi D.
“I felt good exuberant energy. I felt relaxed and energized”
Jared P.
“I feel good, like someone actually has put a lot of effort into this. I've studied those ingredients separately in the recent years of my life trying to change things, I'm excited to hear more.”