var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Ku Klux Klan Fights to Save Ole Miss Fight Song
";
arnews[0] += "The Ku Klux Klan joined the fight to save the Ole Miss fight song on Saturday, November 21, 2009 with a rally on the steps of the Fulton Chapel on the university's campus.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:59:37 GMT";
arnews[0] += "
";
arnews[1]="CCMSAL playoffs ahead
";
arnews[1] += "Lee and Madras middle school girls and boys soccer teams clinched first-round byes in next month's CCMSAL Soccer Cup playoffs this week, as the regular season wraps up this week.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:34:17 GMT";
arnews[1] += "
";
arnews[2]="Prep Girls Basketball Season Preview: Team-by-team capsules
";
arnews[2] += "Outlook: A year removed from winning its second state championship in three years, Barron Collier missed the regional playoffs for the first time since 1994 last season.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:20:25 GMT";
arnews[2] += "
";
arnews[3]="In Brief - November 18, 2009
";
arnews[3] += "Time Warner has set a date to spin off AOL as a stand alone company once again. The AOL unit of the media conglomerate will be spun off on December 9, making AOL its own company once again starting Thursday, December 10.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 19:16:42 GMT";
arnews[3] += "
";
arnews[4]="Hottest Holiday Toys Sure to Go Fast
";
arnews[4] += "The tough economy has prompted many shoppers to plan to spend less this holiday season.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 16:52:34 GMT";
arnews[4] += "
";
arnews[5]="Obituaries for Nov. 17, 2009
";
arnews[5] += "Jamie Allison Hobbs Services for Mrs. Hobbs will be 11:30 a.m. Wednesday, Nov. 18 at St.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 20:42:11 GMT";
arnews[5] += "
";
arnews[6]="Obituaries for Nov. 14, 2009
";
arnews[6] += "Marguerite Haynes Jones Services for Mrs. Jones will be 1 p.m. Monday, Nov. 16 at Ligon & Bobo Funeral Home with the Rev.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 06:41:00 GMT";
arnews[6] += "
";
arnews[7]="Rentz aims to emulate former teacher
";
arnews[7] += "Perry Rentz keeps in his classroom a picture of a high school version of himself with one of his most memorable teachers.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 14:05:11 GMT";
arnews[7] += "
";
totcount = 8;
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("