var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="U.S. Sen. Mathias credited with leadership, courage
";
arnews[0] += "The hearse carrying the body of Frederick native and former U.S. Sen. Charles Mathias Jr.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 08:08:26 GMT";
arnews[0] += "
";
arnews[1]="Mavis Spencer Selected As 2010 Miss Golden Globe
";
arnews[1] += "Mavis Spencer Selected As 2010 Miss Golden Globe for 67th Annual Golden Globe Awards to be Telecast Live on NBC on Jan.";
arnews[1] += "
Publ.Date : Wed, 09 Dec 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Shermans roll
";
arnews[2] += "Unioto added another victory to its winningest season in school history Monday with a 5-0 shutout against McClain.";
arnews[2] += "
Publ.Date : Tue, 06 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
totcount = 3;
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("