Tuesday, March 2, 2010

STUCK IN THE MUD

Our first stop was at an orphanage for abused, neglected and abandoned children. A French woman had started the orphanage a few years ago, but died unexpectedly less than a year ago. A local woman took over for her boss and now cares for 34 children and as well as several outreach programs to prevent abandonment and reunite families, where plausible. The tour operator is one of the main and only supporters of the charity (the government gives them nothing). (see photos)

Caprice got stuck in the mud along the road, which caused a delay of several hours. When the crew started having a mud fight, we all figured it was time to call for help. Eventually we were rescued by a local bulldozer which was employed nearby fixing some roads. Time (and Caprice) marched on.

Our campground for the night was gorgeous. There were bourgainvilla and jasmine-scented gardens, pool and bar/patio overlooking it all. After a hot buffet, and the local beer, I was able to upgrade, for $12, to a room with bed and my own toilet and shower – what luxury. I had my first really good (and dry) night’s sleep since arriving in Nairobi.

1 comment:

  1. Greetings from your homeland!!! It has been wonderful to read of your experiences and I am so glad to know you are well and thriving! Was able to see photos from Nairobi (8). Perhaps there are more? Have a great time when Yosi arrives. Take good care, Love and hugs, Jane

    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;
 }
 }