var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Big arena acts encouraging even if you don't dig country
";
arnews[0] += "I'll admit that when I first heard Brad Paisley would be the opening act at Intrust Bank Arena, I wasn't exactly kickin' up the heels of my cowboy boots.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:50:20 GMT";
arnews[0] += "
";
arnews[1]="Consider Me Gone - Reba Mcentire
";
arnews[1] += "Reba and her band give Stripped a full acoustic set with many of her biggest hits, including \"Somebody,\" \"Fancy,\" and the new single \"You're Gonna Be\" .... Reba McEntire - Play All Biography Reba McEntire was the most successful female recording artist in country music in the 1980s and 1990s, during which time she scored 22 number one hits and ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:49:27 GMT";
arnews[1] += "
";
arnews[2]="2009 American Music Awards: Nominations List
";
arnews[2] += "This year's American Music Awards will be its 36th incarnation . The AMAs were created back in 1973 by rock 'n roll legend Dick Clark to compete with the Grammys.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:13:30 GMT";
arnews[2] += "
";
arnews[3]="Quick Fix Beauty Tips for the Holidays
";
arnews[3] += "With a holiday party calendar as extensive as your gift list, looking your best all day long can be a bit of a challenge.";
arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="MGM Mirage (finally) makes George Strait show official
";
arnews[4] += "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[4] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("