var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Public record for Feb. 9, 2010
";
arnews[0] += "A 16-YEAR-OLD JANESVILLE GIRL at 7:50 a.m. Jan. 29 at Craig High School, 401 S. Randall Ave., Janesville, referred to juvenile authorities on a charge of criminal damage to property after she allegedly broke two wall-mounted thermostats.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:40:35 GMT";
arnews[0] += "
";
arnews[1]="UT Arlington Official Athletic Site
";
arnews[1] += "MCNEESE STATE SERIES The Mavericks have won their last five meetings against the Cowgirls... UT Arlington owns a 34-19 all-time series record... the last meeting was in Lake Charles, La.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:44:34 GMT";
arnews[1] += "
";
arnews[2]="David A. Duve Sr.
";
arnews[2] += "David Arthur \"Bud\" Duve Sr., 80, of 11452 Duve Lane, died at 12:34 a.m. Saturday, Feb.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 18:43:00 GMT";
arnews[2] += "
";
arnews[3]="WNC students named to academic honor rolls
";
arnews[3] += "The following students from Western North Carolina are among those named to dean's lists and other academic honors at colleges and universities outside of WNC: Centre College, Danville, Ky.: Eric Johnson, of Fairview.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="'Blithe Spirit' boasts verbal elegance
";
arnews[4] += "In this day and age, rife with computer-speak and the semi-literacy of text messaging, Noel Coward's elegant use of words seems like something unearthed from prehistoric times.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:00:00 GMT";
arnews[4] += "
";
arnews[5]="Ruffin's contributions praised
";
arnews[5] += "Hundreds came out to Tabernacle Baptist Church today to celebrate the life of retired Judge John H. Ruffin Jr.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 07:19:44 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("