var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Second half lifts Columbia College women's basketball team
";
arnews[0] += "The Columbia College women's basketball team defeated Baker University 64-56 on Saturday at the Arena of Southwell Complex.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:13:42 GMT";
arnews[0] += "
";
arnews[1]="Aera sports in brief
";
arnews[1] += "Pawleys Island's Jeremy Pope and Murrells Inlet's Zack Byrd both failed Saturday to advance to the third stage of PGA Tour Qualifying.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:13:05 GMT";
arnews[1] += "
";
arnews[2]="Pain and perseverance
";
arnews[2] += "Nordhoff's Catherine Hasbrouck proved to be the best in the Division IV girls' race, finishing in 17 minutes, 51 seconds in the CIF Divisional Finals at Mount San Antonio College.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:07:51 GMT";
arnews[2] += "
";
arnews[3]="People and Honors: Nov. 22
";
arnews[3] += "Michelle Barillaro has joined Hickory Construction Inc. as project coordinator. She previously was a project manager at Architectural Services Group.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:54:13 GMT";
arnews[3] += "
";
arnews[4]="Amador Valley beats Granada for crown
";
arnews[4] += "Nicole Baker had 20 kills and Rachel Kinnard added 16 more as host Amador Valley High won the North Coast Section Division I title Saturday night with a 25-17, 25-19, 23-25, 25-17 victory over Granada.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:34:09 GMT";
arnews[4] += "
";
arnews[5]="Pearcy family laid to rest after brutal attack
";
arnews[5] += "Rachel's big news sends Ross scrambling to get her rehired by a former boss; Phoebe plots to shield Joey from a sad truth about his agent; and the Bings make a horrifying discovery about their future neighbors.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:25:02 GMT";
arnews[5] += "
";
arnews[6]="Girls basketball roundup: Denison gets win in Ponder Tournament
";
arnews[6] += "Clarissa Moore had 19 points as Denison closed out the Ponder Tournament with a 47-41 victory over Sanger on Saturday night.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 05:57:17 GMT";
arnews[6] += "
";
totcount = 7;
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("