var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="ACLU, Antioch file expert arguments in discrimination case
"; arnews[0] += "An Antioch police task force engaged in racial discrimination because a disproportionate percentage of its investigations targeted African-American households in the federal Section 8 housing-assistance program, an expert witness for the American Civil Liberties Union argues in a report filed as part of an ongoing federal civil rights lawsuit."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:10:58 GMT"; arnews[0] += "
"; arnews[1]="Antioch, school district settle racial discrimination lawsuit
"; arnews[1] += "Antioch and the city's school district have settled a lawsuit by the families of three teens involved in a March 2007 melee with police at a gas station near Deer Valley High School."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="US defence firms eye PMs visit to tap Indian market
"; arnews[2] += "Huma Siddiqui Posted: Saturday, Nov 21, 2009 at 0027 hrs IST Updated: Saturday, Nov 21, 2009 at 0027 hrs IST New Delhi: The US arms industry maybe looking at increased order from the Indian defence establishment after the PM's visit to the US next week."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 04:09:31 GMT"; arnews[2] += "
"; arnews[3]="Antioch, school district settle Gas City lawsuit
"; arnews[3] += "Antioch has settled a lawsuit filed by the families of three teens involved in a March 2007 fight with police at a gas station near Deer Valley High School."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:44:57 GMT"; arnews[3] += "
"; arnews[4]="BSO announces new Tanglewood season
"; arnews[4] += "The Boston Symphony Orchestra will open its summer season at Tanglewood on July 9 with a performance of Mahler's Second Symphony under the baton of James Levine."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 13:34:30 GMT"; arnews[4] += "
"; arnews[5]="Continue reading "2010 Tanglewood plans from BSO"
"; arnews[5] += "Time is short this morning - jury duty continues - so I'm simply going to give you the press release direct from the Boston Symphony Orchestra with all the plans for next summer's Tanglewood season, including the return of Seiji Ozawa, the jazz fest and two James Taylor/Carole King shows that will sell out so fast it will warp the space/time ..."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:56:11 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("
");