var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Prep basketball roundup
";
arnews[0] += "Richlands outscored Virginia High in every quarter to coast to a 77-33 non-district boys basketball win on Tuesday night.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:04:38 GMT";
arnews[0] += "
";
arnews[1]="Mitchell, Jackson lead Duke to rout of UNC
";
arnews[1] += "Bridgette Mitchell and Keturah Jackson scored 12 points apiece, and No. 8 Duke routed No.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:40:33 GMT";
arnews[1] += "
";
arnews[2]="United Givers' Fund T-shirt drive begins
";
arnews[2] += "The United Givers' Fund of Jackson County is selling T-shirts throughout the months of August and September to bring awareness about the organization before starting its annual fundraising drive in September.";
arnews[2] += "
Publ.Date : Mon, 24 Aug 2009 13:48:55 GMT";
arnews[2] += "
";
arnews[3]="Villanova bounces back
";
arnews[3] += "Scottie Reynolds scored 19 of his 21 points in the final 13 minutes and No. 4 Villanova held off No.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:57:11 GMT";
arnews[3] += "
";
arnews[4]="Women's College Basketball: Delaware wins; Drexel does not
";
arnews[4] += "Freshman star Elena Delle Donne had 26 points and 15 rebounds to lead Delaware to a 67-63 come-from-behind victory over George Mason yesterday at the Bob Carpenter Center in Newark, Del.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 09:34:08 GMT";
arnews[4] += "
";
arnews[5]="No. 5 Tennessee downs Vanderbilt
";
arnews[5] += "NASHVILLE, Tenn. - Kelley Cain scored a career-high 19 points, and fifth-ranked Tennessee rallied and beat Vanderbilt 69-60 Monday night for the Lady Vols' fifth straight victory.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 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("