Sunday, March 7, 2010

Rafting Class V Rapids at Jinja, The Source of the Nile, Uganda: S--T!!!!!

We went white water rafting two days ago. It was the scariest thing I've ever done. The rapids began at the source of the Nile River, in Uganda. Class VI rapids are non-navigable. These were Class V. We flipped several times and were caught up in the whirlpool of the rapids. I thought I was in a washing machine. I prayed to survive. Although I got banged up a little, I made it out alive. Of course, there are no pictures because cameras can't float - but there is a video, filmed by a member of the extensive support team that followed us as we made our way 32 kilometres up the river - an all day event. I will try to post it if and when I can figure out how to do that. It would be an understatement to say that I was happy when it was all over.

I am now back in Nairobi, where Yosy was waiting for me at the hotel, having arrived here yesterday. How good it was to see him. He's already helped me with my bags, my laundry, helped scrub the dirt and mud from my body and listened to much of my stories. I had my first great meal in two weeks at a local restaurant and am now ready to set out tomorrow morning for Tanzania and the Serengeti. Since I last wrote much has happened: We were forced to sleep in a field (with the permission and protection of the Village Chief), we were almost killed on the road by a runaway double trailer, just a few short miles from Nairobi, where a warm bed, warm shower, and very hot meal were waiting, and we passed the equator - twice. More about all of this whenever I can get some time to concentrate.

I am having a great time. it should be even better now that Yosy is here and we are headed south, toward the sunshine and away from the rains.

4 comments:

  1. Love the Blog. Edie is having a great time. Which e-mail address for your private updates?

    ReplyDelete
  2. Hola Honey!
    Your blog is shaping up nicely.
    You'll have to explain to me what inspired you to take such an in depth look at Africa..not that it's not obvious by your shots. Superb!
    Your a photographic inspiration.
    I read your entries (very emotional writing, well done) and became a fan. I'm working on some updates on my blog...stay tuned.
    Safe travels & Happy Shooting!
    -Vicky

    ReplyDelete
  3. Honey, so great to hear from you. You will never be afraid of anything again, I think, after surviving and thriving on this amazing trip. Have a ball with the Y-Man. Love you both, Jane LOVE the pictures!!!

    ReplyDelete
  4. Wow, amazing to read.

    ReplyDelete

 
t.nextSibling;
 var childNext = null;
 var classes = '';

 var dateHeaders = false;
 while (child != null) {
 if (child.className == 'date-header') {
 dateHeaders = true;
 break;
 }
 child = child.nextSibling;
 }

 child = first.nextSibling;

 while (child != null) {
 if (child.className != null) {
 if (child.className.match('date-header') != null) {
 childNext = child.nextSibling;
 postContainer.insertBefore(child, first);
 first = child;
 child = childNext;
 } else if (child.className.match('post hentry') != null) {
 childNext = child.nextSibling;
 if (!dateHeaders) {
 postContainer.insertBefore(child, first);
 first = child;
 } else {
 postContainer.insertBefore(child, first.nextSibling);
 }
 child = childNext;
 } else {
 child = child.nextSibling;
 }
 } else {
 child = child.nextSibling;
 }
 }