var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Saturday's Top Stories
"; arnews[0] += "H1N1 clinics for students, first H1N1 death in Wood County, Toledo 2010 budget... Toledo Public Schools and the Health Department are holding their first of four H1N1 clinics for students."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:09:27 GMT"; arnews[0] += "
"; arnews[1]="Court Report published Saturday, Nov. 21, 2009
"; arnews[1] += "Mark Hale Brummitt Jr., 25, Gold Beach, was convicted Nov. 16 of possession of less than an ounce of marijuana."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:36:56 GMT"; arnews[1] += "
"; arnews[2]="Toledo-area women find ways to heal, help others
"; arnews[2] += "Their stories are different, but their losses are much the same: sons, brothers, and friends who died not by accident or disease but at their own hands."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:22:23 GMT"; arnews[2] += "
"; arnews[3]="PH bottles up Rams
"; arnews[3] += "By Ted Radick Staff writer DEFIANCE -- One play into the fourth quarter in Friday's Division V, Region 18 final at Fred Brown Stadium, the Tinora Rams hit paydirt."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:22:09 GMT"; arnews[3] += "
"; arnews[4]="'C-3PO' hosts symphonic version of Star Wars
"; arnews[4] += "\"It's an enormously well-told story,\" Anthony Daniels says of Star Wars in Concert."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:51:27 GMT"; arnews[4] += "
"; arnews[5]="Inauguration DayLIVE-Link Social Media to Bring Galas Home
"; arnews[5] += "A social media site called LINK-Live, based on the Obama campaign 's Web outreach, plans to bring Inauguration Day ceremonies into the homes of millions around the world."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:21:06 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("
");