GLCD not showing any characters

Hello all,
I am using a Duemilanove and 128 *64 GLCD but I am unable to start my GLCD - bought from sparkfun. I have the backlight on after the connections but I am not getting any characters printed on it at all. This is my GLCD: Graphic LCD 128x64 STN LED Backlight - LCD-00710 - SparkFun Electronics
I have made connections as shown for Panel A here: Arduino Playground - GLCDks0108
Despite the connections and hour-long efforts, nothing at all. I have tried several libraries like KS0108 and GLCD library. But so far, i m unsuccessful.

Please help me out here folks.

Are you running the newest ks0108 library?
The GLCD V3 library that is beta.
That library has a diagnostic sketch that sends information
to the serial port that is helpful to see what is going on.
If you can run that sketch and post the output here so I can
take a look at it.

--- bill