var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Twang - George Strait
";
arnews[0] += "Out of all the new country singers to emerge in the early '80s, George Strait stayed the closest to traditional country.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:50:15 GMT";
arnews[0] += "
";
arnews[1]="Hullabaloo: Dance With Them That Brung You
";
arnews[1] += "Looks like Sarah Palin has disappointed some of her fans: She's making a big mistake.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:29:38 GMT";
arnews[1] += "
";
arnews[2]="Morning brew, weekend edition
";
arnews[2] += "Just when it seems like the offense is showing signs of life and Gilbert Arenas is taking better care of the ball , the defense allows a season high for points while the Thunder shoots 52.4 percent from three and 53 percent overall.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:16:51 GMT";
arnews[2] += "
";
arnews[3]="Cryin' For Me - Toby Keith
";
arnews[3] += "Toby Keith spent the '90s as a solid, workmanlike country star who met with considerable chart success, yet never quite broke free of the neo-traditionalist pack to become a household name like Garth Brooks or Alan Jackson.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:32:07 GMT";
arnews[3] += "
";
arnews[4]="Frazier, Lee and Varble play Temple tonight
";
arnews[4] += "The Nashville Songwriters series returns to the Temple Theater tonight in downtown Meridian with Wynn Varble, David Lee and Dallas Frazier.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:30:29 GMT";
arnews[4] += "
";
arnews[5]="MGM Mirage (finally) makes George Strait show official
";
arnews[5] += "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[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00: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("