var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="City ready as big snow bears down
";
arnews[0] += "So, if you haven't heard, it's snowing out today - and likely to continue Wednesday.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:46:29 GMT";
arnews[0] += "
";
arnews[1]="Lady Landlord meeting Feb. 17
";
arnews[1] += "Fertilization rates, weed control, government programs and estate planning will be discussed at a lady landlord meeting scheduled for Feb.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:42:38 GMT";
arnews[1] += "
";
arnews[2]="Southeastern stops ECU rally
";
arnews[2] += "East Central nearly overcame a 21-point, second-half deficit, but host Southeastern Oklahoma State held on for a 59-56 Lone Star Conference men's basketball victory over the Tigers Wednesday night at Bloomer Sullivan Arena.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 04:16:15 GMT";
arnews[2] += "
";
arnews[3]="Attorney Praises Dismissal
";
arnews[3] += "Thursday February 4, 2010 Holy Rosary Marks Week Staff photo/Angela Weaver: Jadin Davis, Alivia Link, Brandon Miller and Betsy Brincefield pose with their pictures.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 21:30:43 GMT";
arnews[3] += "
";
arnews[4]="SNC roundup: Green Knights men crack national top 10
";
arnews[4] += "St. Norbert College's men's basketball team responded to its first appearance in the top 10 of a national poll in more than a quarter century in a big way Tuesday night.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("