var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="In concert: Martina McBride and Trace Adkins - Washington Post Blog
";
arnews[0] += "Trace Adkins and Martina McBride are two of country music's biggest voices; so the two of them co-headlining a tour makes perfect sense, despite their stylistic differences. The Shine All Night Tour played to a packed Patriot Center on Sunday; as its ...";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 20:56:00 GMT";
arnews[0] += "
";
arnews[1]="Toby Keith merges Show Dog label with Universal South, immediately ... - The Gaea Times
";
arnews[1] += "NASHVILLE, Tenn. — Toby Keith merged his Show Dog Nashville with Universal Records South and celebrated by signing a new artist to the label — Trace Adkins. Adkins made a surprise entrance at Wednesday’s press conference to announce the Show ...";
arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 09:30:00 GMT";
arnews[1] += "
";
arnews[2]="Concert update: Martina McBride, Trace Adkins tickets on sale Saturday - St. Louis Post-Dispatch
";
arnews[2] += "Tickets for Martina McBride and Trace Adkins joint headlining “Shine All Night” tour, taking place at 7:30 p.m. March 26 at Scottrade Center, go on sale at 10 a.m. Saturday. Tickets are $29.75-$69.75, available at Ticketmaster outlets, www ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 17:31:00 GMT";
arnews[2] += "
";
arnews[3]="Weekend Ticketing: Eagles, Daughtry, Michael Buble, Alicia Keys ... - LiveDaily
";
arnews[3] += "Click to search for Martina McBride & Trace Adkins tickets at Ticketmaster.com.] Ticket on-sale information for many other artists--including Bon Jovi, Black Eyed Peas, Tim McGraw, Aaron Lewis and Jason Aldean--is available at LiveDaily's Ticket ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 12:01:00 GMT";
arnews[3] += "
";
arnews[4]="Music to your ears - News-Herald
";
arnews[4] += "A Classical Cello Ensemble takes the stage as part of the First Street Music Series at 7 p.m. today at St. Stephen Episcopal Church, 2803 First St., Wyandotte. The ensemble features cellists Nicole Holmes, Mike Karoub and Eugene Zenzen with Doris ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 12:10:00 GMT";
arnews[4] += "
";
arnews[5]="Cowell's Haiti charity single gets first airing - Tacoma News Tribune
";
arnews[5] += "Death Certificates are public records received from the Department of Vital Records at the Pierce County Health Department. We receive death certificates on a daily basis. Correction: Toby Keith-Trace Adkins story Correction: Toby Keith-Trace Adkins ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 11:35:00 GMT";
arnews[5] += "
";
totcount = 6;
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("