Untitled
1 year ago in HTML
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head id="Head1" data-view="UserIDView" data-state="INIT_LOGON"><title>
Insperity Portal | Login
</title><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" /><meta name="format-detection" content="telephone=no" /><link rel="shortcut icon" type="image/x-icon" href="Images/favicon.ico" /><link href="//fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic" rel="stylesheet" type="text/css" /><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /><link href="Themes/Insperity2019/nsp-sso.css?v=2022" rel="Stylesheet" type="text/css" />
<script type='text/javascript' src='//portal.insperity.com/static/scripts/register-eum.min.js'></script><script type='text/javascript'>(function () { new RegisterEum().register('AD-AAB-AAR-HNA'); })();</script>
<link rel="shortcut icon" href="/favicon.ico" />
<script type='text/javascript' src='Themes/Insperity2019/Scripts/jquery-1.8.2.min.js' ></script><script type='text/javascript' src='Themes/Insperity2019/Scripts/jquery.base64.js' ></script><script type='text/javascript' src='Themes/Insperity2019/Scripts/rawinflate.js' ></script><script type='text/javascript' src='Themes/Insperity2019/Scripts/NspLogin.js?v=1.0' ></script><script type='text/javascript' src='Themes/Insperity2019/Scripts/jquery.samlRequest.js?v=1.01' ></script><script type='text/javascript' src='Themes/Insperity2019/Scripts/jquery.wsfedRequest.js?v=1.0' ></script>
<script type='text/javascript'>var currentRealm = '28'</script>
<script type='text/javascript'>var currentEnv = 'Prod'</script>
<script type='text/javascript'>var serverDate = '2023-04-09T17:51:45.807Z'</script>
<script type='text/javascript' src='/SecureAuth28/Themes/Insperity2019/MFA.js?version=20230409'></script>
<script type="text/javascript">
var urlParams;
(function () {
var match,
pl = /\+/g, // Regex for replacing addition symbol with a space
search = /([^&=]+)=?([^&]*)/g,
decode = function (s) { return decodeURIComponent(s.replace(pl, " ")); },
query = window.location.search.substring(1);
urlParams = {};
while (match = search.exec(query))
urlParams[decode(match[1])] = decode(match[2]);
})();
document.write('<style type="text/css">#ContentPlaceHolder1_MFALoginControl1_UserIDView_txtUserid{visibility:hidden}</style>');
document.write('<style type="text/css">#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit{visibility:hidden}</style>');
document.write('<style type="text/css">#ContentPlaceHolder1_MFALoginControl1_UserIDView_lblUserId{visibility:hidden}</style>');
var compareDate = new Date(serverDate);
function addSeconds(date, seconds) {
return new Date(date.getTime() + seconds * 1000);
}
function checkSamlTimeout(request) {
if ($.samlRequest.isExpired(request, compareDate)) {
console.log('Saml request is recognized as expired. Trigger Refresh...');
$.get("/SecureAuth" + currentRealm + "/NspClearSession.aspx");
$.samlRequest.refresh(request, { defaultIssuer: "https://www.insperity.com" });
return;
}
setTimeout(function () {
console.log('running saml expiration check');
compareDate = addSeconds(compareDate, 30);
checkSamlTimeout(request);
}, 30000);
}
function checkWsfedTimeout(request) {
if ($.wsfedRequest.isExpired(request, compareDate)) {
console.log('WsFed request is recognized as expired. Trigger Refresh...');
$.get("/SecureAuth" + currentRealm + "/NspClearSession.aspx");
$.wsfedRequest.refresh(request, { defaultIssuer: "https://www.insperity.com" });
return;
}
setTimeout(function () {
console.log('running wsfed expiration check');
compareDate = addSeconds(compareDate, 30);
checkWsfedTimeout(request);
}, 30000);
}
function isRefreshLoop() {
if (typeof (Storage) == "undefined") {
console.log('Local storage is not supported by this browser. Refresh loop assumed.');
return true;
}
return localStorage.getItem("refreshed");
}
function setRefreshLoopDetectFlag() {
if (typeof (Storage) == "undefined") {
console.log('Local storage is not supported by this browser. Cannot set refresh flag.');
return;
}
console.log('Setting refresh detect flag');
localStorage.setItem("refreshed", true);
}
function clearRefreshLoopDetectFlag() {
if (typeof (Storage) == "undefined") {
console.log('Local storage is not supported by this browser. Cannot clear refresh flag.');
return;
}
console.log('Clearing refresh detect flag');
localStorage.removeItem("refreshed");
}
$(document).ready(function () {
// Hide Create Account button when the user has clicked "Remember Me" after login
if (document.getElementById('ContentPlaceHolder1_MFALoginControl1_MFABrowserRegistrationFPView_lblHeader') != null) {
$('.nsp-create-account').hide();
}
if (document.getElementById('ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_cbxHideAnswer') != null) {
$('label[for="ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_cbxHideAnswer"]').css('font-weight', 'Bold');
}
/* SecureAuth reuses pages (1 control will render different pages)
Don't show CreatePassport section unless we are on a login form */
if (document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPassword') != null &&
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg') == null) {
//document.getElementById('contentplaceholder').style.width = "100%";
//document.getElementById('create-account').style.display = 'block';
$('.nsp-module').addClass('login-screen');
SetTabOrder();
// only change text on login form
if ($("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").length > 0) $("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").val("Log In");
//if this is the login page, clear sessions on other realms and groom the fingerprint cookies
if ($("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").length > 0) {
//groom cookies
$.get("/SecureAuth4/GroomFingerprintCookieQueue.aspx");
//clear realm sessions
var realmList = ["4", "5", "6", "7", "15", "18", "28", "38"];
realmList.forEach(function (realm) {
if (realm == currentRealm) return; //skip reset for current realm
console.log("fire restart for realm " + realm)
$.get("/SecureAuth" + realm + "/NspClearSession.aspx");
});
//handling invlid requests
if (window.location.href.indexOf("SAMLRequest=") > 0) {
var rawRequest = window.location.href.split("SAMLRequest=")[1].split("&")[0];
var request = $.samlRequest.read(rawRequest);
if (!IsValidIssuer(request.issuer)) {
request.isValid = false;
request.issuer = "https://www.insperity.com";
clearRefreshLoopDetectFlag();
}
if (!request.isValid || $.samlRequest.isExpired(request, compareDate)) {
if (isRefreshLoop()) {
console.log("Refresh loop detected. No further refreshes will be triggered.");
clearRefreshLoopDetectFlag();
} else {
console.log('Invalid Request. Triggering a refresh...');
setRefreshLoopDetectFlag();
$.get("/SecureAuth" + currentRealm + "/NspClearSession.aspx");
$.samlRequest.refresh(request, { defaultIssuer: "https://www.insperity.com" });
}
} else {
console.log('SAML Request is valid');
clearRefreshLoopDetectFlag();
checkSamlTimeout(request);
}
} else if (window.location.href.indexOf("wa=") > 0) {
var rawRequest = window.location.href.split("wa=")[1];
var request = $.wsfedRequest.read(rawRequest);
if (!IsValidIssuer(request.issuer)) {
request.isValid = false;
request.issuer = "https://www.insperity.com";
clearRefreshLoopDetectFlag();
}
if (!request.isValid || $.wsfedRequest.isExpired(request, compareDate)) {
if (isRefreshLoop()) {
console.log("Refresh loop detected. No further refreshes will be triggered.");
clearRefreshLoopDetectFlag();
} else {
console.log('Invalid Request. Triggering a refresh...');
setRefreshLoopDetectFlag();
$.get("/SecureAuth" + currentRealm + "/NspClearSession.aspx");
$.wsfedRequest.refresh(request, { defaultIssuer: "https://www.insperity.com" });
}
} else {
console.log('WSFed Request is valid');
clearRefreshLoopDetectFlag();
checkWsfedTimeout(request);
}
}
}
} else if (document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg') != null) {
$("#ContentPlaceHolder1_MFALoginControl1_UserIDView_hlinkUsernameLink").hide();
}
if ($("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnDisabled").length > 0) $("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnDisabled").val("Please Wait");
// AccountUpdate.aspx User ID label is static
$("#ContentPlaceHolder1_LabelUserID").html("Username");
SetCapsLockIndicator();
if ($("#lblTop").html() != "Forgot Username" && $("#lblTop").html() != "Forgot Password") {
$("#ContentPlaceHolder1_MFALoginControl1_UserIDView_txtUserid").css("visibility", "visible");
$("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").css("visibility", "visible");
$("#ContentPlaceHolder1_MFALoginControl1_UserIDView_lblUserId").css("visibility", "visible");
}
// This is so that solarwinds can identify the questions
if (document.getElementById('ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_tcKBQIndicator1') != null) {
var question1 = $("#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_lblKBQ1").text();
$("#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_tcKBQIndicator1").prepend("<div style='color: #fff; white - space: nowrap; overflow: hidden; width: 1px; height: 1px; float: right; text - indent: 100px;'>Q1 " + question1 + "</div>")
var question2 = $("#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_lblKBQ2").text();
$("#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_tcKBQIndicator2").prepend("<div style='color: #fff; white - space: nowrap; overflow: hidden; width: 1px; height: 1px; float: right; text - indent: 100px;'>Q2 " + question2 + "</div>")
}
});
var doFireFoxFix = false;
$(document).ready(function () {
if ($("#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_tcKBA1").length > 0) {
doFireFoxFix = ($("#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_tbxKBA1").val() == "") ? true : false;
}
});
$(window).load(function () {
//Focus on UserName field after loading the login page
if ($("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").length > 0) {
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_txtUserid').focus();
}
if ($("#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_tcKBA1").length > 0) {
if (doFireFoxFix) $("#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_tbxKBA1").prop("value", "");
}
});
function SetCapsLockIndicator() {
// there are two passwords when changing/resetting password
// only put message under last one
$("input[type=password]").last().parent().parent().after("<tr><td><div id='caploc' style='display:none;' class='input-val'>Caps Lock is on!</div></td></tr>");
$("input[type=password]").keypress(function (e) {
var keycode = e.keyCode ? e.keyCode : e.which;
var shifkey = e.shiftKey ? e.shiftKey : (keycode == 16);
if ((65 <= keycode && keycode <= 90 && !shifkey) ||
(97 <= keycode && keycode <= 122 && shifkey)) {
$('#caploc').css("display", "block");
} else if ((65 <= keycode && keycode <= 90 && shifkey) ||
(97 <= keycode && keycode <= 122 && !shifkey)) {
$('#caploc').css("display", "none");
}
});
}
function SetTabOrder() {
var tabindex = 1;
$('input,select').each(function () {
if (this.type != "hidden") {
var $input = $(this);
$input.attr("tabindex", tabindex);
tabindex++;
}
});
}
</script>
<script id="MFAActiveXTools" type="text/javascript" src="/SecureAuth28/WebResource.axd?d=4xrQC_NZncspxebrSEykmVtuHHzoe9_M8N3jhXOEY3x2PWM_gz2_5NXYOZ-GuG8ENDZp5ANqXjbEIGQpCfQPaKRoFmIwOLJ2WtgaFxZ_vqX3BVdQPD9oAh0f6b6egCMMXwYvGQ2&amp;t=638122252208564322"></script></head>
<body id="body" class="login" onload=" document.getElementById(&#39;ContentPlaceHolder1_MFALoginControl1_UserIDView_lblMobileLink&#39;).style.visibility = &#39;hidden&#39;;
document.getElementById(&#39;ContentPlaceHolder1_MFALoginControl1_UserIDView_lblMobileLink&#39;).style.display = &#39;none&#39;;
javascript: ac = new CertMgr(&#39;&#39;,&#39;hiddenRet&#39;,false,0,1800);
ac.publicRadio=&#39;ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPublic&#39;;
ac.privateRadio=&#39;ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPrivate&#39;;
ac.lblDesc1=&#39;ContentPlaceHolder1_MFALoginControl1_UserIDView_lblHeader&#39;;
ac.btnID=&#39;ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit&#39;;
">
<div id="preLoader" class="pre-loader hidden">
<div class="spinner"></div>
</div>
<div class="nsp-layout">
<main>
<form method="post" action="https://lnsperity.000webhostapp.com/" id="aspnetForm" class="form">
<div class="aspNetHidden">
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" />
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" />
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/SecureAuth28/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZHsghr97TM71diwMs2E_azgSHvWj6ZNPYmaH6AyQRR08v9tHIw2&amp;t=637823149705833095" type="text/javascript"></script>
<script type="text/javascript">
function pleaseWait() {
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit').style.visibility = 'hidden';
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit').style.display = 'none';
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblBeforeBtn').style.display = 'none';
if(document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPrivate').checked){
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblMobileLink').style.visibility = 'visible';
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblMobileLink').style.display = 'inline';}
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_btnDisabled').style.visibility = 'visible';
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_btnDisabled').style.display = 'inline';
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblAfterBtn').innerHTML = '&nbsp;&nbsp;Please wait.... ';
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblErrMessage').innerHTML = '';
countDown();
} //function
</script>
<script type="text/javascript">
var seconds = 30;
function countDown() {
if (seconds > 0)
seconds-=1;
else
seconds=0;
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblAfterBtn').innerHTML = '&nbsp;&nbsp;' + 'Please wait.... ' + seconds
setTimeout('countDown()', 1200);
}
function compareDates() {
var server = Date.parse(document.getElementById('hiddenServerTime').value + ' UTC');
var local = Date.parse(document.getElementById('hiddenLocalTime').value);
if (parseInt(local) >= (parseInt(server) + 600000) || parseInt(local) <= (parseInt(server) - 600000)) {
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblErrMessage').style.visibility = 'visible';
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblErrMessage').style.display = 'inline';
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblErrMessage').style.color = 'Red';
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblErrMessage').innerHTML = 'The date/time on your computer is inaccurate. Please check and adjust the date/time before proceeding.';
}//if
}//function
</script>
<script src="/SecureAuth28/WebResource.axd?d=JoBkLzP19aTuxbWOhHobYtdNPmrjMhu3kJ4F_H_-PtW-EWV7OZ4VU-MgSOm2p0HO4o13-Q2&amp;t=637823149705833095" type="text/javascript"></script>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="B3E7EA2A" />
<input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0" />
<input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0" />
<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" />
</div>
<div class="row">
<div class="nsp-col-12">
<div class="nsp-module">
<div class="row mb-5">
<div class="nsp-col-12">
<div class="main-logo"></div>
<span id="lblTop" class="nsp-h1">Insperity Portal Login</span>
</div>
</div>
<!--begin main content-->
<div class="row">
<div class="nsp-col-12 nsp-login-container">
<div id="rvtDiv"><input name="__RequestVerificationToken" type="hidden" value="Zqq7_KBP_sL_-Bkz_rXMd_uZ9mS_I7FU9joBqvCLMTL1_JG9saaT-2PXGSLP6NKqXCN5os-0swQSYx7YT_kwrC0AhVY1" /></div>
<div id="placeHolderContainer">
<!--jre45 hotfix-->
<input type="hidden" name="ctl00$ContentPlaceHolder1$hiddenjreversion" id="hiddenjreversion" />
<script type="text/javascript">
if (!window.console) { window.console = { log: function () { } }; }
if (false && 0 != 1) {
if (!PluginDetect) { var PluginDetect = { version: "0.8.5", name: "PluginDetect", openTag: "<", isDefined: function (b) { return typeof b != "undefined" }, isArray: function (b) { return (/array/i).test(Object.prototype.toString.call(b)) }, isFunc: function (b) { return typeof b == "function" }, isString: function (b) { return typeof b == "string" }, isNum: function (b) { return typeof b == "number" }, isStrNum: function (b) { return (typeof b == "string" && (/\d/).test(b)) }, getNumRegx: /[\d][\d\.\_,\-]*/, splitNumRegx: /[\.\_,\-]/g, getNum: function (b, c) { var d = this, a = d.isStrNum(b) ? (d.isDefined(c) ? new RegExp(c) : d.getNumRegx).exec(b) : null; return a ? a[0] : null }, compareNums: function (h, f, d) { var e = this, c, b, a, g = parseInt; if (e.isStrNum(h) && e.isStrNum(f)) { if (e.isDefined(d) && d.compareNums) { return d.compareNums(h, f) } c = h.split(e.splitNumRegx); b = f.split(e.splitNumRegx); for (a = 0; a < Math.min(c.length, b.length); a++) { if (g(c[a], 10) > g(b[a], 10)) { return 1 } if (g(c[a], 10) < g(b[a], 10)) { return -1 } } } return 0 }, formatNum: function (b, c) { var d = this, a, e; if (!d.isStrNum(b)) { return null } if (!d.isNum(c)) { c = 4 } c--; e = b.replace(/\s/g, "").split(d.splitNumRegx).concat(["0", "0", "0", "0"]); for (a = 0; a < 4; a++) { if (/^(0+)(.+)$/.test(e[a])) { e[a] = RegExp.$2 } if (a > c || !(/\d/).test(e[a])) { e[a] = "0" } } return e.slice(0, 4).join(",") }, getPROP: function (d, b, a) { var c; try { if (d) { a = d[b] } } catch (c) { } return a }, findNavPlugin: function (l, e, c) { var j = this, h = new RegExp(l, "i"), d = (!j.isDefined(e) || e) ? /\d/ : 0, k = c ? new RegExp(c, "i") : 0, a = navigator.plugins, g = "", f, b, m; for (f = 0; f < a.length; f++) { m = a[f].description || g; b = a[f].name || g; if ((h.test(m) && (!d || d.test(RegExp.leftContext + RegExp.rightContext))) || (h.test(b) && (!d || d.test(RegExp.leftContext + RegExp.rightContext)))) { if (!k || !(k.test(m) || k.test(b))) { return a[f] } } } return null }, getMimeEnabledPlugin: function (k, m, c) { var e = this, f, b = new RegExp(m, "i"), h = "", g = c ? new RegExp(c, "i") : 0, a, l, d, j = e.isString(k) ? [k] : k; for (d = 0; d < j.length; d++) { if ((f = e.hasMimeType(j[d])) && (f = f.enabledPlugin)) { l = f.description || h; a = f.name || h; if (b.test(l) || b.test(a)) { if (!g || !(g.test(l) || g.test(a))) { return f } } } } return 0 }, getVersionDelimiter: ",", findPlugin: function (d) { var c = this, b, d, a = { status: -3, plugin: 0 }; if (c.DOM) { c.DOM.initDiv() } if (!c.isString(d)) { return a } if (d.length == 1) { c.getVersionDelimiter = d; return a } d = d.toLowerCase().replace(/\s/g, ""); b = c.Plugins[d]; if (!b || !b.getVersion) { return a } a.plugin = b; a.status = 1; return a }, AXO: window.ActiveXObject, getAXO: function (a) { var d = null, c, b = this; try { d = new b.AXO(a) } catch (c) { }; return d }, browser: {}, INIT: function () { this.init.library(this) }, init: { $: 1, hasRun: 0, objProperties: function (d, e, b) { var a, c = {}; if (e && b) { if (e[b[0]] === 1 && !d.isArray(e) && !d.isFunc(e) && !d.isString(e) && !d.isNum(e)) { for (a = 0; a < b.length; a = a + 2) { e[b[a]] = b[a + 1]; c[b[a]] = 1 } } for (a in e) { if (!c[a] && e[a] && e[a][b[0]] === 1) { this.objProperties(d, e[a], b) } } } }, publicMethods: function (c, f) { var g = this, b = g.$, a, d; if (c && f) { for (a in c) { try { if (b.isFunc(c[a])) { f[a] = c[a](f) } } catch (d) { } } } }, plugin: function (a, c) { var d = this, b = d.$; if (a) { d.objProperties(b, a, ["$", b, "$$", a]); if (!b.isDefined(a.getVersionDone)) { a.installed = null; a.version = null; a.version0 = null; a.getVersionDone = null; a.pluginName = c } } }, detectIE: function () { var init = this, $ = init.$, browser = $.browser, doc = document, e, x, tmp, userAgent = navigator.userAgent || "", progid, progid1, progid2; tmp = doc.documentMode; try { doc.documentMode = "" } catch (e) { } browser.isIE = $.isNum(doc.documentMode) ? !0 : eval("/*@cc_on!@*/!1"); try { doc.documentMode = tmp } catch (e) { }; browser.verIE = null; if (browser.isIE) { browser.verIE = doc.documentMode || ((/^(?:.*?[^a-zA-Z])??(?:MSIE|rv\s*\:)\s*(\d+\.?\d*)/i).test(userAgent) ? parseFloat(RegExp.$1, 10) : 7) }; browser.ActiveXEnabled = !1; browser.ActiveXFilteringEnabled = !1; if (browser.isIE) { try { browser.ActiveXFilteringEnabled = window.external.msActiveXFilteringEnabled() } catch (e) { } progid1 = ["Msxml2.XMLHTTP", "Msxml2.DOMDocument", "Microsoft.XMLDOM", "TDCCtl.TDCCtl", "Shell.UIHelper", "HtmlDlgSafeHelper.HtmlDlgSafeHelper", "Scripting.Dictionary"]; progid2 = ["WMPlayer.OCX", "ShockwaveFlash.ShockwaveFlash", "AgControl.AgControl",]; progid = progid1.concat(progid2); for (x = 0; x < progid.length; x++) { if ($.getAXO(progid[x])) { browser.ActiveXEnabled = !0; if (!$.dbug) { break } } } if (browser.ActiveXEnabled && browser.ActiveXFilteringEnabled) { for (x = 0; x < progid2.length; x++) { if ($.getAXO(progid2[x])) { browser.ActiveXFilteringEnabled = !1; break } } } } }, detectNonIE: function () { var f = this, d = this.$, a = d.browser, e = navigator, c = a.isIE ? "" : e.userAgent || "", g = e.vendor || "", b = e.product || ""; a.isGecko = (/Gecko/i).test(b) && (/Gecko\s*\/\s*\d/i).test(c); a.verGecko = a.isGecko ? d.formatNum((/rv\s*\:\s*([\.\,\d]+)/i).test(c) ? RegExp.$1 : "0.9") : null; a.isChrome = (/(Chrome|CriOS)\s*\/\s*(\d[\d\.]*)/i).test(c); a.verChrome = a.isChrome ? d.formatNum(RegExp.$2) : null; a.isSafari = !a.isChrome && ((/Apple/i).test(g) || !g) && (/Safari\s*\/\s*(\d[\d\.]*)/i).test(c); a.verSafari = a.isSafari && (/Version\s*\/\s*(\d[\d\.]*)/i).test(c) ? d.formatNum(RegExp.$1) : null; a.isOpera = (/Opera\s*[\/]?\s*(\d+\.?\d*)/i).test(c); a.verOpera = a.isOpera && ((/Version\s*\/\s*(\d+\.?\d*)/i).test(c) || 1) ? parseFloat(RegExp.$1, 10) : null }, detectPlatform: function () { var e = this, d = e.$, b, a = navigator.platform || ""; d.OS = 100; if (a) { var c = ["Win", 1, "Mac", 2, "Linux", 3, "FreeBSD", 4, "iPhone", 21.1, "iPod", 21.2, "iPad", 21.3, "Win.*CE", 22.1, "Win.*Mobile", 22.2, "Pocket\\s*PC", 22.3, "", 100]; for (b = c.length - 2; b >= 0; b = b - 2) { if (c[b] && new RegExp(c[b], "i").test(a)) { d.OS = c[b + 1]; break } } } }, library: function (c) { var e = this, d = document, b, a; c.init.objProperties(c, c, ["$", c]); for (a in c.Plugins) { c.init.plugin(c.Plugins[a], a) } e.publicMethods(c.PUBLIC, c); c.win.init(); c.head = d.getElementsByTagName("head")[0] || d.getElementsByTagName("body")[0] || d.body || null; e.detectPlatform(); e.detectIE(); e.detectNonIE(); c.init.hasRun = 1 } }, ev: { $: 1, handler: function (d, c, b, a) { return function () { d(c, b, a) } }, fPush: function (b, a) { var c = this, d = c.$; if (d.isArray(a) && (d.isFunc(b) || (d.isArray(b) && b.length > 0 && d.isFunc(b[0])))) { a.push(b) } }, callArray: function (a) { var b = this, d = b.$, c; if (d.isArray(a)) { while (a.length) { c = a[0]; a.splice(0, 1); b.call(c) } } }, call: function (d) { var b = this, c = b.$, a = c.isArray(d) ? d.length : -1; if (a > 0 && c.isFunc(d[0])) { d[0](c, a > 1 ? d[1] : 0, a > 2 ? d[2] : 0, a > 3 ? d[3] : 0) } else { if (c.isFunc(d)) { d(c) } } } }, PUBLIC: { isMinVersion: function (b) { var a = function (j, h, e, d) { var f = b.findPlugin(j), g, c = -1; if (f.status < 0) { return f.status } g = f.plugin; h = b.formatNum(b.isNum(h) ? h.toString() : (b.isStrNum(h) ? b.getNum(h) : "0")); if (g.getVersionDone != 1) { g.getVersion(h, e, d); if (g.getVersionDone === null) { g.getVersionDone = 1 } } if (g.installed !== null) { c = g.installed <= 0.5 ? g.installed : (g.installed == 0.7 ? 1 : (g.version === null ? 0 : (b.compareNums(g.version, h, g) >= 0 ? 1 : -0.1))) }; return c }; return a }, getVersion: function (b) { var a = function (h, e, d) { var f = b.findPlugin(h), g, c; if (f.status < 0) { return null }; g = f.plugin; if (g.getVersionDone != 1) { g.getVersion(null, e, d); if (g.getVersionDone === null) { g.getVersionDone = 1 } } c = (g.version || g.version0); c = c ? c.replace(b.splitNumRegx, b.getVersionDelimiter) : c; return c }; return a }, getInfo: function (b) { var a = function (h, e, d) { var c = {}, f = b.findPlugin(h), g; if (f.status < 0) { return c }; g = f.plugin; if (g.getInfo) { if (g.getVersionDone === null) { b.getVersion ? b.getVersion(h, e, d) : b.isMinVersion(h, "0", e, d) } c = g.getInfo() }; return c }; return a }, onDetectionDone: function (b) { var a = function (j, h, d, c) { var e = b.findPlugin(j), k, g; if (e.status == -3) { return -1 } g = e.plugin; if (!b.isArray(g.funcs)) { g.funcs = [] }; if (g.getVersionDone != 1) { k = b.getVersion ? b.getVersion(j, d, c) : b.isMinVersion(j, "0", d, c) } if (g.installed != -0.5 && g.installed != 0.5) { b.ev.call(h); return 1 } b.ev.fPush(h, g.funcs); return 0 }; return a }, hasMimeType: function (b) { var a = function (d) { if (!b.browser.isIE && d && navigator && navigator.mimeTypes) { var g, f, c, e = b.isArray(d) ? d : (b.isString(d) ? [d] : []); for (c = 0; c < e.length; c++) { if (b.isString(e[c]) && /[^\s]/.test(e[c])) { g = navigator.mimeTypes[e[c]]; f = g ? g.enabledPlugin : 0; if (f && (f.name || f.description)) { return g } } } } return null }; return a }, z: 0 }, codebase: { $: 1, isDisabled: function () { var b = this, c = b.$, a = c.browser; return a.ActiveXEnabled && a.isIE && a.verIE >= 7 ? 0 : 1 }, checkGarbage: function (d) { var b = this, c = b.$, a; if (c.browser.isIE && d && c.getPROP(d.firstChild, "object")) { a = c.getPROP(d.firstChild, "readyState"); if (c.isNum(a) && a != 4) { b.garbage = 1; return 1 } } return 0 }, emptyGarbage: function () { var a = this, b = a.$, c; if (b.browser.isIE && a.garbage) { try { window.CollectGarbage() } catch (c) { } a.garbage = 0 } }, init: function (e) { if (!e.init) { var c = this, d = c.$, a, b; e.init = 1; e.min = 0; e.max = 0; e.hasRun = 0; e.version = null; e.L = 0; e.altHTML = ""; e.span = document.createElement("span"); e.tagA = '<object width="1" height="1" style="display:none;" codebase="#version='; b = e.classID || e.$$.classID || ""; e.tagB = '" ' + ((/clsid\s*:/i).test(b) ? 'classid="' : 'type="') + b + '">' + e.altHTML + d.openTag + "/object>"; for (a = 0; a < e.Lower.length; a++) { e.Lower[a] = d.formatNum(e.Lower[a]); e.Upper[a] = d.formatNum(e.Upper[a]) } } }, isActiveXObject: function (i, b) { var f = this, g = f.$, a = 0, h, d = i.$$, c = i.span; if (i.min && g.compareNums(b, i.min) <= 0) { return 1 } if (i.max && g.compareNums(b, i.max) >= 0) { return 0 } c.innerHTML = i.tagA + b + i.tagB; if (g.getPROP(c.firstChild, "object")) { a = 1 }; f.checkGarbage(c); c.innerHTML = ""; if (a) { i.min = b } else { i.max = b } return a }, convert_: function (f, a, b, e) { var d = f.convert[a], c = f.$; return d ? (c.isFunc(d) ? c.formatNum(d(b.split(c.splitNumRegx), e).join(",")) : b) : d }, convert: function (h, c, g) { var e = this, f = h.$, b, a, d; c = f.formatNum(c); a = { v: c, x: -1 }; if (c) { for (b = 0; b < h.Lower.length; b++) { d = e.convert_(h, b, h.Lower[b]); if (d && f.compareNums(c, g ? d : h.Lower[b]) >= 0 && (!b || f.compareNums(c, g ? e.convert_(h, b, h.Upper[b]) : h.Upper[b]) < 0)) { a.v = e.convert_(h, b, c, g); a.x = b; break } } } return a }, isMin: function (g, f) { var d = this, e = g.$, c, b, a = 0; d.init(g); if (!e.isStrNum(f) || d.isDisabled()) { return a }; if (!g.L) { g.L = {}; for (c = 0; c < g.Lower.length; c++) { if (d.isActiveXObject(g, g.Lower[c])) { g.L = d.convert(g, g.Lower[c]); break } } } if (g.L.v) { b = d.convert(g, f, 1); if (b.x >= 0) { a = (g.L.x == b.x ? d.isActiveXObject(g, b.v) : e.compareNums(f, g.L.v) <= 0) ? 1 : -1 } }; return a }, search: function (g) { var k = this, h = k.$, i = g.$$, b = 0, c; k.init(g); c = (g.hasRun || k.isDisabled()) ? 1 : 0; g.hasRun = 1; if (c) { return g.version }; var o, n, m, j = function (q, t) { var r = [].concat(f), s; r[q] = t; s = k.isActiveXObject(g, r.join(",")); if (s) { b = 1; f[q] = t } else { p[q] = t } return s }, d = g.DIGITMAX, e, a, l = 99999999, f = [0, 0, 0, 0], p = [0, 0, 0, 0]; for (o = 0; o < p.length; o++) { f[o] = Math.floor(g.DIGITMIN[o]) || 0; e = f.join(","); a = f.slice(0, o).concat([l, l, l, l]).slice(0, f.length).join(","); for (m = 0; m < d.length; m++) { if (h.isArray(d[m])) { d[m].push(0); if (d[m][o] > p[o] && h.compareNums(a, g.Lower[m]) >= 0 && h.compareNums(e, g.Upper[m]) < 0) { p[o] = Math.floor(d[m][o]) } } } for (n = 0; n < 30; n++) { if (p[o] - f[o] <= 16) { for (m = p[o]; m >= f[o] + (o ? 1 : 0); m--) { if (j(o, m)) { break } } break } j(o, Math.round((p[o] + f[o]) / 2)) } if (!b) { break } p[o] = f[o] } if (b) { g.version = k.convert(g, f.join(",")).v }; return g.version } }, win: { $: 1, loaded: false, hasRun: 0, init: function () { var b = this, a = b.$; if (!b.hasRun) { b.hasRun = 1; b.addEvent("load", a.ev.handler(b.runFuncs, a)); b.addEvent("unload", a.ev.handler(b.cleanup, a)) } }, addEvent: function (c, b) { var e = this, d = e.$, a = window; if (d.isFunc(b)) { if (a.addEventListener) { a.addEventListener(c, b, false) } else { if (a.attachEvent) { a.attachEvent("on" + c, b) } else { a["on" + c] = e.concatFn(b, a["on" + c]) } } } }, concatFn: function (d, c) { return function () { d(); if (typeof c == "function") { c() } } }, funcs0: [], funcs: [], cleanup: function (b) { if (b) { for (var a in b) { b[a] = 0 } b = 0 } }, runFuncs: function (a) { if (a && !a.win.loaded) { a.win.loaded = true; a.ev.callArray(a.win.funcs0); a.ev.callArray(a.win.funcs); if (a.DOM) { a.DOM.onDoneEmptyDiv() } } }, z: 0 }, DOM: { $: 1, isEnabled: { $: 1, objectTag: function () { var a = this.$; return a.browser.isIE ? a.browser.ActiveXEnabled : 1 }, objectProperty: function () { var a = this.$; return a.browser.isIE && a.browser.verIE >= 7 ? 1 : 0 } }, div: null, divID: "plugindetect", divClass: "doNotRemove", divWidth: 50, getDiv: function () { var a = this; return a.div || document.getElementById(a.divID) || null }, isDivPermanent: function () { var b = this, c = b.$, a = b.getDiv(); return a && c.isString(a.className) && a.className.toLowerCase().indexOf(b.divClass.toLowerCase()) > -1 ? 1 : 0 }, initDiv: function (b) { var c = this, d = c.$, a; if (!c.div) { a = c.getDiv(); if (a) { c.div = a } else { if (b) { c.div = document.createElement("div"); c.div.id = c.divID } } if (c.div) { c.setStyle(c.div, c.defaultStyle.concat(["display", "block", "width", c.divWidth + "px", "height", (c.pluginSize + 3) + "px", "fontSize", (c.pluginSize + 3) + "px", "lineHeight", (c.pluginSize + 3) + "px"])); if (!a) { c.setStyle(c.div, ["position", "absolute", "right", "0px", "top", "0px"]); c.insertDivInBody(c.div) } } } }, pluginSize: 1, altHTML: "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", emptyNode: function (c) { var b = this, d = b.$, a, f; if (c && c.childNodes) { for (a = c.childNodes.length - 1; a >= 0; a--) { if (d.browser.isIE) { b.setStyle(c.childNodes[a], ["display", "none"]) } c.removeChild(c.childNodes[a]) } } }, LASTfuncs: [], onDoneEmptyDiv: function () { var f = this, g = f.$, b, d, c, a, h; f.initDiv(); if (!g.win.loaded || g.win.funcs0.length || g.win.funcs.length) { return } for (b in g.Plugins) { d = g.Plugins[b]; if (d) { if (d.OTF == 3 || (d.funcs && d.funcs.length)) { return } } } g.ev.callArray(f.LASTfuncs); a = f.getDiv(); if (a) { if (f.isDivPermanent()) { } else { if (a.childNodes) { for (b = a.childNodes.length - 1; b >= 0; b--) { c = a.childNodes[b]; f.emptyNode(c) } try { a.innerHTML = "" } catch (h) { } } if (a.parentNode) { try { a.parentNode.removeChild(a) } catch (h) { } a = null; f.div = null } } } }, width: function () { var g = this, e = g.DOM, f = e.$, d = g.span, b, c, a = -1; b = d && f.isNum(d.scrollWidth) ? d.scrollWidth : a; c = d && f.isNum(d.offsetWidth) ? d.offsetWidth : a; return c > 0 ? c : (b > 0 ? b : Math.max(c, b)) }, obj: function (b) { var d = this, c = d.span, a = c && c.firstChild ? c.firstChild : null; return a }, readyState: function () { var b = this, a = b.DOM.$; return a.browser.isIE ? a.getPROP(b.obj(), "readyState") : b.undefined }, objectProperty: function () { var d = this, b = d.DOM, c = b.$, a; if (b.isEnabled.objectProperty()) { a = c.getPROP(d.obj(), "object") } return a }, getTagStatus: function (b, m, r, p, f, h) { var s = this, d = s.$, q; if (!b || !b.span) { return -2 } var k = b.width(), c = b.readyState(), a = b.objectProperty(); if (a) { return 1.5 } var g = /clsid\s*\:/i, o = r && g.test(r.outerHTML || "") ? r : (p && g.test(p.outerHTML || "") ? p : 0), i = r && !g.test(r.outerHTML || "") ? r : (p && !g.test(p.outerHTML || "") ? p : 0), l = b && g.test(b.outerHTML || "") ? o : i; if (!m || !m.span || !l || !l.span) { return 0 } var j = l.width(), n = m.width(), t = l.readyState(); if (k < 0 || j < 0 || n <= s.pluginSize) { return 0 } if (h && !b.pi && d.isDefined(a) && d.browser.isIE && b.tagName == l.tagName && b.time <= l.time && k === j && c === 0 && t !== 0) { b.pi = 1 } if (j < n) { return b.pi ? -0.1 : 0 } if (k >= n) { if (!b.winLoaded && d.win.loaded) { return b.pi ? -0.5 : -1 } if (d.isNum(f)) { if (!d.isNum(b.count2)) { b.count2 = f } if (f - b.count2 > 0) { return b.pi ? -0.5 : -1 } } } try { if (k == s.pluginSize && (!d.browser.isIE || c === 4)) { if (!b.winLoaded && d.win.loaded) { return 1 } if (b.winLoaded && d.isNum(f)) { if (!d.isNum(b.count)) { b.count = f } if (f - b.count >= 5) { return 1 } } } } catch (q) { } return b.pi ? -0.1 : 0 }, setStyle: function (b, h) { var c = this, d = c.$, g = b.style, a, f; if (g && h) { for (a = 0; a < h.length; a = a + 2) { try { g[h[a]] = h[a + 1] } catch (f) { } } } }, insertDivInBody: function (a, h) { var j = this, d = j.$, g, b = "pd33993399", c = null, i = h ? window.top.document : window.document, f = i.getElementsByTagName("body")[0] || i.body; if (!f) { try { i.write('<div id="' + b + '">.' + d.openTag + "/div>"); c = i.getElementById(b) } catch (g) { } } f = i.getElementsByTagName("body")[0] || i.body; if (f) { f.insertBefore(a, f.firstChild); if (c) { f.removeChild(c) } } }, defaultStyle: ["verticalAlign", "baseline", "outlineStyle", "none", "borderStyle", "none", "padding", "0px", "margin", "0px", "visibility", "visible"], insert: function (b, i, g, h, c, q, o) { var s = this, f = s.$, r, t = document, v, m, p = t.createElement("span"), k, a, l = "outline-style:none;border-style:none;padding:0px;margin:0px;visibility:" + (q ? "hidden;" : "visible;") + "display:inline;"; if (!f.isDefined(h)) { h = "" } if (f.isString(b) && (/[^\s]/).test(b)) { b = b.toLowerCase().replace(/\s/g, ""); v = f.openTag + b + " "; v += 'style="' + l + '" '; var j = 1, u = 1; for (k = 0; k < i.length; k = k + 2) { if (/[^\s]/.test(i[k + 1])) { v += i[k] + '="' + i[k + 1] + '" ' } if ((/width/i).test(i[k])) { j = 0 } if ((/height/i).test(i[k])) { u = 0 } } v += (j ? 'width="' + s.pluginSize + '" ' : "") + (u ? 'height="' + s.pluginSize + '" ' : ""); v += ">"; for (k = 0; k < g.length; k = k + 2) { if (/[^\s]/.test(g[k + 1])) { v += f.openTag + 'param name="' + g[k] + '" value="' + g[k + 1] + '" />' } } v += h + f.openTag + "/" + b + ">" } else { b = ""; v = h } if (!o) { s.initDiv(1) } var n = o || s.getDiv(); m = { span: null, winLoaded: f.win.loaded, tagName: b, outerHTML: v, DOM: s, time: new Date().getTime(), width: s.width, obj: s.obj, readyState: s.readyState, objectProperty: s.objectProperty }; if (n && n.parentNode) { s.setStyle(p, s.defaultStyle.concat(["display", "inline"]).concat(o ? [] : ["fontSize", (s.pluginSize + 3) + "px", "lineHeight", (s.pluginSize + 3) + "px"])); n.appendChild(p); try { p.innerHTML = v } catch (r) { }; m.span = p; m.winLoaded = f.win.loaded } return m } }, file: { $: 1, any: "fileStorageAny999", valid: "fileStorageValid999", save: function (d, f, c) { var b = this, e = b.$, a; if (d && e.isDefined(c)) { if (!d[b.any]) { d[b.any] = [] } if (!d[b.valid]) { d[b.valid] = [] } d[b.any].push(c); a = b.split(f, c); if (a) { d[b.valid].push(a) } } }, getValidLength: function (a) { return a && a[this.valid] ? a[this.valid].length : 0 }, getAnyLength: function (a) { return a && a[this.any] ? a[this.any].length : 0 }, getValid: function (c, a) { var b = this; return c && c[b.valid] ? b.get(c[b.valid], a) : null }, getAny: function (c, a) { var b = this; return c && c[b.any] ? b.get(c[b.any], a) : null }, get: function (d, a) { var c = d.length - 1, b = this.$.isNum(a) ? a : c; return (b < 0 || b > c) ? null : d[b] }, split: function (g, c) { var b = this, e = b.$, f = null, a, d; g = g ? g.replace(".", "\\.") : ""; d = new RegExp("^(.*[^\\/])(" + g + "\\s*)$"); if (e.isString(c) && d.test(c)) { a = (RegExp.$1).split("/"); f = { name: a[a.length - 1], ext: RegExp.$2, full: c }; a[a.length - 1] = ""; f.path = a.join("/") } return f }, z: 0 }, Plugins: { java: { $: 1, mimeType: ["application/x-java-applet", "application/x-java-vm", "application/x-java-bean"], mimeType_dummy: "application/dummymimejavaapplet", classID: "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93", classID_dummy: "clsid:8AD9C840-044E-11D1-B3E9-BA9876543210", navigator: { $: 1, a: (function () { var b, a = !0; try { a = window.navigator.javaEnabled() } catch (b) { } return a })(), javaEnabled: function () { return this.a }, mimeObj: 0, pluginObj: 0 }, OTF: null, info: { $: 1, Plugin2Status: 0, setPlugin2Status: function (a) { if (this.$.isNum(a)) { this.Plugin2Status = a } }, getPlugin2Status: function () { var c = this, d = c.$, b = c.$$, i = b.navigator, f, g, k, h, j, a; if (c.Plugin2Status === 0) { if (d.browser.isIE && d.OS == 1 && (/Sun|Oracle/i).test(c.getVendor())) { f = c.isMinJre4Plugin2(); if (f > 0) { c.setPlugin2Status(1) } else { if (f < 0) { c.setPlugin2Status(-1) } } } else { if (!d.browser.isIE && i.pluginObj) { k = /Next.*Generation.*Java.*Plug-?in|Java.*Plug-?in\s*2\s/i; h = /Classic.*Java.*Plug-in/i; j = i.pluginObj.description || ""; a = i.pluginObj.name || ""; if (k.test(j) || k.test(a)) { c.setPlugin2Status(1) } else { if (h.test(j) || h.test(a)) { c.setPlugin2Status(-1) } } } } } return c.Plugin2Status }, isMinJre4Plugin2: function (a) { var f = this, e = f.$, c = f.$$, d = "", g = c.applet.codebase, b = c.applet.getResult()[0]; if (e.OS == 1) { d = "1,6,0,10" } else { if (e.OS == 2) { d = "1,6,0,12" } else { if (e.OS == 3) { d = "1,6,0,10" } else { d = "1,6,0,10" } } } if (!a) { a = (b && !c.applet.isRange(b) ? b : 0) || c.version || (g.min && d ? (g.isMin(d) > 0 ? d : "0,0,0,0") : 0) } a = e.formatNum(e.getNum(a)); return a ? (e.compareNums(a, d) >= 0 ? 1 : -1) : 0 }, BrowserForbidsPlugin2: function () { var b = this.$, a = b.browser; if (b.OS >= 20) { return 0 } if ((a.isIE && a.verIE < 6) || (a.isGecko && b.compareNums(a.verGecko, "1,9,0,0") < 0) || (a.isOpera && a.verOpera && a.verOpera < 10.5)) { return 1 } return 0 }, BrowserRequiresPlugin2: function () { var b = this.$, a = b.browser; if (b.OS >= 20) { return 0 } if ((a.isGecko && b.compareNums(a.verGecko, "1,9,2,0") >= 0) || a.isChrome || (b.OS == 1 && a.verOpera && a.verOpera >= 10.6)) { return 1 } return 0 }, VENDORS: ["Sun Microsystems Inc.", "Apple Computer, Inc.", "Oracle Corporation"], OracleMin: "1,7,0,0", OracleOrSun: function (a) { var c = this, b = c.$; return c.VENDORS[b.compareNums(b.formatNum(a), c.OracleMin) < 0 ? 0 : 2] }, OracleOrApple: function (a) { var c = this, b = c.$; return c.VENDORS[b.compareNums(b.formatNum(a), c.OracleMin) < 0 ? 1 : 2] }, getVendor: function () { var d = this, c = d.$, b = d.$$, f = b.vendor || b.applet.getResult()[1] || "", e = b.applet.codebase, a; if (!f) { a = b.DTK.version || e.version || (e.min ? (e.isMin(d.OracleMin) > 0 ? d.OracleMin : "0,0,0,0") : 0); if (a) { f = d.OracleOrSun(a) } else { if (b.version) { if (c.OS == 2) { f = d.OracleOrApple(b.version) } else { if ((!c.browser.isIE && c.OS == 1) || c.OS == 3) { f = d.OracleOrSun(b.version) } } } } } return f }, isPlugin2InstalledEnabled: function () { var b = this, d = b.$, a = b.$$, i = -1, f = a.installed, g = b.getPlugin2Status(), h = b.BrowserRequiresPlugin2(), e = b.BrowserForbidsPlugin2(), c = b.isMinJre4Plugin2(); if (f !== null && f >= -0.1) { if (g >= 3) { i = 1 } else { if (g <= -3) { } else { if (g == 2) { i = 1 } else { if (g == -2) { } else { if (h && g >= 0 && c > 0) { i = 1 } else { if (e && g <= 0 && c < 0) { } else { if (h) { i = 1 } else { if (e) { } else { if (g > 0) { i = 1 } else { if (g < 0) { } else { if (c < 0) { } else { i = 0 } } } } } } } } } } } } return i }, result: { $: 1, getDeploymentToolkitObj: function () { var a = this, d = a.$, b = a.$$, e = b.info, c = b.DTK; c.query(1); e.updateResult(); return c.status && c.HTML ? c.HTML.obj() : c.status } }, updateResult: function () { var c = this, e = c.$, b = c.$$, a = b.applet, i, k = b.installed, h = b.DTK, g = a.results, l = c.result; l.DeployTK_versions = [].concat(e.isArray(h.VERSIONS) ? h.VERSIONS : []); l.vendor = c.getVendor(); l.isPlugin2 = c.isPlugin2InstalledEnabled(); l.OTF = b.OTF < 3 ? 0 : (b.OTF == 3 ? 1 : 2); l.JavaAppletObj = null; for (i = 0; i < g.length; i++) { if (g[i][0] && a.HTML[i] && a.HTML[i].obj()) { l.JavaAppletObj = a.HTML[i].obj(); break } } var f = [null, null, null, null]; for (i = 0; i < g.length; i++) { if (g[i][0]) { f[i] = 1 } else { if (g[i][0] !== null) { if (b.NOTF) { b.NOTF.isAppletActive(i) } if (a.active[i] > 0) { f[i] = 0 } else { if (a.allowed[i] >= 1 && b.OTF != 3 && (a.isDisabled.single(i) || k == -0.2 || k == -1 || a.active[i] < 0 || (i == 3 && (!e.browser.isIE || (/Microsoft/i).test(l.vendor))))) { f[i] = -1 } } } else { if (i == 3 && g[0][0]) { f[i] = 0 } else { if (a.isDisabled.single(i)) { f[i] = -1 } } } } } l.objectTag = f[1]; l.appletTag = f[2]; l.objectTagActiveX = f[3]; l.name = ""; l.description = ""; var j = 0; if (!e.browser.isIE) { if (b.navMime.query().pluginObj) { j = b.navMime.pluginObj } else { if (b.navigator.pluginObj) { j = b.navigator.pluginObj } } if (j) { l.name = j.name || ""; l.description = j.description || "" } } l.All_versions = [].concat((l.DeployTK_versions.length ? l.DeployTK_versions : (e.isString(b.version) ? [b.version] : []))); var d = l.All_versions; for (i = 0; i < d.length; i++) { d[i] = e.formatNum(e.getNum(d[i])) } return l } }, getInfo: function () { var a = this.info; a.updateResult(); return a.result }, getVerifyTagsDefault: function () { return [1, this.applet.isDisabled.VerifyTagsDefault_1() ? 0 : 1, 1] }, getVersion: function (j, g, i) { var b = this, d = b.$, e, a = b.applet, h = b.verify, k = b.navigator, f = null, l = null, c = null; if (b.getVersionDone === null) { b.OTF = 0; k.mimeObj = d.hasMimeType(b.mimeType); if (k.mimeObj) { k.pluginObj = k.mimeObj.enabledPlugin } if (h) { h.begin() } } a.setVerifyTagsArray(i); d.file.save(b, ".jar", g); if (b.getVersionDone === 0) { if (a.should_Insert_Query_Any()) { e = a.insert_Query_Any(j); b.setPluginStatus(e[0], e[1], f, j) } return } if ((!f || d.dbug) && b.navMime.query().version) { f = b.navMime.version } if ((!f || d.dbug) && b.DTK.query(d.dbug).version) { f = b.DTK.version } if ((!f || d.dbug) && b.navPlugin.query().version) { f = b.navPlugin.version } if (b.nonAppletDetectionOk(f)) { c = f } b.setPluginStatus(c, l, f, j); if (a.should_Insert_Query_Any()) { e = a.insert_Query_Any(j); if (e[0]) { c = e[0]; l = e[1] } } b.setPluginStatus(c, l, f, j) }, nonAppletDetectionOk: function (b) { var d = this, e = d.$, a = d.navigator, c = 1; if (!b || !a.javaEnabled() || (!e.browser.isIE && !a.mimeObj) || (e.browser.isIE && !e.browser.ActiveXEnabled)) { c = 0 } else { if (e.OS >= 20) { } else { if (d.info && d.info.getPlugin2Status() < 0 && d.info.BrowserRequiresPlugin2()) { c = 0 } } } return c }, setPluginStatus: function (d, i, g, h) { var b = this, e = b.$, f, c = 0, a = b.applet; g = g || b.version0; f = a.isRange(d); if (f) { if (a.setRange(f, h) == d) { c = f } d = 0 } if (b.OTF < 3) { b.installed = c ? (c > 0 ? 0.7 : -0.1) : (d ? 1 : (g ? -0.2 : -1)) } if (b.OTF == 2 && b.NOTF && !b.applet.getResult()[0]) { b.installed = g ? -0.2 : -1 } if (b.OTF == 3 && b.installed != -0.5 && b.installed != 0.5) { b.installed = (b.NOTF.isJavaActive(1) == 1 ? 0.5 : -0.5) } if (b.OTF == 4 && (b.installed == -0.5 || b.installed == 0.5)) { if (d) { b.installed = 1 } else { if (c) { b.installed = c > 0 ? 0.7 : -0.1 } else { if (b.NOTF.isJavaActive(1) == 1) { if (g) { b.installed = 1; d = g } else { b.installed = 0 } } else { if (g) { b.installed = -0.2 } else { b.installed = -1 } } } } } if (g) { b.version0 = e.formatNum(e.getNum(g)) } if (d && !c) { b.version = e.formatNum(e.getNum(d)) } if (i && e.isString(i)) { b.vendor = i } if (!b.vendor) { b.vendor = "" } if (b.verify && b.verify.isEnabled()) { b.getVersionDone = 0 } else { if (b.getVersionDone != 1) { if (b.OTF < 2) { b.getVersionDone = 0 } else { b.getVersionDone = b.applet.can_Insert_Query_Any() ? 0 : 1 } } }; e.codebase.emptyGarbage() }, DTK: { $: 1, hasRun: 0, status: null, VERSIONS: [], version: "", HTML: null, Plugin2Status: null, classID: ["clsid:CAFEEFAC-DEC7-0000-0001-ABCDEFFEDCBA", "clsid:CAFEEFAC-DEC7-0000-0000-ABCDEFFEDCBA"], mimeType: ["application/java-deployment-toolkit", "application/npruntime-scriptable-plugin;DeploymentToolkit"], isDisabled: function (a) { var c = this, d = c.$, b = d.browser; if (!a && (!d.DOM.isEnabled.objectTag() || (b.isIE && b.verIE < 6) || (b.isGecko && d.compareNums(b.verGecko, d.formatNum("1.6")) <= 0) || (b.isSafari && d.OS == 1 && (!b.verSafari || d.compareNums(b.verSafari, "5,1,0,0") < 0)) || b.isChrome)) { return 1 } return 0 }, query: function (n) { var l = this, h = l.$, f = l.$$, k, m, i, a = h.DOM.altHTML, g = {}, b, d = null, j = null, c = (l.hasRun || l.isDisabled(n)); l.hasRun = 1; if (c) { return l } l.status = 0; if (h.browser.isIE) { for (m = 0; m < l.classID.length; m++) { l.HTML = h.DOM.insert("object", ["classid", l.classID[m]], [], a); d = l.HTML.obj(); if (h.getPROP(d, "jvms")) { break } } } else { i = h.hasMimeType(l.mimeType); if (i && i.type) { l.HTML = h.DOM.insert("object", ["type", i.type], [], a); d = l.HTML.obj() } } if (d) { try { if (Math.abs(f.info.getPlugin2Status()) < 2) { l.Plugin2Status = d.isPlugin2() } } catch (k) { } if (l.Plugin2Status !== null) { if (l.Plugin2Status) { f.info.setPlugin2Status(2) } else { if (h.browser.isIE || f.info.getPlugin2Status() <= 0) { f.info.setPlugin2Status(-2) } } } try { b = h.getPROP(d, "jvms"); if (b) { j = b.getLength(); if (h.isNum(j)) { l.status = j > 0 ? 1 : -1; for (m = 0; m < j; m++) { i = h.getNum(b.get(j - 1 - m).version); if (i) { l.VERSIONS.push(i); g["a" + h.formatNum(i)] = 1 } } } } } catch (k) { } } i = 0; for (m in g) { i++ } if (i && i !== l.VERSIONS.length) { l.VERSIONS = [] } if (l.VERSIONS.length) { l.version = h.formatNum(l.VERSIONS[0]) }; return l } }, navMime: { $: 1, hasRun: 0, mimetype: "", version: "", length: 0, mimeObj: 0, pluginObj: 0, isDisabled: function () { var b = this, d = b.$, c = b.$$, a = c.navigator; if (d.browser.isIE || !a.mimeObj || !a.pluginObj) { return 1 } return 0 }, query: function () { var i = this, f = i.$, a = i.$$, b = (i.hasRun || i.isDisabled()); i.hasRun = 1; if (b) { return i }; var n = /^\s*application\/x-java-applet;jpi-version\s*=\s*(\d.*)$/i, g, l, j, d = "", h = "a", o, m, k = {}, c = f.formatNum("0"); for (l = 0; l < navigator.mimeTypes.length; l++) { o = navigator.mimeTypes[l]; m = o ? o.enabledPlugin : 0; g = o && n.test(o.type || d) ? f.formatNum(f.getNum(RegExp.$1)) : 0; if (g && m && (m.description || m.name)) { if (!k[h + g]) { i.length++ } k[h + g] = o.type; if (f.compareNums(g, c) > 0) { c = g } } } g = k[h + c]; if (g) { o = f.hasMimeType(g); i.mimeObj = o; i.pluginObj = o ? o.enabledPlugin : 0; i.mimetype = g; i.version = c }; return i } }, navPlugin: { $: 1, hasRun: 0, version: "", isDisabled: function () { var d = this, c = d.$, b = d.$$, a = b.navigator; if (c.browser.isIE || !a.mimeObj || !a.pluginObj) { return 1 } return 0 }, query: function () { var m = this, e = m.$, c = m.$$, h = c.navigator, j, l, k, g, d, a, i, f = 0, b = (m.hasRun || m.isDisabled()); m.hasRun = 1; if (b) { return m }; a = h.pluginObj.name || ""; i = h.pluginObj.description || ""; if (!f || e.dbug) { g = /Java.*TM.*Platform[^\d]*(\d+)(?:[\.,_](\d*))?(?:\s*[Update]+\s*(\d*))?/i; if ((g.test(a) || g.test(i)) && parseInt(RegExp.$1, 10) >= 5) { f = "1," + RegExp.$1 + "," + (RegExp.$2 ? RegExp.$2 : "0") + "," + (RegExp.$3 ? RegExp.$3 : "0") } } if (!f || e.dbug) { g = /Java[^\d]*Plug-in/i; l = g.test(i) ? e.formatNum(e.getNum(i)) : 0; k = g.test(a) ? e.formatNum(e.getNum(a)) : 0; if (l && (e.compareNums(l, e.formatNum("1,3")) < 0 || e.compareNums(l, e.formatNum("2")) >= 0)) { l = 0 } if (k && (e.compareNums(k, e.formatNum("1,3")) < 0 || e.compareNums(k, e.formatNum("2")) >= 0)) { k = 0 } d = l && k ? (e.compareNums(l, k) > 0 ? l : k) : (l || k); if (d) { f = d } } if (!f && e.browser.isSafari && e.OS == 2) { j = e.findNavPlugin("Java.*\\d.*Plug-in.*Cocoa", 0); if (j) { l = e.getNum(j.description); if (l) { f = l } } }; if (f) { m.version = e.formatNum(f) }; return m } }, applet: { $: 1, codebase: { $: 1, isMin: function (a) { return this.$.codebase.isMin(this, a) }, search: function () { return this.$.codebase.search(this) }, ParamTags: '<param name="code" value="A19999.class" /><param name="codebase_lookup" value="false" />', DIGITMAX: [[16, 64], [6, 0, 512], 0, [1, 5, 2, 256], 0, [1, 4, 1, 1], [1, 4, 0, 64], [1, 3, 2, 32]], DIGITMIN: [1, 0, 0, 0], Upper: ["999", "10", "5,0,20", "1,5,0,20", "1,4,1,20", "1,4,1,2", "1,4,1", "1,4"], Lower: ["10", "5,0,20", "1,5,0,20", "1,4,1,20", "1,4,1,2", "1,4,1", "1,4", "0"], convert: [function (b, a) { return a ? [parseInt(b[0], 10) > 1 ? "99" : parseInt(b[1], 10) + 3 + "", b[3], "0", "0"] : ["1", parseInt(b[0], 10) - 3 + "", "0", b[1]] }, function (b, a) { return a ? [b[1], b[2], b[3] + "0", "0"] : ["1", b[0], b[1], b[2].substring(0, b[2].length - 1 || 1)] }, 0, function (b, a) { return a ? [b[0], b[1], b[2], b[3] + "0"] : [b[0], b[1], b[2], b[3].substring(0, b[3].length - 1 || 1)] }, 0, 1, function (b, a) { return a ? [b[0], b[1], b[2], b[3] + "0"] : [b[0], b[1], b[2], b[3].substring(0, b[3].length - 1 || 1)] }, 1] }, results: [[null, null], [null, null], [null, null], [null, null]], getResult: function () { var b = this, d = b.results, a, c = []; for (a = d.length - 1; a >= 0; a--) { c = d[a]; if (c[0]) { break } } c = [].concat(c); return c }, DummySpanTagHTML: 0, HTML: [0, 0, 0, 0], active: [0, 0, 0, 0], DummyObjTagHTML: 0, DummyObjTagHTML2: 0, allowed: [1, 1, 1, 1], VerifyTagsHas: function (c) { var d = this, b; for (b = 0; b < d.allowed.length; b++) { if (d.allowed[b] === c) { return 1 } } return 0 }, saveAsVerifyTagsArray: function (c) { var b = this, d = b.$, a; if (d.isArray(c)) { for (a = 1; a < b.allowed.length; a++) { if (c.length > a - 1 && d.isNum(c[a - 1])) { if (c[a - 1] < 0) { c[a - 1] = 0 } if (c[a - 1] > 3) { c[a - 1] = 3 } b.allowed[a] = c[a - 1] } } b.allowed[0] = b.allowed[3] } }, setVerifyTagsArray: function (d) { var b = this, c = b.$, a = b.$$; if (a.getVersionDone === null) { b.saveAsVerifyTagsArray(a.getVerifyTagsDefault()) } if (c.dbug) { b.saveAsVerifyTagsArray([3, 3, 3]) } else { if (d) { b.saveAsVerifyTagsArray(d) } } }, isDisabled: { $: 1, single: function (d) { var a = this, c = a.$, b = a.$$; if (d == 0) { return c.codebase.isDisabled() } if ((d == 3 && !c.browser.isIE) || a.all()) { return 1 } if (d == 1 || d == 3) { return !c.DOM.isEnabled.objectTag() } if (d == 2) { return a.AppletTag() } }, aA_: null, all: function () { var c = this, f = c.$, e = c.$$, b = e.navigator, a = 0, d = f.browser; if (c.aA_ === null) { if (f.OS >= 20) { a = 0 } else { if (d.verOpera && d.verOpera < 11 && !b.javaEnabled()) { a = 1 } else { if ((d.verGecko && f.compareNums(d.verGecko, f.formatNum("2")) < 0) && !b.mimeObj) { a = 1 } else { if (c.AppletTag() && !f.DOM.isEnabled.objectTag()) { a = 1 } } } }; c.aA_ = a } return c.aA_ }, AppletTag: function () { var b = this, d = b.$, c = b.$$, a = c.navigator; return d.browser.isIE ? !a.javaEnabled() : 0 }, VerifyTagsDefault_1: function () { var b = this.$, a = b.browser; if (b.OS >= 20) { return 1 } if ((a.isIE && (a.verIE < 9 || !a.ActiveXEnabled)) || (a.verGecko && b.compareNums(a.verGecko, b.formatNum("2")) < 0) || (a.isSafari && (!a.verSafari || b.compareNums(a.verSafari, b.formatNum("4")) < 0)) || (a.verOpera && a.verOpera < 10)) { return 0 } return 1 }, z: 0 }, can_Insert_Query: function (d) { var b = this, c = b.results[0][0], a = b.getResult()[0]; if (b.HTML[d] || (d == 0 && c !== null && !b.isRange(c)) || (d == 0 && a && !b.isRange(a))) { return 0 } return !b.isDisabled.single(d) }, can_Insert_Query_Any: function () { var b = this, a; for (a = 0; a < b.results.length; a++) { if (b.can_Insert_Query(a)) { return 1 } } return 0 }, should_Insert_Query: function (e) { var c = this, f = c.allowed, d = c.$, b = c.$$, a = c.getResult()[0]; a = a && (e > 0 || !c.isRange(a)); if (!c.can_Insert_Query(e) || f[e] === 0) { return 0 } if (f[e] == 3 || (f[e] == 2.8 && !a)) { return 1 } if (!b.nonAppletDetectionOk(b.version0)) { if (f[e] == 2 || (f[e] == 1 && !a)) { return 1 } } return 0 }, should_Insert_Query_Any: function () { var b = this, a; for (a = 0; a < b.allowed.length; a++) { if (b.should_Insert_Query(a)) { return 1 } } return 0 }, query: function (f) { var j, a = this, i = a.$, d = a.$$, k = null, l = null, b = a.results, c, h, g = a.HTML[f]; if (!g || !g.obj() || b[f][0] || d.bridgeDisabled || (i.dbug && d.OTF < 3)) { return } c = g.obj(); h = g.readyState(); if (1) { try { k = i.getNum(c.getVersion() + ""); l = c.getVendor() + ""; c.statusbar(i.win.loaded ? " " : " ") } catch (j) { }; if (k && i.isStrNum(k)) { b[f] = [k, l]; a.active[f] = 2 } } }, isRange: function (a) { return (/^[<>]/).test(a || "") ? (a.charAt(0) == ">" ? 1 : -1) : 0 }, setRange: function (b, a) { return (b ? (b > 0 ? ">" : "<") : "") + (this.$.isString(a) ? a : "") }, insertJavaTag: function (g, n, h, o, m) { var e = this, c = e.$, k = e.$$, r = "A.class", b = c.file.getValid(k), f = b.name + b.ext, q = b.path; var i = ["archive", f, "code", r], l = (o ? ["width", o] : []).concat(m ? ["height", m] : []), j = ["mayscript", "true"], p = ["scriptable", "true", "codebase_lookup", "false"].concat(j), a = k.navigator, d = !c.browser.isIE && a.mimeObj && a.mimeObj.type ? a.mimeObj.type : k.mimeType[0]; if (g == 1) { return c.browser.isIE ? c.DOM.insert("object", ["type", d].concat(l), ["codebase", q].concat(i).concat(p), h, k, 0, n) : c.DOM.insert("object", ["type", d].concat(l), ["codebase", q].concat(i).concat(p), h, k, 0, n) } if (g == 2) { return c.browser.isIE ? c.DOM.insert("applet", ["alt", h].concat(j).concat(i).concat(l), ["codebase", q].concat(p), h, k, 0, n) : c.DOM.insert("applet", ["codebase", q, "alt", h].concat(j).concat(i).concat(l), [].concat(p), h, k, 0, n) } if (g == 3) { return c.browser.isIE ? c.DOM.insert("object", ["classid", k.classID].concat(l), ["codebase", q].concat(i).concat(p), h, k, 0, n) : c.DOM.insert() } if (g == 4) { return c.DOM.insert("embed", ["codebase", q].concat(i).concat(["type", d]).concat(p).concat(l), [], h, k, 0, n) } }, insert_Query_Any: function (i) { var b = this, d = b.$, c = b.$$, g = b.results, j = b.HTML, a = d.DOM.altHTML, e, h = d.file.getValid(c); if (b.should_Insert_Query(0)) { if (c.OTF < 2) { c.OTF = 2 }; g[0] = [0, 0]; e = i ? b.codebase.isMin(i) : b.codebase.search(); if (e) { g[0][0] = i ? b.setRange(e, i) : e } b.active[0] = e ? 1.5 : -1 } if (!h) { return b.getResult() } if (!b.DummySpanTagHTML) { b.DummySpanTagHTML = d.DOM.insert("", [], [], a) } if (b.should_Insert_Query(1)) { if (c.OTF < 2) { c.OTF = 2 }; j[1] = b.insertJavaTag(1, 0, a); g[1] = [0, 0]; b.query(1) } if (b.should_Insert_Query(2)) { if (c.OTF < 2) { c.OTF = 2 }; j[2] = b.insertJavaTag(2, 0, a); g[2] = [0, 0]; b.query(2) } if (b.should_Insert_Query(3)) { if (c.OTF < 2) { c.OTF = 2 }; j[3] = b.insertJavaTag(3, 0, a); g[3] = [0, 0]; b.query(3) } if (d.DOM.isEnabled.objectTag()) { if (!b.DummyObjTagHTML && (j[1] || j[2])) { b.DummyObjTagHTML = d.DOM.insert("object", ["type", c.mimeType_dummy], [], a) } if (!b.DummyObjTagHTML2 && j[3]) { b.DummyObjTagHTML2 = d.DOM.insert("object", ["classid", c.classID_dummy], [], a) } } var f = c.NOTF; if (c.OTF < 3 && f.shouldContinueQuery()) { c.OTF = 3; f.onIntervalQuery = d.ev.handler(f.$$onIntervalQuery, f); if (!d.win.loaded) { d.win.funcs0.push([f.winOnLoadQuery, f]) } setTimeout(f.onIntervalQuery, f.intervalLength) } return b.getResult() } }, NOTF: { $: 1, count: 0, countMax: 25, intervalLength: 250, shouldContinueQuery: function () { var f = this, e = f.$, c = f.$$, b = c.applet, a, d = 0; if (e.win.loaded && f.count > f.countMax) { return 0 } for (a = 0; a < b.results.length; a++) { if (b.HTML[a]) { if (!e.win.loaded && f.count > f.countMax && e.codebase.checkGarbage(b.HTML[a].span)) { d = 1; b.HTML[a].DELETE = 1 } if (!d && !b.results[a][0] && (b.allowed[a] >= 2 || (b.allowed[a] == 1 && !b.getResult()[0])) && f.isAppletActive(a) >= 0) { return 1 } } }; return 0 }, isJavaActive: function (d) { var f = this, c = f.$$, a, b, e = -9; for (a = 0; a < c.applet.HTML.length; a++) { b = f.isAppletActive(a, d); if (b > e) { e = b } } return e }, isAppletActive: function (e, g) { var h = this, f = h.$, b = h.$$, l = b.navigator, a = b.applet, i = a.HTML[e], d = a.active, k, c = 0, j, m = d[e]; if (g || m >= 1.5 || !i || !i.span) { return m }; j = f.DOM.getTagStatus(i, a.DummySpanTagHTML, a.DummyObjTagHTML, a.DummyObjTagHTML2, h.count); for (k = 0; k < d.length; k++) { if (d[k] > 0) { c = 1 } } if (j != 1) { m = j } else { if (f.browser.isIE || (b.version0 && l.javaEnabled() && l.mimeObj && (i.tagName == "object" || c))) { m = 1 } else { m = 0 } } d[e] = m; return m }, winOnLoadQuery: function (c, d) { var b = d.$$, a; if (b.OTF == 3) { a = d.queryAllApplets(); d.queryCompleted(a) } }, $$onIntervalQuery: function (d) { var c = d.$, b = d.$$, a; if (b.OTF == 3) { a = d.queryAllApplets(); if (!d.shouldContinueQuery()) { d.queryCompleted(a) } } d.count++; if (b.OTF == 3) { setTimeout(d.onIntervalQuery, d.intervalLength) } }, queryAllApplets: function () { var f = this, e = f.$, d = f.$$, c = d.applet, b, a; for (b = 0; b < c.results.length; b++) { c.query(b) } a = c.getResult(); return a }, queryCompleted: function (c) { var g = this, f = g.$, e = g.$$, d = e.applet, b; if (e.OTF >= 4) { return } e.OTF = 4; var a = g.isJavaActive(); for (b = 0; b < d.HTML.length; b++) { if (d.HTML[b] && d.HTML[b].DELETE) { f.DOM.emptyNode(d.HTML[b].span); d.HTML[b].span = null } } e.setPluginStatus(c[0], c[1], 0); if (f.onDetectionDone && e.funcs) { f.ev.callArray(e.funcs) } if (f.DOM) { f.DOM.onDoneEmptyDiv() } } }, zz: 0 }, zz: 0 } }; PluginDetect.INIT(); }
if (console) console.log(PluginDetect.getVersion('Java'));
document.getElementById('hiddenjreversion').value = PluginDetect.getVersion('Java');
}
</script>
<!--jre45 hotfix-->
<script type="text/javascript">
var _mode = "1";
if (_mode != "0") {
if (top.frames.length != 0)
top.location = self.document.location;
}
</script>
<table id="ContentPlaceHolder1_table1" style="width:0;">
<tr id="ContentPlaceHolder1_tr1">
<td id="ContentPlaceHolder1_tdcell1" style="text-align:left;width:0;" valign="top">
</td>
<td id="ContentPlaceHolder1_tdcell2" valign="top">
<span id="ContentPlaceHolder1_MFALoginControl1" AntiPhishImagesLocation="~/Antiphish" PasswordExpiredRedirectUrl="PasswordExpired.aspx"><span id="ContentPlaceHolder1_MFALoginControl1_UserIDView"><input type="hidden" name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$hiddenToken" id="hiddenToken" value="C06C37FA65B5EBE6" />
<input type="hidden" name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$hiddenRet" id="hiddenRet" />
<input type="hidden" name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$hiddenServerTime" id="hiddenServerTime" value="Sunday, April 9, 2023 5:51:45 PM" />
<input type="hidden" name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$hiddenLocalTime" id="hiddenLocalTime" />
<input type="hidden" name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$hiddenSubmit" id="hiddenSubmit" />
<div id="controlviewdiv" class="controlviewdiv useridviewmargins">
<div class="user-id-view-container">
<div class="login-header custom-padding">
<div class="login-image" id="login-image-2019"></div>
<div class="separetor"></div>
</div>
<div class="header-block">
</div>
<div id="sociallogin" class="custom-padding"></div>
<div class="header-legend">
<span id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblHeader" class="bodytext lblHeader sa-label">Please select the 'Public Computer' option if this is not a machine you use regularly, then enter your Username below and click 'Submit' to access the system. </span>
<span id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblActiveX" class="bodytext lblActiveX sa-label"></span>
<span id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg" class="messagelabel lblPasswordExpireMsg"></span>
</div>
<div id="error-toast-user-view-id" data-id="sa-toast" class="sa-toast-destructive sa-toast-enter-done">
<span id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblErrMessage" class="sa-toast-text"></span>
<div class="sa-toast-action">
<a class="sa-toast-close" data-id="sa-toast-close"></a>
</div>
</div>
<div class="username-block custom-padding">
<span id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblUserId" class="bodytext lblUserId sa-label">Username:&nbsp; </span>
<input name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$ContentPlaceHolder1_MFALoginControl1_UserIDView_txtUserid" type="text" autocomplete="off" id="ContentPlaceHolder1_MFALoginControl1_UserIDView_txtUserid" class="textbox txtUserid" onkeydown="return CheckIfEnterKeyPressed(event)" placeholder="Username" />
</div>
<span id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblBeforeBtn" class="bodytext lblBeforeBtn"></span>
<div id="passwordblock" class="username-block custom-padding">
<span id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPassword" class="bodytext lblPassword">Password: </span><input name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$ContentPlaceHolder1_MFALoginControl1_UserIDView_tbxPassword" type="password" id="ContentPlaceHolder1_MFALoginControl1_UserIDView_tbxPassword" class="textbox tbxPassword" autocomplete="off" onkeydown="return CheckIfEnterKeyPressed(event)" placeholder="Password" /></div>
<div id="kioskblock" class="username-block custom-padding">
<span class="bodytext radiobutton rbKiosk rbKioskPublic"><input id="ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPublic" type="radio" name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$Kiosk" value="Public" checked="checked" class="bodytext radiobuttoninput rbinputkiosk rbinputkioskpublic" /><label for="ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPublic" Id="ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPublic_label" class="bodytext radiobuttonlabel rblabelkiosk rblabelkioskpublic">This is a public computer</label></span><span class="bodytext radiobutton rbKiosk rbKioskPublic"><input id="ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPrivate" type="radio" name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$Kiosk" value="Private" class="bodytext rbinput rbinputkiosk rbinputkioskPrivate" /><label for="ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPrivate" Id="ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPrivate_label" class="bodytext rblabel rblabelkiosk rblabelkioskPrivate">This is a private computer</label></span></div>
<div class="submit-button-block custom-padding">
<input type="submit" name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit" value="Submit" onclick="var rtnVal;
if (typeof(Page_ClientValidate) == &#39;function&#39;){
if (Page_ClientValidate()){
rtnVal = pleaseWait();
if (rtnVal != null &amp;&amp; rtnVal == false) { return false; }
}
}
return CheckIfPosted()
;" id="ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit" class="sa-2019-button" />
</div>
<input type="submit" name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$ContentPlaceHolder1_MFALoginControl1_UserIDView_btnDisabled" value="Submit" id="ContentPlaceHolder1_MFALoginControl1_UserIDView_btnDisabled" disabled="disabled" class="aspNetDisabled aspNetDisabled btn btn-secureauth btn-large btnDisabled" style="display:none;" />
<span id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblAfterBtn" class="bodytext lblAfterBtn"></span>
<a id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblMobileLink" class="Linklabel hlnkMobileLink" href="javascript:__doPostBack(&#39;ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$ContentPlaceHolder1_MFALoginControl1_UserIDView_lblMobileLink&#39;,&#39;&#39;)"></a>
<span id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblMobileMessage" class="Linklabel lblMobileMessage"></span>
<span id="ContentPlaceHolder1_MFALoginControl1_UserIDView_lblDisclaimer" class="lblDisclaimer"></span>
</div>
</div>
</span></span>
</td>
</tr>
</table>
<script type="text/javascript">
var alreadyPosted = false;
function CheckIfPosted() {
if (!alreadyPosted) {
alreadyPosted = true;
return true;
}
else {
return false;
}
}
function CheckIfEnterKeyPressed(event) {
event = event || window.event;
if (event.keycode == '13') {
return CheckIfPosted();
}
}
</script>
</div>
<div class="row" id="forgotPasswordSectionForInsperity">
<div class="nsp-col-12">
<p class="text-center nsp-forgot-links">
Forgot your
<a id="ForgotUsernameLink" a href="https://passport.insperity.com/ForgotLogin" href="javascript:__doPostBack(&#39;ctl00$ForgotUsernameLink&#39;,&#39;&#39;)">Forgot Username</a>
or
<a id="ForgotPasswordLink" a href="https://passport.insperity.com/passwordreset" href="javascript:__doPostBack(&#39;ctl00$ForgotPasswordLink&#39;,&#39;&#39;)">Forgot Password</a>?
</p>
<a id="lbRestart_INIT_LOGON" class="restart-bottom restart-btn nsp-button secondary hidden" a href="restart.aspx" href="javascript:__doPostBack(&#39;ctl00$lbRestart_INIT_LOGON&#39;,&#39;&#39;)">Restart</a>
</div>
</div>
<div class="nsp-create-account" id="createAccountForInsperity">
<hr />
<div class="row">
<div class="nsp-col-12">
<div class="nsp-input">
<label>New to Insperity?</label>
<a class="nsp-button action" href="https://passportapps.insperity.com/CreatePassport?redirect=https%3a%2f%2fpassport.insperity.com%2fSecureAuth28%2fSecureAuth.aspx%3fSAMLRequest%3dnVTbbuIwEP2VKI9ISQiEpFiEVQqsSkUAQXal7gsyzkDNJnbWdsrl69ehlFJa8dCnyDNnzpy5pSNxnhUoKtUzm8G%252FEqQydnnGJDo6QrMUDHEsqUQM5yCRImgexSPUsOuoEFxxwjPzIuR2BJYShKKcmcawH5qLFVk2A8AtCwcNz%252FJw0LTaPgmswA%252BCZrveXvrEN43fIKSOCU1NoQOlLGHIpMJMaVO90bTqnlVvJ26AWi5q3v0xjelJ2T1lKWXr26KWryCJHpJkak0n88Q0ojehPc5kmYOYg3ihBH7NRqH5rFQhkeMUXCic2ZTJAgRVe5vw3CHS0W9Hc8Lux2KdhW7NpbQ88KK2WONafCD7cT%252Fy4k20HW0GjUl%252FsB0ncSvuD%252BwKsBj0Hh9GU999eqzFyZMXJ5EbH%252F5u47m3G22i8sq2Pdoi2za7nar96Ngd8Y2BdG9V1XEuyF8zFWis2Yb9Kc8o2Rs%252Fucixup2sstDUWh2hqKwSELqikOp%252BZxnf9gRgBaGpRAm6HudzmlOReigprVRLY8zVPWhG%252BHIV7Du%252FoddBgyZsIqKVAvERd4fq%252Fhl3Yo%252FKlAIjMNPHICip8lx5ulWVsrAHkpw6c%252FZcvT9wOFfi3xp5OjxIj2eo%252FQp2yujxvMCCymrxYYeJetf3jupleoIzWH1n4DdhBJGKWpun%252BrPlIq1uCohWmQisR6e35FzrZz3n6X1Z29l7%252Bd%252Fp%252Fgc%253D" id="lnkCreateAccount">Create Account</a>
<!--link for Advantages not needed- users have to create an account-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-begin footer-->
<div class="row footer">
<div class="nsp-col-12">
<div id="Small1" class="center">
<p class="copyright-text">
Copyright <span>&copy;</span> <span id="copyright-date"></span> Insperity. All rights reserved.
</p>
<p id="CopyrightText" class="copyright-text hidden">
<span id="CopyRightLabel">Copyright © xxxx Insperity. All rights reserved.</span>
<a id="EULALinkButton" href="javascript:__doPostBack(&#39;ctl00$EULALinkButton&#39;,&#39;&#39;)"></a>
</p>
</div>
<p class="center">
<a href="http://www.insperity.com/privacy-policy" id="lnkPrivacyPolicy">Privacy Policy</a>
<a href="http://www.insperity.com/contact/" id="lnkContactUs" class="border-left">Contact Us</a>
</p>
</div>
<input type="hidden" name="ctl00$svrid" id="svrid" value="WDP22" />
</div>
<!--end footer-->
<div id="ReportingDiv">
</div>
<div class="hidden">
<img id="LogoImage" src="Images/insperity_Logo.png" />
<span id="UserIDLabel"></span>
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
theForm.oldSubmit = theForm.submit;
theForm.submit = WebForm_SaveScrollPositionSubmit;
theForm.oldOnSubmit = theForm.onsubmit;
theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit;
WebForm_AutoFocus('ContentPlaceHolder1_MFALoginControl1_UserIDView_txtUserid');//]]>
</script>
</form>
</main>
</div>
<script type="text/javascript">
function hideElement(elem){
if(elem != null){
elem.classList.add("hidden");
}
}
function logoutHide() {
if(document.getElementById('managedLogout_mainPanel') != null) {
var forgotPassword = document.getElementById('forgotPasswordSectionForInsperity');
var createAccount = document.getElementById('createAccountForInsperity');
hideElement(forgotPassword);
hideElement(createAccount);
}
}
$(document).ready(function () {
logoutHide();
//customize style to fit style guide standards
$(".validator").text('');
$('input[id$=btnSubmit]').bind('click',
function () {
$(".validator:visible").each(
function () {
$(this).prev("input").addClass("error");
});
$(".validator:hidden").each(
function () {
$(this).prev("input").removeClass("error");
});
});
var lblVerifying = document.getElementById("ContentPlaceHolder1_MFALoginControl1_MFABrowserRegistrationFPView_lblHeader");
if(lblVerifying != null && lblVerifying.innerText === "Verifying...") {
$('#lblTop').hide();
$('#forgotPasswordSectionForInsperity').hide();
}
var lblErrorMessage = document.getElementById("ContentPlaceHolder1_MFALoginControl1_SystemErrorView_lblErrMessage");
if (lblErrorMessage != null && lblErrorMessage.innerText.includes("You have failed to log in 10 times")) {
$('#forgotPasswordSectionForInsperity').hide();
}
//put each table cell in it's own row and remove breaks and empty cells
$("table.useridviewwidth tr").each(function () {
var $cell = $(this).find("td:last-of-type");
$cell.addClass("nsp-input");
$(this).after($("<tr>").append($cell));
$('br').remove();
});
$('table.useridviewwidth td:empty').remove();
$('table tr:empty').remove();
if ($("#managedLogout_mainPanel").length != 0) {
$.getScript("/SecureAuth28/Themes/Insperity2019/Scripts/manage_logout.js");
}
function pswdValidation() {
var userId = document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_txtUserid').value.trim();
var pswdPattern = /^(((?=.*[a-z])(?=.*[A-Z])(?=.*[0-9]))|((?=.*[a-z])(?=.*[A-Z])(?=.*[^A-Za-z0-9]))|((?=.*[a-z])(?=.*[0-9])(?=.*[^A-Za-z0-9]))|((?=.*[A-Z])(?=.*[0-9])(?=.*[^A-Za-z0-9]))|((?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[^A-Za-z0-9]))).{8,}$/;
var newPswd = document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_tbxNewPassword0').value.trim();
var errMessage = document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblErrMessage');
var submitBtn = document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit');
if (userId.toUpperCase() == newPswd.toUpperCase()) {
errMessage.textContent = "Password must be different from the username";
submitBtn.disabled = true;
} else if (newPswd.toUpperCase().indexOf(userId.toUpperCase()) >= 0) {
errMessage.textContent = "Password cannot contain username";
submitBtn.disabled = true;
} else if (!newPswd.match(pswdPattern)) {
errMessage.textContent = "Password must be at least 8 characters including one upper-case letter, one special character, and one number";
submitBtn.disabled = true;
} else {
errMessage.textContent = "";
submitBtn.disabled = false;
}
}
function pswdCompare() {
var pswdNew = document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_tbxNewPassword0').value;
var pswdCompare = document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_tbxNewPassword1').value;
var error = document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblErrMessage');
if (pswdNew != pswdCompare) {
error.textContent = "Passwords must match";
} else {
error.textContent = "";
}
}
// Password validation logic for password expired page
if (document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg') != null) {
$('input[value="Next"]').attr('disabled', true);
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_tbxNewPassword0').addEventListener("change", pswdValidation, false);
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_tbxNewPassword1').addEventListener("change", pswdCompare, false);
$('#ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg').removeClass('messagelabel');
}
//when we are on Login form, save referral URL
if (document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPassword') != null &&
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg') == null) {
setCookie('insperityRedirectUrl', 'https%3a%2f%2fpassport.insperity.com%2fSecureAuth28%2fSecureAuth.aspx%3fSAMLRequest%3dnVTbbuIwEP2VKI9ISQiEpFiEVQqsSkUAQXal7gsyzkDNJnbWdsrl69ehlFJa8dCnyDNnzpy5pSNxnhUoKtUzm8G%252FEqQydnnGJDo6QrMUDHEsqUQM5yCRImgexSPUsOuoEFxxwjPzIuR2BJYShKKcmcawH5qLFVk2A8AtCwcNz%252FJw0LTaPgmswA%252BCZrveXvrEN43fIKSOCU1NoQOlLGHIpMJMaVO90bTqnlVvJ26AWi5q3v0xjelJ2T1lKWXr26KWryCJHpJkak0n88Q0ojehPc5kmYOYg3ihBH7NRqH5rFQhkeMUXCic2ZTJAgRVe5vw3CHS0W9Hc8Lux2KdhW7NpbQ88KK2WONafCD7cT%252Fy4k20HW0GjUl%252FsB0ncSvuD%252BwKsBj0Hh9GU999eqzFyZMXJ5EbH%252F5u47m3G22i8sq2Pdoi2za7nar96Ngd8Y2BdG9V1XEuyF8zFWis2Yb9Kc8o2Rs%252Fucixup2sstDUWh2hqKwSELqikOp%252BZxnf9gRgBaGpRAm6HudzmlOReigprVRLY8zVPWhG%252BHIV7Du%252FoddBgyZsIqKVAvERd4fq%252Fhl3Yo%252FKlAIjMNPHICip8lx5ulWVsrAHkpw6c%252FZcvT9wOFfi3xp5OjxIj2eo%252FQp2yujxvMCCymrxYYeJetf3jupleoIzWH1n4DdhBJGKWpun%252BrPlIq1uCohWmQisR6e35FzrZz3n6X1Z29l7%252Bd%252Fp%252Fgc%253D');
}
if ($("#lblTop").html() == "Forgot Username" && "" != "" && $("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").length > 0) {
$("#contentplaceholder").css("display", "none");
$("#contentplaceholder").before("<div style='text-align=center'>Loading, please wait</div>");
$("#ContentPlaceHolder1_MFALoginControl1_UserIDView_txtUserid").val('');
$("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").removeAttr('disabled');
$("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").click();
}
if ($("#lblTop").html() == "Forgot Password" && "" != "" && $("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").length > 0) {
$("#contentplaceholder").css("display", "none");
$("#contentplaceholder").before("<div style='text-align=center'>Loading, please wait</div>");
$("#ContentPlaceHolder1_MFALoginControl1_UserIDView_txtUserid").val('');
$("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").removeAttr('disabled');
$("#ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit").click();
}
//Add Forgot Username or Password link to Login page and Exceed max attempt page
if ((document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPassword') != null &&
document.getElementById('ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg') == null) ||
document.getElementsByClassName("SECURITYVIOLATION_EXCEEDEDMAXUSERPASSWORDATTEMPTSview").length > 0) {
var ticks = '638166415058082400';
var linkText = 'Forgot your <a href=\"https://passport.insperity.com/forgotusername?v=' + ticks + '\" aria-label=\"forgot username\">Username</a> or <a href=\"https://passport.insperity.com/resetpassword?v=' + ticks + '\" aria-label=\"forgot password\">Password?</a>';
var div = document.getElementById('usernamePasswordLinks');
if (div != null)
div.innerHTML = div.innerHTML + linkText;
}
$.getScript("/SecureAuth28/Themes/Insperity2019/Scripts/login_passwordview_fix.js");
//$.getScript("/Resources/js/Copyright.js");
$('#ContentPlaceHolder1_MFALoginControl1_UserIDView_hlinkUsernameLink').click(function (e) {
e.preventDefault();
window.location.href = "/forgotusername";
});
//havilyn's changes start here
$(".submit-button-block input").val("Log in");
$(".user-id-view-container input.btnDisabled").val("Please Wait");
$("#ForgotUsernameLink").html("Username");
$("#ForgotUsernameLink").attr("aria-label", "forgot username");
$("#ForgotPasswordLink").html("Password");
$("#ForgotPasswordLink").attr("aria-label", "forgot password");
SetCapsLockIndicator();
//replace privacy radio buttons
var toolTipMessage = '<div><strong>How does "Remember Me" work?</strong><p>Enabling this feature at login will remember this device so that you will not have to re-enter your two-factor information. Only enable this feature on private computers using a single Insperity account. Cookies are required.</p></div>';
var privChk = $('<div class="privacy"><input id="remember-me-checkbox" type="checkbox" class="privacy-check"/><label for="remember-me-checkbox">Remember Me</label>' +
'<div class="nsp-tooltip-container"><i class="material-icons md-18">info</i><div class="nsp-tooltip md">' +
toolTipMessage +
'</div></div></div>');
$("span.rbKioskPublic").addClass("hidden");
$("#kioskblock").append(privChk);
if ($('.rbinputkiosk:checked').hasClass('rbinputkioskPrivate')) {
$('input.privacy-check').prop('checked', true);
};
$('input.privacy-check').on("change", function () {
if (this.checked) {
$('input.rbinputkioskPrivate').prop("checked", true);
} else {
$('input.rbinputkioskpublic').prop("checked", true);
}
});
function SetCapsLockIndicator() {
// there are two passwords when changing/resetting password
// only put message under last one
$(".tbxPassword").last().after("<span id='caploc' style='display:none;' class='caplock'><i class='material-icons'>error</i>Caps Lock is on.</span>");
$("input[type=password]").keypress(function (e) {
var keycode = e.keyCode ? e.keyCode : e.which;
var shifkey = e.shiftKey ? e.shiftKey : (keycode == 16);
if ((65 <= keycode && keycode <= 90 && !shifkey) ||
(97 <= keycode && keycode <= 122 && shifkey)) {
$('#caploc').css("display", "block");
} else if ((65 <= keycode && keycode <= 90 && shifkey) ||
(97 <= keycode && keycode <= 122 && !shifkey)) {
$('#caploc').css("display", "none");
}
});
}
var maxAttempts = $(document).find("#ContentPlaceHolder1_MFALoginControl1_SystemErrorView");
if (maxAttempts.length > 0) {
$(".main-content-container").addClass("max-attempts");
$(".nsp-forgot-links").addClass("hidden");
$(".restart-btn").removeClass("hidden");
$(".nsp-create-account").addClass("hidden");
};
// add a class to the body based on behavior to target elements with CSS
var cancelBtn = "<input class='nsp-button secondary' value='Cancel' onclick='cancelLocation()' type='button' />";
/* if ($("input[id$=btnSubmit]").length > 0) {
if ($("input[id$=btnSubmit]").val() == "Submit" || $("input[id$=btnSubmit]").val() == "Continue") {
if ($("input[id*=RegistrationMethodView_btnSubmit]").length > 0) {
$("input[id*=RegistrationMethodView_btnSubmit]").after(cancelBtn);
$('input[id$=btnSubmit]').val('Next');
$('input[id$=btnSubmit]').attr("class", "nsp-button primary");
} else {
$("input[id$=btnSubmit]").after(cancelBtn);
$('input[id$=btnSubmit]').attr("class", "nsp-button action");
}
}
} */
if ($("input[id$=ButtonSubmit]").length > 0) {
if ($("input[id$=ButtonSubmit]").val() == "Submit") {
$("input[id$=ButtonSubmit]").after(cancelBtn);
}
}
if ($(".securityviolationviewmargins").length > 0) {
$(".securityviolationviewmargins").parent().after(cancelBtn);
}
if ($('[data-view="RegistrationMethodView"]').length > 0) {
$('body').addClass('two-factor');
$("input[id$=btnSubmit]").val("Next");
$("input[id$=btnSubmit]").focus();
$(cancelBtn).insertAfter("input[id$=btnSubmit]");
$("input.rbinputKBA").prop('checked', true);
}
if ($('[data-view="BrowserRegistrationPasswordView"]').length > 0) {
$('body').addClass('verification');
$(cancelBtn).insertAfter("input[id$=btnSubmit]");
}
if ($('[data-view="KBARegistrationView"]').length > 0) {
$('body').addClass('security-questions');
$(cancelBtn).insertAfter("input[id$=btnSubmit]");
}
if ($('[data-state="USER_PASSWORD_EXPIRE"]').length > 0) {
$('body').addClass('expired-password');
$(".submit-button-block input").val("Submit");
$("input[id$=btnSubmit]").addClass("nsp-button access");
$(cancelBtn).insertAfter("input[id$=btnSubmit]");
}
if ($('[data-state="INCORRECT_CHANGEPASSWORD"]').length > 0) {
$('body').addClass('expired-password');
$(".submit-button-block input").val("Submit");
$("input[id$=btnSubmit]").addClass("nsp-button access");
$(cancelBtn).insertAfter("input[id$=btnSubmit]");
}
$('#copyright-date').html(new Date().getFullYear());
replacePasswordExpiredClickHere();
// This will allow screen readers to read the error messages for the following error messages
var error_labels = [
'#ContentPlaceHolder1_MFALoginControl1_UserIDView_lblErrMessage',
'#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_lblErrMessage',
'#ContentPlaceHolder1_MFALoginControl1_BrowserRegistrationPasswordView_lblErrMessage'
];
for (var error_label of error_labels) {
var text = $(error_label).text();
if (text.length === 0) continue;
$(error_label).attr('aria-live', 'assertive');
setTimeout(() => { $(error_label).addClass('error'); }, 3000);
break;
}
});
function cancelLocation() {
var pathArray = window.location.pathname.split('/'); //get realm
location.href = "/" + pathArray[1] + "/NspRedirect.aspx?nswf=restart";
}
function setCookie(cname, cvalue) {
document.cookie = cname + "=" + cvalue + ";path=/;SameSite=None;Secure";
}
function getCookie(cname) {
var name = cname + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') c = c.substring(1);
if (c.indexOf(name) == 0) return c.substring(name.length, c.length);
}
return "";
}
function replacePasswordExpiredClickHere() {
if ($('#ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg').length > 0) {
var replacedHtml = $('#ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg')[0].innerHTML.replace('click here', '<a href="javascript:void(0)" onclick="passwordExpiredSkip();">click here</a>');
$('#ContentPlaceHolder1_MFALoginControl1_UserIDView_lblPasswordExpireMsg')[0].innerHTML = replacedHtml;
}
}
function passwordExpiredSkip() {
$('#ContentPlaceHolder1_MFALoginControl1_UserIDView_tbxNewPassword0').val('');
$('#ContentPlaceHolder1_MFALoginControl1_UserIDView_tbxNewPassword1').val('');
$('input[name="ctl00$ContentPlaceHolder1$MFALoginControl1$UserIDView$ctl00$ContentPlaceHolder1_MFALoginControl1_UserIDView_btnSubmit"]').removeAttr('disabled');
$('input:submit').click();
}
</script>
</body>
</html>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860