From: <Saved by Microsoft Internet Explorer 5>
Subject: John Horgan - Can a Single Brain Cell Think?
Date: Sun, 26 Jun 2005 20:49:52 +0100
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01C57A90.999E39D0"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01C57A90.999E39D0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.johnhorgan.org/work1.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>John Horgan - Can a Single Brain Cell Think?</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3DWindows-1252">
<META content=3D"John Horgan" name=3Dauthor>
<META content=3D"John Horgan" name=3Dcopyright>
<META content=3D"" name=3Dkeywords>
<META content=3D"" name=3Ddescription>
<META content=3D2005-05-31T13:11:49Z name=3Ddate><LINK media=3Dall=20
href=3D"http://www.johnhorgan.org/global.css" type=3Dtext/css =
rel=3Dstylesheet><!-- link rel=3D"stylesheet" type=3D"text/css" =
media=3D"all" href=3D"images/china-with-palette-35.css" --><LINK=20
media=3Dprint href=3D"http://www.johnhorgan.org/print.css" =
type=3Dtext/css=20
rel=3Dstylesheet>
<META http-equiv=3DLink=20
content=3D'<images/china-with-palette-35.css>; type=3D"text/css"; =
rel=3Dstylesheet'>
<STYLE type=3Dtext/css media=3DScReEn>@import url( =
images/china-with-palette-35.css );
</STYLE>

<STYLE type=3Dtext/css media=3Dscreen>.Netscape4Only {
	FONT-SIZE: smaller; MARGIN-LEFT: 40px; FONT-FAMILY: Verdana, Helvetica, =
sans-serif
}
.Promo {
	DISPLAY: none; VISIBILITY: hidden
}
</STYLE>

<SCRIPT type=3Dtext/javascript>=0A=
<!--=0A=
=0A=
=0A=
=0A=
var ns4  =3D document.layers;=0A=
var dom5 =3D document.getElementById;=0A=
var ie4  =3D document.all && !dom5;=0A=
=0A=
// One object tracks the current modal dialog opened from this window.=0A=
var dialogWin =3D new Object();=0A=
=0A=
// Generate a modal dialog.=0A=
// Parameters:=0A=
//    url :			URL of the page/frameset to be loaded into dialog=0A=
//    width :		pixel width of the dialog window=0A=
//    height :		pixel height of the dialog window=0A=
//    returnFunc :	reference to the function (on this page)=0A=
//                  that is to act on the data returned from the dialog=0A=
//    args : [optional] any data you need to pass to the dialog=0A=
function openDialogWithReferrer(url, width, height) {=0A=
	var name =3D (new Date()).valueOf();=0A=
	var urlpath =3D new String(window.location.href);=0A=
	urlpath =3D urlpath.substr(0,urlpath.lastIndexOf('/')+1);=0A=
	urlpath =3D escape(urlpath);=0A=
	url =3D url + "&qsReferrer=3D" + urlpath;=0A=
	openNamedDialog(url, width, height, name, false);=0A=
}=0A=
function openTargetDialog(url, width, height, theform) {=0A=
	var windowName =3D (new Date()).valueOf();=0A=
	theform.target =3D windowName;=0A=
	openNamedDialog(url, width, height, windowName);=0A=
}=0A=
function openDialog(url, width, height) {=0A=
	var name =3D (new Date()).valueOf();=0A=
	openNamedDialog(url, width, height, name, false);=0A=
}=0A=
function openDialogWithStatusBar(url, width, height) {=0A=
	var name =3D (new Date()).valueOf();=0A=
	openNamedDialog(url, width, height, name, true);=0A=
}=0A=
function openNamedDialog(url, width, height, name, bStatusBar) {=0A=
	if (!dialogWin.win || (dialogWin.win && dialogWin.win.closed)) {=0A=
		// Initialize properties of the modal dialog object.=0A=
		dialogWin.url =3D url;=0A=
		dialogWin.width =3D width;=0A=
		dialogWin.height =3D height;=0A=
		dialogWin.name =3D name;=0A=
		// Assemble window attributes and try to center the dialog.=0A=
		if (ns4) {=0A=
			// Center on the main window.=0A=
			dialogWin.left =3D window.screenX + ((window.outerWidth - =
dialogWin.width) / 2);=0A=
			dialogWin.top =3D window.screenY + ((window.outerHeight - =
dialogWin.height) / 2);=0A=
			var attr =3D "screenX=3D" + dialogWin.left + =0A=
			   ",screenY=3D" + dialogWin.top + =0A=
			   ",resizable=3Dno,width=3D" + dialogWin.width + =0A=
			   ",height=3D" + dialogWin.height +=0A=
			   ",scrollbars=3Dyes";=0A=
			if (bStatusBar) attr =3D attr + =0A=
				",status=3Dyes,toolbar=3Dno,location=3Dno" +=0A=
				",personalbar=3Dno,menubar=3Dno,directories=3Dno";=0A=
		} else {=0A=
			// The best we can do is center in screen.=0A=
			dialogWin.left =3D (screen.width - dialogWin.width) / 2;=0A=
			dialogWin.top =3D (screen.height - dialogWin.height) / 2;=0A=
			var sStatusBar=0A=
			sStatusBar =3D bStatusBar ? "yes" : "no";=0A=
			var attr =3D "width=3D" + dialogWin.width + =0A=
				",height=3D" + dialogWin.height + =0A=
				",menubar=3Dno" + =0A=
				",scrollbars=3Dyes" + =0A=
				",toolbar=3Dno" + =0A=
				",location=3Dno" + =0A=
				",directories=3Dno" + =0A=
				",resizable=3Dno" + =0A=
				",personalbar=3Dno" + =0A=
				",status=3D"  + sStatusBar +=0A=
				",top=3D" + dialogWin.top + =0A=
				",left=3D" + dialogWin.left;=0A=
		}=0A=
		// Generate the dialog and make sure it has focus.=0A=
		dialogWin.win=3Dwindow.open(dialogWin.url, dialogWin.name, attr);=0A=
		dialogWin.win.focus();=0A=
	} else {=0A=
		dialogWin.win.focus();=0A=
	}=0A=
}=0A=
=0A=
// Because browsers can be a bit slow at closing windows,=0A=
// we must wait 250ms before checking if the modal window is still open.=0A=
var timeoutID =3D false;=0A=
function checkModal() {=0A=
	if (timeoutID !=3D false) window.clearTimeout(timeoutID);=0A=
	timeoutID =3D window.setTimeout("finishChecking()", 250);=0A=
}=0A=
function finishChecking() {=0A=
	timeoutID =3D false;=0A=
	if (dialogWin.win) {=0A=
		if (!dialogWin.win.closed) {=0A=
			dialogWin.win.focus();=0A=
		}=0A=
	}=0A=
}=0A=
=0A=
// When actually using the fake Modal Dialog Box, link as follows:=0A=
// (&gt;) A HREF=3D"#" onClick=3D"openDialog('popup_edit.php', 400, =
300); =0A=
// return false;" (&lt;) Preferences (&gt;) /a (&lt;)=0A=
=0A=
	function isitEmail(str) {=0A=
		var r1 =3D new RegExp("(@.*@)|(\\.\\.)|(@\\.)|(^\\.)");=0A=
		var r2 =3D new =
RegExp("^.+\\@(\\[?)[a-zA-Z0-9\\-\\.]+\\.([a-zA-Z]{2,6}|[0-9]{1,3})(\\]?)=
$");=0A=
		return (!r1.test(str) && r2.test(str));=0A=
	}=0A=
=0A=
	function getObject(objectId) {=0A=
	    // cross-browser function to get an object's style object given its =
id=0A=
	    if(document.getElementById && document.getElementById(objectId)) {=0A=
			// W3C DOM=0A=
			return document.getElementById(objectId);=0A=
	    } else if (document.all && document.all(objectId)) {=0A=
			// MSIE 4 DOM=0A=
			return document.all(objectId);=0A=
	    } else if (document.layers && document.layers[objectId]) {=0A=
			// NN 4 DOM.. note: this won't find nested layers=0A=
			return document.layers[objectId];=0A=
	    } else {=0A=
			return false;=0A=
	    }=0A=
	} // getObject=0A=
=0A=
=0A=
	function rollOverTheme(iNumber) {=0A=
		//document.forms.themes.fiThemeID[iNumber-1].checked =3D true;=0A=
		var imgobj =3D getObject("imgTheme");=0A=
		imgobj.src =3D "images/"+arrThemeImages[iNumber];=0A=
	}=0A=
	function rollOutTheme(iNumber) {=0A=
		var imgobj =3D getObject("imgTheme");=0A=
		imgobj.src =3D "images/"+arrThemeImages[iThemeID];=0A=
	}=0A=
	function clickedTheme(iNumber) {=0A=
		document.forms.themes.fiThemeID[iNumber-1].checked =3D true;=0A=
		var imgobj =3D getObject("imgTheme");=0A=
		imgobj.src =3D "images/"+arrThemeImages[iNumber];=0A=
		iThemeID =3D iNumber;=0A=
	}=0A=
	function rollOverLayout(iNumber) {=0A=
		//document.forms.themes.fiThemeID[iNumber-1].checked =3D true;=0A=
		var imgobj =3D getObject("imgLayout");=0A=
		imgobj.src =3D "images/"+arrLayoutImages[iNumber];=0A=
	}=0A=
	function rollOutLayout(iNumber) {=0A=
		var imgobj =3D getObject("imgLayout");=0A=
		imgobj.src =3D "images/"+arrLayoutImages[iLayoutID];=0A=
	}=0A=
	function clickedLayout(iNumber) {=0A=
		document.forms.layouts.fiLayoutID[iNumber-1].checked =3D true;=0A=
		var imgobj =3D getObject("imgLayout");=0A=
		imgobj.src =3D "images/"+arrLayoutImages[iNumber];=0A=
		iLayoutID =3D iNumber;=0A=
	}=0A=
	function clickedPalette(iNumber) {=0A=
		if (document.forms.palettes.fiPaletteID[0]) {=0A=
			document.forms.palettes.fiPaletteID[iNumber-1].checked =3D true;=0A=
			var imgobj =3D getObject("imgPalette");=0A=
			imgobj.src =3D "images/"+arrPaletteImages[iNumber];=0A=
		}=0A=
	}=0A=
=0A=
	function showLayer(id) {=0A=
		document.getElementById(id).style.visibility =3D 'visible';=0A=
	}=0A=
	function hideLayer(id) {=0A=
		document.getElementById(id).style.visibility =3D 'hidden';=0A=
	}=0A=
=0A=
function changeToolbar(id) {=0A=
	if (id.length=3D=3D0) window.parent.frames['menuframe'].setCBox('');=0A=
	if (id.charAt(0)!=3D'f') return;=0A=
	if (!window.parent.frames['menuframe']) return;=0A=
	if (!window.parent.frames['menuframe'].setCBox) return;=0A=
	window.parent.frames['menuframe'].setCBox(id);=0A=
}=0A=
=0A=
function openGuidedTourWin(iTier) {=0A=
	var attr =3D "resizable=3Dno,width=3D600,height=3D400,scrollbars=3Dyes";=0A=
	var url =3D (iTier=3D=3D1) ? 'templates/guidedtour_budget1.htm' : =
'templates/guidedtour_guildnet1.htm';=0A=
	var windowName =3D (new Date()).valueOf();=0A=
	// Generate the dialog and make sure it has focus.=0A=
	var win;=0A=
	win=3Dwindow.open(url, windowName, attr);=0A=
	win.focus();=0A=
}=0A=
=0A=
function filePopup(url) {=0A=
    var d =3D new Date();=0A=
    var wn =3D "ag" + d.valueOf();=0A=
    window.open(url,wn,"toolbar=3Dno, directories=3Dno, location=3Dno, =
status=3Dyes, menubar=3Dno, scrollbars=3Dyes, width=3D750, =
height=3D550");=0A=
    return false;=0A=
}=0A=
//-->=0A=
</SCRIPT>

<META content=3D"MSHTML 6.00.2900.2668" name=3DGENERATOR></HEAD>
<BODY>
<DIV class=3Dpagediv>
<DIV id=3DTitleAndMenu>
<H1 class=3DContentAuthorName>John Horgan</H1>
<DIV id=3DDIVMenu><SPAN id=3DSPANMenu>&nbsp; <A class=3DLayoutMenuItem=20
href=3D"http://www.johnhorgan.org/index.htm">Biography</A> &nbsp; <A=20
class=3DLayoutMenuItem =
href=3D"http://www.johnhorgan.org/works.htm">Writings</A>=20
&nbsp; <A class=3DLayoutMenuItem=20
href=3D"http://www.johnhorgan.org/events.htm">Appearances</A> &nbsp; =
&nbsp;</SPAN>=20
</DIV></DIV>
<DIV id=3DTriColumnDiv>
<TABLE id=3DtheMainTable cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR>
    <TD class=3DTDMargin></TD>
    <TD id=3DTDContent2 vAlign=3Dtop>
      <DIV class=3DContent2><BR><BR></DIV></TD>
    <TD class=3DTDMargin></TD>
    <TD id=3DTDContent1 style=3D"WIDTH: 370px" vAlign=3Dtop>
      <H2 class=3DBigHeader>"Can a Single Brain Cell Think?"</H2>
      <DIV class=3DContent1>
      <DIV class=3DContentParagraph>Discover, June 2005<BR><BR>In the =
neurosurgery=20
      ward of the David Geffen School of Medicine at UCLA, Danny, a =
stocky=20
      21-year-old college student wearing blue pajamas and sporting a =
wispy=20
      goatee, sits on a bed watching one photo after another flash on a =
laptop=20
      screen. Several macho movie stars appear in rapid succession, =
including=20
      Arnold Schwartzenegger, Steven Seagal, Sylvester Stallone, and Mr. =
T, the=20
      mohawked brawler who plays Stallone=92s rival in the boxing film =
Rocky III.=20
      At first glance, one might guess that Danny has volunteered for a=20
      Hollywood survey: Who=92s your favorite action hero? In fact, =
Danny is the=20
      real hero. The black cables emerging from the white turban wrapped =
around=20
      his skull hint at his role in investigating a truly profound =
question: How=20
      do thoughts form in the human brain?<BR><BR>Danny suffers from =
epilepsy,=20
      and he has had electrodes temporarily implanted into his brain to =
monitor=20
      seizures; ideally, the electrodes will pinpoint the neural defect=20
      triggering his seizures so it can be surgically removed. During =
the week=20
      or so that the electrodes remain in Danny=92s brain, he has =
volunteered to=20
      participate in experiments aimed at understanding the =
underpinnings of=20
      cognition. Such research is quite rare; for obvious ethical =
reasons,=20
      neuroscientists have few opportunities to gather data from deep =
inside a=20
      living human brain.<BR><BR>This particular experiment touches on =
one of=20
      the most challenging puzzles of neuroscience: How do brain cells =
recognize=20
      items as complicated as a toaster oven, the number nine, a zebra, =
Bill=20
      Clinton, or the film character Rocky? Are single cells like =
transistors in=20
      a computer, or pixels on a television screen, contributing just =
minute=20
      pieces of information that only when combined with the output of =
thousands=20
      or millions of other cells form the complex pattern that means =
Rocky? Or=20
      can a single neuron learn to recognize that face?<BR><BR>Most=20
      neuroscientists adhere to the pixel view of neurons, arguing that=20
      individual cells can=92t possibly be clever enough to make sense =
of a=20
      concept as subtle as Rocky; after all, the world=92s fastest =
supercomputers=20
      have difficulty performing that pattern-recognition feat. But =
Itzhak=20
      Fried, the neurosurgeon who implanted the electrodes in Danny=92s =
brain and=20
      who leads this UCLA research program, believes he has found =
"thinking=20
      cells" in the brains of subjects like Danny. If he=92s right,=20
      neuroscientists may be forced to overhaul their view of how the =
human=20
      brain works.<BR><BR>A true thinking cell should be able to =
recognize a=20
      person or fictional character even in many different guises. Danny =
is a=20
      big fan of Hollywood action heroes, especially Rocky; he owns DVDs =
of all=20
      four films in the series and never tires of watching them. So, =
amid the=20
      images that flash on the laptop screen, the research team has =
included=20
      shots that show Rocky running through the streets of Philadelphia, =
staring=20
      longingly at his girlfriend Adrian, or draped in the American flag =
after=20
      defeating his Russian rival. Now and then, to test whether a =
cell=92s=20
      recognition cuts across sensory modes, Rocky or some other name is =
spelled=20
      out on the laptop screen or uttered by an eerie synthesized=20
      voice.<BR><BR>As Danny peers at the laptop, signals stream from =
more than=20
      100 ultra-thin electrodes, each sensitive enough to detect the =
murmuring=20
      of a single cell=97and into the cables that emerge from his head. =
The cables=20
      ferry the signals across the room to a cabinet crammed with =
amplifiers. A=20
      computer atop the cabinet displays the readouts from Danny=92s =
cells as a=20
      series of multi-colored lines unfolding across a screen. Every now =
and=20
      then, a line jerks upward, as one of Danny=92s cells sputters in =
response to=20
      an image or name. Rodrigo Quian Quiroga, the Argentinian =
neuroscientist=20
      overseeing this research session, points to one especially =
energetic=20
      squiggle and whispers, "That=92s Rocky." <BR><BR>The vast majority =
of modern=20
      brain research involves technologies such as magnetic =
resonance-imaging,=20
      positron emission tomography, and electroencephalography. All =
measure=20
      neural activity from outside the skull. Figuring out how brains =
work with=20
      external scanners is like studying life on a cloud-shrouded planet =
with=20
      satellites. Implanted electrodes, by contrast, are like probes =
that drop=20
      down to the planet=92s surface. Electrode studies of monkeys and =
other=20
      animals whose brains resemble ours have yielded valuable insights, =
but=20
      these creatures cannot describe their subjective =
sensations.<BR><BR>A=20
      handful of other hospitals are carrying out electrode research =
that=20
      piggybacks on the clinical treatment of patients with epilepsy,=20
      Parkinson=92s disease, and other neurological disorders. But no =
research=20
      program approaches UCLA=92s in experience, sophistication, or =
published=20
      results, says Christof Koch, a neuroscientist at the California =
Institute=20
      of Technology who has been collaborating with the UCLA group since =
1998.=20
      "There is no one technique that=92s going to give you all the =
answers" to=20
      the riddle of cognition, Koch says. "But this is one that=92s =
very, very=20
      good, and we=92re getting better at it."<BR><BR>Fried, the driven =
yet=20
      affable commander-in-chief of the program, founded it in 1992 =
after=20
      leaving Yale. Since then more than 100 of his epileptic patients =
with=20
      electrodes implanted in their brains for diagnostic purposes have=20
      volunteered as subjects for basic research. From the outset, Fried =
has=20
      been protective of his patients and their privacy; this is the =
first time=20
      he has allowed a reporter to watch him and his team at =
work.<BR><BR>Fried=20
      was born and raised in Israel, and he spends several months a year =
working=20
      at a hospital in Tel Aviv as well as at UCLA. He flew from Israel =
to Los=20
      Angeles on a Sunday, and during a three-hour operation on Monday =
he=20
      drilled ten holes in Danny=92s skull and inserted the electrodes =
into his=20
      brain. The following day, wearing a white lab coat over aqua =
scrubs, Fried=20
      strode into a conference room packed with researchers who had =
gathered to=20
      discuss plans for Danny. The team included two undergraduates who =
flew=20
      here from the University of Pennsylvania, a few graduate students =
from=20
      UCLA and Caltech, a couple of postdocs, and two =
physicians.<BR><BR>Fried=20
      briskly provided background on the patient: Danny is a bright, =
friendly=20
      young man, he said, who is looking forward to working with the =
research=20
      team as a way to "break the boredom" of his hospital stay. "Okay, =
let=92s=20
      get down to practical issues," he continued in his distinctive =
Israeli=20
      accent. Rapid-fire, he queried the researchers on the status of =
their=20
      "paradigms." He prefers that term to "experiments," which might =
suggest=20
      electrodes had been implanted in Danny=92s brain primarily for =
research=20
      rather than diagnostic purposes.<BR><BR>The discussion keeps =
returning to=20
      problems with data storage and analysis. Several researchers asked =
for=20
      upgrades in equipment for storing data=97which the microelectrode=20
      experiments generate by the terabyte--and Fried said he=92d see =
what he=20
      could do. The researchers also received detailed instructions on =
how to=20
      grapple with a major technical challenge: electrodes in =
patients=92 brains=20
      often detect pulses from two or more nearby neurons at the same =
time,=20
      which may show up in the computer as one big signal. Quiroga has =
written a=20
      program that mathematically unravels overlapping pulses. The =
process,=20
      called cluster-cutting, makes it possible to extract more =
information from=20
      the data, at least in principle. But some of Quiroga=92s =
colleagues were=20
      still trying to familiarize themselves with the fine points of =
what the=20
      team has dubbed "Rodrigo=92s code." <BR><BR>The researchers had =
prepared=20
      more than enough studies to keep Danny from becoming bored. One =
called for=20
      him to view computer-generated pictures of celebrities morphing =
into each=20
      other: Mr. T into Will Smith, and Sly into Arnie. The objective: =
to see if=20
      a cell that lights up for Sly fires more slowly as the photo =
gradually=20
      morphs into Arnie, or just abruptly falls silent. In other words, =
are=20
      face-recognition cells like simple on-off switches, or can they =
act like=20
      dimmers?<BR><BR>Another paradigm, called X-Cab, is designed to =
yield=20
      insights into how we navigate. More than a decade ago =
microelectrode=20
      studies of rats and monkeys revealed place cells that light up =
when the=20
      animals move to a particular spot in a maze. Previous versions of =
X-Cab,=20
      which involves driving a virtual taxi through a cyber-city, have =
confirmed=20
      that humans have place cells, too, as well as view cells that =
respond to=20
      specific landmarks, and goal cells that respond to the driver=92s =
ultimate=20
      destination.<BR><BR>Arne Ekstrom, a UCLA postdoc, and Indra =
Viskontas, a=20
      graduate student, had made preparations for Danny to test drive a =
new=20
      version of the X-Cab program, which allows the driver to pick up =
and=20
      discharge passengers. Fried asked if they had made the changes he=20
      requested in the paradigm. "Almost all of them," Viskontas =
replied, adding=20
      that she and Ekstrom "respectfully" disagreed with some of =
Fried=92s=20
      requests and wanted to discuss them with him.<BR><BR>Fried nodded. =
"Any=20
      more questions?" he asked, scanning the room one last time. "If =
not, to=20
      work."<BR><BR>Back in his office, Fried recalled how he ended up=20
      overseeing this unusual program. One of his role models was Wilder =

      Penfield, the Canadian surgeon who carried out pioneering =
operations on=20
      epileptics in the 1950=92s and 1960=92s. After removing the =
skull-cap of=20
      patients, Penfield electrically tickled different spots of their =
brains=20
      with wires and asked them what they felt; because the brain lacks =
pain=20
      receptors, the patients needed no anesthesia. They could report =
feeling a=20
      tingle in their left forefinger, seeing a blue flash, hearing a=20
      low-pitched hum.<BR><BR>This procedure not only helped to guide =
Penfield=92s=20
      surgical treatment of each patient; it also yielded clues to what=20
      different parts of the brain do. "Here was somebody who was really =
looking=20
      at the human mind," Fried said, "but at same time he was helping a =
human=20
      being." Fried=92s method is much more refined than Penfield=92s. =
Fried=20
      typically drills a dozen holes in the patient=92s skull and =
inserts a dozen=20
      hollow macroelectrodes, which can detect large-scale electrical =
waves=20
      emanating from a seizure.<BR><BR>Protruding from the end of each=20
      macroelectrode are as many as ten flexible microelectrodes that =
can detect=20
      the pulses of individual neurons. The patient=92s clinical status =
dictates=20
      the placement of the macroelectrodes. In Danny=92s case, tests =
suggest that=20
      his seizures originate in his frontal lobes, so Fried inserted =
most of the=20
      macroelectrodes in that region. He embedded one macroelectrode in =
Danny=92s=20
      hippocampus, a minute region that underpins memory and is often =
implicated=20
      in epileptic seizures.<BR><BR>The patient=92s clinical health and =
comfort,=20
      Fried emphasized, take precedence over research objectives. Even =
the most=20
      carefully planned paradigm must be set aside if the patient =
becomes bored,=20
      tired, frustrated, gets a headache, or just wants to be left =
alone. Fried=20
      carefully screens prospective colleagues to ensure that they treat =
his=20
      patients like human beings rather than laboratory animals. "The =
person who=20
      will not do well," he said, "is a compulsive-obsessive animal =
physiologist=20
      who, if he doesn=92t control all the variables, falls apart." But =
Fried also=20
      said he believes that "there is a responsibility" to take =
advantage of=20
      these rare chances to learn more about the behavior of individual =
neurons,=20
      which he calls the building blocks of cognition.<BR><BR>Following=20
      Penfield=92s example, Fried occasionally does studies that involve =

      stimulating brain cells with minute electrical jolts. In 1998, he =
and=20
      three colleagues discovered that a female patient burst into =
laughter=20
      every time they stimulated a spot at the top of her brain called =
the=20
      supplementary motor area. Her hilarity was not just physiological; =
the=20
      woman felt subjective sensations of "merriment or mirth." She =
displaying a=20
      syndrome known as confabulation=97she invented reasons for her =
hilarity,=20
      telling the researchers at one point, "You guys are just so =
funny...=20
      standing around."<BR><BR>But most of Fried=92s findings, which he =
has=20
      described in more than a dozen papers in such leading journals as =
Nature,=20
      Neuron, and Proceedings of the National Academy of Sciences, =
involve not=20
      electrically stimulating neurons but passively listening to their =
chatter=20
      as a patient performs various tasks. In one set of experiments, =
Fried,=20
      Koch, and Gabriel Krieman, a Caltech grad student, found cells =
that light=20
      up both when a subject looks at an image=97of a baseball, say, or =
a woman=92s=20
      face--and when he closes his eyes and recalls the image in his =
minds=92 eye.=20
      The results provide the most convincing evidence yet that human =
perception=20
      and imagination share neural circuitry.<BR><BR>The experiments =
that have=20
      attracted the most attention are those supporting the existence of =

      "thinking cells." The possibility of such cells has been debated =
at least=20
      since the 1950s, when researchers found single neurons in the =
visual=20
      cortex of cats and other animals that respond to simple stimuli, =
such as=20
      lines oriented at a certain angle or moving in a specific =
direction or=20
      light of a particular wavelength. Some theorists wondered whether =
single=20
      neurons might also respond to much more complicated stimuli, such =
as=20
      specific people.<BR><BR>Once known as gnostic cells, after the =
Greek word=20
      for knowledge, they were dubbed grandmother cells in the late =
1960s by=20
      neuroscientist Jerry Lettvin of the Massachusetts Institute of =
Technology.=20
      Lettvin meant to make fun of=97if not to dismiss--speculation that =
single=20
      cells could be dedicated to recognition of family members or other =

      individuals who loom large in an individual=92s mental universe. =
In one=20
      paper, he joked that mother-smothered neurotics such as Portnoy, =
the hero=20
      of Phillip Roth=92s novel Portnoy=92s Complaint, could be cured of =
their=20
      Oedipal disorders by having all the mother cells purged from their =
brains.=20
      <BR><BR>Many neuroscientists found it hard to believe that a =
single cell=20
      could recognize an inanimate object, let alone a human being. Even =
objects=20
      as simple as chairs, trees, or buildings come in an almost =
infinite=20
      variety of forms, and the same object looks different from =
different=20
      perspectives or in different contexts. Neuroscientists were =
therefore=20
      startled in the early 1970s when experiments on monkeys by Charles =
Gross=20
      of Princeton turned up cells that respond selectively to hands and =

      faces--not specific faces but faces in general.<BR><BR>No one had =
really=20
      followed up on Gross=92s findings, however, until the late 1990s, =
when Fried=20
      and his colleagues started reporting how epileptic patients =
reacted to=20
      various images. Some neurons were apparently smart enough to =
comprehend=20
      the highly abstract concept "non-human animal." Their neurons =
fired when=20
      the patient was shown a picture of a tiger, eagle, antelope, and =
rabbit,=20
      but not when shown pictures of humans or inanimate objects. Other =
cells=20
      favored images only of food, or of buildings, or of human faces. =
Some=20
      cells responded to all faces, but others were picky, firing for =
male faces=20
      but not female ones, or scowling faces but not smiling ones=97or, =
finally,=20
      faces of specific individuals.<BR><BR>One of the first neurons of =
this=20
      type was the so-called Bill Clinton cell, which was buried deep in =
the=20
      amygdala of a female patient. The cell responded to three very =
different=20
      images of the former President: a line drawing of Clinton =
laughing; a=20
      formal painting of him; and a photograph of him mingling with =
other=20
      dignitaries. The cell remained mute when the patient viewed images =
of=20
      other people, including male politicians and celebrities. =
Fried=92s group=20
      found cells in other volunteers that responded in this same highly =

      selective way to actors, including Jennifer Anniston, Brad Pitt, =
and Halle=20
      Berry.<BR><BR>One reason celebrities have played a prominent role =
in=20
      Fried=92s experiments is that their photographs are often easier =
to come by=20
      than images of a patient=92s own relatives. But as part of her =
dissertation=20
      project on biographical memory, the UCLA graduate student =
Viskontas has=20
      for several years been showing patients photographs of family =
members.=20
      Viskontas is reluctant to reveal details about her results, which =
have not=20
      been published yet. But she confirms that she has found neurons =
that=20
      respond to a particular relative: father, mother, brother, sister, =

      grandfather, and, yes, grandmother. The experiments have also =
found cells=20
      that light up when a patient sees an image of himself. Call them=20
      narcissism cells.<BR><BR>Viskontas is wary of over-interpreting =
these=20
      results or others emerging from the UCLA program. She does not =
believe,=20
      for example, that they support the most extreme version of the=20
      grandmother-cell hypothesis, in which cells are exclusively and=20
      permanently assigned to one person, place, or thing. The past few =
decades,=20
      she adds, have revealed that brain cells are versatile, or =
"plastic,"=20
      changing their roles in response to new experiences. The UCLA =
experiments=20
      may not be detecting long-term memory but so-called =
working-memory, in=20
      which cells are temporarily assigned to the job of representing =
Grandma,=20
      Jennifer, Aniston, or Rocky only as a result of the stimulation =
provided=20
      by the experiment.<BR><BR>Koch isn=92t so sure. It would make =
sense, he=20
      argues, for our brains to dedicate some cells to people or other =
things=20
      frequently in our thoughts. The larger significance of the UCLA=20
      experiments, he says, is that neuroscientists may have to change =
their=20
      view of neurons as simple switches, transistors, or pixels. Each =
neuron=20
      may be more like a sophisticated computer, running customized =
software.=20
      After all, individual neurons can receive input from hundreds of =
thousands=20
      of other cells, some of which inhibit rather than encourage the =
neuron=92s=20
      firing. The neuron may in turn encourage or suppress firing by =
some of=20
      those same cells in complex positive or negative feedback=20
      loops.<BR><BR>What excites Koch most about the thinking-cell =
results is=20
      the possibility that they may illuminate a fundamental component =
of=20
      cognition. Our comprehension of the world, he says, requires that =
we=20
      ignore much of the data flooding in through our senses. When we =
turn on a=20
      TV or reminisce about a movie, our brains somehow instantly =
compress raw=20
      sensory data into meaningful concepts and categories. This feat =
may be=20
      accomplished at least in part, Koch says, by cells that represent =
not just=20
      this or that particular image of Rocky but "the platonic ideal of =
Rocky."=20
      <BR><BR>Quiroga notes that a short story by a fellow Argentinian, =
Jorge=20
      Luis Borges, spelled out what would happen to us if we lacked this =

      capacity for compression. Funes the Memorious tells the tale of a =
youth=20
      who, after falling from a horse and striking his head, becomes =
gifted, or=20
      cursed, with photographic recall of every minute experience. He is =
so=20
      overwhelmed by the infinitude of his perceptions that he retreats =
into a=20
      darkened room. "To think is to forget a difference, to generalize, =
to=20
      abstract," Borges writes. "In the overly replete world of Funes =
there were=20
      nothing but details." Unlike Danny, Funes had lost the capacity to =

      perceive the platonic ideal of Rocky.<BR><BR>In Danny=92s hospital =
room,=20
      weighty philosophical issues yield to more practical concerns, =
like=20
      getting a tray on rollers properly positioned over his lap. "I=92m =
not an=20
      engineer, just a scientist," Quiroga says apologetically as he =
struggles=20
      with the balky tray. He eventually succeeds with the help of Emily =
Ho, who=20
      is an engineer, and the team=92s chief troubleshooter.<BR><BR>As =
other=20
      researchers come and go, Ho remains in Danny=92s room, manning the =

      amplifiers, computers, and other equipment. When the readouts from =
Danny=92s=20
      microwires go haywire, Ho starts checking lights and other =
appliances that=20
      might be causing electrical interference. Within minutes she =
traces the=20
      problem to the remote-controller that Danny uses to make his bed =
go up and=20
      down. After she unplugs it, the readouts return to =
normal.<BR><BR>The=20
      atmosphere in the room is surprisingly cheery. One reason is the =
frequent=20
      presence of Danny=92s father, Bill, owner of a carpeting business. =
Although=20
      silence reigns during experiments, so that Danny doesn=92t get =
distracted,=20
      between sessions Bill teases both the researchers and his son. At =
one=20
      point, Ho, watching signals from Danny=92s neurons scroll across a =
computer=20
      screen, tells him that he=92s got "great brain cells."<BR><BR>"Are =
you=20
      kidding?" Bill exclaims. "He=92s got lousy brain =
cells!"<BR><BR>Danny grins,=20
      even more so later after his father fumbles a styrofoam container =
of=20
      Chinese food, sending chicken chunks skidding across the floor. =
"Who=92s got=20
      the lousy cells?" Danny chortles.<BR><BR>Bill turns serious when =
asked why=20
      he and his wife agreed to let their son participate in these =
studies.=20
      "It=92s a duty," Bill says. Danny, Bill points out, has benefited =
because=20
      many other patients before him have volunteered to be subjects for =

      research. In the future, people suffering from epilepsy or other =
brain=20
      disorders may benefit from what the UCLA team learns from Danny.=20
      <BR><BR>For his part, Danny says he enjoys hanging out with the =
scientists=20
      and doing the experiments--"as long as there=92s no=20
      math."<BR></DIV><BR></DIV></TD>
    <TD class=3DTDMargin></TD>
    <TD id=3DTDContent34 vAlign=3Dtop>
      <TABLE cellSpacing=3D0 cellPadding=3D0>
        <TBODY>
        <TR>
          <TD id=3DTDContent3 vAlign=3Dtop><BR>
            <DIV class=3DContent3>
            <H3 class=3DMediumHeader>Selected Works</H3>
            <DIV class=3DSubContentCategory>Books</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work4.htm">Rational =
Mysticism:=20
            Dispatches from the Border Between Science and=20
            Spirituality</A><BR>Houghton Mifflin, January 2003.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work12.htm">The End of =
Science:=20
            Facing the Limits of Science in the Twilight of the =
Scientific=20
            Age</A><BR>Broadway Books, 1996</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work13.htm">The =
Undiscovered Mind:=20
            How the Brain Defies Replication, Medication, and=20
            Explanation</A><BR>Free Press, 1999</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work14.htm">Where Was God =
on=20
            September 11? A Scientist Asks a Ground-Zero =
Pastor.</A><BR>With=20
            Reverend Frank Geer. Edited and with an Introduction by =
Robert=20
            Hutchinson. Brown Trout, 2002. Royalties go to Help the =
Afghan=20
            Children Inc.</DIV>
            <DIV class=3DSubContentCategory>Misc. Writings</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work1.htm">Can a Single =
Brain Cell=20
            Think?</A><BR>Researchers have found evidence for the =
controversial=20
            "grandmother-cell" theory. Discover, June 2005.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work2.htm">Brain Chips and =
Other=20
            Dreams of the Cyber-Evangelists</A><BR>An essay in the =
Chronicle of=20
            Higher Education, June 3, 2005</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work3.htm">Do Our Genes =
Influence=20
            Behavior?</A><BR>An essay published in the Chronicle of =
Higher=20
            Education, November 26, 2004.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work15.htm">Keeping the =
Faith in My=20
            Doubt</A><BR>An essay published in the New York Times, =
December 12,=20
            2004</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work16.htm">The Myth of =
Mind=20
            Control: Will Anyone Ever Decode the Human =
Brain?</A><BR>Cover story=20
            for Discover Magazine, October 2004.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work17.htm">Why I Can't =
Embrace=20
            Buddhism</A><BR>A critique of Buddhism, published online by =
Slate=20
            (slate.msn.com) February 12, 2003.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work18.htm">Peyote on the=20
            Brain</A><BR>Published in Discover Magazine, February 2003. =
A=20
            profile of the Harvard psychiatrist John Halpern and his =
five-year=20
            study of peyote use by members of the Native American =
Church.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work19.htm">More Than Good =

            Intentions: Holding Fast to Faith in Free Will</A><BR>An =
essay=20
            published in the New York Times, December 31, 2002. </DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work20.htm">A Holiday Made =
for=20
            Believing</A><BR>An essay published on the oped page of the =
New York=20
            Times Christmas Day, 2002.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work21.htm">Selected =
Articles,=20
            1986-Present</A><BR>A list of articles written for =
Scientific=20
            American and other publications.</DIV>
            <DIV class=3DSubContentCategory>Outtakes from Rational =
Mysticism=20
            (published here only)</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work5.htm">Why I Gave Up =
On=20
            Zen</A><BR>An account of Horgan's efforts to achieve satori =
in a Zen=20
            class.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work6.htm">The Professor =
of Pure=20
            Consciousness</A><BR>A profile of the mystical philosopher =
Robert=20
            Forman, founder of The Forge.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work7.htm">The Psychedelic =

            Sorcerer</A><BR>A profile of the German anthropologist and =
authority=20
            on shamanism Christian Ratsch.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work8.htm">The =
Anti-Gurus</A><BR>A=20
            profile of Diana Alstad and Joel Kramer, authors of The Guru =

            Papers.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work9.htm">A Modern =
Catholic=20
            Mystic</A><BR>A profile of the Benedictine monk Brother =
David=20
            Steindl-Rast.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work10.htm">Beyond =
Belief</A><BR>A=20
            profile of the British Buddhist Stephen Batchelor.</DIV>
            <DIV class=3DContentSelectedWork><A class=3DQuickLink=20
            href=3D"http://www.johnhorgan.org/work11.htm">The Myth of =
the Totally=20
            Enlightened Guru</A><BR>A profile of the guru Andrew Cohen, =
founder=20
            of What Is Enlightenment?, with digressions on Yogi Bhajan =
and Amrit=20
            Desai.</DIV></DIV></TD></TR>
        <TR>
          <TD id=3DTDContent4 vAlign=3Dtop><BR>
            <DIV class=3DContent4>
            <H3 class=3DMediumHeader>Quick Links</H3>
            <DIV class=3DContentQuickLink><A class=3DQuickLink=20
            =
href=3D"http://www.science-spirit.org/article_detail.php?article_id=3D474=
"=20
            target=3D_blank>Horgan writes in Science &amp; Spirit =
magazine about=20
            whether war is inevitable.</A></DIV>
            <DIV class=3DContentQuickLink><A class=3DQuickLink=20
            =
href=3D"http://www.computer.org/computer/homepage/0104/Horgan/index.htm" =

            target=3D_blank>Horgan updates his views of science's limits =
in "The=20
            End of Science Revisited," Computer Magazine, January=20
2004.</A></DIV>
            <DIV class=3DContentQuickLink><A class=3DQuickLink=20
            href=3D"http://www.edge.org/documents/archive/edge16.html"=20
            target=3D_blank>Horgan defends his end-of-science argument =
on The=20
            Edge.</A></DIV>
            <DIV class=3DContentQuickLink><A class=3DQuickLink=20
            href=3D"http://www.edge.org/documents/archive/edge18.html"=20
            target=3D_blank>Horgan responds to Kevin Kelly, Paul Davies, =
Lee=20
            Smolin, and other Edge critics.</A></DIV>
            <DIV class=3DContentQuickLink><A class=3DQuickLink=20
            href=3D"http://www.longbets.org/bet/12" =
target=3D_blank>Horgan bets=20
            Michio Kaku $1000 that superstrings won't pan out.</A></DIV>
            <DIV class=3DContentQuickLink><A class=3DQuickLink=20
            href=3D"http://www.authorsguild.org/" =
target=3D_blank>Authors=20
            Guild</A></DIV>
            <DIV class=3DContentQuickLink><A class=3DQuickLink=20
            href=3D"mailto:email@johnhorgan.org">E-mail John=20
            Horgan</A></DIV></DIV><BR>
            <DIV class=3DContentFindAuthors><BR><A=20
            href=3D"http://www.authorsguild.org/membersites.html"><IMG=20
            alt=3D"Find Authors"=20
            src=3D"http://www.johnhorgan.org/images/findauthors.gif"=20
            =
border=3D0></A></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>=
</DIV></DIV>
<P class=3DPromo>Created by <A href=3D"http://www.authorsguild.org/">The =
Authors=20
Guild</A><IMG height=3D1 alt=3D""=20
src=3D"http://www.authorsguild.net/sitebuilder2/hit.php?qiPageID=3D43703"=
=20
width=3D1></P>
<P class=3DNetscape4Only><B>A note for users of older versions of =
Internet=20
Explorer, Netscape, or AOL:</B><BR>This site will look a lot better in a =
newer=20
browser. Download one for free!<BR>Internet Explorer: <A=20
title=3D"Internet Explorer 6 / Windows"=20
href=3D"http://www.microsoft.com/windows/ie/default.asp">Windows</A> <A=20
title=3D"Internet Explorer 5.x / Mac"=20
href=3D"http://www.microsoft.com/mac/products/ie/ie_default.asp">Mac</A> =
&nbsp; |=20
&nbsp; Netscape: <A title=3D"Netscape 7"=20
href=3D"http://channels.netscape.com/ns/browsers/download.jsp">Windows =
Mac=20
Other</A> <BR>For AOL users, please choose Internet Explorer above.=20
</P></BODY></HTML>

------=_NextPart_000_0000_01C57A90.999E39D0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: http://www.johnhorgan.org/images/findauthors.gif

R0lGODlheAAoAOb/AP////f39+/v7+fn5+Xl5ePj4+Hh4d/f393d3dvb29nZ2dfX19XV1dPT09HR
0c/Pz83NzcnJycfHx8PDw8HBwb+/v729vbm5ube3t7W1tbOzs7Gxsa2traurq6mpqaenp6Ojo6Gh
oZ6enp2dnZycnJubm5mZmZiYmJeXl5aWlpSUlJOTk5KSkpCQkI6OjoyMjIuLi4mJiYiIiIeHh4aG
hoWFhYSEhIODg4KCgoGBgYCAgH5+fnx8fHp6enh4eHZ2dnV1dXR0dHJycnBwcG5ubmxsbGtra2ho
aGNjY2JiYmBgYF5eXlxcXFpaWlhYWFZWVlJSUlBQUExMTEpKSkhISEREREJCQkBAQD4+Pjw8PDo6
Ojg4ODY2NjQ0NDIyMjAwMCwsLCoqKigoKCYmJiQkJCIiIiAgIB4eHhwcHBoaGhgYGBYWFhISEhAQ
EAgICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACwA
AAAAeAAoAAAH/4BvgoOEhYaHiImKi4yNjo9vAJKTlJWWl5iZmpucnZ6dggCQo6SlpqeFopGorK2u
qKqqr7O0tYSxtrm6rLi7vr+NvcDDxIPCxci+x4tbX19LNjrSOjJiX11tydq3oYpuIw8BkwIDmwYT
VdvIy4VElQNub21TF5oB6sXshA6VbhwDEKLE4wJDwCU0+IbpM1bpjRENSQwO+KHmjRoFlZogypLt
UcWEiBbKsyQIzYEhZhhICqBGQqUchtqIO/DmAAdGC2iWciNil8gvJAW5oSDAjJkGAMy4pPTB0AsA
XsbUvLlIwQJIYVgI4iLLlkgnQQdhCWChTQKllRoY8tF1UMU2ZP8GtdHixsHVRylcCALqsxsiG2Hl
AgiyAC2lB4WuPADwAuEBmicUhJAUw6K4AAbUvnEDpAEDjW9IfCTB5oyHD13eAHWDIwVCeR8WMBG6
RF6QN1YWVECySKSOwMaOFF46CTEhxYwRLriKI4ADNwQQvJkQwE0UAMaFCNjRA8CXSKkjleEgQABN
oAM2VBCwWUCEHwFqvMFyQE2AA20AJCkyoLffQ781ZAgAwhlW3FqyLPfGb/EwcBUAlb0xAAOGPNBC
JN9h+IYNNuwFwBNvlCGKEve8AcU9XCAwwA1qbCFAPIz4BlwoBRIniXGE/DaIgjq+oSAAOwjioFAg
HCCJDhpq2ML/haqpwtcLCggFQBtgACDVZgMEkEFHicgoYCo1VoLjID36eFWPP/4gyAN3DTBANg3I
kKR3byzp4Z1QGkNlW1YcEACXh4gEWCUf3RImJQ4YUiaPqijopkXYhWKGPALwIN4bT9DZQodN3kli
PFqIwtcgMA6AhSJfWcISmMNVUoEhMsjy2BuxCjKrOwQEUIFOuq4QgHltDDABCuVw8QYLApQgwxiq
dCGKG+T4EIAJbzg7iBUB5GDCnzAG+p8hQF0ShaEPHIFBJT0YcsUJgxRRxBvrCuKuIEBYkIUUIL6R
hgonqKGGCGvsS4IbNsTjRgUdkMEGCYKowbA8LLCQrkUPC5IEiL9p+LcKIvlhMm4oSlgwyQyT0ADS
LyJFksnHAGRAnBlUSGLFycp8awg/K6tMyXfXnUFzXxsj4o4mMVeSoRM/A91WIW5oUMAnAGyRNMo2
J2LGF1fQMM00OAwRhheTTl1z0GKXPWDVZpudcto/r832yW6/nVDccqtDd93axAL13nz37fffM+Jd
diAAOw==

------=_NextPart_000_0000_01C57A90.999E39D0
Content-Type: application/octet-stream
Content-Transfer-Encoding: base64
Content-Location: http://www.authorsguild.net/sitebuilder2/hit.php?qiPageID=43703

R0lGODlhAQABAID/AAAAAAAAACwAAAAAAQABAAACAkQBADsA

------=_NextPart_000_0000_01C57A90.999E39D0
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.johnhorgan.org/global.css

.contentboxpreview {
	CLEAR: left; FONT-SIZE: 13px
}
A:link {
	COLOR: blue; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
A:visited {
	COLOR: blue; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
A:hover {
	COLOR: blue; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline
}
A:active {
	COLOR: red; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline
}
.newsletter {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 13px; =
PADDING-BOTTOM: 10px; PADDING-TOP: 10px; FONT-FAMILY: Verdana, Arial, =
Helvetica, sans-serif
}
#TriColumnDiv {
	CLEAR: both; FLOAT: none
}
#theMainTable {
	CLEAR: both; FLOAT: none
}
B {
	FONT-WEIGHT: bold
}
UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 30px; PADDING-BOTTOM: 2px; MARGIN: =
0px; PADDING-TOP: 1px
}
H1 {
	MARGIN: 0px
}
H2 {
	MARGIN: 0px
}
H3 {
	MARGIN: 0px
}
H4 {
	MARGIN: 0px
}
.ContentImage0 {
	BORDER-RIGHT: black 0px; BORDER-TOP: black 0px; MARGIN-BOTTOM: 2px; =
BORDER-LEFT: black 0px; BORDER-BOTTOM: black 0px
}
.ContentImage1 {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; =
MARGIN-BOTTOM: 2px; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black =
1px solid
}
.Netscape4Only {
	DISPLAY: none; VISIBILITY: hidden
}
.Promo {
	DISPLAY: none; VISIBILITY: hidden
}
.helptable TD {
	FONT-SIZE: 10pt
}

------=_NextPart_000_0000_01C57A90.999E39D0
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.johnhorgan.org/print.css

DIV.pagediv {
	WIDTH: 690px! important; COLOR: black! important; BACKGROUND-COLOR: =
white! important
}
BODY {
	COLOR: black! important; BACKGROUND-COLOR: white! important
}
#theMainTable {
	COLOR: black! important; BACKGROUND-COLOR: white! important
}

------=_NextPart_000_0000_01C57A90.999E39D0
Content-Type: text/css;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.johnhorgan.org/images/china-with-palette-35.css

BODY {
	BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: =
0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: 0px; PADDING-TOP: =
0px; BORDER-BOTTOM: 0px; BACKGROUND-COLOR: #fff
}
.pagediv {
	WIDTH: 720px; COLOR: black; BACKGROUND-COLOR: #fff
}
.header {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; FONT-FAMILY: Arial, Helvetica, =
sans-serif
}
DIV#DIVMenu A:link {
	COLOR: black
}
DIV#DIVMenu A:visited {
	COLOR: black
}
DIV#DIVMenu A:hover {
	COLOR: black
}
DIV#DIVMenu A:active {
	COLOR: black
}
.LayoutMenuItem {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: normal; =
FONT-SIZE: 15px; PADDING-BOTTOM: 10px; MARGIN: 0px; LINE-HEIGHT: 30px; =
PADDING-TOP: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; =
BACKGROUND-COLOR: #69c; TEXT-ALIGN: center
}
.LayoutMenuItemSelected {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: =
15px; PADDING-BOTTOM: 10px; MARGIN: 0px; LINE-HEIGHT: 30px; PADDING-TOP: =
10px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #9cf; =
TEXT-ALIGN: center
}
#SPANMenu {
	TEXT-ALIGN: center
}
#DIVMenu {
	MARGIN: 0px 0px 5px 10px; WIDTH: 710px; LINE-HEIGHT: 40px; =
BACKGROUND-COLOR: #69c; TEXT-ALIGN: center
}
.ContentParagraph {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 13px; =
PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.ContentWork {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 13px; =
PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.ContentWorkTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; FONT-FAMILY: Arial, Helvetica, =
sans-serif
}
.ContentPhoto {
	PADDING-RIGHT: 9px; PADDING-LEFT: 9px; FONT-SIZE: 13px; PADDING-BOTTOM: =
9px; PADDING-TOP: 9px
}
.ContentQuickLink {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 13px; =
PADDING-BOTTOM: 5px; PADDING-TOP: 5px
}
A:link {
	COLOR: #36c
}
A:visited {
	COLOR: #36c
}
A:hover {
	COLOR: blue
}
A:active {
	COLOR: red
}
.ContentHeader {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: =
15px; PADDING-BOTTOM: 0px; PADDING-TOP: 10px; FONT-FAMILY: Arial, =
Helvetica, sans-serif; TEXT-DECORATION: none
}
.MediumHeader {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: =
17px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; FONT-FAMILY: Arial, =
Helvetica, sans-serif; TEXT-DECORATION: underline
}
.SubContentCategory {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: =
13px; PADDING-BOTTOM: 5px; PADDING-TOP: 15px
}
.BigHeader {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: =
24px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; FONT-FAMILY: Arial, =
Helvetica, sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.ContentSelectedWork {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 13px; =
PADDING-BOTTOM: 5px; PADDING-TOP: 0px
}
.ContentFindAuthors {
	CLEAR: left; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: =
10px; PADDING-TOP: 10px
}
.ContentNewsletterSubscribe {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 13px; =
PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.ContentNewsletterLink {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 13px; =
PADDING-BOTTOM: 5px; PADDING-TOP: 0px; FONT-FAMILY: Arial, Helvetica, =
sans-serif
}
.ContentTopic {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 13px; =
PADDING-BOTTOM: 10px; PADDING-TOP: 10px; FONT-FAMILY: Arial, Helvetica, =
sans-serif
}
.ContentTopicHeader {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; FONT-FAMILY: Tahoma, Arial, =
Helvetica, sans-serif
}
.ContentAuthorName {
	FONT-WEIGHT: bold; FONT-SIZE: 42px; MARGIN-LEFT: 0px; WIDTH: 720px; =
LINE-HEIGHT: 56px; FONT-FAMILY: Times New Roman, Times, serif; =
TEXT-ALIGN: center
}
.ContentFixed2 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: =
16px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; FONT-FAMILY: Arial, =
Helvetica, sans-serif; TEXT-DECORATION: underline
}
.Content1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.Content2 {
	WIDTH: 160px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.Content3 {
	BORDER-RIGHT: #69c 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #69c 1px =
solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; BORDER-LEFT: #69c 1px =
solid; WIDTH: 160px; PADDING-TOP: 10px; BORDER-BOTTOM: #69c 1px solid; =
FONT-FAMILY: Arial, Helvetica, sans-serif
}
.Content4 {
	BORDER-RIGHT: #69c 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #69c 1px =
solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; BORDER-LEFT: #69c 1px =
solid; WIDTH: 160px; PADDING-TOP: 10px; BORDER-BOTTOM: #69c 1px solid; =
FONT-FAMILY: Arial, Helvetica, sans-serif
}
#TDContent1 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; MARGIN: =
10px; PADDING-TOP: 10px
}
#TDContent2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; =
PADDING-TOP: 0px
}
#TDContent3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; =
PADDING-TOP: 0px
}
#TDContent4 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; =
PADDING-TOP: 0px
}
#TDContent34 {
	WIDTH: 160px
}
.TDMargin {
	WIDTH: 10px
}

------=_NextPart_000_0000_01C57A90.999E39D0--

