Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


 [FBRequestConnection startWithGraphPath:[NSString stringWithFormat:@"%@/feed",fid] parameters:params HTTPMethod:@"POST"
                                   completionHandler:^(FBRequestConnection *connection, id result, NSError *error1)
              {
                  //Tell the user that it worked.
                  NSLog(@"errors in the view %@",error1);
                  
                  if(fid != nil && fid.length> 0 && !error1)
                  {
                      
                      
                      UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Success"
                                                                          message:[NSString stringWithFormat:@"Music Sucessfully sent to %@ ",fbUserName]
                                                                         delegate:self
                                                                cancelButtonTitle:@"OK"
                                                                otherButtonTitles:nil];
                      
                      [self dismissModalViewControllerAnimated:YES ];
                      alertView.tag=122;
                      
                      // NSLog(@"error %@",error);
                      [alertView show];
                      
                  }