var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dennis Olson Wins MMA Event At The Rock
";
arnews[0] += "Dennis Olson bloodied and battered the previously undefeated John Manley for three full rounds in the main event of Combat Zone MMA 30 at Rockingham Park's sold out Sports Club on Friday night before pulling out the impressive victory by unanimous decision.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:08:28 GMT";
arnews[0] += "
";
arnews[1]="Canyon earns sweep at crowded Cougar Den
";
arnews[1] += "Andrew Porter scored nine points and Alex Lawrence and Coy Karrer both chipped in eight points to lift Canyon to a 67-34 win over cross-county rival Canyon Lake to open the regular season at the Cougar Den on Tuesday.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 05:19:17 GMT";
arnews[1] += "
";
arnews[2]="Brett Favre, the 40-Year-Old Version: 'It's amazing,' says sack king...
";
arnews[2] += "He retired four months after helping the New York Giants win Super Bowl XLII, but Michael Strahan is as busy as ever.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:58:44 GMT";
arnews[2] += "
";
arnews[3]="Volleyball: 5th set spoils Knights' state run - roanoke.com
";
arnews[3] += "Cave Spring wasn't quite able to knock the crown off the head of the reigning Group AA volleyball queen -- but at least the Knights jostled it.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:01:16 GMT";
arnews[3] += "
";
arnews[4]="COMMENTARY: Here's an American life, Sarah Palin-style
";
arnews[4] += "Of course, the subtitle of Sarah Palin's book is 'An American Life.' Because she is the lovely avatar of real Americans - ordinary, hard-working, God-fearing, common-sense, good, ordinary, real Americans.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:26:28 GMT";
arnews[4] += "
";
arnews[5]="Giants desperate for a win
";
arnews[5] += "Tom Coughlin had been asked about the significance of his New York Giants re-establishing dominance at home.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 09:30:06 GMT";
arnews[5] += "
";
arnews[6]="BPW sends hearts to guest speakers
";
arnews[6] += "Hearts to the speakers who make the Jackson Business and Professional Women organization's Brown Bag Lunches series such a success this year: Linda Jennings Higgins, Carol Dix, Dr.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Ron Dunlap column: Group working to close academic gap
";
arnews[7] += "In a recent Post-Crescent Thumbs Up, Thumbs Down article, it was reported how poorly our state school system is performing in eradicating the achievement gap between white students and black students.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("