var snippets={'form-unsuccessful-body':'
Your details could not be submitted at this time.
','form-unsuccessful-title':'Uh oh...','institute-lookup-intro':'Search for your institute to see actual program costs. If you cannot find your institute, choose \"Select no institute\" to see unsubsidised costs.
','auto-logout-button':'I\'m still here','auto-logout-body':'We have noticed that you have been inactive, and we are just checking that you\'re still there.
Unless you interact below, you will be logged out automatically shortly.
','auto-logout-title':'Are you still there?','login-reset-password':'Forgotten your password? Reset password
Not a member? Register now
','register-body':'Your account has been created.
You have been sent an email with a link to activate your account.
','register-title':'Welcome!',} var getLanguage=function(ref,replacements){var str=snippets[ref];if(typeof replacements=='object'){for(var ref in replacements){if(replacements.hasOwnProperty(ref)){str=str.replace(new RegExp(RegExp.escape(ref),'g'),replacements[ref]);}}}return str;};