var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tim McGraw - POLLSTAR
";
arnews[0] += "It was a rainy dreary Sunday, November 10, 2002, but all of those thoughts disappeared around 8:15 when the lights burst on and Tim McGraw and his band The Dancehall Doctors opened their long awaited concert at Mohegan Sun with “Sing eHome ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 23:57:00 GMT";
arnews[0] += "
";
arnews[1]="Tim McGraw to play BOK Center - kjrh.com
";
arnews[1] += "Tim McGraw and his band, the Dancehall Doctors, kick off their North American \"Southern Voice\" tour on February 11th at the Qwest Center in Omaha. The tour stops at Tulsa's BOK Center Thursday, April 8th. Lady Antebellum will be a special guest with ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 15:29:00 GMT";
arnews[1] += "
";
arnews[2]="Tim McGraw tickets on sale Feb. 13 - Tulsa World
";
arnews[2] += "Tickets for country superstar Tim McGraw's April show at the BOK Center will start at $35.50, officials said Friday. The April 8 show is in support of his newest album, \"Southern Voice.\" It is McGraw's first studio album in two and a half years ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Tim McGraw tickets on sale Saturday - Tulsa World
";
arnews[3] += "Tickets for country superstar Tim McGraw's April show at the BOK Center will start at $35.50, officials said Friday. The April 8 show is in support of his newest album, \"Southern Voice.\" It is McGraw's first studio album in two and a half years ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 15:36:00 GMT";
arnews[3] += "
";
arnews[4]="etc. (Easy Transitional Cabinetry) Joins ThorSport Racing for Daytona - Forbes
";
arnews[4] += "com website will be the primary sponsor of the No. 98 Chevrolet driven by Landon Cassill and share co-primary status with Curb Records' recording artist and country music superstar Tim McGraw on the team's No. 13 truck driven by Johnny Sauter.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:08:00 GMT";
arnews[4] += "
";
arnews[5]="Tim McGraw Coming to Wichita - KWCH.com
";
arnews[5] += "Tim McGraw is set to perform at Intrust Bank Arena on June 11th, 2010. He'll be joined by Lady Antebellum and Love & Theft. Tickets for the event go on sale Saturday, February 13th at 10:00 at all Select-A-Seat outlets and the Intrust Bank Arena Box ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 16:19:00 GMT";
arnews[5] += "
";
arnews[6]="Hot Off the Wire - dBusinessNews.com
";
arnews[6] += "NORTH WILKESBORO, N.C.--(BUSINESS WIRE)-- Expo Holding, Inc. (PINK SHEETS:EXPH - News), ThorSport Racing has joined forces with Easy Transitional Cabinetry for the NASCAR Camping World Truck Series' season-opening NextEra Energy 250 at Daytona ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 20:18:00 GMT";
arnews[6] += "
";
arnews[7]="Tim McGraw Coming To Intrust Bank Arena - KAKE TV
";
arnews[7] += "One of country music's brightest stars will perform in Wichita. The Intrust Bank Arena announced Tim McGraw will be in concert Friday, June 11th. McGraw will be joined by Lady Antebellum and Love & Theft. Tickets for the concert go on sale ...";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 15:43:00 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("