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