var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Aberdeen set to light up with Christmas lights switch on parade
";
arnews[0] += "A weekend of festive events in the city will culminate when the Lord Provost of Aberdeen leads the annual Christmas lights switch on parade on Sunday 15 November.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Stanford gets nod as favorite
";
arnews[1] += "His birth name is spelled with a \"y,\" although he was known in his career as \"White.\" a Their identity: The roster includes six newcomers, including four junior college transfers, to make up Butts' first full recruiting class.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Jones, Beulah Short "Nonnie"
";
arnews[2] += "Beulah \"Nonnie\" Short Jones, 97, of Greensboro, passed away on Wednesday, November 11, 2009, at her residence.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 05:51:36 GMT";
arnews[2] += "
";
arnews[3]="Aberdeen set to light up with Christmas lights switch on parade
";
arnews[3] += "A weekend of festive events in the city will culminate when the Lord Provost of Aberdeen leads the annual Christmas lights switch on parade on Sunday 15 November.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 21:09:48 GMT";
arnews[3] += "
";
arnews[4]="Kate Lawson
";
arnews[4] += "I love to cook. I just don't love to have to cook. Every weekday afternoon around 3:30 the thought hits me that uh-oh, I've got to come up with an idea for dinner.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 06:36:31 GMT";
arnews[4] += "
";
arnews[5]="Franklin cheerleaders do well at competition
";
arnews[5] += "The 2009 Franklin Greyhounds varsity and junior varsity cheerleading squads each placed in the top three finishers of a recent cheerleading competition.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 03:14:24 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("