var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lonesome Onry and Mean: 'Nowhere Man' and...
";
arnews[0] += "Houston native Frank Liddell, whose Nashville production credits include roots-rocker Chris Knight, Texas music phenom Jack Ingram, budding megastar Miranda Lambert, and his wife Lee Ann Womack, has a surprising set of early music impressions.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:58:02 GMT";
arnews[0] += "
";
arnews[1]="About
";
arnews[1] += "After spending several years as a professional songwriter, Lee Ann Womack became one of the breakout contemporary country stars of 1997 with her eponymous debut album.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:53:05 GMT";
arnews[1] += "
";
arnews[2]="There Is A God - Lee Ann Womack
";
arnews[2] += "After spending several years as a professional songwriter, Lee Ann Womack became one of the breakout contemporary country stars of 1997 with her eponymous debut album.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:53:03 GMT";
arnews[2] += "
";
arnews[3]="Around the Community in Stewart County
";
arnews[3] += "Hope everyone enjoyed a great weekend. The weather is much better.. NOW, but that remains to be seen.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="I Hope You Danc... - Lee Ann Wom...
";
arnews[4] += "After spending several years as a professional songwriter, Lee Ann Womack became one of the breakout contemporary country stars of 1997 with her eponymous debut album.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 01:50:43 GMT";
arnews[4] += "
";
arnews[5]="Mix Magazine Announces Third Annual Mix Nashville Pro Audio Event
";
arnews[5] += "Penton Media's Mix magazine announced programming today for the third annual Mix Nashville, a professional audio event being held May 25-26, 2010, at Soundcheck Nashville.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 12:12:52 GMT";
arnews[5] += "
";
arnews[6]="Joe Nichols
";
arnews[6] += "Joe Nichols, an Arkansas native, has received numerous accolades in country music, including the ACM's Top New Male Vocalist, the Country Music Association's Horizon Award, a CMT Flameworthy Award for Best Breakthrough Video, as well as a total of three Grammy nominations.";
arnews[6] += "
Publ.Date : Sun, 07 Feb 2010 06:26:41 GMT";
arnews[6] += "
";
arnews[7]="George Strait, Reba McEntire and Lee Ann Womack at Phoenix's US Airways Center
";
arnews[7] += "For a guy who hasn't filled out a W2 in 30-plus years, George Strait sure can sing the working man's music.";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 04:02:04 GMT";
arnews[7] += "
";
arnews[8]="Free - Jack Ingram
";
arnews[8] += "The Texas-based modern-day honky tonker Jack Ingram first carved out a niche for himself in the bars and roadhouses between Dallas and Houston.";
arnews[8] += "
Publ.Date : Sun, 07 Feb 2010 01:59:08 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("