window.onload = initialize;
window.onerror = noError;


var url;
var genre = /genre/;
var forerunners = /forerunners/;
var interns = /interns/;
var grandhotel = /grandhotel/;
var altruists = /altruists/;
var ajaxdiv;


function noError() {
	return true;
}


function initialize() {

	url = window.location;
	ajaxdiv = document.getElementById('ajaxdiv');
	
	if (genre.test(url)) {
		genrefunc();
	}
	
	if (forerunners.test(url)) {
		forerunnersfunc();
	}

	if (interns.test(url)) {
		internsfunc();
	}
	
	if (grandhotel.test(url)) {
		grandhotelfunc();
	}
	
	if (altruists.test(url)) {
		altruistsfunc();
	}
	
	else {
	
		qanda();
	
	}
}

function qanda() {

	var plainjane = /php$/

	if (plainjane.test(url)) {

		var answerOne = document.getElementById('answerone');
		var answerTwo = document.getElementById('answertwo');
		answerOne.onclick = changeAnswerOne;
		answerTwo.onclick = changeAnswerTwo;
		
	}
	
	else { return true; }

}

function changeAnswerOne() {

	var plainjane = /php$/

	if (plainjane.test(url)) {

		var answerOne = document.getElementById('answerone');	
		answerOne.innerHTML = '<strong>Answer:</strong> <em>Ben Casey</em>, first aired in 1961 <a id="caseycliplink" href="background.php" onclick="activateCaseyClip(); return false;"><img class="inlineimage" src="images/design/playicon.png" width="22" height="18" alt="play clip" /></a>';

	}
	
	else { return true; }
	
}

function changeAnswerTwo() {

	var plainjane = /php$/

	if (plainjane.test(url)) {

		var answerTwo = document.getElementById('answertwo');	
		answerTwo.innerHTML = '<strong>Answer:</strong> <em>Medic</em>, first aired in 1954.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(quotes from <a href="http://books.google.com/books?id=RpOFAAAAIAAJ&amp;q=playing+doctor&amp;dq=playing+doctor&amp;pgis=1" title="Playing Doctor page on Google Books">Turow, 1989</a>)';

	}
	
	else { return true; }
	
}

function activateCaseyClip() {

	var clipHousing = document.getElementById('cliphousing');
	var clipEmbed = '<div id="standardclip"><p>A Scene From <em>Ben Casey</em> <a href="background.php" onclick="omitClip(); return false;"><img class="inlineimage" src="images/design/closeicon.png" width="22" height="18" alt="close clip" /></a></p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/17LhO9-aFgc&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/17LhO9-aFgc&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div>';
	clipHousing.innerHTML = clipEmbed;

}

function launchGenre() {

	var clipHousing = document.getElementById('cliphousing');
	var clipEmbed = '<div id="standardclip"><p><em>Genre</em> by Don Hertzfeld <a href="background.php" onclick="omitClip(); return false;"><img class="inlineimage" src="images/design/closeicon.png" width="22" height="18" alt="close clip" /></a></p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/z1n3JBQdN84&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/z1n3JBQdN84&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div>';
	clipHousing.innerHTML = clipEmbed;

}

function launchKildare() {

	var clipHousing = document.getElementById('cliphousing');
	var clipEmbed = '<div id="standardclip"><p>Trailer for <em>Young Dr. Kildare</em> <a href="background.php" onclick="omitClip(); return false;"><img class="inlineimage" src="images/design/closeicon.png" width="22" height="18" alt="close clip" /></a></p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/B-aeePzce5A&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/B-aeePzce5A&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>';
	clipHousing.innerHTML = clipEmbed;

}

function omitClip() {

	var clipHousing = document.getElementById('cliphousing');
	clipHousing.innerHTML = '&nbsp;';
	
}

function picswitchone() {

	var docPic = document.getElementById('picswitch');
	docPic.innerHTML = '<img src="images/content/house.jpg" width="350" height="517" alt="Gregory House is the latest medical antihero in the tradition of Ben Casey." title="Gregory House is the latest medical antihero in the tradition of Ben Casey. Click to toggle." onclick="picswitchtwo();" />';
	
}

function picswitchtwo() {

	var docPic = document.getElementById('picswitch');
	docPic.innerHTML = '<img src="images/content/welby.jpg" width="350" height="517" alt="Marcus Welby was a saintly country doctor, and one of the most popular TV physicians of all time." title="Marcus Welby was a saintly country doctor, and one of the most popular TV physicians of all time. Click to toggle." onclick="picswitchone();" />';
	
}

function genrefunc() {

	ajaxdiv.innerHTML = "\t\t\t\t<div id=\"pageheading\">\n\t\t\t\t\n\t\t\t\t\t<div id=\"dominantimage\" class=\"rightimage border linkedimage\">\n\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"background.php\" title=\"A still from Don Hertzfeld&rsquo;s 'Genre'&mdash;click to play the short film.\" onclick=\"launchGenre(); return false;\"><img src=\"images/content/genre.jpg\" width=\"224\" height=\"359\" alt=\"A still from Don Hertzfeld&rsquo;s 'Genre'&mdash;click to play the short film.\" /></a>\n\n\t\t\t\t\t\t<h3>&nbsp;</h3>\n\t\t\t\t\n\t\t\t\t\t\t<div id=\"backgroundnav\" class=\"genrenav\">\n\t\t\t\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"Medical dramas are a well-established genre, which is important for a few reasons.\" onclick=\"genrefunc(); return false;\">Some Notes on Genre</a></li>\n\t\t\t\t\t\t\t\t<li class=\"evenli\"><a href=\"background.php\" title=\"The earliest TV doctors weren&rsquo;t even on television\" onclick=\"forerunnersfunc(); return false;\">Forerunners</a></li>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"The impoverished medical student and wise teacher is a genre convention that goes way back in doctor television.\" onclick=\"internsfunc(); return false;\">Interns Can&rsquo;t Take Money!</a></li>\n\t\t\t\t\t\t\t\t<li class=\"evenli\"><a href=\"background.php\" title=\"A hospital isn&rsquo;t just a place to get treated&mdash;it&rsquo;s the Grand Hotel\" onclick=\"grandhotelfunc(); return false;\">The Grand Hotel</a></li>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"There are two kinds of television doctors...\" onclick=\"altruistsfunc(); return false;\">Altruists &amp; @$$holes</a></li>\n\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t<h2>\n\t\t\t\t\t\tSome Notes on Genre and Its Importance\n\t\t\t\t\t</h2>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<div id=\"genrebody\" class=\"bodytext\">\n\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tGenres are collections of conventions in storytelling in general and filmmaking in particular.  Westerns, musicals, romantic comedies and horror films, to name just a few genres, all contain time-honored story elements, including standard scenes, casting choices, and plotlines, iconic shots, features of set design and scoring.  Even particular camera lenses tend to be favored for particular genres.  Conventions are heavily embedded in our culture&mdash;many even have their roots in Greek myth.\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tGenre conventions are important tools because they manipulate audience expectations.  Without expectations about what you&rsquo;re watching, surprise, suspense, and humor&mdash;the most basic elements of storytelling&mdash;would be impossible.\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tYou might think that genre conventions would get stale after awhile, and some scholars contend that we live in a post-genre era.  But contemporary films and television don&rsquo;t so much violate genres as bend and mix them for effect&mdash;they depend heavily on your knowledge of them.\n\t\t\t\t\t</p>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<div id=\"cliphousing\"></div>";

}

function forerunnersfunc() {

	ajaxdiv.innerHTML = "\t\t\t\t<div id=\"pageheading\">\n\t\t\t\t\n\t\t\t\t\t<div id=\"dominantimage\" class=\"rightimage border\">\n\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"background.php\" title=\"A still from an old Dr. Kildare trailer&mdash;click to play.\" onclick=\"launchKildare(); return false;\"><img src=\"images/content/Kildare2.jpg\" width=\"224\" height=\"359\" alt=\"A production still from the Dr. Kildare serials, with Lew Ayres as Jimmie Kildare, and Lionel Barrymore (It's A Wonderful Life&rsquo;s Mr. Potter) as his gruff, but brilliant mentor.\" /></a>\n\t\t\t\t\t\n\t\t\t\t\t\t<h3>&nbsp;</h3>\n\t\t\t\t\n\t\t\t\t\t\t<div id=\"backgroundnav\" class=\"kildarenav\">\n\t\t\t\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"Medical dramas are a well-established genre, which is important for a few reasons.\" onclick=\"genrefunc(); return false;\">Some Notes on Genre</a></li>\n\t\t\t\t\t\t\t\t<li class=\"evenli\"><a href=\"background.php\" title=\"The earliest TV doctors weren&rsquo;t even on television\" onclick=\"forerunnersfunc(); return false;\">Forerunners</a></li>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"The impoverished medical student and wise teacher is a genre convention that goes way back in doctor television.\" onclick=\"internsfunc(); return false;\">Interns Can&rsquo;t Take Money!</a></li>\n\t\t\t\t\t\t\t\t<li class=\"evenli\"><a href=\"background.php\" title=\"A hospital isn&rsquo;t just a place to get treated&mdash;it&rsquo;s the Grand Hotel\" onclick=\"grandhotelfunc(); return false;\">The Grand Hotel</a></li>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"There are two kinds of television doctors...\" onclick=\"altruistsfunc(); return false;\">Altruists &amp; @$$holes</a></li>\n\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t<h2>\n\t\t\t\t\t\tForerunners to Television Medical Shows\n\t\t\t\t\t</h2>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<div id=\"backgroundbody\" class=\"bodytext\">\n\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tThe actors and the film technology may have changed, but for all that, <em>House</em> and <em>ER</em> adhere to genre conventions laid down a long time ago in shows like <em>Ben Casey</em> and <em>Medic</em>.  In fact, some of the formulas they follow are even older than that.  Many of the major story elements in contemporary medical shows were actually established before television in the 1930s as part of the <em>Dr. Kildare</em> film serials, and later radio programs of the same title.\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tThe early MGM serials feature Lew Ayres as young Dr. Jimmie Kildare, and Lionel Barrymore (famous as Mr. Potter in <em>It&rsquo;s a Wonderful Life</em>) as his older mentor, a hard driving, but brilliant &ldquo;diagnostician.&rdquo;  The two work tirelessly together, saving lives and reeling off one-liners.\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tThat physicians, especially research-minded ones, should be heroes of the screen was far from inevitable.  In the 1930s, science was just cementing its place in medicine, and many adults remembered a time when doctors let blood, prescribed quicksilver, and operated without antiseptic.  The <em>Kildare</em> ethos triumphed amid a variety of other films offering darker interpretations of the medical profession&mdash;and plugged fee-for-service during a national debate over socialized medicine.\n\t\t\t\t\t</p>\n\t\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<em>Dr. Kildare</em> heavily influenced the first medical television shows and the franchise itself was eventually adapted into a hugely popular TV show, starring Richard Chamberlain as Kildare and Raymond Massey as mentor Dr. Leonard Gillespie.\n\t\t\t\t\t</p>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t<div id=\"cliphousing\"></div>";

}

function internsfunc() {

	ajaxdiv.innerHTML = "\t\t\t\t<div id=\"pageheading\">\n\t\t\t\t\n\t\t\t\t\t<div id=\"dominantimage\" class=\"rightimage border\">\n\t\t\t\t\t\n\t\t\t\t\t\t<img src=\"images/content/internes.jpg\" width=\"233\" height=\"359\" alt=\"Poster or DVD cover (not sure) of &lsquo;Interns Can&rsquo;t Take Money&rsquo;\" title=\"Poster or DVD cover (not sure) of &lsquo;Interns Can&rsquo;t Take Money&rsquo;\" />\n\t\t\t\t\t\n\t\t\t\t\t\t<h3>&nbsp;</h3>\n\t\t\t\t\n\t\t\t\t\t\t<div id=\"backgroundnav\" class=\"kildarenav\">\n\t\t\t\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"Medical dramas are a well-established genre, which is important for a few reasons.\" onclick=\"genrefunc(); return false;\">Some Notes on Genre</a></li>\n\t\t\t\t\t\t\t\t<li class=\"evenli\"><a href=\"background.php\" title=\"The earliest TV doctors weren&rsquo;t even on television\" onclick=\"forerunnersfunc(); return false;\">Forerunners</a></li>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"The impoverished medical student and wise teacher is a genre convention that goes way back in doctor television.\" onclick=\"internsfunc(); return false;\">Interns Can&rsquo;t Take Money!</a></li>\n\t\t\t\t\t\t\t\t<li class=\"evenli\"><a href=\"background.php\" title=\"A hospital isn&rsquo;t just a place to get treated&mdash;it&rsquo;s the Grand Hotel\" onclick=\"grandhotelfunc(); return false;\">The Grand Hotel</a></li>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"There are two kinds of television doctors...\" onclick=\"altruistsfunc(); return false;\">Altruists &amp; @$$holes</a></li>\n\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t<h2>\n\t\t\t\t\t\tInterns Can&rsquo;t Take Money!\n\t\t\t\t\t</h2>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<div id=\"backgroundbody\" class=\"bodytext\">\n\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tOne convention started by <em>Dr. Kildare</em> that&rsquo;s still faithfully followed today is the focus of medical dramas on student doctors.  In <em>Kildare</em>, intrepid medical resident Jimmie Kildare was trained by Dr. Gillespie.  Today, despite the fact that most real hospitals aren&rsquo;t teaching institutions, nearly all the medical shows on the air&mdash;<em>Scrubs</em>, <em>Grey&rsquo;s Anatomy</em>, <em>House</em>, <em>ER</em>&mdash;feature interns in lead roles and squeeze much of their appeal out of the interplay between medical residents and their mentors.\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tThere are a few reasons for this.  For starters, when you&rsquo;re making a show, you want the audience to sympathize with the hero.  And the original filmmakers who invented <em>Kildare</em> figured that <strong>audiences would be more likely to sympathize with interns</strong>, who work long hours and live on subsistence salaries than with trained physicians whose wealth and status might suggest ulterior motives.  In short, if you&rsquo;re not in the medical business, you&rsquo;re probably more likely to be able to see yourself in the shoes of the underdog.\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tSecond, medicine is a technical profession and medical dramas are filled with technobabble.  Having a student and teacher on screen together means that when someone tosses off a tricky word, the <strong>audience has a proxy on screen who can stop the action and ask a question</strong>&mdash;&ldquo;Hold on, what <em>is</em> a corpus callosotomy, anyway?&rdquo;  Or, even better, we can watch the mentor explain the action and terminology (to the student, of course) as it unfolds, all without stopping the plot.\n\t\t\t\t\t</p>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t<div id=\"cliphousing\"></div>";
	
}

function grandhotelfunc() {

	ajaxdiv.innerHTML = "\t\t\t\t<div id=\"pageheading\">\n\t\t\t\t\n\t\t\t\t\t<div id=\"dominantimage\" class=\"rightimage border expandmargin\">\n\t\t\t\t\t\n\t\t\t\t\t\t<img src=\"images/content/gueststars.jpg\" width=\"419\" height=\"269\" alt=\"A guest star walks onto the set of 'ER'\" title=\"A guest star walks onto the set of 'ER'\" />\n\t\t\t\t\t\n\t\t\t\t\t\t<h3>&nbsp;</h3>\n\t\t\t\t\n\t\t\t\t\t\t<div id=\"backgroundnav\" class=\"grandhotelnav\">\n\t\t\t\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"Medical dramas are a well-established genre, which is important for a few reasons.\" onclick=\"genrefunc(); return false;\">Some Notes on Genre</a></li>\n\t\t\t\t\t\t\t\t<li class=\"evenli\"><a href=\"background.php\" title=\"The earliest TV doctors weren&rsquo;t even on television\" onclick=\"forerunnersfunc(); return false;\">Forerunners</a></li>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"The impoverished medical student and wise teacher is a genre convention that goes way back in doctor television.\" onclick=\"internsfunc(); return false;\">Interns Can&rsquo;t Take Money!</a></li>\n\t\t\t\t\t\t\t\t<li class=\"evenli\"><a href=\"background.php\" title=\"A hospital isn&rsquo;t just a place to get treated&mdash;it&rsquo;s the Grand Hotel\" onclick=\"grandhotelfunc(); return false;\">The Grand Hotel</a></li>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"There are two kinds of television doctors...\" onclick=\"altruistsfunc(); return false;\">Altruists &amp; @$$holes</a></li>\n\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t<h2>\n\t\t\t\t\t\tThe Hospital as the Grand Hotel\n\t\t\t\t\t</h2>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<div id=\"backgroundbody\" class=\"bodytext\">\n\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tIn 1932, MGM produced a hit film called <em>Grand Hotel</em> starring Greta Garbo and John Barrymore.  The hotel in the film served as a plot device&mdash;a means of bringing together a bunch of interesting characters who probably wouldn&rsquo;t meet each other under normal circumstances.  This bit of stagecraft became a standard tool among screenwriters, to the point that the plot device is now called &ldquo;the Grand Hotel.&rdquo;\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tIn medical dramas, the hospital is the ultimate Grand Hotel.  It serves as a device for bringing in a whole host of new guest stars on a weekly basis.  This makes the cast of characters ultimately much larger than in other shows, which don&rsquo;t make use of this formula.  For instance, compare the number of guest stars from two of today&rsquo;s popular television shows, both of which premiered in the same year:\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<table>\n\t\t\t\t\t\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<th>&nbsp;</th>\n\t\t\t\t\t\t\t<th>Guest Stars Since 2005*</th>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<th><em>Grey&rsquo;s Anatomy</em></th>\n\t\t\t\t\t\t\t<td>636</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<th><em>The Office</em></th>\n\t\t\t\t\t\t\t<td>243</td>\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\n\t\t\t\t\t</table>\n\t\t\t\t\t\n\t\t\t\t\t<p class=\"footnote\">\n\t\t\t\t\t\t*Source: <a href=\"http://fancast.com\">fancast.com</a>\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tOf course, there&rsquo;s an apples-to-oranges aspect to this comparison.  The shows are of different lengths, for instance, have different budgets and get different ratings.  But the trend is still pretty robust across different kinds of shows.  There are, however, other TV genres that use the Grand Hotel.  Can you think of a few?\n\t\t\t\t\t</p>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t<div id=\"cliphousing\"></div>";

}

function altruistsfunc() {

	ajaxdiv.innerHTML = "\t\t\t\t<div id=\"pageheading\">\n\t\t\t\t\n\t\t\t\t\t<div id=\"dominantimage\" class=\"rightimage border expandmargin\">\n\t\t\t\t\t\n\t\t\t\t\t\t<div id=\"picswitch\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t<img src=\"images/content/welby.jpg\" width=\"350\" height=\"517\" alt=\"Marcus Welby was a saintly country doctor, and one of the most popular TV physicians of all time.\" title=\"Marcus Welby was a saintly country doctor, and one of the most popular TV physicians of all time. Click to toggle.\" onclick=\"picswitchone();\" />\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t\t<h3>&nbsp;</h3>\n\t\t\t\t\n\t\t\t\t\t\t<div id=\"backgroundnav\" class=\"altruistsnav\">\n\t\t\t\n\t\t\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"Medical dramas are a well-established genre, which is important for a few reasons.\" onclick=\"genrefunc(); return false;\">Some Notes on Genre</a></li>\n\t\t\t\t\t\t\t\t<li class=\"evenli\"><a href=\"background.php\" title=\"The earliest TV doctors weren&rsquo;t even on television\" onclick=\"forerunnersfunc(); return false;\">Forerunners</a></li>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"The impoverished medical student and wise teacher is a genre convention that goes way back in doctor television.\" onclick=\"internsfunc(); return false;\">Interns Can&rsquo;t Take Money!</a></li>\n\t\t\t\t\t\t\t\t<li class=\"evenli\"><a href=\"background.php\" title=\"A hospital isn&rsquo;t just a place to get treated&mdash;it&rsquo;s the Grand Hotel\" onclick=\"grandhotelfunc(); return false;\">The Grand Hotel</a></li>\n\t\t\t\t\t\t\t\t<li class=\"oddli\"><a href=\"background.php\" title=\"There are two kinds of television doctors...\" onclick=\"altruistsfunc(); return false;\">Altruists &amp; @$$holes</a></li>\n\t\t\t\t\t\t\t</ul>\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\n\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t<h2>\n\t\t\t\t\t\tThere&rsquo;s More Than One Kind of TV Doctor...\n\t\t\t\t\t</h2>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t\t<div id=\"backgroundbody\" class=\"bodytext\">\n\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tIdealistic medical interns and their altruistic mentors quickly became stock characters. But by the early 1960s, many television genres were getting their first taste of the &ldquo;antihero&rdquo;&mdash;a type of stock character known for behaving brashly, breaking the rules, and taking matters into their own hands.  And the medical drama was no exception: In 1961, ABC launched <em>Ben Casey</em>, of which we&rsquo;ve already gotten a taste.  The title character was a rude and arrogant physician who was tolerated by colleagues and patients mostly for his medical brilliance.\n\t\t\t\t\t</p>\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tAround the same time, NBC premiered its television remake of <em>Dr. Kildare</em>, and the two shows became a sort of foil for one another.  Vince Edwards played the bullish Ben Casey, while Richard Chamberlain took on the role of wholesome Dr. Kildare.\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tThe stock character of the altruistic physician reached its extreme, however, with ABC&rsquo;s <em>Marcus Welby, M.D.</em>, which first aired in 1969.  Robert Young played the title character, a saintly family doctor who rivaled Mary Poppins for well-meaning and efficiency.\n\t\t\t\t\t</p>\n\t\t\t\t\t\n\t\t\t\t\t<p>\n\t\t\t\t\t\tThe &ldquo;bad boy&rdquo; TV physician is still around, too.  Hugh Laurie is the latest medical antihero, playing the role of Gregory House on Fox&rsquo;s <em>House M.D.</em>  In general, however, both nice and naughty TV physicians have been portrayed as increasingly human and error-prone in recent decades.  The doctors on <em>ER</em>, <em>Grey&rsquo;s Anatomy</em>, and <em>Scrubs</em> all make mistakes.  And House&rsquo;s arrogance can get him into serious trouble.  Today&rsquo;s TV doctors are still well-meaning, but they&rsquo;re no longer all-knowing.\n\t\t\t\t\t</p>\n\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\n\t\t\t<div id=\"padbottom\">&nbsp;</div>";

}
