$(document).ready(function(){     
    $(".text-c img").imgr({size:"1px",color:"#A2A2AA",radius:"5px"});         
    $("a#update").click(function(){
    $(".text-c img").imgr({radius:"20px"});
    return false;   
  });    
});
    
  

