var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Cold Case File: Stacey Brown
"; arnews[0] += "An unsolved murder case is not considered cold until a year goes by. During that time detectives repeatedly interview witnesses as they search for a suspect."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:29:57 GMT"; arnews[0] += "
"; arnews[1]="Nancy Grace Cold Case
"; arnews[1] += "Basil Abdul'Faruq and his brother, Jamal, begged their mother to let them go outside to play."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:33:35 GMT"; arnews[1] += "
"; arnews[2]="Arrest Made in 14 Year Old Murder Case
"; arnews[2] += "Boston Police with the assistance of the United States Marshalls have apprehended Patrick Anthony Brown , who has had a warrant out for his arrest since the 1995 murder of 21 year old Zandera Sullivan of Jamaica Plain ."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:29:45 GMT"; arnews[2] += "
"; arnews[3]="Five Convicted in Steroids Case
"; arnews[3] += "The U.S. Attorney's office announced the convictions of five people Monday afternoon."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:23:25 GMT"; arnews[3] += "
"; arnews[4]="Cold Case
"; arnews[4] += "The team investigate the 1944 murder of the top pilot who flew non-combat missions in WWII."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:46:05 GMT"; arnews[4] += "
"; arnews[5]="Cold Cases Re-Opened
"; arnews[5] += "The Alachua County Sheriff's Office Cold Case division along with the Florida Department of Law Enforcement are re-releasing information on the anniversary dates of unsolved homicides,suspected foul play and missing persons cases."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:25:17 GMT"; arnews[5] += "
"; arnews[6]="Cold Case: Jerry Dillivan
"; arnews[6] += "ANCHORAGE, Alaska Right now, there are 57 cold cases in Anchorage. 28 have been reopened and are being reinvestigated to try to catch killers on Anchorage streets."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 09:09:26 GMT"; arnews[6] += "
"; arnews[7]="Work off your Super Bowl bulge
"; arnews[7] += "Celebrity trainer Tracy Anderson demonstrates how to use your own body for resistance."; arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[7] += "
"; totcount = 8; 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("
");