Rev 267 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 267 | Rev 302 | ||
|---|---|---|---|
| 1 | <?php
|
1 | <?php
|
| 2 | 2 | ||
| 3 | $house = array( |
3 | $house = array( |
| 4 | // 'ignore' => true,
|
4 | // 'ignore' => true,
|
| 5 | 'channel' => 'online', |
5 | 'channel' => 'online', |
| 6 | // 'showtimes' => 'Mo-Fr 12:20',
|
6 | // 'showtimes' => 'Mo-Fr 12:20',
|
| 7 | 'seen' => array(array(1, 10), array(12, 13), array(37, 46), 85), |
7 | 'seen' => array(array(1, 14), array(37, 46), 85), |
| 8 | // 'last_seen' => mktime(11, 20, 0, 3, 31, 2011),
|
8 | // 'last_seen' => mktime(11, 20, 0, 3, 31, 2011),
|
| 9 | 'seasons' => array(22, 24, 24, 16, 24, 21, 23, 22), |
9 | 'seasons' => array(22, 24, 24, 16, 24, 21, 23, 22), |
| 10 | 'episodes' => array( |
10 | 'episodes' => array( |
| 11 | 1 => "Pilot", |
11 | 1 => "Pilot", |
| 12 | 2 => "Paternity", |
12 | 2 => "Paternity", |
| 13 | 3 => "Occam’s Razor", |
13 | 3 => "Occam’s Razor", |
| 14 | 4 => "Maternity", |
14 | 4 => "Maternity", |
| 15 | 5 => "Damned If You Do", |
15 | 5 => "Damned If You Do", |
| 16 | 6 => "The Socratic Method", |
16 | 6 => "The Socratic Method", |
| 17 | 7 => "Fidelity", |
17 | 7 => "Fidelity", |
| 18 | 8 => "Poison", |
18 | 8 => "Poison", |
| 19 | 9 => "DNR", |
19 | 9 => "DNR", |
| 20 | 10 => "Histories", |
20 | 10 => "Histories", |
| 21 | 11 => "Detox", |
21 | 11 => "Detox", |
| 22 | 12 => "Sports Medicine", |
22 | 12 => "Sports Medicine", |
| 23 | 13 => "Cursed", |
23 | 13 => "Cursed", |
| 24 | 14 => "Control", |
24 | 14 => "Control", |
| 25 | 15 => "Mob Rules", |
25 | 15 => "Mob Rules", |
| 26 | 16 => "Heavy", |
26 | 16 => "Heavy", |
| 27 | 17 => "Role Model", |
27 | 17 => "Role Model", |
| 28 | 18 => "Babies & Bathwater", |
28 | 18 => "Babies & Bathwater", |
| 29 | 19 => "Kids", |
29 | 19 => "Kids", |
| 30 | 20 => "Love Hurts", |
30 | 20 => "Love Hurts", |
| 31 | 21 => "Three Stories", |
31 | 21 => "Three Stories", |
| 32 | 22 => "Honeymoon", |
32 | 22 => "Honeymoon", |
| 33 | 33 | ||
| 34 | 23 => "Acceptance", |
34 | 23 => "Acceptance", |
| 35 | 24 => "Autopsy", |
35 | 24 => "Autopsy", |
| 36 | 25 => "Humpty Dumpty", |
36 | 25 => "Humpty Dumpty", |
| 37 | 26 => "TB or not TB", |
37 | 26 => "TB or not TB", |
| 38 | 27 => "Daddy’s Boy", |
38 | 27 => "Daddy’s Boy", |
| 39 | 28 => "Spin", |
39 | 28 => "Spin", |
| 40 | 29 => "Hunting", |
40 | 29 => "Hunting", |
| 41 | 30 => "The Mistake", |
41 | 30 => "The Mistake", |
| 42 | 31 => "Deception", |
42 | 31 => "Deception", |
| 43 | 32 => "Failure to Communicate", |
43 | 32 => "Failure to Communicate", |
| 44 | 33 => "Need to Know", |
44 | 33 => "Need to Know", |
| 45 | 34 => "Distractions", |
45 | 34 => "Distractions", |
| 46 | 35 => "Skin Deep", |
46 | 35 => "Skin Deep", |
| 47 | 36 => "Sex Kills", |
47 | 36 => "Sex Kills", |
| 48 | 37 => "Clueless", |
48 | 37 => "Clueless", |
| 49 | 38 => "Safe", |
49 | 38 => "Safe", |
| 50 | 39 => "All In", |
50 | 39 => "All In", |
| 51 | 40 => "Sleeping Dogs Lie", |
51 | 40 => "Sleeping Dogs Lie", |
| 52 | 41 => "House vs. God", |
52 | 41 => "House vs. God", |
| 53 | 42 => "Euphoria: Part 1", |
53 | 42 => "Euphoria: Part 1", |
| 54 | 43 => "Euphoria: Part 2", |
54 | 43 => "Euphoria: Part 2", |
| 55 | 44 => "Forever", |
55 | 44 => "Forever", |
| 56 | 45 => "Who's Your Daddy?", |
56 | 45 => "Who's Your Daddy?", |
| 57 | 46 => "No Reason", |
57 | 46 => "No Reason", |
| 58 | 58 | ||
| 59 | 47 => "Meaning", |
59 | 47 => "Meaning", |
| 60 | 48 => "Cane and Able", |
60 | 48 => "Cane and Able", |
| 61 | 49 => "Informed Consent", |
61 | 49 => "Informed Consent", |
| 62 | 50 => "Lines in the Sand", |
62 | 50 => "Lines in the Sand", |
| 63 | 51 => "Fools for Love", |
63 | 51 => "Fools for Love", |
| 64 | 52 => "Que Será Será", |
64 | 52 => "Que Será Será", |
| 65 | 53 => "Son of a Coma Guy", |
65 | 53 => "Son of a Coma Guy", |
| 66 | 54 => "Whac-a-Mole", |
66 | 54 => "Whac-a-Mole", |
| 67 | 55 => "Finding Judas", |
67 | 55 => "Finding Judas", |
| 68 | 56 => "Merry Little Christmas", |
68 | 56 => "Merry Little Christmas", |
| 69 | 57 => "Words and Deeds", |
69 | 57 => "Words and Deeds", |
| 70 | 58 => "One Day, One Room", |
70 | 58 => "One Day, One Room", |
| 71 | 59 => "Needle in a Haystack", |
71 | 59 => "Needle in a Haystack", |
| 72 | 60 => "Insensitive", |
72 | 60 => "Insensitive", |
| 73 | 61 => "Half-Wit", |
73 | 61 => "Half-Wit", |
| 74 | 62 => "Top Secret", |
74 | 62 => "Top Secret", |
| 75 | 63 => "Fetal Position", |
75 | 63 => "Fetal Position", |
| 76 | 64 => "Airborne", |
76 | 64 => "Airborne", |
| 77 | 65 => "Act Your Age", |
77 | 65 => "Act Your Age", |
| 78 | 66 => "House Training", |
78 | 66 => "House Training", |
| 79 | 67 => "Family", |
79 | 67 => "Family", |
| 80 | 68 => "Resignation", |
80 | 68 => "Resignation", |
| 81 | 69 => "The Jerk", |
81 | 69 => "The Jerk", |
| 82 | 70 => "Human Error", |
82 | 70 => "Human Error", |
| 83 | 83 | ||
| 84 | 71 => "Alone", |
84 | 71 => "Alone", |
| 85 | 72 => "The Right Stuff", |
85 | 72 => "The Right Stuff", |
| 86 | 73 => "97 Seconds", |
86 | 73 => "97 Seconds", |
| 87 | 74 => "Guardian Angels", |
87 | 74 => "Guardian Angels", |
| 88 | 75 => "Mirror, Mirror", |
88 | 75 => "Mirror, Mirror", |
| 89 | 76 => "Whatever It Takes", |
89 | 76 => "Whatever It Takes", |
| 90 | 77 => "Ugly", |
90 | 77 => "Ugly", |
| 91 | 78 => "You Don’t Want to Know", |
91 | 78 => "You Don’t Want to Know", |
| 92 | 79 => "Games", |
92 | 79 => "Games", |
| 93 | 80 => "It’s a Wonderful Lie", |
93 | 80 => "It’s a Wonderful Lie", |
| 94 | 81 => "Frozen", |
94 | 81 => "Frozen", |
| 95 | 82 => "Don’t Ever Change", |
95 | 82 => "Don’t Ever Change", |
| 96 | 83 => "No More Mr. Nice Guy", |
96 | 83 => "No More Mr. Nice Guy", |
| 97 | 84 => "Living the Dream", |
97 | 84 => "Living the Dream", |
| 98 | 85 => "House's Head (1)", |
98 | 85 => "House's Head (1)", |
| 99 | 86 => "Wilson’s Heart (2)", |
99 | 86 => "Wilson’s Heart (2)", |
| 100 | 100 | ||
| 101 | 87 => "Dying Changes Everything (Sterben verändert alles)", |
101 | 87 => "Dying Changes Everything (Sterben verändert alles)", |
| 102 | 88 => "Not Cancer (Krebs oder nicht?)", |
102 | 88 => "Not Cancer (Krebs oder nicht?)", |
| 103 | 89 => "Adverse Events", |
103 | 89 => "Adverse Events", |
| 104 | 90 => "Birthmarks", |
104 | 90 => "Birthmarks", |
| 105 | 91 => "Lucky Thirteen", |
105 | 91 => "Lucky Thirteen", |
| 106 | 92 => "Joy", |
106 | 92 => "Joy", |
| 107 | 93 => "The Itch", |
107 | 93 => "The Itch", |
| 108 | 94 => "Emancipation", |
108 | 94 => "Emancipation", |
| 109 | 95 => "Last Resort", |
109 | 95 => "Last Resort", |
| 110 | 96 => "Let Them Eat Cake", |
110 | 96 => "Let Them Eat Cake", |
| 111 | 97 => "Joy to the World", |
111 | 97 => "Joy to the World", |
| 112 | 98 => "Painless", |
112 | 98 => "Painless", |
| 113 | 99 => "Big Baby", |
113 | 99 => "Big Baby", |
| 114 | 100 => "The Greater Good", |
114 | 100 => "The Greater Good", |
| 115 | 101 => "Unfaithful", |
115 | 101 => "Unfaithful", |
| 116 | 102 => "The Softer Side", |
116 | 102 => "The Softer Side", |
| 117 | 103 => "The Social Contract", |
117 | 103 => "The Social Contract", |
| 118 | 104 => "Here Kitty", |
118 | 104 => "Here Kitty", |
| 119 | 105 => "Locked In", |
119 | 105 => "Locked In", |
| 120 | 106 => "Simple Explanation", |
120 | 106 => "Simple Explanation", |
| 121 | 107 => "Saviors", |
121 | 107 => "Saviors", |
| 122 | 108 => "House Divided", |
122 | 108 => "House Divided", |
| 123 | 109 => "Under My Skin", |
123 | 109 => "Under My Skin", |
| 124 | 110 => "Both Sides Now", |
124 | 110 => "Both Sides Now", |
| 125 | 125 | ||
| 126 | 111 => "Broken", |
126 | 111 => "Broken", |
| 127 | 112 => "Epic Fail", |
127 | 112 => "Epic Fail", |
| 128 | 113 => "The Tyrant", |
128 | 113 => "The Tyrant", |
| 129 | 114 => "Instant Karma", |
129 | 114 => "Instant Karma", |
| 130 | 115 => "Brave Heart", |
130 | 115 => "Brave Heart", |
| 131 | 116 => "Known Unknowns", |
131 | 116 => "Known Unknowns", |
| 132 | 117 => "Teamwork", |
132 | 117 => "Teamwork", |
| 133 | 118 => "Ignorance Is Bliss", |
133 | 118 => "Ignorance Is Bliss", |
| 134 | 119 => "Wilson", |
134 | 119 => "Wilson", |
| 135 | 120 => "The Down Low", |
135 | 120 => "The Down Low", |
| 136 | 121 => "Remorse", |
136 | 121 => "Remorse", |
| 137 | 122 => "Moving the Chains", |
137 | 122 => "Moving the Chains", |
| 138 | 123 => "5 to 9", |
138 | 123 => "5 to 9", |
| 139 | 124 => "Private Lives", |
139 | 124 => "Private Lives", |
| 140 | 125 => "Black Hole", |
140 | 125 => "Black Hole", |
| 141 | 126 => "Lockdown", |
141 | 126 => "Lockdown", |
| 142 | 127 => "Knight Fall", |
142 | 127 => "Knight Fall", |
| 143 | 128 => "Open and Shut", |
143 | 128 => "Open and Shut", |
| 144 | 129 => "The Choice", |
144 | 129 => "The Choice", |
| 145 | 130 => "Baggage", |
145 | 130 => "Baggage", |
| 146 | 131 => "Help Me", |
146 | 131 => "Help Me", |
| 147 | 147 | ||
| 148 | 132 => "Now What?", |
148 | 132 => "Now What?", |
| 149 | 133 => "Selfish", |
149 | 133 => "Selfish", |
| 150 | 134 => "Unwritten", |
150 | 134 => "Unwritten", |
| 151 | 135 => "Massage Therapy", |
151 | 135 => "Massage Therapy", |
| 152 | 136 => "Unplanned Parenthood", |
152 | 136 => "Unplanned Parenthood", |
| 153 | 137 => "Office Politics", |
153 | 137 => "Office Politics", |
| 154 | 138 => "A Pox on Our House", |
154 | 138 => "A Pox on Our House", |
| 155 | 139 => "Small Sacrifices", |
155 | 139 => "Small Sacrifices", |
| 156 | 140 => "Larger Than Life", |
156 | 140 => "Larger Than Life", |
| 157 | 141 => "Carrot or Stick", |
157 | 141 => "Carrot or Stick", |
| 158 | 142 => "Family Practice", |
158 | 142 => "Family Practice", |
| 159 | 143 => "You Must Remember This", |
159 | 143 => "You Must Remember This", |
| 160 | 144 => "Two Stories", |
160 | 144 => "Two Stories", |
| 161 | 145 => "Recession Proof", |
161 | 145 => "Recession Proof", |
| 162 | 146 => "Bombshells", |
162 | 146 => "Bombshells", |
| 163 | 147 => "Out of the Chute", |
163 | 147 => "Out of the Chute", |
| 164 | 148 => "Fall From Grace", |
164 | 148 => "Fall From Grace", |
| 165 | 149 => "The Dig", |
165 | 149 => "The Dig", |
| 166 | 150 => "Last Temptation", |
166 | 150 => "Last Temptation", |
| 167 | 151 => "Changes", |
167 | 151 => "Changes", |
| 168 | 152 => "The Fix", |
168 | 152 => "The Fix", |
| 169 | 153 => "After Hours", |
169 | 153 => "After Hours", |
| 170 | 154 => "Moving On", |
170 | 154 => "Moving On", |
| 171 | 171 | ||
| 172 | 155 => "Twenty Vicodin", |
172 | 155 => "Twenty Vicodin", |
| 173 | 156 => "Transplant", |
173 | 156 => "Transplant", |
| 174 | 157 => "Charity Case", |
174 | 157 => "Charity Case", |
| 175 | 158 => "Risky Business", |
175 | 158 => "Risky Business", |
| 176 | 159 => "The Confession", |
176 | 159 => "The Confession", |
| 177 | 160 => "Parents", |
177 | 160 => "Parents", |
| 178 | 161 => "Dead & Buried", |
178 | 161 => "Dead & Buried", |
| 179 | 162 => "Perils of Paranoia", |
179 | 162 => "Perils of Paranoia", |
| 180 | 163 => "Better Half", |
180 | 163 => "Better Half", |
| 181 | 164 => "Runaways", |
181 | 164 => "Runaways", |
| 182 | 165 => "Nobody's Fault", |
182 | 165 => "Nobody's Fault", |
| 183 | 166 => "Chase", |
183 | 166 => "Chase", |
| 184 | 167 => "Man of the House", |
184 | 167 => "Man of the House", |
| 185 | 168 => "Love Is Blind", |
185 | 168 => "Love Is Blind", |
| 186 | 169 => "Blowing the Whistle", |
186 | 169 => "Blowing the Whistle", |
| 187 | 170 => "Gut Check", |
187 | 170 => "Gut Check", |
| 188 | 171 => "We Need the Eggs", |
188 | 171 => "We Need the Eggs", |
| 189 | 172 => "Body and Soul", |
189 | 172 => "Body and Soul", |
| 190 | 173 => "The C-Word", |
190 | 173 => "The C-Word", |
| 191 | 174 => "Post Mortem", |
191 | 174 => "Post Mortem", |
| 192 | 175 => "Holding On", |
192 | 175 => "Holding On", |
| 193 | 176 => "Everybody Dies + Bonus", |
193 | 176 => "Everybody Dies + Bonus", |
| 194 | 194 | ||
| 195 | ), |
195 | ), |
| 196 | 'episode_list' => 'wiki:en:List_of_House_episodes' |
196 | 'episode_list' => 'wiki:en:List_of_House_episodes' |
| 197 | ); |
197 | ); |
| 198 | 198 | ||
| 199 | $house_de = array( |
199 | $house_de = array( |
| 200 | 'ignore' => true, |
200 | 'ignore' => true, |
| 201 | // 'channel' => 'ORF1/RTL/SF2',
|
201 | // 'channel' => 'ORF1/RTL/SF2',
|
| 202 | 'channel' => 'online', |
202 | 'channel' => 'online', |
| 203 | // 'showtimes' => 'diverse',
|
203 | // 'showtimes' => 'diverse',
|
| 204 | 'seen' => array(array(1, 5), array(7, 11)), |
204 | 'seen' => array(array(1, 5), array(7, 11)), |
| 205 | 'seasons' => array(22, 24, 24, 16, 24, 22, 23, 22), |
205 | 'seasons' => array(22, 24, 24, 16, 24, 22, 23, 22), |
| 206 | 'episode_list' => 'wiki:Liste_der_Dr.-House-Episoden', |
206 | 'episode_list' => 'wiki:Liste_der_Dr.-House-Episoden', |
| 207 | 'episodes' => array( |
207 | 'episodes' => array( |
| 208 | 1 => "Schmerzensgrenzen (Pilot)", |
208 | 1 => "Schmerzensgrenzen (Pilot)", |
| 209 | 2 => "Falsche Geschichte (Paternity)", |
209 | 2 => "Falsche Geschichte (Paternity)", |
| 210 | 3 => "Das Ende danach? (Occams Razor)", |
210 | 3 => "Das Ende danach? (Occams Razor)", |
| 211 | 4 => "Nichts hilft (Maternity)", |
211 | 4 => "Nichts hilft (Maternity)", |
| 212 | 5 => "Nur die Braut Christi? (Damned If You Do)", |
212 | 5 => "Nur die Braut Christi? (Damned If You Do)", |
| 213 | 6 => "Schizophren? (The Socratic Method)", |
213 | 6 => "Schizophren? (The Socratic Method)", |
| 214 | 7 => "Fremd- und nicht gut gegangen (Fidelity)", |
214 | 7 => "Fremd- und nicht gut gegangen (Fidelity)", |
| 215 | 8 => "Geiz ist Gift (Poison)", |
215 | 8 => "Geiz ist Gift (Poison)", |
| 216 | 9 => "Leben wider Willen (DNR)", |
216 | 9 => "Leben wider Willen (DNR)", |
| 217 | 10 => "Letzte Suche (Histories)", |
217 | 10 => "Letzte Suche (Histories)", |
| 218 | 11 => "Tod aus der Wand (Detox)", |
218 | 11 => "Tod aus der Wand (Detox)", |
| 219 | 12 => "Schlechter Boden (Sports Medicine)", |
219 | 12 => "Schlechter Boden (Sports Medicine)", |
| 220 | 13 => "Vaterfluch (Cursed)", |
220 | 13 => "Vaterfluch (Cursed)", |
| 221 | 14 => "Schlank und krank (Control)", |
221 | 14 => "Schlank und krank (Control)", |
| 222 | 15 => "Solche Leute bitte nicht (Mob Rules)", |
222 | 15 => "Solche Leute bitte nicht (Mob Rules)", |
| 223 | 16 => "Schönheitsirreale (Heavy)", |
223 | 16 => "Schönheitsirreale (Heavy)", |
| 224 | 17 => "Versteckte Wahrheit (Role Model)", |
224 | 17 => "Versteckte Wahrheit (Role Model)", |
| 225 | 18 => "Verluste (Babies and Bathwater)", |
225 | 18 => "Verluste (Babies and Bathwater)", |
| 226 | 19 => "Epidemie (Kids)", |
226 | 19 => "Epidemie (Kids)", |
| 227 | 20 => "Liebeshiebe (Love Hurts)", |
227 | 20 => "Liebeshiebe (Love Hurts)", |
| 228 | 21 => "Drei Beine (Three Stories)", |
228 | 21 => "Drei Beine (Three Stories)", |
| 229 | 22 => "Risiken (The Honeymoon)", |
229 | 22 => "Risiken (The Honeymoon)", |
| 230 | 230 | ||
| 231 | 23 => "Ihr, ich und Hippokrates (Acceptance)", |
231 | 23 => "Ihr, ich und Hippokrates (Acceptance)", |
| 232 | 24 => "Autopsie (Autopsy)", |
232 | 24 => "Autopsie (Autopsy)", |
| 233 | 25 => "Irrtum (Humpty Dumpty)", |
233 | 25 => "Irrtum (Humpty Dumpty)", |
| 234 | 26 => "Mehr Sein als Schein (TB or Not TB)", |
234 | 26 => "Mehr Sein als Schein (TB or Not TB)", |
| 235 | 27 => "Söhne & Väter (Daddy’s Boy)", |
235 | 27 => "Söhne & Väter (Daddy’s Boy)", |
| 236 | 28 => "Tanz ums Feuer (Spin)", |
236 | 28 => "Tanz ums Feuer (Spin)", |
| 237 | 29 => "Auf der Jagd (Hunting)", |
237 | 29 => "Auf der Jagd (Hunting)", |
| 238 | 30 => "Fehlverhalten (The Mistake)", |
238 | 30 => "Fehlverhalten (The Mistake)", |
| 239 | 31 => "Lug und Trug (Deception)", |
239 | 31 => "Lug und Trug (Deception)", |
| 240 | 32 => "Ferndiagnose (Failure to Communicate)", |
240 | 32 => "Ferndiagnose (Failure to Communicate)", |
| 241 | 33 => "Absagen (Need to Know)", |
241 | 33 => "Absagen (Need to Know)", |
| 242 | 34 => "Resultate mit Geduld (Distractions)", |
242 | 34 => "Resultate mit Geduld (Distractions)", |
| 243 | 35 => "Kratzer im Lack (Skin Deep)", |
243 | 35 => "Kratzer im Lack (Skin Deep)", |
| 244 | 36 => "Sex wird unterschätzt (Sex Kills)", |
244 | 36 => "Sex wird unterschätzt (Sex Kills)", |
| 245 | 37 => "Böses Spiel (Clueless)", |
245 | 37 => "Böses Spiel (Clueless)", |
| 246 | 38 => "Sicher genug? (Safe)", |
246 | 38 => "Sicher genug? (Safe)", |
| 247 | 39 => "In Not (All In)", |
247 | 39 => "In Not (All In)", |
| 248 | 40 => "Wirtswechsel (Sleeping Dogs Lie)", |
248 | 40 => "Wirtswechsel (Sleeping Dogs Lie)", |
| 249 | 41 => "Wunderland (House vs. God)", |
249 | 41 => "Wunderland (House vs. God)", |
| 250 | 42 => "Schlechter Scherz – Teil 1 (Euphoria (1))", |
250 | 42 => "Schlechter Scherz – Teil 1 (Euphoria (1))", |
| 251 | 43 => "Schlechter Scherz – Teil 2 (Euphoria (2))", |
251 | 43 => "Schlechter Scherz – Teil 2 (Euphoria (2))", |
| 252 | 44 => "Ein Problem ist nur das Leben (Forever)", |
252 | 44 => "Ein Problem ist nur das Leben (Forever)", |
| 253 | 45 => "Wer wird Vater? (Who’s Your Daddy?)", |
253 | 45 => "Wer wird Vater? (Who’s Your Daddy?)", |
| 254 | 46 => "Widerspiel (No Reason)", |
254 | 46 => "Widerspiel (No Reason)", |
| 255 | 255 | ||
| 256 | 47 => "Einer gegen alle (Meaning)", |
256 | 47 => "Einer gegen alle (Meaning)", |
| 257 | 48 => "Zu den Sternen? (Cane & Able)", |
257 | 48 => "Zu den Sternen? (Cane & Able)", |
| 258 | 49 => "Heimgang (Informed Consent)", |
258 | 49 => "Heimgang (Informed Consent)", |
| 259 | 50 => "Sandkastenspiele (Lines in the Sand)", |
259 | 50 => "Sandkastenspiele (Lines in the Sand)", |
| 260 | 51 => "Konsequenzen (Fools for Love)", |
260 | 51 => "Konsequenzen (Fools for Love)", |
| 261 | 52 => "Que Será Será (Que Será Será)", |
261 | 52 => "Que Será Será (Que Será Será)", |
| 262 | 53 => "Koma-Mann & Sohn (Son of a Coma Guy)", |
262 | 53 => "Koma-Mann & Sohn (Son of a Coma Guy)", |
| 263 | 54 => "Zwietracht (Whack-a-Mole)", |
263 | 54 => "Zwietracht (Whack-a-Mole)", |
| 264 | 55 => "Judas? (Finding Judas)", |
264 | 55 => "Judas? (Finding Judas)", |
| 265 | 56 => "Unfrohes Fest (Merry Little Christmas)", |
265 | 56 => "Unfrohes Fest (Merry Little Christmas)", |
| 266 | 57 => "Dr. Cuddys große Lüge (Words and Deeds)", |
266 | 57 => "Dr. Cuddys große Lüge (Words and Deeds)", |
| 267 | 58 => "Zwangsarbeit (One Day, One Room)", |
267 | 58 => "Zwangsarbeit (One Day, One Room)", |
| 268 | 59 => "Wie eine Nadel im Heuhaufen (Needle in a Haystack)", |
268 | 59 => "Wie eine Nadel im Heuhaufen (Needle in a Haystack)", |
| 269 | 60 => "Unempfindlich (Insensitive)", |
269 | 60 => "Unempfindlich (Insensitive)", |
| 270 | 61 => "Heiligt der Zweck jedes Mittel? (Half-Wit)", |
270 | 61 => "Heiligt der Zweck jedes Mittel? (Half-Wit)", |
| 271 | 62 => "Streng geheim (Top Secret)", |
271 | 62 => "Streng geheim (Top Secret)", |
| 272 | 63 => "Erster Kontakt (Fetal Position)", |
272 | 63 => "Erster Kontakt (Fetal Position)", |
| 273 | 64 => "Horrorflug (Airborne)", |
273 | 64 => "Horrorflug (Airborne)", |
| 274 | 65 => "Dem Alter entsprechend? (Act Your Age)", |
274 | 65 => "Dem Alter entsprechend? (Act Your Age)", |
| 275 | 66 => "Sündenbock mit Freunden (House Training)", |
275 | 66 => "Sündenbock mit Freunden (House Training)", |
| 276 | 67 => "Auf der Kippe (Family)", |
276 | 67 => "Auf der Kippe (Family)", |
| 277 | 68 => "Kündigung (Resignation)", |
277 | 68 => "Kündigung (Resignation)", |
| 278 | 69 => "Es nerven Groß und Klein (The Jerk)", |
278 | 69 => "Es nerven Groß und Klein (The Jerk)", |
| 279 | 70 => "Menschen machen Fehler (Human Error)", |
279 | 70 => "Menschen machen Fehler (Human Error)", |
| 280 | 280 | ||
| 281 | 71 => "Allein (Alone)", |
281 | 71 => "Allein (Alone)", |
| 282 | 72 => "Der Stoff, aus dem die Heldin ist (The Right Stuff)", |
282 | 72 => "Der Stoff, aus dem die Heldin ist (The Right Stuff)", |
| 283 | 73 => "97 Sekunden (97 Seconds)", |
283 | 73 => "97 Sekunden (97 Seconds)", |
| 284 | 74 => "Schauplatz der Merkwürdigkeiten (Guardian Angels)", |
284 | 74 => "Schauplatz der Merkwürdigkeiten (Guardian Angels)", |
| 285 | 75 => "Spieglein, Spieglein … (Mirror, Mirror)", |
285 | 75 => "Spieglein, Spieglein … (Mirror, Mirror)", |
| 286 | 76 => "Auf Biegen und Brechen (Whatever It Takes)", |
286 | 76 => "Auf Biegen und Brechen (Whatever It Takes)", |
| 287 | 77 => "Hässlich (Ugly)", |
287 | 77 => "Hässlich (Ugly)", |
| 288 | 78 => "Blut und Spiele (You Don’t Want to Know)", |
288 | 78 => "Blut und Spiele (You Don’t Want to Know)", |
| 289 | 79 => "Zu vieles kommt in Frage (Games)", |
289 | 79 => "Zu vieles kommt in Frage (Games)", |
| 290 | 80 => "Ist das Lügen nicht schön? (It’s a Wonderful Lie)", |
290 | 80 => "Ist das Lügen nicht schön? (It’s a Wonderful Lie)", |
| 291 | 81 => "Cate aus dem Eis (Frozen)", |
291 | 81 => "Cate aus dem Eis (Frozen)", |
| 292 | 82 => "Schalom, Dr. House? (Don’t Ever Change)", |
292 | 82 => "Schalom, Dr. House? (Don’t Ever Change)", |
| 293 | 83 => "Krankhaft nett (No More Mr. Nice Guy)", |
293 | 83 => "Krankhaft nett (No More Mr. Nice Guy)", |
| 294 | 84 => "Folgenreich (Living the Dream)", |
294 | 84 => "Folgenreich (Living the Dream)", |
| 295 | 85 => "Im Kopf von House – Teil 1 (House’s Head (1))", |
295 | 85 => "Im Kopf von House – Teil 1 (House’s Head (1))", |
| 296 | 86 => "Im Herzen von Wilson – Teil 2 (Wilson’s Heart (2))", |
296 | 86 => "Im Herzen von Wilson – Teil 2 (Wilson’s Heart (2))", |
| 297 | 297 | ||
| 298 | 87 => "Sterben verändert alles (Dying Changes Everything)", |
298 | 87 => "Sterben verändert alles (Dying Changes Everything)", |
| 299 | 88 => "Krebs oder nicht? (Not Cancer)", |
299 | 88 => "Krebs oder nicht? (Not Cancer)", |
| 300 | 89 => "Anders als erhofft (Adverse Events)", |
300 | 89 => "Anders als erhofft (Adverse Events)", |
| 301 | 90 => "Unerwünschte Herkunft (Birthmarks)", |
301 | 90 => "Unerwünschte Herkunft (Birthmarks)", |
| 302 | 92 => "Endlich Mutter? (Joy)", |
302 | 92 => "Endlich Mutter? (Joy)", |
| 303 | 303 | ||
| 304 | 130 => "Im Nein liegt die Wahrheit (The Choice)", |
304 | 130 => "Im Nein liegt die Wahrheit (The Choice)", |
| 305 | 131 => "Identitäten (Baggage)", |
305 | 131 => "Identitäten (Baggage)", |
| 306 | 132 => "Hilf mir! (Help Me)", |
306 | 132 => "Hilf mir! (Help Me)", |
| 307 | 307 | ||
| 308 | 135 => "Mit anderen Worten (Unwritten)", |
308 | 135 => "Mit anderen Worten (Unwritten)", |
| 309 | 140 => "Die Last der Lügen (Small Sacrifices)", |
309 | 140 => "Die Last der Lügen (Small Sacrifices)", |
| 310 | 141 => "Mutter aus heiterer Hölle (Larger Than Life)", |
310 | 141 => "Mutter aus heiterer Hölle (Larger Than Life)", |
| 311 | 142 => "Großer Mann, was nun? (Carrot or Stick)", |
311 | 142 => "Großer Mann, was nun? (Carrot or Stick)", |
| 312 | 143 => "Spießrutenlauf (Family Practice)", |
312 | 143 => "Spießrutenlauf (Family Practice)", |
| 313 | 144 => "Denke immer daran (You Must Remember This)", |
313 | 144 => "Denke immer daran (You Must Remember This)", |
| 314 | 145 => "Fehlerkultur (Two Stories)", |
314 | 145 => "Fehlerkultur (Two Stories)", |
| 315 | 146 => "Beziehungsweise (Recession Proof)", |
315 | 146 => "Beziehungsweise (Recession Proof)", |
| 316 | 147 => "Schlag auf Schlag (Bombshells)", |
316 | 147 => "Schlag auf Schlag (Bombshells)", |
| 317 | 148 => "Schutzlos (Out of the Chute)", |
317 | 148 => "Schutzlos (Out of the Chute)", |
| 318 | 149 => "Ungnade (Fall From Grace)", |
318 | 149 => "Ungnade (Fall From Grace)", |
| 319 | 150 => "Verschüttete Wahrheiten (The Dig)", |
319 | 150 => "Verschüttete Wahrheiten (The Dig)", |
| 320 | 151 => "Masters' letzte Versuchung (Last Temptation)", |
320 | 151 => "Masters' letzte Versuchung (Last Temptation)", |
| 321 | 152 => "Schneller als die Moral (Changes)", |
321 | 152 => "Schneller als die Moral (Changes)", |
| 322 | 153 => "Unheilsgeschichten (The Fix)", |
322 | 153 => "Unheilsgeschichten (The Fix)", |
| 323 | 154 => "Ärztekummer (After Hours)", |
323 | 154 => "Ärztekummer (After Hours)", |
| 324 | 155 => "Entzwei (Moving On)", |
324 | 155 => "Entzwei (Moving On)", |
| 325 | 325 | ||
| 326 | // 156 => "Twenty Vicodin",
|
326 | // 156 => "Twenty Vicodin",
|
| 327 | // 157 => "Transplant",
|
327 | // 157 => "Transplant",
|
| 328 | // 158 => "Charity Case",
|
328 | // 158 => "Charity Case",
|
| 329 | // 159 => "Risky Business",
|
329 | // 159 => "Risky Business",
|
| 330 | // 160 => "The Confession",
|
330 | // 160 => "The Confession",
|
| 331 | // 161 => "Parents",
|
331 | // 161 => "Parents",
|
| 332 | // 162 => "Dead & Buried",
|
332 | // 162 => "Dead & Buried",
|
| 333 | // 163 => "Perils of Paranoia",
|
333 | // 163 => "Perils of Paranoia",
|
| 334 | // 164 => "Better Half",
|
334 | // 164 => "Better Half",
|
| 335 | )
|
335 | )
|
| 336 | ); |
336 | ); |
| 337 | 337 | ||