var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Last week
"; arnews[0] += "The driver of a pickup truck charged in connection with an early morning accident in Red Deer Sunday that killed the parents of five children made a brief court appearance this morning."; arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="UCF Spring Football Roster: Lineup includes new player numbers, six...
"; arnews[1] += "UCF has released its latest football roster, which you can find by clicking on this link ."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 17:11:15 GMT"; arnews[1] += "
"; arnews[2]="Obituaries: West Shore Sun
"; arnews[2] += "Freda Reminder , of Westlake, died Jan. 9. She was 86. Mrs. Reminder was wife of the late Robert J.; mother of Robert and Mary Ann Coblentz; grandmother and great-grandmother. Services were conducted at St."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 20:05:25 GMT"; arnews[2] += "
"; arnews[3]="gettik
"; arnews[3] += "It's seems unreal, but a rep for the CW tells us it's true: Lucas and Peyton are moving out of \"One Tree Hill.\" Rumors that the shows stars, Chad Michael Murray and Hilarie Burton, would not be returning for the show's seventh season began circulating in February when the CW announced a series renewal without specifying which cast members would be ..."; arnews[3] += "
Publ.Date : Tue, 12 May 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Foster, Meek win area titles
"; arnews[4] += "Alex Foster and Billy Meek brought home their respective Area 7-AAAA individual wrestling titles while leading Cass to a first-place finish at their region meet, which concluded Saturday."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 15:25:19 GMT"; arnews[4] += "
"; arnews[5]="Ben O'Connell dumps in 13 points to lead UGI win
"; arnews[5] += "The UGI/Penn Natural Gas Magic defeated the Gattuso Group Accountant & Consultants Spurs, 21-13. Ben O'Connell led the Magic with 13 points followed by Colin Bowanko with six points and Evan McClain with two points."; arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 07:20:18 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("
");