function propTypeDateAddedSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "DATE_FORMAT(movies.DateAdded, '$GLOBALS[strDefaultDateFormat]') AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("movies.DateAdded"); } } function propTypeClicksSql($prop, $role) { if($role=="sql") { $sql = array(); $sql['select'] = "movies.DownloadCount AS `$prop[Name]`"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeUserAddedSql($prop, $role) { global $CFG; if($role=="sql") { $sql = array(); $sql['select'] = "users.name AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]users AS users"] = "users.ID=movies.UserAddedID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } function propTypeCommentsSql($prop, $role) { global $CFG; if($role=="sql") { $sql['select'] = "COUNT(comment.ID) AS `$prop[Name]`"; $sql['left join']["$CFG[Prefix]comment AS comment"] = "comment.MovieID=movies.MovieID"; $sql['group'][] = "movies.MovieID"; return($sql); } else if($role=="order") { return("`$prop[Name]`"); } } if(file_exists('localproptypes.php')) { include('localproptypes.php'); } ?>
[ Handlung ] [ Weitere Info ] |
Title | good humor man, The | |
Originaltitle: | good humor man, The | |
Regie: | Lloyd Bacon | |
Darsteller: | Jack Carson, Lola Albright, Jean Wallace | |
Erscheinungsjahr: | 1950 | |
Land: | USA | |
Stichwort: | Epilepsie, epileptischer Anfall, Anfälle | |
Release: | 00.00.0000 |
Handlung | ||
Biff Jones, Eisverkäufer der Firma "Good Humor", besucht täglich seine Verlobte Margie Bellew, die für den Versicherungsagenten Stuart Nagel arbeitet. Nagel ist in Wirklichkeit ein Gangsterboss. Biff versucht Bonnie, eine Zufallsbekanntschaft, vor der Bande zu schützen, wird aber selbst des Mordes an Bonnie, verdächtigt. Diese ist nach einem epileptischen Anfalls wie tot liegen geblieben und später verschwunden. Biff und Margie lösen den recht komplizierten Fall und führen Nagel seiner Strafe zu.
|
Weitere Info | ||
Aufgenommen in die Epilepsie-Filmographie von Kerson, Toba et al.: Implacable Images: Why Epileptiform Events Continue to be Featured in Film and Television, HYPERLINK "http://www.ncbi.nlm.nih.gov/pubmed/16793571" http://www.ncbi.nlm.nih.gov/pubmed/16793571 HYPERLINK "http://www.john-libbey-eurotext.fr/en/revues/medecine/epd/e-docs/00/04/1B/94/article.md" http://www.john-libbey-eurotext.fr/en/revues/medecine/epd/e-docs/00/04/1B/94/article.md
In 1961, Good Humor was acquired by Thomas J. Lipton, the U.S. subsidiary of the international Unilever conglomerate. Profits declined when the baby boomers aged and costs increased because of labor issues, gasoline and insurance. The company sold its fleet in 1978, but continued to distribute its products through grocery stores and independent street vendors. By 1984, Good Humor returned to profitability.[2] Starting in 1989, Unilever expanded Good Humor through its acquisition of Gold Bond Ice Cream that included the Popsicle brand. Four years later, Unilever bought Isaly Klondike and the Breyers Ice Cream Company. Good Humor-Breyers is now a large producer of branded ice cream and frozen novelties with nine plants around the country.[3]
|
/**********************************************************************************************
YOU ARE NOT ALLOWED TO REMOVE THIS COPYRIGHT-Note!!!!!!
You didn't pay anything for this script, so you could at least
leave this Copyright-Notice here, it is only one short line at the bottom... thx :D
***********************************************************************************************/
?>
Copyright © 1998-2006 by Nikotto
modified by xiah