');
var instructions_string = 'Please enter the word that you see below.
(If you cannot see it, click to hear the word, and then enter it.)';
if (document.localized_string_captcha_instructions) {
instructions_string = document.localized_string_captcha_instructions;
}
var captcha_div = document.querySelector('#captcha_div');
if (captcha_div)
{
captcha_div.innerHTML = ''+ instructions_string + '
'+
'
'+
' '+
''+
'';
}
else
{
document.write('', instructions_string , '
',
'
',
' ',
'',
'');
}