Subversion Repositories LCARS

Rev

Rev 267 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
267 PointedEar 1
<?php
2
 
3
$mork_and_mindy = array(
4
  'channel' => 'online',
302 PointedEar 5
  'seen'    => array(array(1, 14)),
267 PointedEar 6
  'seasons' => array(25, 26, 22, 22),
7
  'episode_list' => 'wiki:en:List_of_Mork_&_Mindy_episodes',
8
  'episodes' => array(
9
     1 => 'Pilot, Part 1',
10
     2 => 'Pilot, Part 2',
11
     3 => 'Mork Moves In',
12
     4 => 'Mork Runs Away',
13
     5 => "Mork in Love",
14
     6 => "Mork's Seduction",
15
     7 => "Mork Goes Public",
16
     8 => "To Tell the Truth",
17
     9 => "Mork the Gullible",
18
    10 => "A Mommy for Mork",
19
    11 => "Mork's Greatest Hit",
20
    12 => "Old Fears",
21
    13 => "Mork's First Christmas",
22
    14 => "Mork and the Immigrant",
23
    15 => "Mork the Tolerant",
24
    16 => "Young Love",
25
    17 => "Skyflakes Keep Falling on My Head",
26
    18 => "Mork Goes Erk",
27
    19 => "Yes Sir, That's My Baby",
28
    20 => "Mork's Mixed Emotions",
29
    21 => "Mork's Night Out",
30
    22 => "In Mork We Trust",
31
    23 => "Mork Runs Down",
32
    24 => "It's a Wonderful Mork",
33
    25 => "Mork's Best Friend",
34
 
35
    26 => "Mork in Wonderland, Part 1",
36
    27 => "Mork in Wonderland, Part 2",
37
    28 => "Stark Raving Mork",
38
    29 => "Mork's Baby Blues",
39
    30 => "Dr. Morkenstein",
40
    31 => "Mork vs. Mindy",
41
    32 => "Mork Gets Mindy-itis",
42
    33 => "A Morkville Horror",
43
    34 => "Mork's Health Hints",
44
    35 =>       "Dial 'N' for Nelson",
45
    36 => "Mork vs. the Necrotons",
46
    37 => "Mork vs. the Necrotons",
47
    38 => "Hold That Mork",
48
    39 => "The Exidor Affair",
49
    40 => "The Mork Syndrome",
50
    41 => "Exidor's Wedding",
51
    42 => "A Mommy for Mindy",
52
    43 => "The Night They Raided Mind-ski's",
53
    44 => "Mork Learns to See",
54
    45 => "Mork's Vacation",
55
    46 => "Jeanie Loves Mork",
56
    47 => "Little Orphan Morkie",
57
    48 => "Looney Tunes and Morkie Melodies",
58
    49 => "Clerical Error",
59
    50 => "Invasion of the Mork Snatchers",
60
    51 => "The Way Mork Were",
61
 
62
    52 => "Putting the Ork Back in Mork",
63
    53 => "Putting the Ork Back in Mork",
64
    54 => "Mork in Never-Never Land",
65
    55 => "Dueling Skates",
66
    56 => "Mork the Prankster",
67
    57 => "Mork, the Monkey's Uncle",
68
    58 => "Gunfight at the Mork-Kay Corral",
69
    59 => "Mork's New Look",
70
    60 => "Alas, Poor Mork, We Knew Him Well",
71
    61 => "Mork and the Bum Rap",
72
    62 => "Mindy Gets Her Job",
73
    63 => "Twelve Angry Appliances",
74
    64 => "There's a New Mork in Town",
75
    65 => "Mork Meets Robin Williams",
76
    66 => "Mindy, Mindy, Mindy",
77
    67 => "Mork, the Swinging Single",
78
    68 => "Mork and Mindy Meet Rick and Ruby",
79
    69 => "Mork and the Family Reunion",
80
    70 => "Old Muggable Mork",
81
    71 => "I Heard It Through the Morkvine",
82
    72 => "Mindy and Mork",
83
    73 => "Reflections and Regrets",
84
 
85
    74 => "Limited Engagement",
86
    75 => "The Wedding",
87
    76 => "The Honeymoon",
88
    77 => "Three the Hard Way",
89
    78 => "Mama Mork, Papa Mindy",
90
    79 => "My Dad Can't Beat Up Anyone",
91
    80 => "Long Before We Met...",
92
    81 => "Rich Mork, Poor Mork",
93
    82 => "Alienation",
94
    83 => "P.S. 2001",
95
    84 => "Pajama Game II",
96
    85 => "Present Tense",
97
    86 => "Metamorphosis - the TV Show",
98
    87 => "Drive, She Said",
99
    88 => "I Don't Remember Mama",
100
    89 => "Mork, Mindy and Mearth Meet MILT",
101
    90 => "Midas Mork",
102
    91 => "Cheerleaders in Chains",
103
    92 => "Gotta Run: Part 1",
104
    93 => "Gotta Run: Part 2",
105
    94 => "Gotta Run: Part 3",
106
    95 => "The Mork Report"
107
  )
108
);