Income | RSVP

You've secured your free spot for tomorrow morning's presentation!

This highly anticipated broadcast will begin in:

Simply enter your mobile number to ensure you get an SMS notification when the event is about to go LIVE!

Yes, please add my mobile number to your SMS reminder list for this event.
Note: your mobile number will only be used to send a reminder for this event.

If you have questions, please email us at [email protected].

function getFullRedirectLink(){ var url = window.location.href; var urlQueryString = url.slice(url.indexOf("?")); return "https://www.fool.com.au/ultimate-retirement-income-action-plan-for-2022-and-beyond/" + urlQueryString; } var showing = false; var showDate = new Date(Date.UTC(2022, 6-1, 23, 22, 00, 00)); //Debug: //jQuery('#redirecting').show(); //jQuery('#redirecting').html(showDate); var now = new Date(); window.setInterval(function(){ var now = new Date(); if ( now.getTime() > showDate.getTime() ) { if (!showing) { jQuery('#redirecting').show(); window.setTimeout(function(){ window.location = getFullRedirectLink(); },2000); showing = true; } } }, 1000);