var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="What are you thankful for? Much same as first celebration
";
arnews[0] += "Having a day of Thanksgiving in America is older than the country itself. Early settlers used the day as a way to give thanks to God.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Keesee, Margaret Kersey
";
arnews[1] += "On November 12, 2009, Margaret Kersey Keesee passed, following a two year battle with cancer.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:04:45 GMT";
arnews[1] += "
";
arnews[2]="Repo-man slaying suspect caught after jumping from car
";
arnews[2] += "The suspect in the shooting death of a man who was repossessing a car was arrested in DeKalb County Tuesday morning, Fulton County Police spokeswoman Melissa Parker said.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 22:28:36 GMT";
arnews[2] += "
";
arnews[3]="Alan Peppard: Margot Winspear, Phyllis George and Princess Yasmin Aga Kahn attend Alzheimer's benefit
";
arnews[3] += "P rincess Yasmin Aga Khan , daughter of the late Rita Hayworth and the dashing Prince Aly Khan, and former Miss America Phyllis George were both at Saturday night's Rita Hayworth Gala benefiting the Alzheimer's Association.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 08:40:33 GMT";
arnews[3] += "
";
arnews[4]="Feature: Upcoming movie Minuteman uses custom game as part of story
";
arnews[4] += "It's one thing to create a feature film that has a game as part of the plot. It's another to actually make a working game that will be integrated into the movie.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 22:45:18 GMT";
arnews[4] += "
";
arnews[5]="Publishers Weekly Best-Sellers
";
arnews[5] += "\"The Last Song\" by Nicholas Sparks 11. \"Southern Lights: A Novel\" by Danielle Steel 12.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 08:00: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("