kindred.taleo.net Open in urlscan Pro
68.233.76.181  Public Scan

URL: https://kindred.taleo.net/careersection/rehabstudenttest/jobsearch.ftl?lang=en&ftlcompclass=LoginComponent&iamRegisterAttr...
Submission: On August 09 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /careersection/careersection/privacyagreement/statementBeforeAuthentification.jsf

<form id="dialogTemplate-dialogForm" method="post" action="/careersection/careersection/privacyagreement/statementBeforeAuthentification.jsf" enctype="application/x-www-form-urlencoded"><input type="hidden" id="dialogTemplate-dialogFormvmVSIds"
    name="dialogTemplate-dialogFormvmVSIds" value="H4sIAAAAAAAAAFvzloG1hEFCPzmxKDW1qDg1uSQzP08/My8ltUIvqzitEgDUAUy9IAAAAA==">
  <span class="accessmanagement"><span class="masterbody"><input id="dialogTemplate-dialogForm:flowHeader:ftlstate" type="hidden" name="dialogTemplate-dialogForm:flowHeader:ftlstate"><input id="dialogTemplate-dialogForm:flowHeader:cshtstate"
        type="hidden" name="dialogTemplate-dialogForm:flowHeader:cshtstate"><input id="dialogTemplate-dialogForm:flowHeader:Logged" type="hidden" name="dialogTemplate-dialogForm:flowHeader:Logged" value="false">
      <input type="hidden" name="iniurl.src" value="">
      <script type="text/javascript" src="/careersection/2023PRD.2.0.33.3.0/js/mobile.js"></script>
      <script type="text/javascript" src="/careersection/2023PRD.2.0.33.3.0/js/integration/iframes_communication.js"></script>
      <script type="text/javascript" src="/careersection/2023PRD.2.0.33.3.0/js/integration/candidate_data_handler.js"></script>
      <script type="text/javascript">
        <!--
        function crossFrameScripting() {
          // TT#157678 - Prevent Frame usage. (esamson)
          //if (AgentUtils.isIE)
          //{
          try {
            if (self.document.domain.toString() != top.document.domain.toString()) {
              throw "Access is denied";
            }
          } catch (exc) {
            if (top != self) {
              top.location = self.location;
            }
          }
          //}
          // /TT#157678 - Prevent Frame usage. (esamson)
        }
        // 
        -->
      </script>
      <script type="text/javascript">
        crossFrameScripting()
      </script>
      <script type="text/javascript">
        <!--
        $(document).ready(function() {
          window.setTimeout(function() {
            $('.skype_pnh_container').html('');
            $('.skype_pnh_print_container').removeClass('skype_pnh_print_container');
          }, 500);
        });
        // 
        -->
      </script>
      <script type="text/javascript">
        <!--
        function sendUIMessage2(msg) {
          if (!document.createElement) {
            return true;
          }
          // Notify our Flex app to keep the http feedback in sync
          if (AKCore.mainFlexControlId_ != null) {
            var flexObject = document.getElementById(AKCore.mainFlexControlId_);
            if (flexObject && flexObject.notifyFlexUIMessage) {
              flexObject.notifyFlexUIMessage(msg);
            }
          }
          var url = contextPath_ + "/UIMessageReceiver.jss?msg=" + msg;
          if (!msgSenderIFrame_ && document.createElement) {
            // create the IFrame and assign a reference to the
            // object to our global variable msgSenderIFrame_.
            // this will only happen the first time 
            // sendUIMessage2() is called
            try {
              var tempIFrame = document.createElement('iframe');
              tempIFrame.setAttribute('id', 'RSIFrame');
              tempIFrame.style.border = '0';
              tempIFrame.style.width = '0';
              tempIFrame.style.height = '0';
              tempIFrame.style.display = 'none';
              tempIFrame.style.visibility = 'hidden';
              tempIFrame.title = '';
              tempIFrame.src = url;
              msgSenderIFrame_ = document.body.appendChild(tempIFrame);
              if (document.frames) {
                // this is for IE5 Mac, because it will only
                // allow access to the document object
                // of the IFrame if we access it through
                // the document.frames array
                msgSenderIFrame_ = document.frames['RSIFrame'];
              }
            } catch (exception) {
              // This is for IE5 PC, which does not allow dynamic creation
              // and manipulation of an iframe object. Instead, we'll fake
              // it up by creating our own objects.
              iframeHTML = '\<iframe id="RSIFrame" title="" style="';
              iframeHTML += 'border:0;';
              iframeHTML += 'width:0;';
              iframeHTML += 'height:0;';
              iframeHTML += 'display:none;';
              iframeHTML += 'visibility:hidden;';
              iframeHTML += '"><\/iframe>';
              document.body.innerHTML += iframeHTML;
              msgSenderIFrame_ = {};
              msgSenderIFrame_.document = {};
              msgSenderIFrame_.document.location = {};
              msgSenderIFrame_.document.location.iframe = document.getElementById('RSIFrame');
              msgSenderIFrame_.document.location.replace = function(location) {
                this.iframe.src = location;
              }
            }
          }
          if (navigator.userAgent.indexOf('Gecko') != -1 && !msgSenderIFrame_.contentDocument) {
            // we have to give NS6 a fraction of a second
            // to recognize the new IFrame
            var func = "sendUIMessage2('" + url + "')";
            setTimeout(func, 10);
            return false;
          }
          var iFrameDoc = getIFrameDoc(msgSenderIFrame_);
          if (iFrameDoc == null) {
            return true;
          }
          iFrameDoc.location.replace(url);
          return false;
        }

        function onUnload(pEvent) {
          logViewInfo("unload");
          // Invalidate the session when leaving the domain.
          var ourForm = document.jsfForm();
          // Invalidate the session when the window is explicitely closed.
          var altUrl = ourForm['esmurl'];
          // Invalidate the session when leaving the domain.
          var isLogged = findElementsEndingWithId(document, "Logged", null, true)[0];
          if (ourForm && ourForm['akPBISWLD'] && !ourForm['akPBISWLD'].dontcheckdomain && leavingDomain_ && isLogged.value == "true") {
            invalidateSession();
            if (altUrl != null) {
              var tempIFrame = document.createElement('iframe');
              tempIFrame.setAttribute('id', 'RSIFrame');
              tempIFrame.style.border = '0';
              tempIFrame.style.width = '0';
              tempIFrame.style.height = '0';
              tempIFrame.style.display = 'none';
              tempIFrame.style.visibility = 'hidden';
              tempIFrame.title = '';
              tempIFrame.src = altUrl.value;
              document.body.appendChild(tempIFrame);
            }
          }
        }
        // 
        -->
      </script>
      <script type="text/javascript">
        <!--
        function redirectSession() {
          var expiredSessionUrl = findElementsEndingWithId(document, "expiredSessionUrl", null, true)[0];
          window.location = contextPath_ + expiredSessionUrl.value;
        }
        // 
        -->
      </script>
      <script type="text/javascript">
        <!--
        function addEvent(el, evname, func) {
          if (el.attachEvent) { // IE
            el.attachEvent("on" + evname, func);
          } else if (el.addEventListener) { // Gecko / W3C
            el.addEventListener(evname, func, true);
          } else {
            el["on" + evname] = func;
          }
        }

        function moveSkipNavToTop() {
          var skipNavObj = findElementsEndingWithId(document, "gotoContent", null, true)[0];
          if (skipNavObj) {
            skipNavObj.parentNode.removeChild(skipNavObj);
            document.body.insertBefore(skipNavObj, document.body.firstChild);
          }
        }
        addEvent(window, "load", moveSkipNavToTop);
        /**
         * This method is used to find all H1, H2, H3, H4, H5 and H6 Tags in a HTML Page and if a Tag is empty,
         * it is removed from the DOM Tree for accessibility reason.
         * 
         * @since TT149196
         * @author esamson
         */
        function removeEmptyHeading() {
          for (var i = 1; i <= 6; i++) {
            var headings = document.getElementsByTagName("h" + i.toString());
            if (headings) {
              for (var hi = 0; hi < headings.length; hi++) {
                var heading = headings[hi];
                if (heading) {
                  var text;
                  if (document.all) {
                    // IE.
                    text = heading.innerText;
                  } else {
                    // FireFox.
                    text = heading.textContent;
                  }
                  // IE and FireFox have different representations of an empty content.
                  if (text == "" || text == " ") {
                    heading.parentNode.removeChild(heading);
                    // "headings" variable is an array, so when 1 node is removed from the Dom Tree,
                    // the array is updated too.  So to avoid the next Tag to not be validated, we
                    // decrement the iterator counter for each element removed.
                    hi--;
                  }
                }
              }
            }
          }
        }
        addEvent(window, "load", removeEmptyHeading);

        function unloadMess() {
          var mess = "";
          // Invalidate the session when leaving the domain.
          var ourForm = document.jsfForm();
          var isLogged = findElementsEndingWithId(document, "Logged", null, true)[0];
          if (ourForm && ourForm['akPBISWLD'] && !ourForm['akPBISWLD'].dontcheckdomain && leavingDomain_ && isLogged.value == "true" && !sessionExpired) {
            var field = findElementsEndingWithId(document, "ISWLDMessage", null, true)[0];
            if (field) {
              return field.value;
            }
          }
          return;
        }
        addEvent(window, "beforeunload", unloadMess);
        // 
        -->
      </script>
      <span class="headersection"><span class="box"><span class="boxtop"><span class="boxb1-top"></span><span class="boxb2-top"></span><span class="boxb3-top"></span><span class="boxb4-top"></span></span></span><input
          id="dialogTemplate-dialogForm:flowHeader:ISWLDMessage" type="hidden" name="dialogTemplate-dialogForm:flowHeader:ISWLDMessage"><input id="dialogTemplate-dialogForm:flowHeader:expiredSessionUrl" type="hidden"
          name="dialogTemplate-dialogForm:flowHeader:expiredSessionUrl" value="/careersection/rehabstudenttest/jobsearch.ftl?lang=en"><span class="headerpanel"><span style="display: block; overflow: hidden;"><span class="userpanel leftpanel"><span
                class="username">Welcome. You are not signed in.</span><span class="hidden-audible">&nbsp;</span></span><span class="hidden-audible" aria-hidden="true"> | </span><span class="rightpanel"><span class="metapanel"><span
                  class="metagrouppanel"><span
                    class="metalink"></span><a id="dialogTemplate-dialogForm-flowHeader-loginAction" href="#" title="Log in to the system" onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-flowHeader-loginAction',null, null, true);return taleo.core.event.setAndReturnFalse(event);">Sign In</a></span><span
                  class="metapanel"></span></span></span><span class="clearpanel"></span></span>
          <ul class="linkpanel">
            <li class="link" id="jobSearchTabActionS">
              <span class="magnifierimg"></span><span
                class="grouplink"><a id="dialogTemplate-dialogForm-flowHeader-jobSearchTabAction" href="#" title="Go to the section Job Search" onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-flowHeader-jobSearchTabAction',null, null, true);return taleo.core.event.setAndReturnFalse(event);">Job Search</a></span>
            </li>
          </ul>
        </span><span class="link2panel"><span class="spacerlink2panel"></span></span></span><span id="dialogTemplate-dialogForm-masterbody"
        class="mainsection"><a href="#" id="dialogTemplate-dialogForm-j_id_id9pc2" name="mainContent" class="hidden-audible" tabindex="-1">Beginning of the main content section.</a>
        <input id="dialogTemplate-dialogForm:StatementBeforeAuthentificationContent:cookieDisabled" type="hidden" name="dialogTemplate-dialogForm:StatementBeforeAuthentificationContent:cookieDisabled" value="false"><span class="mainsection"><span
            class="mastercontentpanel"><span class="blockpanel"><span class="metagrouppanel" style="display:inline;"><span class="metapanel" style="display: block; text-align: right; margin: 0px"><span
                    class="metalink2"><a href="#" role="button" title="View a printable version of the privacy agreement" onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-j_id_id13pc6',null,'rO0ABXVyABxbTGNvbS50YWxlby5ha2lyYS51dGlsLlBhaXI7vF1o/6soCwQCAAB4cAAAAAFzcgAZY29tLnRhbGVvLmFraXJhLnV0aWwuUGFpcu5e8Mx5P5VjAgACTAAFZmlyc3R0ABJMamF2YS9sYW5nL09iamVjdDtMAAZzZWNvbmRxAH4AA3hwdAAWc2VsZWN0ZWRMb2NhbGVGb3JQYXJhbXQAAmVueQ==', true);return taleo.core.event.setAndReturnFalse(event);" class="nav-btn"><span class="nav-btn2"><span class="nav-btn3"><span class="nav-btn4"><span class="nav-btn5">Printable Format</span></span></span></span></a></span></span>
                <script type="text/javascript">
                  <!--
                  function checkCookie() {
                    var cookieEnabled = navigator.cookieEnabled;
                    if (!cookieEnabled) {
                      document.cookie = "testcookie";
                      cookieEnabled = document.cookie.indexOf("testcookie") != -1;
                    }
                    findElementsEndingWithId(window.document.jsfForm(), 'cookieDisabled', null, true)[0].value = !cookieEnabled;
                    return cookieEnabled && ifCookieEnabled();
                  }

                  function ifCookieEnabled() {
                    var cookieErrorMessagePanelRef = findElementsEndingWithId(window.document.jsfForm(), 'cookieErrorMessagePanel', null, true)[0];
                    if (typeof cookieErrorMessagePanelRef != "undefined") cookieErrorMessagePanelRef.style.display = "none";
                  }
                  window.onload = checkCookie;
                  // 
                  -->
                </script>
                <span id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-cookieErrorMessagePanel" class="message-notification" style="display: none;"><span
                    id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-cookieErrorMessageTitle" class="message-title">The action cannot be completed.</span><span class="hidden-audible">&nbsp;</span><span
                    id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-cookieErrorMessageContent" class="message-text">Cookies are not enabled on your browser. Please enable cookies in your browser preferences and refresh your
                    browser to continue.</span><span class="hidden-audible">&nbsp;</span></span><span style="clear: both;"></span>
              </span>
              <h1 class="no-change-header"><span class="titlepage">Privacy Agreement</span><span class="hidden-audible">&nbsp;</span></h1>
              <fieldset class="no-border">
                <div class="iframepanel" tabindex="0" lang="en">
                  <div>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:center"><span style="font-family:arial"><span style="font-size:1em"><strong><span style="text-decoration:underline"><span style="font-size:0.833em">Consent to Proceed
                                Electronically and Internet Recruitment Privacy Policy</span></span></strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">Welcome to Kindred Healthcare's Recruitment Website. You will be able to
                            complete, review, and even print the documents using only your web browser.</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">Before Kindred Healthcare can accept your personal information,
                            application for employment, and related documents electronically, you should be aware of the following information and must affirmatively agree to the following:</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <ol>
                      <li>
                        <div><span style="font-size:0.833em">If you proceed, you are agreeing to complete the application process electronically. If you are hired, you are also agreeing to complete the hiring process electronically.</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">Your responses to all questions throughout either electronic process will be recorded and made part of your electronically signed documents and electronic application/hiring record.</span>
                        </div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">If you are an applicant with a disability and need accommodation to complete this job submission, please contact: 1.800.545.0749 and ask to be connected with the Recruiter Tech. Please note
                            that this number should not be used to solicit business or for any other non-accommodation related purpose.</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">At the end of the electronic signature process, you will be assigned an account and a password for future use. You must keep this information confidential as it can be used to
                            electronically sign additional documents.</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">You can return to our web site at any time (using the assigned login information) to review and print the documents you signed electronically.</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">You have the right to request a paper copy of any documents you signed electronically.</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">You have read and agree with the verification and security procedures outlined below by Kindred Healthcare.</span></div>
                      </li>
                    </ol>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">You will need to have one of the following to successfully complete the
                            process:</span></span></span></p>
                    <ul>
                      <li>
                        <div><span style="font-size:0.833em">Internet Explorer version 6.0 or above</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">AOL version 9 or above</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">Mozilla Firefox version 3.0 or above</span></div>
                      </li>
                    </ul>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><strong><span style="font-size:0.833em">By clicking on "I Accept" below, you acknowledge and agree to all
                              of the following:</span></strong></span></span></p>
                    <ul>
                      <li>
                        <div><span style="font-size:0.833em">I have read and understood the foregoing;</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">I agree to proceed with the application and hiring process (if applicable) through electronic means;</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">I&nbsp;agree that my electronic signature is the equivalent of a manual signature and that Kindred Healthcare may rely on it as such in connection with any and all agreements you may enter
                            into with Kindred Healthcare and any documents you electronically sign for Kindred Healthcare;</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">I acknowledge and agree that it is my obligation to immediately advise Kindred Healthcare of any change in your electronic address (i.e., email address);</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">I have the necessary hardware/software to complete the process;</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">I acknowledge and agree that it is my obligation to immediately advise Kindred Healthcare in the event that I withdraw my consent to use electronic means for the application and hiring
                            process (if applicable);</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">I acknowledge and agree that the various security and verification procedures adopted by Kindred Healthcare in connection with the documents that I will affix my electronic signature
                            constitute reasonable and secure security procedures and that all such signatures are attributable to the person whose name is typed below;</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">I acknowledge and agree that in the event that any person known to me (whether it be a family member, member of my household, or otherwise) misappropriates any of the security devices
                            connected with my Kindred Healthcare login/electronic signature account and such misappropriation could not reasonably be detected by Kindred Healthcare, Kindred Healthcare shall have the right to treat all resulting
                            electronic signatures as though they were affixed by the person whose name is typed below;</span></div>
                      </li>
                      <li>
                        <div style="text-align:left"><span style="font-size:0.833em">I acknowledge and agree that the individual completing this Consent to Proceed Electronically is the individual whose name the account is being requested and whose
                            name is typed below.</span></div>
                      </li>
                    </ul>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><strong><span style="font-size:0.833em">If you understand, accept and agree to the policies, terms and
                              conditions set out above, then click on the "I Accept" button below to acknowledge your acceptance and agreement and proceed to the next section of this recruitment site. If you do not understand or accept or agree to
                              the policies, terms and conditions set out above, then click on the "I Decline" button and you will exit this recruitment site.</span></strong></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;Kindred Healthcare LLC</span></span></span></p>
                    <blockquote dir="ltr" style="margin-right: 0px;">
                      <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><strong><span style="font-size:0.833em">Kindred Healthcare LLC Internet Recruitment Privacy
                                Policy</span></strong></span></span></p>
                    </blockquote>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">Welcome to the Kindred Healthcare LLC recruitment
                            website.</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">Kindred Healthcare LLC and its affiliate partnerships and subsidiary
                            companies (collectively, "Kindred") are committed to protecting the privacy and security of information that is obtained from you in connection with your access to websites under our operation and control, which includes
                            this recruitment website (collectively, the "site"). Click</span>
                          <a href="http://www.kindredhealthcare.com/privacy-policy" rel="external" target="_blank"><span style="font-size:0.833em"><strong>http://www.kindredhealthcare.com/privacy-policy</strong></span></a> <span
                            style="font-size:0.833em">for the site's general privacy policy.</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">To proceed further on this recruitment website, you must review and agree
                            to Kindred's policies, terms and conditions set forth in this Recruitment Privacy Policy ("Privacy Policy") and acknowledge that you have done so by typing your name below and clicking "I Accept"
                            below.</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">Please review this Privacy Policy, its statement, terms and conditions
                            carefully. Kindred reserves the right to change its Privacy Policy at any time, in which event the recruitment site will contain a notice of the change and you will be referred via link to the new policy when you log onto
                            our site. Changes will be effective immediately upon posting to the recruitment site. By accessing the recruitment site, you are indicating your agreement to Kindred's Privacy Policy, as well as to the privacy policy for
                            the entire site at the link above. If you have any questions regarding the Privacy Policy or the site, contact Kindred at</span>
                          <a href="mailto:web_administrator@kindredhealthcare.com"><span style="font-size:0.833em"><strong>web_administrator@kindredhealthcare.com</strong></span></a><span
                            style="font-size:0.833em"><strong>.</strong></span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">By entering this recruitment site, you acknowledge and agree
                            that:</span></span></span></p>
                    <ul>
                      <li>
                        <div><span style="font-size:0.833em">Kindred is authorized to collect, use, access, transmit, store, process and disclose the information it obtains through your use of this site, including but not limited to the personal
                            information you submit in connection with your employment application and in order to process it for employment, as permitted by law. This includes the use, access, transmittal, storing, processing, and disclosure of your
                            information by and among Kindred's affiliate partnerships and subsidiary companies, regardless of location.</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">Except as otherwise provided by this Privacy Policy, the privacy policy for the entire site at the link above, or the terms and conditions of the use of the recruitment site, Kindred
                            employees and, if applicable, agents of Kindred who are involved in the process of considering applications for employment, and site administrators will be the only individuals or entities with access to your personal
                            information, except as otherwise provided by this policy or as permitted by law.</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">Statements here and elsewhere on the site concerning the treatment of your information may not apply with respect to information already in Kindred's possession, such as information
                            obtained by Kindred in connection with your current or former employment at Kindred, or information that is publicly available to Kindred.</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">Kindred may disclose your personal information if required to do so by law or a regulatory organization, or to relevant third parties such as site technicians, auditors, lawyers, or other
                            professional advisors.</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">Kindred may retain your information as long as necessary and appropriate to comply with applicable legal standards. Once the information is submitted, you cannot later delete this
                            information. If you are hired as an employee of Kindred, this information may be transferred into an employee personnel file. Your information will be destroyed in accordance with Kindred's record retention policy.</span>
                        </div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">At no time will Kindred sell or license your information to a third party.</span></div>
                      </li>
                      <li>
                        <div><span style="font-size:0.833em">This recruitment site does not extend binding offers or terms or conditions of employment. Any employment offer that may result from your submitting information in response to a job opening
                            listed on this recruitment site is in accordance with the specific terms of that offer and is not based in any way on the description of the job on this recruitment site. Nothing on this recruitment site shall be construed
                            as a contract of employment or as a guarantee of continued employment or employment for any specific duration. Employment with Kindred is "at will" and no representative of Kindred, other than its Chief Executive Officer,
                            has the authority to modify "at-will" employment status. This means if you are hired that either you or Kindred can separate your employment at any time without notice or cause.</span></div>
                      </li>
                    </ul>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">California Residents:&nbsp; Please
                            <a href="https://www.kindredhealthcare.com/docs/default-source/default-document-library/ccpa/kindred-healthcare-ca-consumer-privacy-act-applicant-notice.pdf" rel="external" target="_blank"><strong>click here</strong></a>
                            to view the California Consumer&nbsp;Privacy Act Notice.</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em">&nbsp;</span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-family:arial"><span style="font-size:1em"><span style="font-family:arial"><span
                                  style="font-size:1em"><span style="font-size:0.833em">Kindred may compile statistical results concerning the usage of the recruitment site, as well as its entire site. Kindred uses this information to prepare
                                    collective profiles of visitors' activities for management and internal use, as well as affirmative action reports and analyses. For example, Kindred may track the number of visitors who view certain pages or use
                                    certain features of the site.</span></span></span></span></span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">Any information that you voluntarily share with Kindred in a form is kept
                            strictly confidential and fully secure. When you submit a form, the encrypted (encoded) information is protected using "Secure Socket Layers (SSL)" as it passes between your browser and the Kindred servers. Only authorized
                            persons are permitted to access the information you submit.</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">This Privacy Policy is governed by the substantive laws of the
                            Commonwealth of Kentucky in the United States, without regard to its conflict of laws principles. Jurisdiction for any claims arising under or out of this Privacy Policy shall lie exclusively with the state and federal
                            courts within the Commonwealth of Kentucky. If any provision of this Privacy Policy is found to be invalid by a court having competent jurisdiction, the invalidity of such provision shall not affect the validity of the
                            remaining provisions of this Privacy Policy, which shall remain in full force and effect.</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">Kindred cannot be held liable for errors or omissions in information on
                            this recruitment site, or for any damages, losses, or expenses that may occur while accessing this recruitment site, or any linked site, or the inability to access these sites; or any failure of performance, error,
                            omission, interruption, defect, delay in operation or transmission, computer virus or line or system failure.</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><em><span style="font-size:0.833em">UNDER NO CIRCUMSTANCES SHALL KINDRED HAVE ANY LIABILITY WHATSOEVER FOR
                              ANY CONSEQUENTIAL, INCIDENTAL, INDIRECT OR SPECIAL DAMAGES ARISING OUT OF THE BREACH OF THIS PRIVACY POLICY, HOWEVER OCCASIONED.</span></em></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><span style="font-size:0.833em">&nbsp;</span></span></span></p>
                    <p style="margin-top: 0px; margin-bottom: 0px;;text-align:left"><span style="font-family:arial"><span style="font-size:1em"><strong><span style="font-size:0.833em">If you understand, accept and agree to the policies, terms and
                              conditions set out above then click on the "I Accept" button below to acknowledge your acceptance and agreement and proceed to the next section of this recruitment site with an opportunity to provide your information and
                              express interest in an open job. If you do not understand or accept or agree to the policies, terms and conditions set out above then click on the "I Decline" button and you will exit this recruitment
                              site.</span></strong></span></span></p>
                  </div>
                </div>
              </fieldset><span class="separatorpanel"></span><input id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-ContinueButton" type="button"
                name="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-ContinueButton" value="I Accept" title="I Accept"
                onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-ContinueButton',null, null, true);return taleo.core.event.setAndReturnFalse(event);"><input
                id="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-CancelButton" type="button" name="dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-CancelButton" value="I Decline" title="I Decline"
                onclick="if (!event) {event = window.event;}cmdSubmit('dialogTemplate-dialogForm','dialogTemplate-dialogForm-StatementBeforeAuthentificationContent-CancelButton',null, null, true);return taleo.core.event.setAndReturnFalse(event);">
            </span></span></span></span>
    </span></span><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState"
    value="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"
    autocomplete="off"><input type="hidden" id="stateSavers" name="stateSavers" value="H4sIAAAAAAAAAFvzloG1uIhBLiuxLFGvtCQzR885PycnNbkkMz+vWMU1t6CkMji1RPRrkewW5tMaTAwMFQWVADrPGpc0AAAA">
  <input type="hidden" id="jsfCmdId" name="jsfCmdId" value="">
  <input type="hidden" id="isLegalDisclaimerAcceptPending" name="isLegalDisclaimerAcceptPending">
  <input type="hidden" id="bookmarkURLHF" name="bookmarkURLHF"
    value="https://kindred.taleo.net/careersection/careersection/privacyagreement/statementBeforeAuthentification.jsf?cookieDisabled=null&amp;isLegalDisclaimerAcceptPending=null&amp;navigateTo=null&amp;portal=null&amp;redirectionURI=https://kindred.taleo.net/careersection/rehabstudenttest/jobsearch.ftl?lang=en&amp;ftlcompclass=LoginComponent&amp;iamRegisterAttribute=1&amp;iamCode=9206515&amp;skipAlternate=1">
  <input type="hidden" id="tz" name="tz">
  <input type="hidden" id="dialogTemplate-dialogForm" name="dialogTemplate-dialogForm" value="dialogTemplate-dialogForm">
  <input type="hidden" id="langDirection" name="langDirection" value="ltr">
  <input type="hidden" id="navigateTo" name="navigateTo">
  <input type="hidden" id="vmAction" name="vmAction">
  <input type="hidden" id="cookieDisabled" name="cookieDisabled">
  <input type="hidden" id="bookmarkNameHF" name="bookmarkNameHF" value="Privacy Agreement">
  <input type="hidden" id="tno" name="tno" value="0">
  <input type="hidden" id="jsfCmdParams" name="jsfCmdParams">
  <input type="hidden" id="portal" name="portal">
  <input type="hidden" id="lang" name="lang" value="en">
  <input type="hidden" id="csrftoken" name="csrftoken" value="+dwG6ealW1Y89mkZ3VtETHv6qI7iMw3hw8rHB45xIxs=">
  <input type="hidden" id="redirectionURI" name="redirectionURI"
    value="https://kindred.taleo.net/careersection/rehabstudenttest/jobsearch.ftl?lang=en&amp;ftlcompclass=LoginComponent&amp;iamRegisterAttribute=1&amp;iamCode=9206515&amp;skipAlternate=1">
</form>

Text Content

Go to the main content section.


KINDRED REHABILITATION SERVICES PROVIDES EQUAL EMPLOYMENT OPPORTUNITY FOR ALL
APPLICANTS AND EMPLOYEES. KINDRED WILL NOT DISCRIMINATE OR TOLERATE
DISCRIMINATION AGAINST EMPLOYEES OR APPLICANTS BASED UPON RACE, COLOR, RELIGION,
GENDER, NATIONAL ORIGIN, SEXUAL ORIENTATION, GENDER IDENTITY, AGE, MILITARY
DUTY, CITIZENSHIP, MARITAL STATUS, DISABILITY, VETERAN'S STATUS OR ANY OTHER
BASIS PROTECTED BY FEDERAL, STATE OR LOCAL LAW. DRUG FREE WORKPLACE.

Welcome. You are not signed in.  | Sign In
 * Job Search

Beginning of the main content section. Printable Format The action cannot be
completed. Cookies are not enabled on your browser. Please enable cookies in
your browser preferences and refresh your browser to continue. 


PRIVACY AGREEMENT 

Consent to Proceed Electronically and Internet Recruitment Privacy Policy

 

Welcome to Kindred Healthcare's Recruitment Website. You will be able to
complete, review, and even print the documents using only your web browser.

 

Before Kindred Healthcare can accept your personal information, application for
employment, and related documents electronically, you should be aware of the
following information and must affirmatively agree to the following:

 

 1. If you proceed, you are agreeing to complete the application process
    electronically. If you are hired, you are also agreeing to complete the
    hiring process electronically.
 2. Your responses to all questions throughout either electronic process will be
    recorded and made part of your electronically signed documents and
    electronic application/hiring record.
 3. If you are an applicant with a disability and need accommodation to complete
    this job submission, please contact: 1.800.545.0749 and ask to be connected
    with the Recruiter Tech. Please note that this number should not be used to
    solicit business or for any other non-accommodation related purpose.
 4. At the end of the electronic signature process, you will be assigned an
    account and a password for future use. You must keep this information
    confidential as it can be used to electronically sign additional documents.
 5. You can return to our web site at any time (using the assigned login
    information) to review and print the documents you signed electronically.
 6. You have the right to request a paper copy of any documents you signed
    electronically.
 7. You have read and agree with the verification and security procedures
    outlined below by Kindred Healthcare.

 

You will need to have one of the following to successfully complete the process:

 * Internet Explorer version 6.0 or above
 * AOL version 9 or above
 * Mozilla Firefox version 3.0 or above

 

By clicking on "I Accept" below, you acknowledge and agree to all of the
following:

 * I have read and understood the foregoing;
 * I agree to proceed with the application and hiring process (if applicable)
   through electronic means;
 * I agree that my electronic signature is the equivalent of a manual signature
   and that Kindred Healthcare may rely on it as such in connection with any and
   all agreements you may enter into with Kindred Healthcare and any documents
   you electronically sign for Kindred Healthcare;
 * I acknowledge and agree that it is my obligation to immediately advise
   Kindred Healthcare of any change in your electronic address (i.e., email
   address);
 * I have the necessary hardware/software to complete the process;
 * I acknowledge and agree that it is my obligation to immediately advise
   Kindred Healthcare in the event that I withdraw my consent to use electronic
   means for the application and hiring process (if applicable);
 * I acknowledge and agree that the various security and verification procedures
   adopted by Kindred Healthcare in connection with the documents that I will
   affix my electronic signature constitute reasonable and secure security
   procedures and that all such signatures are attributable to the person whose
   name is typed below;
 * I acknowledge and agree that in the event that any person known to me
   (whether it be a family member, member of my household, or otherwise)
   misappropriates any of the security devices connected with my Kindred
   Healthcare login/electronic signature account and such misappropriation could
   not reasonably be detected by Kindred Healthcare, Kindred Healthcare shall
   have the right to treat all resulting electronic signatures as though they
   were affixed by the person whose name is typed below;
 * I acknowledge and agree that the individual completing this Consent to
   Proceed Electronically is the individual whose name the account is being
   requested and whose name is typed below.

 

If you understand, accept and agree to the policies, terms and conditions set
out above, then click on the "I Accept" button below to acknowledge your
acceptance and agreement and proceed to the next section of this recruitment
site. If you do not understand or accept or agree to the policies, terms and
conditions set out above, then click on the "I Decline" button and you will exit
this recruitment site.

 

 

 Kindred Healthcare LLC

> Kindred Healthcare LLC Internet Recruitment Privacy Policy

 

 

Welcome to the Kindred Healthcare LLC recruitment website.

 

Kindred Healthcare LLC and its affiliate partnerships and subsidiary companies
(collectively, "Kindred") are committed to protecting the privacy and security
of information that is obtained from you in connection with your access to
websites under our operation and control, which includes this recruitment
website (collectively, the "site"). Click
http://www.kindredhealthcare.com/privacy-policy for the site's general privacy
policy.

 

To proceed further on this recruitment website, you must review and agree to
Kindred's policies, terms and conditions set forth in this Recruitment Privacy
Policy ("Privacy Policy") and acknowledge that you have done so by typing your
name below and clicking "I Accept" below.

 

Please review this Privacy Policy, its statement, terms and conditions
carefully. Kindred reserves the right to change its Privacy Policy at any time,
in which event the recruitment site will contain a notice of the change and you
will be referred via link to the new policy when you log onto our site. Changes
will be effective immediately upon posting to the recruitment site. By accessing
the recruitment site, you are indicating your agreement to Kindred's Privacy
Policy, as well as to the privacy policy for the entire site at the link above.
If you have any questions regarding the Privacy Policy or the site, contact
Kindred at web_administrator@kindredhealthcare.com.

 

By entering this recruitment site, you acknowledge and agree that:

 * Kindred is authorized to collect, use, access, transmit, store, process and
   disclose the information it obtains through your use of this site, including
   but not limited to the personal information you submit in connection with
   your employment application and in order to process it for employment, as
   permitted by law. This includes the use, access, transmittal, storing,
   processing, and disclosure of your information by and among Kindred's
   affiliate partnerships and subsidiary companies, regardless of location.
 * Except as otherwise provided by this Privacy Policy, the privacy policy for
   the entire site at the link above, or the terms and conditions of the use of
   the recruitment site, Kindred employees and, if applicable, agents of Kindred
   who are involved in the process of considering applications for employment,
   and site administrators will be the only individuals or entities with access
   to your personal information, except as otherwise provided by this policy or
   as permitted by law.
 * Statements here and elsewhere on the site concerning the treatment of your
   information may not apply with respect to information already in Kindred's
   possession, such as information obtained by Kindred in connection with your
   current or former employment at Kindred, or information that is publicly
   available to Kindred.
 * Kindred may disclose your personal information if required to do so by law or
   a regulatory organization, or to relevant third parties such as site
   technicians, auditors, lawyers, or other professional advisors.
 * Kindred may retain your information as long as necessary and appropriate to
   comply with applicable legal standards. Once the information is submitted,
   you cannot later delete this information. If you are hired as an employee of
   Kindred, this information may be transferred into an employee personnel file.
   Your information will be destroyed in accordance with Kindred's record
   retention policy.
 * At no time will Kindred sell or license your information to a third party.
 * This recruitment site does not extend binding offers or terms or conditions
   of employment. Any employment offer that may result from your submitting
   information in response to a job opening listed on this recruitment site is
   in accordance with the specific terms of that offer and is not based in any
   way on the description of the job on this recruitment site. Nothing on this
   recruitment site shall be construed as a contract of employment or as a
   guarantee of continued employment or employment for any specific duration.
   Employment with Kindred is "at will" and no representative of Kindred, other
   than its Chief Executive Officer, has the authority to modify "at-will"
   employment status. This means if you are hired that either you or Kindred can
   separate your employment at any time without notice or cause.

California Residents:  Please click here to view the California Consumer Privacy
Act Notice.

 

Kindred may compile statistical results concerning the usage of the recruitment
site, as well as its entire site. Kindred uses this information to prepare
collective profiles of visitors' activities for management and internal use, as
well as affirmative action reports and analyses. For example, Kindred may track
the number of visitors who view certain pages or use certain features of the
site.

 

Any information that you voluntarily share with Kindred in a form is kept
strictly confidential and fully secure. When you submit a form, the encrypted
(encoded) information is protected using "Secure Socket Layers (SSL)" as it
passes between your browser and the Kindred servers. Only authorized persons are
permitted to access the information you submit.

 

This Privacy Policy is governed by the substantive laws of the Commonwealth of
Kentucky in the United States, without regard to its conflict of laws
principles. Jurisdiction for any claims arising under or out of this Privacy
Policy shall lie exclusively with the state and federal courts within the
Commonwealth of Kentucky. If any provision of this Privacy Policy is found to be
invalid by a court having competent jurisdiction, the invalidity of such
provision shall not affect the validity of the remaining provisions of this
Privacy Policy, which shall remain in full force and effect.

 

Kindred cannot be held liable for errors or omissions in information on this
recruitment site, or for any damages, losses, or expenses that may occur while
accessing this recruitment site, or any linked site, or the inability to access
these sites; or any failure of performance, error, omission, interruption,
defect, delay in operation or transmission, computer virus or line or system
failure.

 

UNDER NO CIRCUMSTANCES SHALL KINDRED HAVE ANY LIABILITY WHATSOEVER FOR ANY
CONSEQUENTIAL, INCIDENTAL, INDIRECT OR SPECIAL DAMAGES ARISING OUT OF THE BREACH
OF THIS PRIVACY POLICY, HOWEVER OCCASIONED.

 

If you understand, accept and agree to the policies, terms and conditions set
out above then click on the "I Accept" button below to acknowledge your
acceptance and agreement and proceed to the next section of this recruitment
site with an opportunity to provide your information and express interest in an
open job. If you do not understand or accept or agree to the policies, terms and
conditions set out above then click on the "I Decline" button and you will exit
this recruitment site.


HOME | PRIVACY POLICY | ACCESSIBILITY POLICY | EEO LAW POSTER | EEO LAW POSTER
SUPPLEMENTAL | PAY TRANSPARENCY NONDISCRIMINATION POSTER

COPYRIGHT © 2017 KINDRED HEALTHCARE, INC.