(function() {
    if (typeof window.janrain !== 'object') window.janrain = {};
    window.janrain.settings = {};
    
		janrain.settings.tokenUrl = 'http://www.beachway.com.au/?action=rpx_token&redirect_to=http://www.beachway.com.au/user-profile';

    function isReady() { janrain.ready = true; };
    if (document.addEventListener) {
      document.addEventListener("DOMContentLoaded", isReady, false);
    } else {
      window.attachEvent('onload', isReady);
    }

    var e = document.createElement('script');
    e.type = 'text/javascript';
    e.id = 'janrainAuthWidget';

    if (document.location.protocol === 'https:') {
      e.src = 'https://rpxnow.com/js/lib/c3-church-beachway/engage.js';
    } else {
      e.src = 'http://widget-cdn.rpxnow.com/js/lib/c3-church-beachway/engage.js';
    }

    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(e, s);
})();

