var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Thomas Keller's iceberg lettuce slices
"; arnews[0] += "On todaya s show, New Yorker staff writer Michael Specter explains why so many Americans have come to mistrust science and major institutions."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:39:39 GMT"; arnews[0] += "
"; arnews[1]="Obituary - Antonette Derivan
"; arnews[1] += "Antonette Derivan, of Farmingdale, passed away on Nov. 14, 2009. wife of the late Vincent James."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 11:00:48 GMT"; arnews[1] += "
"; arnews[2]="Go with the Flow
"; arnews[2] += "First, we look into the safety of our nation's water supply with New York Times reporter Charles Duhigg."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:46:48 GMT"; arnews[2] += "
"; arnews[3]="Memo: Utah regulators sped up mine permit decision
"; arnews[3] += "Utah regulators hurried a decision to issue a strip mine permit after the coal operator complained to Gov."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:33:00 GMT"; arnews[3] += "
"; arnews[4]="Dodgers won't be pursuing John Lackey
"; arnews[4] += "Reporting from Chicago - Even with starting pitching as their most pressing need, the Dodgers do not plan to pursue John Lackey, the best starter available in free agency."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 01:49:34 GMT"; arnews[4] += "
"; arnews[5]="NL
"; arnews[5] += "Voting Results User Choice: Jim Tracy, Rockies Scott Miller's prediction : Jim Tracy, Rockies."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 22:07:30 GMT"; arnews[5] += "
"; arnews[6]=""Coraline" director Henry Selick
"; arnews[6] += "Elvis Costello talks about his music and the second season of \"Spectacle,\" his music talk show on the Sundance Channel."; arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:48:56 GMT"; arnews[6] += "
"; arnews[7]="South Orange Essex County New Jersey Divorce Mediation Attorney
"; arnews[7] += "Even though the World Series is over, baseball is still headline news. The buzz is about divorce filings by Frank and Jamie McCourt, whose marital assets include the Los Angeles Dodgers."; arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 17:04:58 GMT"; arnews[7] += "
"; arnews[8]="The Gift Of Literature: Author Colum McCann
"; arnews[8] += "Talking about writing, and specifically his latest work, Let The Great World Spin author Colum McCann said Tuesday evening, \"The gift of literature is to live in a body that is not your own.\" McCann gives the readers those bodies, allowing them to experience a certain time and place, through the voices of characters like the Irish monk, working ..."; arnews[8] += "
Publ.Date : Mon, 16 Nov 2009 12:26:23 GMT"; arnews[8] += "
"; totcount = 9; 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("
");document.write("
");