sS googleSignIn_header() { ret googleSignIn_header(""); } sS googleSignIn_header(S onLoad) { ret [[ ]] .replace("$PARAM", nempty(onLoad) ? "onload=" + urlencode(onLoad) : "") .replace("$CLIENTID", botCompanyGoogleSignInID()); }