var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Names in the News
";
arnews[0] += "Three area residents have been accepted for the Michigan State University College of Osteopathic Medicine's Class of 2013.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Longside through after penalty shoot-out drama
";
arnews[1] += "Longside won 5a '4 on penalties to proceed to the next round of the McLeman Cup at the expense of Ellon United on Saturday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:33:10 GMT";
arnews[1] += "
";
arnews[2]="Snow coming, and driving could be tricky
";
arnews[2] += "Folks in Luzerne County can expect at least 3 to 5 inches of snow to accumulate on Wednesday, with high winds and drifts that will impede driving and impact schedules, according to a local meteorologist.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:40:49 GMT";
arnews[2] += "
";
arnews[3]="Poison control center should be saved
";
arnews[3] += "Governor Christie has proposed closing the New Jersey Poison Control Center in an effort to decrease spending.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Gauchos Net Pair of Wins
";
arnews[4] += "Junior Chelsea Carillo leaps up to block a shot. Carillo has been one of three goalkeepers to see playing time in 2010.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 13:53:19 GMT";
arnews[4] += "
";
arnews[5]="Speakers impart wisdom at Nanton women's conference
";
arnews[5] += "The Nanton Women's Conference sponsored by Gamma Xi Sorority and FCSS held January 30 at the community centre was a resounding success.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 03:40:11 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("