var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Clampitt ends 20-month layoff with unanimous-decision victory
";
arnews[0] += "By ERIC BENEVIDES Sports writer LINCOLN --- Jaime Clampitt flipped the switch in the second round, and in the process, shut off a tough competitor the rest of the way in her comeback fight on Friday night at the Twin River Event Center.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:22:20 GMT";
arnews[0] += "
";
arnews[1]="King holds court
";
arnews[1] += "It is good to be the king. Kenmare middle Katie King finished with 22 kills, two blocks and an ace as the Honkers defeated Linton-Hazelton-Moffit-Braddock 3-0 in a semifinal match of the state Class B volleyball tournament Friday at the Minot State University Dome.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:16:42 GMT";
arnews[1] += "
";
arnews[2]="Griffin Decisions McCreedy O'connor Dominates, Clampitt Shines
";
arnews[2] += "Otis \"Triple OG\" Griffin outlasted Joey McCreedy to win a unanimous 8-round decision tonight in the main event on the \"Autumn Classic\" pro boxing card, presented by Jimmy Burchfield's Classic Entertainment & Sports, Inc., at Twin River Event Center in Lincoln, Rhode Island.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Class B state volleyball: Honkers flying high
";
arnews[3] += "\" Forget those students from the other school decked in duck-hunting attire in the stands.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:30:23 GMT";
arnews[3] += "
";
arnews[4]="Otis Griffin Beats Hometowner Joe McCreedy
";
arnews[4] += "\" Otis \"Triple OG\" Griffin outlasted Joey McCreedy to win a unanimous 8-round decision tonight in the main event on the \"Autumn Classic\" pro boxing card, presented by Jimmy Burchfield's Classic Entertainment & Sports, Inc., at Twin River Event Center in Lincoln, Rhode Island.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:02:49 GMT";
arnews[4] += "
";
arnews[5]="ND Class B volleyball roundup: Wyndmere-Lidgerwood falls in first round
";
arnews[5] += "Wyndmere-Lidgerwood's Nicole Mauch spikes against Kenmare in the quarterfinals of the North Dakota Class B state volleyball tournament Thursday in Minot.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:44:55 GMT";
arnews[5] += "
";
arnews[6]="Filming On a oeThronesa Complete
";
arnews[6] += "ABC Sets Premiere for Final Season of \"Lost\" >> Filming On \"Thrones\" Complete Filming on the pilot episode of \"A Game of Thrones\" has wrapped, reports SciFi Wire.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 20:10:26 GMT";
arnews[6] += "
";
arnews[7]="Scream Queens 2: Jaime King and Tim Sullivan Join In / Winner Receives Role in Saw 3D
";
arnews[7] += "With James Gunn moving on to other things, the question beckoned: Who would be at the helm of this season's \"Scream Queens\" for VH1? It didn't take long for the answer to come.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 22:29:52 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("