var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'American Idol' at the end of the decade (or: Important?) - Oregonian
";
arnews[0] += "Important? As we careen toward 2010 wondering what we'll call it -- is it 0h-10? -- the very fine folks at NPR's All Songs Considered have taken it upon themselves to attempt a list. This particular list, living now in a world full of lists, lists ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[0] += "
";
arnews[1]="Kelly Clarkson brings shiny, happy, club-worthy hits to Seattle - Seattle Times
";
arnews[1] += "Singer Kelly Clarkson. 7:30 p.m. Tuesday, WaMu Theater, 800 Occidental Ave. S., Seattle; $47.50-$57.50 (800-745-3000 or www.ticketmaster.com ). Her new album is aptly titled \"All I Ever Wanted,\" and at the ripe old age of 27, Kelly Clarkson has ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:03:00 GMT";
arnews[1] += "
";
arnews[2]="Mount Clemens nightspot unveils new non-smoking lounge - Macomb Daily
";
arnews[2] += "The three owners of one of downtown Mount Clemens' best known restaurants have reinvented the facility to include a new small plates menu and a smoke-free environment. Bath City Bistro operators say the move — aimed at a more mature crowd looking ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 16:05:00 GMT";
arnews[2] += "
";
arnews[3]="An 'American Idol' Discussion: Why David Archuleta Is Like The Green ... - NPR News
";
arnews[3] += "Once again, I have visited the NPR Music decade-end coverage, where NPR Music Editor (and my personal Music Stylist) Stephen Thompson and I took an hour and a half out of our lives recently to dissect the significance and insignificance that is ...";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[3] += "
";
arnews[4]="Comedian Stephen Lnych stirs things up at the Portsmouth Music Hall - New Hampshire
";
arnews[4] += "According to his biography, comedian Stephen Lynch was raised by a former priest and nun. These days, he croons about everything from soliciting sex from a transvestite to a particularly heavyset girl guzzling down chicken wings and tennis shoes ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 04:47: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("