var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Parsons '10 leads current Big Green players with 151 points
";
arnews[0] += "Dartmouth women's hockey co-captain Sarah Parsons '10 played in the last home game of her college career at Thompson Arena on Sunday in exhilarating fashion.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:36:00 GMT";
arnews[0] += "
";
arnews[1]="Wildcat girls grab key league win
";
arnews[1] += "Mount Si's girls basketball team over the past couple of weeks has learned some big lessons out of some key games.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:13:56 GMT";
arnews[1] += "
";
arnews[2]="Past Winners and Judges
";
arnews[2] += "Winner: Laura Ungar , health reporter for The Courier-Journal in Louisville, Ky., for a series based in India and focused on efforts by researchers at the University of Louisville to develop cervical cancer vaccine options for the world's poorest populations.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:08:21 GMT";
arnews[2] += "
";
arnews[3]="Prep roundup: Fairhope boys soccer holds off St. Paul's
";
arnews[3] += "Visiting Fairhope built a 3-0 lead, then saw it nearly disappear as host St. Paul's scored twice in the final 5:27 to close the gap in a 3-2 Pirates victory on a cold, wet Tuesday night.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 10:05:13 GMT";
arnews[3] += "
";
arnews[4]="Ontario Christian towers over ACA in 52-21 win
";
arnews[4] += "Having to play small has been a burden the Arrowhead Christian Academy girls' basketball team has had to deal with all season long.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:10:12 GMT";
arnews[4] += "
";
arnews[5]="NewS.33.20100207200411.IMG_0501_20100210.jpg
";
arnews[5] += "TORCH BEARERS running for Terrace included Shantelle McLean, Mario Desjardins, Amarjit Grewal, Diana Gryckiewicz, Donald Blanchard, Jason Arsenault, John Ryan and Dave Jephson.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="2 Jersey City murder suspects hear charges; sister and girlfriend provide one with alibi
";
arnews[6] += "PHOTOS >> >> >> >> >> >> >> 2 Jersey City murder suspects hear charges; sister and girlfriend provide one with alibi By SARAH RAHMAN The two Jersey City men arrested last weekend in the cold-blooded, execution-style double-homicide of cousins Mileak Richardson and Lester \"Bleek\" Thompson were calm and cool when they appeared before a judge ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 07:43:00 GMT";
arnews[6] += "
";
arnews[7]="Former teammate roots on Mustangs
";
arnews[7] += "Days before playing the biggest game in program history, the girls of Lakewood Ranch's soccer team received words of wisdom from a piece of the past.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 07:27:47 GMT";
arnews[7] += "
";
arnews[8]="READ
";
arnews[8] += "Thompson Okanagan Rockets players Tegan Cochrane and Sarah Casorso put the squeeze on a Prince George Cougars opponent in B.C. female midget AAA hockey action Saturday at Rutland Arena.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 03:09:46 GMT";
arnews[8] += "
";
totcount = 9;
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("