Hilary Shepard
Meet & Greet: Yes
Lives in: Los Angeles
Perform: Yes
HILARY SHEPARD – Beginning her professional entertainment-business career as lead singer and bass guitarist in the American Girls rock group, Hilary Shepard, when the band broke up, segued into acting. Indeed, her acting career proved successful, as she appeared in numerous motion pictures including THE 40-YEAR-OLD VIRGIN, SCANNER COP and TROOP BEVERLY HILLS…such television series as CSI: CRIME SCENE INVESTIGATION, ROSWELL, POWER RANGERS IN SPACE, DIAGNOSIS MURDER and FULL HOUSE. She is probably best known to fans for her two roles on STAR TREK: DEEP SPACE NINE (Benzite ensign Hoya and genetically enhanced human Lauren), and in both TURBO: A POWER RANGERS MOVIE Movie and POWER RANGERS TURBO (as evil pirate queen Divatox). If that isn’t enough, Hilary Shepard, with actress Daryl Hannah, co-created the board games “Love It or Hate It” and “LIEbrary.”
// 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";
}
}
?>