$(function(){$(".newCaptcha").click(function(n){var r=$(this),i=r.prev(".captchaContainer").find("img").first().attr("src"),t;i=i.replace(/(.*?)\?r=\d+\.\d+$/,"$1");t=new Image;$(t).load(function(){r.prev(".captchaContainer").find("img").first().parent().empty().append(t)});t.src=i+"?r="+Math.random();n.preventDefault()});$(".newCaptchaIconoVF, .newCaptchaIconoMobileVF").click(function(n){var r=$(this),i=r.prev(".captchaContainer").find("img").first().attr("src"),t;i=i.replace(/(.*?)\?r=\d+\.\d+$/,"$1");t=new Image;$(t).load(function(){$(t).attr("width","100%");r.prev(".captchaContainer").find("img").first().parent().empty().append(t)});t.src=i+"?r="+Math.random();n.preventDefault()})})