var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Idols' Bucky Covington, Kellie Pickler and more at The Blind Horse
";
arnews[0] += "The WSSL 2009 Songwriter Showcase rocked the stage at The Blind Horse Wednesday, Nov.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:53:00 GMT";
arnews[0] += "
";
arnews[1]="Let's Go
";
arnews[1] += "Bucyrus Santa Claus is coming to town The Bucyrus Area Business Association will presents its annual 'Here Comes Santa Parade' at 6 p.m. Friday.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Keeping the faith with Mandisa
";
arnews[2] += "For a story on conference participant author Karen Kingsbury, click here . Extraordinary Women Conference WHERE: Charleston Municipal Auditorium WHEN: Starts 6 p.m. Friday and 7:30 a.m. Saturday TICKETS: Advance tickets $69, at the door $89 INFO: http://www.ewomen.net or 800-526-8673. NOTE: Mandisa performs Friday.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:52:54 GMT";
arnews[2] += "
";
arnews[3]="Bucky Covington To Release A Concert EP On iTunes
";
arnews[3] += "Bucky Covington is gearing up to release Live From Rockingham , a 5-song digital exclusive EP recorded at his recent hometown concert in Rockingham, NC.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 23:08:35 GMT";
arnews[3] += "
";
arnews[4]="Bucky Covington Celebrates a Bloody Birthday
";
arnews[4] += "I've always liked a man with a good sense of humor, and if Bucky Covington 's engaging personality is any indication of what to expect from his upcoming album, I'm Alright , due out next spring, it's surely a must-hear. Since he and his twin brother recently turned \"32 years good,\" as he likes to call it, I asked him how they celebrated their ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 20:53:39 GMT";
arnews[4] += "
";
arnews[5]="Celebrity birthdays for Nov. 8-14
";
arnews[5] += "Celebrity birthdays for the week of Nov. 8-14: Nov. 8: Actress June Havoc is 97.";
arnews[5] += "
Publ.Date : Fri, 13 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("