@Override
 public void onDestroy() {
   // TODO Auto-generated method stub
   super.onDestroy();
   if (loadImage != null) loadImage.cancel(true);
 }