Back to Convention

Ricky Kalman

Mindset Expert

RICKY KALMON is a growth mindset expert, motivational speaker and celebrity hypnotist who delivers high-energy and mindset motivational keynote programs and corporate entertainment. His programs are inspirational and offer compelling, applicable tools anyone can use in personal and professional development. Kalmon reveals how our mindset can be the greatest tool in achieving new heights, reducing stress,and increasing productivity and potential.  He has made numerous special guest appearances on ESPN, HLN, Disney, Hallmark Channel, Fox, FX, TV Guide and Comedy Central.  He has even performed and spoken to the Cincinnati Bengals and the New York Yankees.

For your next sales meeting, conference or special event, hire growth mindset expert Ricky Kalmon.

Ricky Kalmon’s new book Leverage Your Mindset – Overcome Limiting Beliefs and Amplify Your Life is now available on AMAZON!

```javascript // Find the back button element const backButton = document.querySelector('.back-button'); // Add a click event listener to the back button backButton.addEventListener('click', () => { // Check if the referrer URL is from the same domain if ( document.referrer.includes(window.location.hostname) ) { // If the referrer URL is from the same domain, go back to the previous page window.history.back(); } else { // If the referrer URL is from a different domain, redirect to a default page window.location.href = 'https://www.appreciationfinancialevents.com/annual-convention'; } }); ```