var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="All-School reunion held for Savanna grads
";
arnews[0] += "The Savanna All School Reunion was held June 27 at the Pearl Dunn Cafetorium. There were 122 registered graduates, their spouses, teachers and guests in attendance.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:02:14 GMT";
arnews[0] += "
";
arnews[1]="Elton John, Billy Joel cancel concert at Verizon Arena
";
arnews[1] += "Charlie settles back into his old bachelor ways until Alan faces an emotional crisis.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:10:06 GMT";
arnews[1] += "
";
arnews[2]="Billy Joel & Elton John Rescheduled
";
arnews[2] += "The Billy Joel & Elton John Face 2 Face concert scheduled for November 10 at Rose Garden Arena has been rescheduled for February 10, 2010 at 7:30pm. All tickets currently being held for the originally scheduled Face 2 Face concert on November 10 at Rose Garden Arena will be valid for the rescheduled February 10 concert.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:09:58 GMT";
arnews[2] += "
";
arnews[3]="'Fashion Christmas'
";
arnews[3] += "Coco would have been delighted at the turnout last night at the private opening night party of the remodeled CHANEL boutique on Maiden Lane.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:30:12 GMT";
arnews[3] += "
";
arnews[4]="Buy U a hit single: How Auto-Tune changes music
";
arnews[4] += "Baby are you down down down down down. Dooowwn. Dooooown. Instead of paying attention to Jay Sean's stupid dance moves in the \"Down\" music video, listen to the way Jay Sean sings the word down at the end of the chorus.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:29:47 GMT";
arnews[4] += "
";
arnews[5]="Air Loaf: Holiday movies
";
arnews[5] += "Blogwire More Side-Dish Domination! Ruling the Thanksgiving table with a well-prepared side-dish. That's what the holiday is all about.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:24:41 GMT";
arnews[5] += "
";
arnews[6]="CHS Wrestling opens season on Saturday
";
arnews[6] += "When you participate in a sport that is as one-on-one as wrestling, you better be healthy.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 23:47:27 GMT";
arnews[6] += "
";
arnews[7]="Elton John and Billy Joel cancel Verizon Arena show due to illness, schedule problems
";
arnews[7] += "The Elton John and Billy Joel concert that was set for Nov. 28 at Verizon Arena in North Little Rock has been canceled.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 23:45:05 GMT";
arnews[7] += "
";
arnews[8]="Foxes earn point against St Andrew's
";
arnews[8] += "FRIDAY, 6pm: Melton Foxes started strongly, T. Dryell heading Bradshaw's corner narrowly wide.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 22:18:20 GMT";
arnews[8] += "
";
totcount = 9;
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("