var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ada royalty crowned Monday
";
arnews[0] += "Contestants for the 2010 Miss Ada Scholarship Pageant and the Miss Ada Outstanding Teen Pageant make final preparations this weekend for competition Monday night.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:39:20 GMT";
arnews[0] += "
";
arnews[1]="Hospitals Report Flu-Related Deaths
";
arnews[1] += "There have been three flu-related deaths reported in the area recently. All were women.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:25:00 GMT";
arnews[1] += "
";
arnews[2]="News from the B.A.R.N.
";
arnews[2] += "I hope everyone had a good week and is looking forward to the upcoming holidays, Thanksgiving and Christmas.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:50:41 GMT";
arnews[2] += "
";
arnews[3]="Seven Charged in Fraud Scheme Involving More Than 100 California Properties
";
arnews[3] += "Seven individuals have been charged for their roles in a mortgage fraud scheme that involved more than 100 properties in Northern California.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Injured German tourist rescued from Tararuas
";
arnews[4] += "Search and rescuers carried a German tourist out of the Tararua Forest Park overnight after she hit her head and knocked herself out.";
arnews[4] += "
Publ.Date : Tue, 13 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="More November Pain
";
arnews[5] += "Needing something to change the momentum, something to save Emporia State's season, coach Bing Xu went to junior Megan Lueger in the fourth set on Thursday night.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:11:16 GMT";
arnews[5] += "
";
arnews[6]="Many area athletes will take a dive
";
arnews[6] += "When the two-day IHSA state swimming and diving meet starts today at New Trier High School in Winnetka, there will be a great deal of Naperville local interest in the preliminary diving competition which begins at 9 a.m. Eight divers who qualified for state at Saturday's Neuqua Valley Sectional try to impress the judges and make it to Saturday's ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 12:36:15 GMT";
arnews[6] += "
";
arnews[7]="Blue Jays end Hornets' streak
";
arnews[7] += "One year older, one year smarter and one year tougher, Stanley already has one more win that it had one year ago.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 12:01:43 GMT";
arnews[7] += "
";
totcount = 8;
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("