jQuery(function() { jQuery('#login').find('.policy').append('
'); //General cleanup jQuery('form br').remove(); jQuery('#submit').after(jQuery('#ResetPassword')); jQuery('#submit').parent() .after(jQuery('
Options
')) jQuery('#devOptions').append( 'Create an Account

'+ 'Reset Password
' + 'Forgot Username
' ) jQuery('#devOptions').parent() .after(jQuery('')) jQuery('#link').append('
You have the right to an interpreter free of charge. To discuss your hearing, please contact State Hearings at
1-800-743-8525.
'); var efileDiv = jQuery('
', { id: 'efile' }).append(jQuery('

', { style: 'font-size: 1.4em; margin: 0px 0px 5px 0px; font-weight: normal;', text: 'Need More Information?' })).append(' ' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '
Submit Appeal without an Account Paraphrased Regulations
SHD Training Bureau SHD Bifurcation Protocol
Authorized Representative form Contact SHD
Publications Forms
Hearing Terms Hearing Rights
Hearing Sites Before Your Hearing
At Your Hearing After Your Hearing
California Dept. of Social Services Portal Language Assistance Link
Privacy Policy For ACMS Testing - User Story Instructions
For ACMS Testing - Survey Monkey Link
'); var myMessage3 = jQuery('
'); jQuery('#login-notice').after(myMessage3); jQuery('#customMessage3').after(efileDiv); var myImage = jQuery(''); jQuery('#logo').after(myImage); var myMessage = jQuery('
'); jQuery('#customLogo').after(myMessage); var myMessage2 = jQuery('
'); jQuery('#customMessage').after(myMessage2); jQuery.ajax({ type: 'get', url: 'page.request.do?page=page.logon.MessageView', cache: false, success: function(response) { var messageInfo = response; if(messageInfo.length > 0){ jQuery('#customMessage').show(); jQuery('#customMessage').append(messageInfo); } else{ jQuery('#customMessage').hide(); } } }); jQuery('#logo').remove(); jQuery('.inner-top, .inner-bottom').remove(); document.getElementsByTagName("html")[0].style.visibility = "visible"; if(jQuery('#signonFailure').text().indexOf ('Account is locked or inactive')!=-1){ jQuery('#signonFailure').html("This account is locked or has not been activated. If you have not yet activated your account, please check your email. If you need to reset your password, click the Reset Password link below. If you need more assistance, contact ACMS Support."); jQuery('#signonFailure').attr('href','mailto:acms@dss.ca.gov'); jQuery('#signonFailure').attr('target', '_blank'); jQuery('#signonFailure').prop("onclick_backup", jQuery('#signonFailure').prop("onclick")); jQuery('#signonFailure').prop("onclick",false); } });