var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Concert review: Miranda Lambert keeps the show raucous
";
arnews[0] += "She may be blonde and pretty, but Miranda Lambert is no delicate Southern belle.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:51:37 GMT";
arnews[0] += "
";
arnews[1]="Country Music Through the Decades
";
arnews[1] += "Event Description Mary Beth Anthony and her band perform a variety of classic country songs from the past 60 years in Carroll's Shattuck Auditorium.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:00:58 GMT";
arnews[1] += "
";
arnews[2]="In the Mix: Miranda Lambert, Worth the Drive
";
arnews[2] += "It's almost enough to make me consider spending a Saturday afternoon outlet shopping: Country-rock spitfire and superb songwriter Miranda Lambert, whose latest, Revolution , is a Top 10 of 2009 contender, is playing in Reading tonight.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:08:33 GMT";
arnews[2] += "
";
arnews[3]="On Nov. 10, 1775, the U.S. Marines were organized under authority of the Continental Congress
";
arnews[3] += "Today is Tuesday, Nov. 10, the 314th day of 2009. There are 51 days left in the year.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:50:45 GMT";
arnews[3] += "
";
arnews[4]="Music review
";
arnews[4] += "If Taylor Swift is like a little kitty cat, then Miranda Lambert is like a tiger - a ferocious, gun-toting, straight-shooting, hell-raising, beer-guzzling tiger.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:48:54 GMT";
arnews[4] += "
";
arnews[5]="Country Music Star Rocks The War Memorial
";
arnews[5] += "Click small images above to enlarge. A packed house as country music star Miranda Lambert rocked Johnstown.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Daily planner: Saturday
";
arnews[6] += "Road projects Route 100 between Montgomery County line and Bause Road, Colebrookdale Township: lane restrictions in both directions, 7 a.m. to 5 p.m. Route 222 between Business Route 222 in Ontelaunee Township and Berkshire Boulevard in Wyomissing: overnight lane restrictions, 8 p.m. to 6 a.m. Penn Avenue in Wyomissing: lane restrictions around the ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:36:28 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("