var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="People,Places and Things
"; arnews[0] += "Doc bought propofol used by Jackson LAS VEGAS - Michael Jackson 's doctor bought a powerful anesthetic in Nevada and had it shipped to California, where it was found at the pop singer's bedside after he died, court documents released Friday show."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:49:35 GMT"; arnews[0] += "
"; arnews[1]="Jail Logs
"; arnews[1] += "18 -- Timothy Covey, 26, Springville, was arrested on a parole warrant and was being held without bond."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:44:22 GMT"; arnews[1] += "
"; arnews[2]="CRIME: Today's police news from around the region
"; arnews[2] += "Men arrested for selling stolen equipment: Maryland Natural Resources Police officers charged two Berlin men with theft after a month-long investigation into the sale of stolen fishing equipment."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 03:26:34 GMT"; arnews[2] += "
"; arnews[3]="Tattle: Janet Jackson blames doc for Michael's death
"; arnews[3] += "ANET JACKSON blames Dr. Conrad Murray for her brother Michael 's death. She told ABC News in an interview to air tomorrow that Murray should no longer be allowed to practice medicine."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 14:10:58 GMT"; arnews[3] += "
"; arnews[4]="Harper cashes in on Bollywood cachet Jackson blames doc for brother's death
"; arnews[4] += "First Stephen Harper got by with a little help from the Beatles. Prime Minister Stephen Harper pumps his fist as he appears on 'Dance Premier League,' a reality dance contest show, during a stop at television studios in Mumbai, India, on Monday."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 11:44:38 GMT"; arnews[4] += "
"; totcount = 5; 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("
");