var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Feb. 5 Prep Roundup
";
arnews[0] += "Battery Creek 78, Stall 34: Javari Albergottie scored 16 points and broke his own school record for 3-pointers, sinking five more on Friday night for 81 on the season.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 07:48:13 GMT";
arnews[0] += "
";
arnews[1]="Pro Bowl praise has a Hall of Fame flavor for Cleveland Browns' Joe Thomas
";
arnews[1] += "If Joe Thomas keeps up this way, the Browns might someday have to name a street after him, too.";
arnews[1] += "
Publ.Date : Sun, 31 Jan 2010 01:05:39 GMT";
arnews[1] += "
";
arnews[2]="Bluffton girls rally past Lake Marion
";
arnews[2] += "After nearly three quarters of futility, the Bluffton girls basketball team came alive in the fourth quarter to beat Lake Marion, 41-30, on Friday night to improve to 4-2 in the Region 8-AAA standings.";
arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 08:07:15 GMT";
arnews[2] += "
";
arnews[3]="The Almanac - Jan. 29
";
arnews[3] += "Today is Friday, Jan. 29, the 29th day of 2010 with 336 to follow. The moon is waxing.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 13:18:50 GMT";
arnews[3] += "
";
arnews[4]="The almanac
";
arnews[4] += "Today is Friday, Jan. 29, the 29th day of 2010 with 336 to follow. The moon is waxing.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 09:12:24 GMT";
arnews[4] += "
";
arnews[5]="High School Basketball Roundup: Farris' return sparks Carver to victory
";
arnews[5] += "Junior Shatavia Farris returned to the floor Wednesday and scored 26 points to lead G.W. Carver in a 60-56 home win over Jeff Davis.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Tigers thinking big once again
";
arnews[6] += "The last time the Columbus East High School boys basketball team advanced past the second round of the district tournament was 2003 when it featured Division II district Player of the Year Cyrus Smith and ended up a district runner-up. One of the area's better scoring duos has the Tigers thinking big again this season.";
arnews[6] += "
Publ.Date : Wed, 27 Jan 2010 18:54:53 GMT";
arnews[6] += "
";
arnews[7]="Jan. 26 Prep Roundup
";
arnews[7] += "Charleston Collegiate 39, Beaufort Academy 34: Beaufort Academy rallied from a 19-point deficit to tie the game late in the fourth quarter but came up just short, falling to 9-7 on the season.";
arnews[7] += "
Publ.Date : Tue, 26 Jan 2010 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("