var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Murphy leads Ranger attack
";
arnews[0] += "GIRLS' BASKETBALL Westboro 50, Nashoba 20 : Leah Murphy scored the first 10 points for the seventh-ranked Rangers , who opened the game with a 24-0 run and clinched the Mid-Wach B title with a home win.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:00:00 GMT";
arnews[0] += "
";
arnews[1]="Wednesday's sports roundup: Royal edges T.O. in the pool
";
arnews[1] += "Hannah Guthman scored four goals to lead the Royal High girls' water polo team to a 10-9 Marmonte League victory over Thousand Oaks on Tuesday afternoon at Rancho Simi Pool.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:53:16 GMT";
arnews[1] += "
";
arnews[2]="Steamers step up, win regional opener
";
arnews[2] += "By Jeff Bersch Herald Assistant Sports Editor ERIE, Ill. - Things this season didn't exactly go the way Fulton High School's girls basketball team had hoped.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:56:19 GMT";
arnews[2] += "
";
arnews[3]="Morning News Digest: February 9, 2010
";
arnews[3] += "Smarting over the state Senate's refusal to pass marriage equality and disillusioned at the moment with the Democratic Party majority, Garden State Equality's 85-member Board of Directors unanimously decided against giving financial contributions to political parties and their affiliated committees.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:12:20 GMT";
arnews[3] += "
";
arnews[4]="Republican Larsen prepares to challenge Lance with long-shot bid from the right
";
arnews[4] += "There's gut-level anger out there. And fear, says David Larsen. Fed-up with the federal government, the Tewksbury businessman on Friday plans to launch his conservative Republican 7th Congressional District run against freshman U.S. Rep.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Schrader: Historical controversy over Genoaa s founding
";
arnews[5] += "Records were spotty back in the 1830s and 1840s, when the early pioneers settled in what is now DeKalb County, and the lack of formal documents has caused a “history mystery” surrounding the founding of Genoa.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 07:21:54 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("