var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Law enforcement arrest reports
"; arnews[0] += "Brady, Bernard Francis, 49, 802 Shepard No. 2, Fort Scott, was arrested by Bourbon County Sheriff's Office on Nov."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 03:59:36 GMT"; arnews[0] += "
"; arnews[1]="Cream of the Kropp
"; arnews[1] += "In 2005, Anthony Kropp was on top of the world. The senior quarterback of an undefeated IHSA Class 8A state champion at Lincoln-Way East, the world was his oyster."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 09:03:22 GMT"; arnews[1] += "
"; arnews[2]="John Stamos Gets Star On Hollywood Walk Of Fame
"; arnews[2] += "Share + Nov 17, 2009 11:41 am US/Central LOS ANGELES Whether people know him as Blackie, Uncle Jesse, Dr."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 21:38:49 GMT"; arnews[2] += "
"; arnews[3]="John Stamos receives star on Hollywood Walk of Fame
"; arnews[3] += "John Stamos, best known for his role as \"Uncle Jesse\" on Full House , received a star on the Hollywood Walk of Fame today."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="The Syrian Godfather
"; arnews[4] += "With his new film Testro billed to open Beirut's recent International Film Festival, Francis Ford Coppola was diverted from landing in the Lebanese capital when it was learned that his private plane used parts manufactured in Israel."; arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 08:04:25 GMT"; arnews[4] += "
"; arnews[5]="Scouting the rest of the Big Ten
"; arnews[5] += "Illinois 2008-09 record: 24-10, 11-7. Projected starters: F Mike Davis, G Demetri McCamey, C Mike Tisdale, G D.J. Richardson, G Brandon Paul."; arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 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("
");