var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Country music star Phil Vassar takes his show on the road
"; arnews[0] += "Because he, his band mates and crew often find themselves on the road so much of the time, Phil Vassar dubbed his latest album \"Traveling Circus.\" \"It just seemed an appropriate title,\" the country singer explained in an interview last week."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:21:45 GMT"; arnews[0] += "
"; arnews[1]="etc. (Easy Transitional Cabinetry) Joins ThorSport Racing for Daytona
"; arnews[1] += "Expo Holding, Inc. , ThorSport Racing has joined forces with Easy Transitional Cabinetry for the NASCAR Camping World Truck Seriesa season-opening NextEra Energy 250 at Daytona International Speedway scheduled for Friday February 12, 2010."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:04:48 GMT"; arnews[1] += "
"; arnews[2]="McGraw doesn't put boundaries on music
"; arnews[2] += "This will be a big year for country in central Iowa. Taylor Swift, Brad Paisley, Jason Aldean, and Love and Theft are a few of the acts that have recently played or will be stopping by the metro in early 2010."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:47:00 GMT"; arnews[2] += "
"; arnews[3]="Sean Tuohy: Success Beyond 'The Blind Side'
"; arnews[3] += "Embed: Link: He was the strong, silent force behind the Academy-nominated movie, \"The Blind Side.\" But Sean Tuohy's success started even before his life was depicted by Hollywood."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:45:46 GMT"; arnews[3] += "
"; arnews[4]="Da IC theory.
"; arnews[4] += "Say Mrs Lexie that Tim McGraw is that on the same line as don't ask don't tell cologne or am I thinking of something else? \"Originally posted by cptv:\" \"Say Mrs Lexie that Tim McGraw is that on the same line as don't ask don't tell cologne or am I thinking of something else?\" Not even close cptv- ..."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:48:18 GMT"; arnews[4] += "
"; arnews[5]="Musikfest to announce country act: Who's it going to be?
"; arnews[5] += "That pretty much guarantees it will be a country act - \" something that was a point of complaint last year, when Musikfest ignored the genre while Allentown Fair packed them in for Tim McGraw."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:17:14 GMT"; arnews[5] += "
"; arnews[6]="Jolie To Visit Haiti With UN Refugee Body 2 hrs ago
"; arnews[6] += "The U.N. refugee agency says its goodwill ambassador Angelina Jolie is heading to Haiti to meet with earthquake victims."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 14:25:12 GMT"; arnews[6] += "
"; arnews[7]="'Valentine's Day' delivers laughter, love and an all-star cast
"; arnews[7] += "ALVIN AND THE CHIPMUNKS: THE SQUEAKQUEL: Now in the care of Dave Seville's nephew, Alvin, Simon and Theodore take a break from pop-music stardom and return to school."; arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[7] += "
"; arnews[8]="Today's concert news: Megatickets, Monkeys, Mastodons and what-not
"; arnews[8] += "Lots of concert news to report. First up, WQDR's \"Country Megaticket\" goes on sale Feb."; arnews[8] += "
Publ.Date : Mon, 08 Feb 2010 23:34:31 GMT"; arnews[8] += "
"; totcount = 9; 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("
");document.write("
");