$(document).ready(function(){
   $("#capchlink").click(function () {
         $('#img').attr("src", "/_indy/sys/core/get_captcha/?opt[width]=120&opt[height]=50&opt[background]=%23EAEAEA&opt[font]=%23727272&" + Math.random());
         return false;    
      });     
}); 
