var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Longtime radio personality Jerry Rogers takes Georgia Radio Hall of Fame honor in stride
";
arnews[0] += "The Jerry Rogers you get in person is pretty much the same as the Jerry Rogers you hear on the air - friendly, humorous, unpretentious and looking forward to returning to his Tybee Island home at the first possible moment.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:37:23 GMT";
arnews[0] += "
";
arnews[1]="The airwaves phenomenon aka WEQX
";
arnews[1] += "Forget Clear Channel, forget corporations, forget the Top 40. In an unassuming town in Vermont lies an alternative to \"corporate rock,\" a motley crew of underpaid, overworked and, through it all, enthusiastic music lovers who have hung out with the Spin Doctors, Moby and Gnarls Barkley.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 03:01:19 GMT";
arnews[1] += "
";
arnews[2]="Jazz Meets Pop on McBridea s New Album
";
arnews[2] += "If singer and pianist Joe McBride was seeking a new direction, he found it with a collection of songs outside his usual jazz offerings, Lookin' for a Change .";
arnews[2] += "
Publ.Date : Thu, 22 Oct 2009 04:00:00 GMT";
arnews[2] += "
";
arnews[3]="World fusion; Greater Newburyport has beat on eclectic weekend of music
";
arnews[3] += "In the mood for a cultural explosion of music? No need to travel the globe. Greater Newburyport has put together a medley of music this weekend that will get everyone tapping their feet.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 10:15:55 GMT";
arnews[3] += "
";
arnews[4]="Top Shows, Nov. 20-25
";
arnews[4] += "This Florence, S.C., band delivers stirring Southern pop infused with enough Americana to give it a distinctly rootsy flavor.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 14:31:24 GMT";
arnews[4] += "
";
arnews[5]="The Trials of Kid Sister
";
arnews[5] += "Her nails are still professional. Translating online notoriety into honest-to-God record sales is extraordinarily difficult.";
arnews[5] += "
Publ.Date : Tue, 17 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("