var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sunday's TV Highlights: 'Collision' concludes on 'Masterpiece Contemporary'
"; arnews[0] += "AFTERMATH: Repercussions from a horrific multi-car accident reach far and wide in the conclusion of 'Masterpiece Contemporary: Collision' at 9 p.m. on KCET."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="FBI reopens case in teen's shooting
"; arnews[1] += "In the midst of the Civil Rights Movement, two Macon police officers fired shots at A.C. Hall, a 17-year-old Black youth, killing him."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:02:51 GMT"; arnews[1] += "
"; arnews[2]="Saints to be without Bush, DE Ellis on Sunday
"; arnews[2] += "Cold Case 10:00PM - 11:00PM The 1999 murder of a homeless woman, whose body is found at the bottom of a river in a station wagon, is investigated."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:00:05 GMT"; arnews[2] += "
"; arnews[3]="Mysterious Cold Case Solved After 34 Years
"; arnews[3] += "The mysterious death in 1975 of Karen Rose Robinson is a mystery no more. The Alameda County Sheriff's Department says the 21-year-old Oakland woman - whose body was found off a dark road in Pleasanton 34 years ago - died of a heroin overdose."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:39:56 GMT"; arnews[3] += "
"; arnews[4]="With Kathryn Morris of 'Cold Case'
"; arnews[4] += "Before signing on to star as the lead detective in CBS' missing-persons drama \"Cold Case,\" Kathryn Morris was courted by Steven Spielberg and Rod Lurie."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:09:14 GMT"; arnews[4] += "
"; arnews[5]="Cold Case: Frank King of Silver Spring, Md.
"; arnews[5] += "The suspect, who was seen at an IHOP in Silver Spring, may also have been involved in the murder of a D.C. police officer."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 21:29:29 GMT"; arnews[5] += "
"; totcount = 6; 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("
");