var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Murderer's sentence is life in prison, twice
";
arnews[0] += "Hillsborough County Superior Court Judge Gillian Abramson this morning sentenced 36-year-old Todd Peters to two consecutive life sentences, without possibility of parole, in the bat beating murders of Edith Riley and Timothy King.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:32:09 GMT";
arnews[0] += "
";
arnews[1]="Manchester man convicted in baseball bat murders
";
arnews[1] += "A Hillsborough County Superior Court jury yesterday convicted Todd Peters, 36, of first-degree murder in the baseball bat beating deaths of Edith Riley and Timothy King in October 2008.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:22:48 GMT";
arnews[1] += "
";
arnews[2]="Dave Rawlings Machine: A Friend of a Friend
";
arnews[2] += "After many years of Old Crow Medicine show performances and his longtime collaboration with partner Gillian Welch , it's hard to believe that A Friend of a Friend is Dave Rawlings first solo album.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:57:44 GMT";
arnews[2] += "
";
arnews[3]="Predictable made interesting in a Moon Over the Brewerya
";
arnews[3] += "The Milwaukee Chamber Theater, 158 N. Broadway, presents its 35th theatrical season with a performance of Bruce Graham's \"Moon Over the Brewery,\" which runs until Dec.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 10:54:43 GMT";
arnews[3] += "
";
arnews[4]="Girls night out - win tickets
";
arnews[4] += "A GLOBAL phenomenon billed as 'the ultimate girls' night out' is due to bring mirth and naughtiness to Weston's Playhouse next month.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 18:53:30 GMT";
arnews[4] += "
";
arnews[5]="Sheryl Crow's cause didn't fly in D.C
";
arnews[5] += "Sheryl Crow is a complete convert to the fight against global warming, and to green causes in general.";
arnews[5] += "
Publ.Date : Wed, 25 Apr 2007 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="RUNNING: Penicuik Harriers welcome fresh blood to committee Penicuik...
";
arnews[6] += "Penicuik Harriers welcomed some new faces to the committee at its annual general meeting held recently.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 14:11:14 GMT";
arnews[6] += "
";
arnews[7]="Four in the dock after drugs raid on Tyneside pub
";
arnews[7] += "PUB staff accused of using a bar to supply cocaine have appeared in court. Police launched an undercover operation after a tip-off class A drugs were being sold at a bar in Newcastle's Cloth Market.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 12:01:00 GMT";
arnews[7] += "
";
arnews[8]="Union Grove sweeps KISD football titles
";
arnews[8] += "Josh Delaney tossed a pair of touchdown passes and the Union Grove eighth-grade Grizzlies capped a perfect season with a 26-0 win over Smith in the KISD eighth-grade championship game Tuesday at Buckley Stadium.";
arnews[8] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("