var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bearcats sweep SBU in final dual meet
";
arnews[0] += "The Binghamton University men's and women's swimming and diving teams closed out the regular season on a strong note Saturday afternoon, sweeping the visiting Stony Brook University Seawolves.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:11:19 GMT";
arnews[0] += "
";
arnews[1]="Southington downs Mustangs
";
arnews[1] += "It hasn't been a season to remember for the Grand Valley girls. The Mustangs' 1-17 overall record and 0-11 Northeastern Athletic Conference slate will attest, but there have been moments when Grand Valley has put things together fairly well.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:57:23 GMT";
arnews[1] += "
";
arnews[2]="Residents speak against $61.3 million Connellsville Area upgrade
";
arnews[2] += "Several residents spoke against the $61.3 million cost of a possible renovation of Connellsville Area Senior High School.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 16:39:24 GMT";
arnews[2] += "
";
arnews[3]="Residents speak against $61.3 million high school upgrade
";
arnews[3] += "Several residents spoke against the $61.3 million cost of a possible renovation of Connellsville Area Senior High School.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 15:15:36 GMT";
arnews[3] += "
";
arnews[4]="Swimming and diving teams sweep Niagara
";
arnews[4] += "With only one meet to go before the conference tournament, the Binghamton University men's and women's swimming and diving teams blasted past Niagara University on Sunday afternoon.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 09:32:59 GMT";
arnews[4] += "
";
arnews[5]="Bethlehem wins on Senior Night
";
arnews[5] += "The Bethlehen girls basketball team wanted to give its six seniors a proper Senior Night sendoff.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 05:13:31 GMT";
arnews[5] += "
";
arnews[6]="Sloan has career high as Rockets wi.....
";
arnews[6] += "Melissa Sloan scored a career-high 29 points to lead Maplewood in a 44-29 rout of Northeastern Athletic Conference-foe Bristol.";
arnews[6] += "
Publ.Date : Tue, 26 Jan 2010 06:55:26 GMT";
arnews[6] += "
";
arnews[7]="Warren's school color for the day: pink
";
arnews[7] += "Hope was in the house Saturday night at Warren High ... and it was out in force.";
arnews[7] += "
Publ.Date : Mon, 25 Jan 2010 10:40:29 GMT";
arnews[7] += "
";
arnews[8]="Select company
";
arnews[8] += "What's better than watching the senior leader of your team go over 1,000 points for her high school career? Watching your senior leader go over 1,000 points for her high school career and absolutely dominating your opponent into near submission on your home floor.";
arnews[8] += "
Publ.Date : Fri, 15 Jan 2010 06:42:48 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("