var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Speaking of Thanksgiving movies, parades and concerts, too
";
arnews[0] += "A bit of this and a bit of that, while curious about your favorite Thanksgiving movies.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:44:00 GMT";
arnews[0] += "
";
arnews[1]="How the Media Gets it Wrong about Homeschooling
";
arnews[1] += "Homeschoolers have gotten their share of bad coverage in the media and in popular culture in the last few years.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:49:09 GMT";
arnews[1] += "
";
arnews[2]="But is it for the family?
";
arnews[2] += "A guide to movies from a family perspective: '2012' Rated: PG-13. Suitable for: Middle-schoolers and up.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:40:36 GMT";
arnews[2] += "
";
arnews[3]="Florida, U.S.A. travel information and guide
";
arnews[3] += "Explore a land of mystic peaks, enchanted forests and crystal fields of ice. Not so far, far away in a place called Montana.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:37:04 GMT";
arnews[3] += "
";
arnews[4]="Remembering "The Jack Benny Show"
";
arnews[4] += "A robber accosts Jack Benny and demands, \"Your money or your life!\" The audience convulses into laughter as Benny hesitates.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:06:35 GMT";
arnews[4] += "
";
arnews[5]="Morgan Library & Museum exhibits Dickens's Original 'A Christmas Carol'
";
arnews[5] += "Ebenezer Scrooge, Tiny Tim, Mr. Fezziwig, Bob Cratchit, the Ghost of Christmas Past - in the age of film and television these characters from Charles Dickens's 'A Christmas Carol' are universally familiar.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 04:44:06 GMT";
arnews[5] += "
";
arnews[6]="Disney's fast-paced version not for small children
";
arnews[6] += "Many people are familiar with the story of \"A Christmas Carol\" from one or more of its various incarnations.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 02:55:30 GMT";
arnews[6] += "
";
totcount = 7;
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("