Friday, February 4, 2011

CHECK IN

As I exited the Accra airport, with its lazy fans, stale air and one sleepy customs agent, the harmattan, a hot, steamy, gritty wind that blows south from the Sahara, smacked me in the face, scraped my lungs and crept through every pore.  This was definitely not New York.   I had left the city at the tail-end of a massive nation-wide blizzard, with a temperature of 2 degrees (-22 celsius) and had been shivering for months.  Before I could fully embrace my mixed emotions about the sweltering heat, I was accosted by a gaggle of cab drivers.    I grabbed the only female among them and we made our way through the dusty, sandy air.  The 4 mile (8km) drive to the hotel took almost 1 hour fighting traffic, construction, and potholes, on the 2-lane highway in to town.

Thus was my welcome to Ghana, the “Gateway” to Africa.

The first African country to “retrieve” its independence from its colonial rulers in 1957, Ghana can be found at the bottom of the big bulge in northwestern Africa.  Known once as the “Gold Coast,” both for the beauty of its beaches and its gold mining, Ghana’s other main export is CHOCOLATE!   Excellent Choclolate!  Its other claim to fame is its role in the slave trade – a very significant role – but more about that later (in a day or so).

The hotel, Niagara Plus (!?!),  was mostly asleep when I arrived around 9:30 am local time. (Is the staff at the nearby sister hotel, known simply as The Niagara, completely comatose?  Lucky I chose the “Plus!”)   I woke  the receptionist, but decided to ignore whomever was asleep bundled under a sheet on the “lobby’s” couch.   

I dropped my stuff in my bare-bones room, took a quick shower (no hot water – the faucet was either intentionally taken off or fell off and not repaired) and headed out to a nearby restaurant. 

Asanka Local was recommended by my guide book.  Spotlessly clean, it was a tranquil haven from the harmattan and chaos blowing outside.  It’s gentility did not at all forewarn of the coming dilemma:    the fish and side dish I had ordered were accompanied by a bowl of water, and beautiful linen napkins, but something was missing.   There was NO SILVERWARE .    I looked around.   No one was eating with silverware – they were all using their hands, dipping into the water bowl, as needed.    I know from other travels that it is completely taboo to use the left hand in any way when eating (the left hand is reserved for other things – things that one does in a restroom), but was I deft enough?  No problem you say?    You try scooping up the sauce, tearing off the fish’s head and picking out its bones, using only one hand as the sole utensil. Good thing I’m not left-handed!   Awkward at first, I was sure everyone was watching me.  I managed to make a mess of myself and the beautiful tablecloth, but I finished everything on my plate, paid and was quickly on my way.     I was looking for the Atlantic Ocean, at the edge of which the city of Accra sits.






Monday, January 31, 2011

CONTEMPLATING THE TRIP

In 48 hours (weather permitting) I will leave the snow and frozen tundra of New York behind and embark on a massive overland journey through western and southern Africa, covering more than 3000 miles (4800 km) and 9 countries in just under 3 months.  Leg 1 will take me from Accra, Ghana to Dakar, Senegal.  Leg 2 starts 36 days later on March 12 with a 19-hour flight to Cape Town, South Africa, where I will meet up with Yosy, and together, we will continue overland to Zimbabwe through South Africa, Namibia and Botswana.

If the journey is anything like last year's trip on the other side of the continent,  I will be in my own special wonderland.  The experience of alien cultures and terrain, unfamiliar vegetation and spices, and foreign smells and tongues, while stripped naked of the vestiges of modern life - cell phones, intermittent (mostly dial-up)  internet, warm beds, hot showers, and bountiful and varied meals are luxuries to be coveted, not necessities to be expected -  is to ascend to life in its simplest, purest, most introspective state.  The senses are alert, on guard, and in overdrive, while the brain is in high gear processing it all.   I know from last year's trip that only when I will be on the open roads of Burkina Faso, in the fields and beaches of Senegal, asleep in the campsites of Mali, and mingling with the wildlife of the Okavango Delta, will the essentials be laid bare.

For now, the slate is clean and ready to be written upon.


                                                            Part 1:
                                        February 3- March 12, 2011
                                    Accra, Ghana to Dakar, Senegal




                                                           Part 2:
                                           March 12-April 10, 2011
               Cape Town, South Africa - Victoria Falls, Zimbabwe



AN EXTRA DAY TO GET IT TOGETHER!

You won't believe what a jerk I am (or maybe you will!).  I called the airline to reschedule my flight from Tuesday night to tonight, Monday, because of the bad weather  expected in New York for the next 2 days.   I thought I'd try to get a jump on the weather and be airborne before we were attacked by snow, freezing rain and the inevitable grounding of flights at JFK.   During the course of the booking, I discovered that I am NOT ticketed to leave tomorrow, Tuesday, but on Wednesday, the day AFTER tomorrow, when the weather will have all gone out to sea (I hope).     So, in the past hour I went from lunatic with just a few hours to get it all together (finish packing, go to the bank, the drugstore, the post office, make some phone calls, get a manicure and pedicure (very important), etc., etc., etc.), to cool, calm and collected (MY "cool,calm and collected").    I suppose it could have been worse - I could have gone to the airport  in the snow, sleet, and freezing rain, uphill all the  way, in traffic, only to discover that my flight was actually scheduled for the next day.

Another day to obsess about what to eliminate from my already overstuffed suitcase!
 
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;
 }
 }