function RegisterNamespaces(){for(var C=0;C<arguments.length;C++){var D=arguments[C].split("."),A=window;for(var B=0;B<D.length;B++){if(!A[D[B]]){A[D[B]]=new Object()}A=A[D[B]]}}}RegisterNamespaces("Inpl.Captcha.Image");Inpl.Captcha.Image=function(F,E,D,C){var B=this;this.getData=function(){jQuery.getJSON("/captcha/getEnigmaJS?type=1&ctime=300&callback=?",A)};var A=function(G){jQuery("#"+D).attr("src",G.url);jQuery("#"+F).val(G.uid);jQuery("#"+C).focus()};jQuery().ready(function(){jQuery("#"+E).click(B.getData)})};