var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pike could be even stronger on the mat
";
arnews[0] += "Despite losing a state runner-up and a semistate qualifier from a team that finished a close third in the sectional, Pike wrestling coach Spence Spencer believes his team actually might be better.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Bowls: Ferris on top form at Florence
";
arnews[1] += "DEAN Ferris beat Callum Wraight 21-15 in the final of the latest Florence Private one-day knockout competition.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 10:39:12 GMT";
arnews[1] += "
";
arnews[2]="Monticello blanks Vilonia in first round
";
arnews[2] += "MONTICELLO a ' The Monticello Billies had their way in the first round of the Class 5A state playoffs, beating Vilonia 31-0 at Hyatt Field.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 09:41:35 GMT";
arnews[2] += "
";
arnews[3]="Hughes scores a late consolation
";
arnews[3] += "PERSHORE Mena s hockey sidea s poor form in the BodyKraft West Midlands Division Two continued when they were soundly beaten by previously point-free Rugeley.";
arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 19:46:35 GMT";
arnews[3] += "
";
arnews[4]="Fast-starting Central tops Northwest
";
arnews[4] += "Keller Central wrapped up its season Thursday by defeating Justin Northwest 34-14 at the Keller ISD Athletic Complex.Central struck first, driving 60 yards and scoring on a 35-yard touchdown pass from Tanner Tausch to Israel Valentin.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Clean sweep: Warriors blank Handley to earn berth in championship
";
arnews[5] += "View larger image Sherando's Ashleigh Tanis, left, goes up for a block against Handley's Colleen Koppenhaver during Tuesday's Northwestern District volleyball tournament semifinal match in Front Royal.";
arnews[5] += "
Publ.Date : Wed, 04 Nov 2009 16:01:25 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("