














window.addEvent('domready', function(){
    var body = "<b>Enter the text as it is shown below:</b><br/><input type=\"text\" name=\"CAPTCHA_RESPONSE\" size=\"10\"><br /><img src=\"http://www.cnet.com/1314-5_1-34.html?CAPTCHA_GUID=8a8f128f252511e50125392481963689\" style=\"border: 1px solid #999999;\"/><br />This extra step helps prevent automated abuse of this feature.<br />Please enter the characters exactly as you see them.<input type=\"hidden\" name=\"CAPTCHA_GUID\" value=\"8a8f128f252511e50125392481963689\" />";
    $('captcha').set('html', body);
});
  