Reina M
Hair Color: Blonde
Eye Color: Brown
Height: 5 ft 7 in
Weight: 110 lb
Bust: 34C
Waist: 24
Hips: 35
Ethnicity: Asian
Lives in: Las Vegas
Reina M is an international treasure. Born in Tokyo, Japan, this stunning and statuesque Asian beauty has traveled the world, having posed professionally for camera on almost every continent, including Europe and South America. But Reina’s abilities don’t end with modeling. She is also an accomplished dancer and is fluent in a number of languages, including Japanese, English, Mandarin and Cantonese. Although she loves to travel, both or work and pleasure, including visits to her homeland of Japan, Reina regards the United States as her permanent home. Clearly what was Asia’s loss is North America’s gain!
// 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";
}
}
?>