<?xml-stylesheet?>
<video-list>
    <tvshow>
        <heading>
            <title>House, M.D</title>
            <country>US</country>
            <startyear>2004</startyear>
            <distributors>
                <distributor>Fox Network</distributor>
                <distributor>NBC Universal Television Distribution</distributor>
            </distributors>
        </heading>
        <content-provider> Fox Network </content-provider>
        <synopsis>
        A maverick anti social doctor who specializes in infectious diseases does whatever it takes to solve the puzzling cases that come his way. 
        </synopsis>
        <credits>
            <actor> <name>Hugh Laurie</name><character>Dr. Gregory House</character> </actor>
            <actor> <name>Lisa Edelstein</name><character>Dr. Lisa Cuddy</character> </actor>
            <actor> <name>Omar Epps</name><character>Dr. Eric Foreman</character> </actor>
            <writer>David Shore</writer>
            <director>David Shore</director>
        </credits>
        <seasons>
            <season>
                <number> 1 </number>
                <episodes>
                    <episode> 
                        <title>Pilot</title>
                        <date>11/16/2004</date>
                        <synopsis>Young kindergarten teacher Rebecca Adler collapses in her classroom after uncontrolled gibberish slips out of her mouth
                        while she is about to teach students. </synopsis>
                        <price>free</price>
                    </episode>
                    <episode> 
                        <title>Paternity</title>
                        <date>11/23/2004</date>
                        <synopsis> The team help a high school boy (16) who has Double Vision and Night Terrors (Clinic Cases: Unvacinated Baby, Man with boil on leg). </synopsis>
                        <price>$1.99</price>
                    </episode>
                </episodes>
            </season>
            <season>
                <number> 2 </number>
                <episodes>
                    <episode> 
                        <title>Acceptance</title>
                        <date>9/13/2005</date>
                        <synopsis> House treats a patient on death row while Dr. Cameron avoids telling a patient she has a terminal illness.  </synopsis>
                        <price>$1.99</price>
                    </episode>
                </episodes>
            </season>
        </seasons>
    </tvshow>

    <movie>
        <title>The Maltese Falcon</title>
        <country>US</country>
        <year>1941</year>
        <running-time>101 minutes</running-time>
        <color>bw</color>
        <studio>Warner</studio>
        <content-provider>Warner</content-provider>
        <producer>Henry Blanke</producer>
        <synopsis>
            <para>A remake which shows the difference between
            excellence and brilliance; here every nuance is
            subtly stressed, and the cast is perfection.</para>
        </synopsis>
        <credits>
            <writer>John Huston</writer>
            <director>John Huston</director>
            <actor >Humphrey Bogart</actor>
            <actor>Mary Astor</actor>
            <actor>Sidney Greenstreet</actor>
        </credits>
        <reviews>
            <review>"The first crime melodrama with finish, speed
            and bang to come along in what seems like ages."
            <reviewer>Otis Ferguson</reviewer>
            </review>
            <review>"A work of entertainment that is yet so skillfully
            constructed that after many years and many viewings, it
            has the same brittle explosiveness - and some of the same
            surprise - that it had in 1941."
            <reviewer>Pauline Kael, 1968</reviewer>
            </review>
        </reviews>
        <price>$2.99</price>
    </movie>

    <song-video>
        <artist>Fatboy Slim</artist>
        <title>Weapon of Choice</title>
        <year>2005</year>
        <price>$1.99</price>
        <running-time>3:52 minutes</running-time>
        <content-provider>EMI Records</content-provider>
    </song-video>

    <tvshow>
        <heading>
            <title>Boston Legal</title>
            <country>US</country>
            <startyear>2004</startyear>
            <distributors>
                <distributor>American Broadcasting Company</distributor>
            </distributors>
        </heading>
        <content-provider>ABC</content-provider>
        <synopsis> Ethically-challenged attorney Alan Shore, formerly of Young, Berluti, and Frutt, settles in at a wealthy and powerful firm focusing on civil cases. With some help from his friend and mentor, veteran attorney Denny Crane, Shore quickly makes his mark winning cases no one would take, often using less than honest methods. In doing so, he develops a rival in his colleague Brad Chase, who has been assigned to the office partly to keep an eye on the increasingly eccentric (and possibly senile) Denny Crane. Though his questionable conduct might make him a few enemies along the way, Alan's not one to be underestimated, nor will he let trivial things like honesty or integrity get in the way of winning a case.  </synopsis>
        <credits>
            <actor> <name>James Spader</name><character>Alan Shore</character> </actor>
            <actor> <name>William Shatner</name><character>Denny Crane</character> </actor>
            <writer>Sanford Golden</writer>
            <writer>David Kelley</writer>
            <writer>Karen Wyscarver</writer>
            <director>David Kelley</director>
        </credits>
        <seasons>
            <season>
                <number> 1 </number>
                <episodes>
                    <episode> 
                        <title>Head Cases</title>
                        <date>10/3/2004</date>
                        <price>$1.99</price>
                    </episode>
                    <episode> 
                        <title>Still Crazy After All These years</title>
                        <date>10/10/2004</date>
                        <price>$1.99</price>
                    </episode>
                </episodes>
            </season>
            <season>
                <number> 2 </number>
                <episodes>
                    <episode> 
                        <title>Black Widow</title>
                        <date>9/27/2005</date>
                        <price>$1.99</price>
                    </episode>
                </episodes>
            </season>
        </seasons>
        <awards>
            <won>
                <year>2005</year>
                <awardname>Emmy Awards</awardname>
                <category-or-recipient>Outstanding Lead Actor in a Drama Series - James Spader</category-or-recipient>
            </won>
            <nominated>
                <year>2005</year>
                <awardname>Golden Globe Awards</awardname>
                <category-or-recipient> Best Performance by an Actor in a Television Series - Drama - James Spader </category-or-recipient>
            </nominated>
        </awards>
    </tvshow>

</video-list>
