var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Curtis Opera and rare Stravinsky
";
arnews[0] += "The new Curtis Opera Theatre production of Stravinsky's The Rake's Progress is a test of sorts.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:19:47 GMT";
arnews[0] += "
";
arnews[1]="Hamilton Co. K-9 Officer Walks Away from Head-on Crash with Drug Suspects
";
arnews[1] += "Submitted by Renee LaSalle on November 20, 2009 - 6:55pm. Hamilton County News A Hamilton County K-9 officer walks away from a head-on crash with three drug suspects.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:53:43 GMT";
arnews[1] += "
";
arnews[2]="'Dancing With the Stars': Whitney Houston, the finale next week
";
arnews[2] += "\"Dancing With the Stars\" announces its next victor next week. Finalists Mya, Kelly Osbourne and Donny Osmond will each perform three dances in Monday's show at 8 p.m. on ABC.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:56:06 GMT";
arnews[2] += "
";
arnews[3]="Hamilton wins state cross country title for 6th year
";
arnews[3] += "The #1 state cross country team for six years in a row, includes Manager Ashley Cramer, Erin Esry, Makayla Moon, Lindsey Vollmer, Bethany Jakopic, Brooke Flook, Saige Dilley, Kathleen Clevenger, Manager Olivia Allen and Coach Mark Vollmer.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:19:51 GMT";
arnews[3] += "
";
arnews[4]="Video: A 70th-anniversary collector's edition of 'Gone With the Wind'
";
arnews[4] += "Published: Friday, November 20, 2009 at 10:58 a.m. Last Modified: Friday, November 20, 2009 at 10:58 a.m. The most popular movie of all time - winner of eight Academy Awards, including Best Picture - was first released 70 years ago.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:40:32 GMT";
arnews[4] += "
";
arnews[5]="BAXTER - It is Eric Padget's third year as
";
arnews[5] += "It is Eric Padget's third year as head coach of the Collins-Maxwell-Baxter girls basketball team.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:16: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("