Please enter the verify code: <\/b><\/td><\/tr> <\/td> |  reset image<\/a><\/td><\/tr><\/table>"};
$('#verifycode').html(verifycode.html);
try {
  if( lng_verify_head  ) $('#verify_head' ).html( lng_verify_head  );
  if( lng_verify_reset ) $('#verify_reset').html( lng_verify_reset );
}catch(e){}
function gen_verifycode(){
   $.get('/store/api/verifycode.php?op=reset&g=town&t='+timestamp(),function (data){ 
          var a=decode_data(data); 
          if( typeof a =='object' ){
                 $('#verifycode #verifykey').val(a.rs.k);
                 $('#verifycode #verifykeyimg').attr('src',a.rs.img);
            }   
         });
} 
 |   |