var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sweeps dont appear as sweeping success this year
"; arnews[0] += "\"NCIS\" forensic scientist Abby crosses over to spin-off series \"NCIS: Los Angeles\" for Tuesday's episode at 9 p.m. on CBS."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 06:16:43 GMT"; arnews[0] += "
"; arnews[1]="Faux helper faces kidnap charges
"; arnews[1] += "A federal grand jury in Topeka returned an indictment Wednesday charging Jason E. Frazier with kidnapping and other counts stemming from an Oct."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:30:35 GMT"; arnews[1] += "
"; arnews[2]="Conor Mcgarrity the star as Colts are undone by Fernieside
"; arnews[2] += "By ALEX SCHWEITZER-THOMPSON FERNIESIDE stormed the all-Division 3 tie against Leith Athletic Colts to surge into the next round of the South East Region 14s Paladin Cup at Leith Links with three second-half goals to down their hosts."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 00:00:00 GMT"; arnews[2] += "
"; arnews[3]="ION Television to Premiere Network's First Originally Produced Film...
"; arnews[3] += "ION Television's first originally produced television film, the holiday themed \" A Golden Christmas,\" is set to make its world premiere on the Network on Sunday, December 13 at 9:00 PM, ET."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 20:10:21 GMT"; arnews[3] += "
"; arnews[4]="Python rescued
"; arnews[4] += "POLICE OFFICERS from Belmont Police Station who responded to a trouble call at Hutton Road in St Ann's, during the early morning hours yesterday, came face to face not with bandits but a ten-foot long Albino python which was slithering in the yard of a resident's home."; arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 05:29:00 GMT"; arnews[4] += "
"; arnews[5]="Rural one win from title
"; arnews[5] += "Washburn Rural's Nicholas Golden, left, battles for the ball with Shawnee Mission Northwest's Jonathan Sestak, middle, and Colby Weishaar during the first half of Friday's Class 6A soccer semifinal at the Blue Valley District Soccer Complex."; arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 09:40:01 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("
");