strict digraph {

//layout=twopi;
//layout=circo;

node [shape=box];

tommy [label="St. Elsewhere"];

cheers [label="Cheers"];
bobnewhart [label="The Bob Newhart Show"];
mash [label="M*A*S*H"];
warren [label="The White Shadow"];
julia [label="Julia"];

tommy -> cheers [label="share"];
tommy -> bobnewhart [label="share"];
tommy -> mash [label="share"];
tommy -> warren [label="share"];
tommy -> julia [label="share"];

homicide [label="Homicide: Life on the Street"];
hope [label="Chicago Hope"];
oz [label="Oz"];
tattingers [label="Tattingers"];
boston [label="Boston Public"];
jordan [label="Crossing Jordan"];
method [label="Method & Red"];
providence [label="Providence"];
degrassi [label="Degrassi Junior High"];

tommy -> homicide [label="share"];
tommy -> hope [label="share"];
tommy -> oz [label="share"];
tommy -> tattingers [label="share"];
tommy -> boston [label="share"];
tommy -> jordan [label="share"];
tommy -> method [label="share"];
tommy -> providence [label="share"];
tommy -> degrassi [label="share"];

murphybrown [label="Murphy Brown"];
idoj [label="I Dream of Jeannie"];

bobnewhart -> ALF [label="share"];
bobnewhart -> Bob [label="share"];
bobnewhart -> murphybrown [label="share"];
bobnewhart -> idoj [label="dream"];
Newhart -> bobnewhart [label="dream"];

teddyz [label="The Famous Teddy Z"];
hurrylove [label="Can't Hurry Love"];

murphybrown -> teddyz [label="share"];
murphybrown -> hurrylove [label="share"];
murphybrown -> Ink [label="share"];

walter [label="W*A*L*T*E*R"];
aftermash [label="AfterM*A*S*H"];
john [label="Trapper John, MD"];
nightingales [label="The Fighting Nightingales"];

mash -> walter [label="share"];
mash -> aftermash [label="share"];
mash -> john [label="share"];
mash -> nightingales [label="share"];

warren -> method [label="share"];

laworder [label="Law&Order"];
sally [label="Miss Sally's Schoolyard"];
wire [label="The Wire"];

homicide -> laworder [label="share"];
homicide -> hope [label="share"];
homicide -> sally [label="show"];
homicide -> wire [label="share"];

losvu [label="Law&Order: Special Victims Unit"];
xfiles [label="The X-Files"];

homicide -> losvu [label="share"];
homicide -> xfiles [label="share"];

nyu [label="New York Undercover"];
deadline [label="Deadline"];
loci [label="Law&Order: Criminal Intent"];
lola [label="Law&Order: LA"];
lotbj [label="Law&Order: Trial by Jury"];

laworder -> nyu [label="share"];
laworder -> deadline [label="share"];
laworder -> loci [label="share"];
laworder -> lotbj [label="share"];

plain [label="In Plain Sight"];

loci -> plain;

ad [label="Arrested Development"];
beat [label="The Beat"];
luther [label="Luther"];

conviction [label="conviction"];

losvu -> ad [label="share"];
losvu -> beat [label="share"];
losvu -> luther [label="share"];
losvu -> conviction [label="share"];
losvu -> lola [label="share"];
losvu -> wire [label="share"];

beat -> oz [label="share"];
beat -> sally [label="show"];

oz -> sally [label="show"];

millennium [label="Millennium"];
gunmen [label="The Lone Gunmen"];
picket [label="Picket Fences"];
luck [label="Strange Luck"];

xfiles -> millennium [label="share"];
xfiles -> gunmen [label="share"];
xfiles -> picket [label="share"];
xfiles -> luck [label="share"];

picket -> hope [label="share"];

fringe [label="Fringe"];
twinpeaks [label="Twin Peaks"];
lost [label="Lost"];

fringe -> xfiles [label="show"];
fringe -> twinpeaks [label="share"];
fringe -> lost [label="share"];

kingdom [label="Kingdom Hospital"];
office [label="The Office UK"];
allas [label="Allas"];

lost -> kingdom [label="share"];
lost -> office [label="share"];
lost -> allas [label="share"];

early [label="Early Edition"];

hope -> ER [label="share"];
hope -> early [label="share"];

sammo [label="Martial Law"];

early -> sammo [label="share"];

walker [label="Walker, Texas Ranger"];

sammo -> walker [label="share"];

thunder [label="Sons of Thunder"];

walker -> thunder [label="share"];

eerie [label="Eerie, Indiana"];
eerietod [label="Eerie, Indiana: The Other Dimension"];

luck -> eerie -> eerietod [label="share"];

nickhillary [label="Nick & Hillary"];

tattingers -> nickhillary [label="share"];

}
