
  document.writeln('<div id="captcha-block">');
  document.writeln('<input type="hidden" name="captcha_md5" value="f1bc617ef1283e54b4c3fc7787e97bfe" />');
  document.writeln('<img src="/authenticate/f1bc617ef1283e54b4c3fc7787e97bfe.png" width="125" height="35" alt="CAPTCHA Image" />');
    document.writeln('<br>');
  document.writeln('<label for="captcha_code">Enter the code shown in the image:</label>');
  document.writeln('<input type="text" id="captcha_code" name="captcha_code" value="" length="5" maxlength="5" />');
  document.writeln('</div>');
