John Blyth Barrymore
Lives in: Los Angeles
JOHN BLYTH BARRYMORE (aka John Barrymore III) is a true Renaissance Man -- actor, director, musician, iconoclast and a treasury of knowledge about the “Hollywood that was.” As the old expression states, John has “actor’s blood,” descended from an iconic acting dynasty that can be traced at least as far back as Abe Lincoln-era Ford Theater. Half-brother of Drew, son of John Drew, nephew of Diana, grandson of John, and grandnephew of Lionel and Ethel, there is no mistaking John Blyth as a Barrymore, both in his physical look (including a Great Profile) and talent (Shakespeare included). His acting career spans everything from movies (e.g., NOCTURNA) to television (e.g., KUNG FU) to live theater (e.g., HAMLET). John Blyth Barrymore is a great celebrity guest with an endless stream of stories to tell.
// Resume
$resultsMedia = mysql_query("SELECT * FROM ". table_modelagency_client_media ." media WHERE ClientID = \"". $ClientID ."\" AND ClientMediaType = \"Resume\"");
$countMedia = mysql_num_rows($resultsMedia);
if ($countMedia > 0) {
while ($dataMedia = mysql_fetch_array($resultsMedia)) {
echo "\n";
}
}
?>
// tear sheet
$resultsMedia = mysql_query("SELECT * FROM ". table_modelagency_client_media ." media WHERE ClientID = \"". $ClientID ."\" AND ClientMediaType = \"Tear-Sheet\"");
$countMedia = mysql_num_rows($resultsMedia);
if ($countMedia > 0) {
while ($dataMedia = mysql_fetch_array($resultsMedia)) {
echo "\n";
}
}
?>