Although the reCaptcha plugin works well (2.9.1), I get a JavaScript error in Firefox 3. Firebug shows the following error: "sub is null".
The source code is:
var sub = document.getElementById('submit');
sub.parentNode.removeChild(sub);
I don't know why this error happens... maybe because "submit" is not a unique name or it is defined AFTER the script?