This being the section I need:
Code:
    <script type="text/javascript" src="http://api.recaptcha.net/challenge?k=6Lc96AAAAAAAANG1YKnED8OpogYLWtLStAMGVvv-"></script> 
 
    <noscript> 
          <iframe src="http://api.recaptcha.net/noscript?k=6Lc96AAAAAAAANG1YKnED8OpogYLWtLStAMGVvv-" height="300" width="500" frameborder="0"></iframe><br/> 
          <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> 
          <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/> 
    </noscript>                </div>
?

Do I decrypt that or something? I went to http://api.recaptcha.net/noscript?k=...YLWtLStAMGVvv- and it's just text. I assume the links will be different each captcha. But how do I change that into the actual picture?