var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Decisions of Westmoreland County judges
";
arnews[0] += "The following is a partial list of criminal cases handled by judges in the most recent term of Westmoreland County criminal court.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:54:32 GMT";
arnews[0] += "
";
arnews[1]="Weekend: Last Dance, Kalispell Kombat, Lake County Sued
";
arnews[1] += "Good morning; on the Beacon today, four dancers in the Northwest Ballet School and Company will perform together this season in their last production of the Nutcracker.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:21:20 GMT";
arnews[1] += "
";
arnews[2]="Caroline Ouellette's hat trick leads Canada to 6-1 win in Midget Series
";
arnews[2] += "Caroline Ouellette scored three times as Canada's national women's hockey team beat the Edmonton South Side Athletic Club of the Alberta Midget Hockey League 6-1 Thursday.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:02:46 GMT";
arnews[2] += "
";
arnews[3]="Caroline Ouellettea s hat trick leads Canada to 6-1 win in Midget Series
";
arnews[3] += "Caroline Ouellette scored three times as Canada's national women's hockey team beat the Edmonton South Side Athletic Club of the Alberta Midget Hockey League 6-1 Thursday.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:55:31 GMT";
arnews[3] += "
";
arnews[4]="News
";
arnews[4] += "Golden Era of Geography, is it or is it not? That was the question addressed by Eastern alum Andrew Baker during his lecture for Geography Awareness Week on Thursday in the Physical Science Building.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:19:05 GMT";
arnews[4] += "
";
arnews[5]="Last week
";
arnews[5] += "If everything goes according to plan, there will soon be 2.8 acres of flourishing gardens along Phillips Road.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Joseph "Jody" Odell Warrick
";
arnews[6] += "JOSEPH a oeJODYa ODELL WARRICK age 61 of Smyrna, TN died Tuesday November 17, 2009 at his home.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Tilly vs. Tilly: Who'd You Rather?
";
arnews[7] += "She's older and I'd still belive that Meg was her mom in that pic if you told me.";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 22:29:35 GMT";
arnews[7] += "
";
arnews[8]="Uh... yeah.... we got nothing?
";
arnews[8] += "A drug that failed tests as an antidepressant is being hailed as \"Viagra for women\" after surprising but not unpleasant side effects.";
arnews[8] += "
Publ.Date : Tue, 17 Nov 2009 20:05:38 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("