var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hometown Hoops: Member One Valley Shootout this weekend in Salem - WDBJ7.com
";
arnews[0] += "The biggest match-up is Cave Spring and Josh Henderson taking on Christ School out of North Carolina that has Marshall Plumlee, a 6'11\" junior who has two older brothers currently playing at Duke. There are four games on the slate Saturday at the ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 19:56:00 GMT";
arnews[0] += "
";
arnews[1]="Henderson, Lacy lift Knights - Roanoke Times
";
arnews[1] += "Blacksburg's Terrence Travis puts up a shot as Josh Henderson defends. Travis had 16 points. Cave Spring's Josh Henderson had 28 points, eight rebounds and seven blocked shots in the win over Blacksburg. BLACKSBURG -- One point about being a ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 06:48:00 GMT";
arnews[1] += "
";
arnews[2]="Veritas cruises past Blue Ridge - LJWORLD
";
arnews[2] += "Eudora — Veritas Christian rolled to a 19-point first-quarter lead and never looked back in a 62-34 high school boys basketball victory Tuesday night against Blue Ridge Christian. Nate Scott led the Eagles with 13 points, followed by Ethan Kay with ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 06:34:00 GMT";
arnews[2] += "
";
arnews[3]="Northside's boys clinch district - Roanoke Times
";
arnews[3] += "Northside's boys basketball team used a pressure defense to force 24 turnovers in the first half on their way to a 90-46 win over visiting Lord Botetourt on Thursday that clinched Blue Ridge District championship and a No. 1 seed in regionals. Neil ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 06:39:00 GMT";
arnews[3] += "
";
totcount = 4;
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("