var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wood Craft
";
arnews[0] += "Hawaiian Airlines' Kao'e Kea pioneer DC-3 hostesses had one of their best annual reunions at Ala Moana Hotel last Saturday night.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:14:55 GMT";
arnews[0] += "
";
arnews[1]="Frazier, Lee and Varble play Temple tonight
";
arnews[1] += "The Nashville Songwriters series returns to the Temple Theater tonight in downtown Meridian with Wynn Varble, David Lee and Dallas Frazier.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:30:29 GMT";
arnews[1] += "
";
arnews[2]="Se... - Jack Ingram / Patti Grif...
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 12:07:11 GMT";
arnews[2] += "
";
arnews[3]="MGM Mirage (finally) makes George Strait show official
";
arnews[3] += "Academy of Country Musica s Artist of the Decade to play MGM Grand Garden Arena on Feb 6. AP Photo/Mark J. Terrill Garth Brooks, left, presents George Strait with the Artist of the Decade award at the ACM Artist of the Decade All Star Concert on Monday, April 6, 2009, in Las Vegas.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Bironas Hosts Songwriters Night for Charity
";
arnews[4] += "Storme Warren from GAC Television was on hand to emcee the evening as the audience was treated to some exceptional talent billed as Jamey Johnson and Friends.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:09:15 GMT";
arnews[4] += "
";
arnews[5]="Quince Imaging provides Video Production for the American Freedom...
";
arnews[5] += "\" Montgomery Gentry, Lee Ann Womack, and Phil Vassar headlined for this year's 6th Annual American Freedom Festival at the Patriot Center at George Mason University in Fairfax, Virginia on Saturday, November 7th at 7:30 PM.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:26:37 GMT";
arnews[5] += "
";
arnews[6]="Dale Jr's Cma Experience! Oprah to Retire? Jon and Kate Over on Monday?
";
arnews[6] += "DALE EARNHARDT JR. WAS DREADING THE CMA'S? Dale Jr. tells THE KAT that because the experience was \"way outside\" his comfort zone, he \"dreaded every moment up until it started happening.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 14:08:24 GMT";
arnews[6] += "
";
totcount = 7;
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("