var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Something To... - Montgomery Gen...
";
arnews[0] += "Montgomery Gentry's set list includes 'Hillbilly Shoes,' 'Hell Yeah,' new tunes 'Something To Be Proud Of' and 'She Don't Tell Me To' and a smokin' jam on The Allman Brothers 'Midnight Rider.'... Montgomery Gentry - Play All Biography Country duo Montgomery Gentry evokes the sound and spirit of Southern rockers like Lynyrd Skynyrd, the Marshall ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 03:08:19 GMT";
arnews[0] += "
";
arnews[1]="Biography
";
arnews[1] += "By Bruce Eder The story of the Allman Brothers Band is one of triumph, tragedy, redemption, dissolution, and a new redemption.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 19:40:17 GMT";
arnews[1] += "
";
arnews[2]="New Brockton Native Named To Music Hall Of Fame
";
arnews[2] += "A Coffee County native will soon be inducted into the Alabama Music Hall of Fame.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Local hit maker still rockin'
";
arnews[3] += "Odds are, most casual music fans who have picked up albums from acts such as the Marshall Tucker Band and the Charlie Daniels Band probably aren't that familiar with Paul Hornsby's name.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 06:14:52 GMT";
arnews[3] += "
";
arnews[4]="New Brockton man to be inducted into Music Hall of Fame
";
arnews[4] += "\"Mostly back porch pickin',\" is how Coffee County native Paul Hornsby says he began a musical career that has earned him a place in the Alabama Music Hall of Fame.";
arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 12:00:19 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("