Sunday, March 28, 2010

ZAMBIA

We drove 12 hours yesterday from Lilongwe, the capital of Malawi, to the outskirts of Lusaka, the capital of Zambia. It is the first "real" city I've seen in 6 weeks - or more accurately, the city that most resembles a "real" city. There are sidewalks, hi-rises, traffic lights (and traffic) and shopping malls. I feel so civilised. Only 4 more days to Victoria Falls and the end of the overland trip. Yosy and I then fly to Cape Town for 3 days then home.

I can feel that the trip is winding down. And, its very sad.

1 comment:

  1. The end of a great trip is always sad and one always wonders how you will return to 'normal' life. Don't worry, Honey, there will be more adventures!! And we all cannot wait to share this one with you through your stories and your pictures. Enjoy the next few days! J

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