var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Deacon Gray returns to Eagle's Back Bowl
";
arnews[0] += "EAGLE. Colorado - Comedy Works headliner Deacon Gray returns to 'Comedy Night at the Bowlmor' at The Back Bowl in Eagle, Saturday at 8 p.m. Gray gives credence to the term \"back by popular demand\" as he returns to the Bowlmor Lounge for his fourth appearance since the Comedy Night series began several years ago.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:05:00 GMT";
arnews[0] += "
";
arnews[1]="The Tipping Point is the latest book for the Oconee County Democratic Committee
";
arnews[1] += "Oconee County Democratic Committee's book club will be meeting 6 pm Wednesday, December 30th, 2009 at Five Points Deli in on Epps Bridge Road.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:15:36 GMT";
arnews[1] += "
";
arnews[2]="Brittney Murrey
";
arnews[2] += "Murrey moved to second on the Highlanders' career list with 3,446 assists, surpassing Kym Murphy .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:06:56 GMT";
arnews[2] += "
";
arnews[3]="Charlie Murphy brings stand-up comedy to Fat Fish Blue
";
arnews[3] += "With a stand-up comedy tour, a new special, appearances in no less than three upcoming movies, Internet sketches, a soon-to-be-released book, and giving an interview and eating breakfast at the same time - it's safe to say that Charlie Murphy is a busy man.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:29:35 GMT";
arnews[3] += "
";
arnews[4]="Township Auditorium Renovation Uncovers 80-Year-Old Secret
";
arnews[4] += "A lot has changed in 80 years, but The Township Auditorium in Columbia has been an unforgettable part of the Capital City.";
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("