TGIF Video Book Review - Episode 5
Here’s a link to the book:
Here’s a link to Keelan Parham’s blog:
http://keelanparham.wordpress.com/
function toggleview(element1) {
var element1 = document.getElementById(element1);
if (element1.style.display == 'block' || element1.style.display == ''){ element1.style.display = 'none'; }else{ element1.style.display = 'block'; element1.style.position = 'absolute';
} return; }


Thanks for the plug, Keith! I like your drawings, by the way! If you ever want to come and draw caricatures at Disney, let me know….
Keelan
25 Feb 08 at 12:43 pm
Keelan thanks for the offer… if there was a Disney in the New York area, I’d take you up on that!
Keith Goodrum
26 Feb 08 at 11:19 am