var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Locals help send love to sick kids
";
arnews[0] += "Valentine's Day for a child in a hospital can be a tough time. But through the help of a radio station, the day might be made a bit brighter.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:49:16 GMT";
arnews[0] += "
";
arnews[1]="Who should replace Simon Cowell?
";
arnews[1] += "This season of \"American Idol\" is one for the books, and we're not talking about the \"Pants on the Ground\" phenomenon.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 19:49:15 GMT";
arnews[1] += "
";
arnews[2]="Idol' justice: Who should replace judge Simon Cowell?
";
arnews[2] += "This season of \"American Idol\" is one for the books, and we're not talking about the \"Pants on the Ground\" phenomenon.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 22:14:10 GMT";
arnews[2] += "
";
arnews[3]="Post a Comment
";
arnews[3] += "Brighton auto supplier Eberspaecher North America will be recognized by the state for its solid health-and-safety record Thursday at its plant, 2035 Orndorf Drive.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 14:27:09 GMT";
arnews[3] += "
";
arnews[4]="'Idol' justice
";
arnews[4] += "This season of \"American Idol\" is one for the books, and we're not talking about the \"Pants on the Ground\" phenomenon.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Business Briefs: Auto supplier notches safety honor
";
arnews[5] += "Brighton auto supplier Eberspaecher North America will be recognized by the state for its solid health-and-safety record Thursday at its plant, 2035 Orndorf Drive.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Betty Fletcher, 54
";
arnews[6] += "Published: Saturday, February 6, 2010 at 4:30 a.m. Last Modified: Friday, February 5, 2010 at 3:39 p.m. Betty Jayne Schilling \"Boopie\" Fletcher, 54, of Hendersonville, passed away Tuesday, Jan.";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("