var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Covington offers live EP; Bloodshot issues Escovedo, Old 97's LPs - Country Standard Time
";
arnews[0] += "Tuesday, November 17, 2009 – Bucky Covington released \"Live From Rockingham\" today,a five-song digital EP recorded at his recent hometown concert in Rockingham, N.C. The disc features 3 of Covington's hits A Different World, It's Good To Be Us and ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 03:41:00 GMT";
arnews[0] += "
";
arnews[1]="Keeping the faith with Mandisa - Charleston Gazette
";
arnews[1] += "NOTE: Mandisa performs Friday. Individual tickets for her show are not available. CHARLESTON, W.Va. -- Contemporary Christian singer and former \"American Idol\" contestant Mandisa loves performing at women's conferences. She's been doing a lot of them ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 02:57:00 GMT";
arnews[1] += "
";
arnews[2]="Celebrity birthdays for Nov. 8-14 - New Orleans Times-Picayune
";
arnews[2] += "(AP) — Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97. Actor Norman Lloyd (\"St. Elsewhere\") is 95. Singer Patti Page is 82. CBS newsman Morley Safer is 78. Singer Bonnie Bramlett is 65. Singer Bonnie Raitt is 60 ...";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 23:28:00 GMT";
arnews[2] += "
";
arnews[3]="Concert release to show downtown, Bucky - Richmond County Daily Journal
";
arnews[3] += "On Harrington Square Sept. 26, Nashville recording artist Bucky Covington returned to his hometown and poured his heart on stage for friends, family and neighbors. Now, his record label is immortalizing the event with a live release. The digital-only ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 00:14:00 GMT";
arnews[3] += "
";
arnews[4]="Preview calendar: Clubs and concerts for Nov. 19-25 - North County Times
";
arnews[4] += "Press releases for arts and entertainment events and programs should be typed, double-spaced, with basic information about the event, performance dates and times, location, ticket prices and a public telephone number. Send notices two to three weeks ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 19:04: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("