var arnews = new Array(20);
totcount = 20;
rnd = 0;
document.title=document.title+ " - independent.com stories: In Memoriam";
document.title=document.title+ " ";
arnews[0]="Robert Young, M.D.: The Good Doctor
";
arnews[0] += "Helping to start up Cottage Hospital’s emergency room was one of his signal, proudest achievements.";
arnews[0] += "
";
arnews[1]="Theodore Martinez: Mentor of Vista de las Cruces School
";
arnews[1] += "Theodore Martinez (1933-2009): mentor of Vista de las Cruces School.";
arnews[1] += "
";
arnews[2]="Donald Giffin: Scion of Goleta's Oil Boom
";
arnews[2] += "Words were the very basis of my relationship with my father. Well-considered words, examined for nuances of meaning.";
arnews[2] += "
";
arnews[3]="Henry Bergmann: Volleyball Legend Took His Own Life
";
arnews[3] += "He was an artist of an athlete, a decade before the arrival of professionalism elevated another player of similar stature and skill—Karch Kiraly—to superstardom.";
arnews[3] += "
";
arnews[4]="Betty Gallagher, A Life in The News
";
arnews[4] += "Better half of former Associated Press president, former actress, and longtime Santa Barbaran";
arnews[4] += "
";
arnews[5]="Janet Duff Caballero: Actress, Director, and Producer
";
arnews[5] += "The curtain has fallen on the founder of the Circle Bar B Dinner Theatre.";
arnews[5] += "
";
arnews[6]="Julian Moody 1917-2009
";
arnews[6] += "I like to remember Julian Moody as a gardener. And while it is true he worked for a nursery as a young man, and after World War II, he owned and operated a mail-order flower bulb business, that is not what I mean. Julian was a soul gardener.";
arnews[6] += "
";
arnews[7]="Patricia Henley: Won Landmark Judgments Against Tobacco Companies
";
arnews[7] += "She discovered thousands of documents showing that the tobacco industry lied.";
arnews[7] += "
";
arnews[8]="Lorenzo 'Lencho' Martinez
";
arnews[8] += "Lorenzo “Lencho” Martinez (1923-2009): Musician";
arnews[8] += "
";
arnews[9]="Richard DeWees: Mayor of Lompoc
";
arnews[9] += "Richard DeWees (1948-2009): Mayor of Lompoc";
arnews[9] += "
";
arnews[10]="Thomas Mooney: Poet, Storyteller
";
arnews[10] += "All I wanted was the Brady Bunch dad. What I got was a bearded dad with a ponytail who listed \"Poet\" as his occupation.";
arnews[10] += "
";
arnews[11]="Blake Snyder: Screenwriter
";
arnews[11] += "I think real life made Blake slightly nervous, but in screenplays he found the control and structure that real life lacks.";
arnews[11] += "
";
arnews[12]="Dean Bradley Jensen: Teacher
";
arnews[12] += "Dean Bradley Jensen (1950-2009), Teacher";
arnews[12] += "
";
arnews[13]="Joe Itsuki Mori: Internment Camp Survivor, Kata Shi Nursery Owner
";
arnews[13] += "Joe Itsuki Mori (1923-2009): Internment Camp Survivor, Kata Shi Nursery Owner";
arnews[13] += "
";
arnews[14]="June Helen Schuerch
";
arnews[14] += "June Helen Schuerch (1930-2009), Patron of Musicians";
arnews[14] += "
";
arnews[15]="Stanley V. Anderson
";
arnews[15] += "Remembering Stanley V. Anderson (1928-2009), humanitarian, instrumental in promulgating ombudsmanship in U.S.";
arnews[15] += "
";
arnews[16]="Pete Relis, Founder of César Chávez School and Leadership Institute
";
arnews[16] += "Pete Relis (1942-2009), founder of César Chávez School and Leadership Institute.";
arnews[16] += "
";
arnews[17]="Glen Wade 1921 – 2009
";
arnews[17] += "Not just an inventor, and professor, but a kind and compassionate human of the highest order.";
arnews[17] += "
";
arnews[18]="Dylan “Dee” Corselius-Willson: Writer and Musician
";
arnews[18] += "For not one second of his 22 years was Dylan anyone but his true self.";
arnews[18] += "
";
arnews[19]="Michael Jackson, 1958-2009
";
arnews[19] += "The King of Pop passes, and our reporter who covered his trial and grew up to his music reflects.";
arnews[19] += "
";
totcount = 20;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("