var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="In Years Past
"; arnews[0] += "In 1909, according to reports from western markets, turkeys for Thanksgiving would be much higher in cost in this year than ever before due to a scarcity of the supply."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:52:52 GMT"; arnews[0] += "
"; arnews[1]="NBCa S Unwraps a Bundle of Holiday-Themed Series and Specials
"; arnews[1] += "November 11, 2009 - NBC gives the gift of holiday-themed series episodes and specials throughout late November and December with a multitude of festivities, a special military audience for \"The Jay Leno Show\" airing Thanksgiving evening and a night of holiday-themed Thursday night comedies from \"Community,\" \"Parks and Recreation,\" \"The Office\" and ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Harrison High School Band to March in Macy's Thanksgiving Parade
"; arnews[2] += "For the first time in its history, the 193 member Harrison High School Marching band from Kennesaw will march in the Macy's Thanksgiving Day parade."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 21:31:45 GMT"; arnews[2] += "
"; arnews[3]="James Scott and Kristian Alfonso in the 83rd Annual Macy's Thanksgiving Day Parade
"; arnews[3] += "Days of Our Lives stars James Scott and Kristian Alfonso are among this year's special guests in the 83rd Annual Macy's Thanksgiving Day Parade, according to an NBC post made on Twitter ."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 13:56:58 GMT"; arnews[3] += "
"; arnews[4]="Competition Cheerleaders Outpoint Franklin County
"; arnews[4] += "It was time for a little payback at the Northwest Regional Competition Cheerleading championships last Saturday, with the Comets competition squad getting the best of Franklin County after finishing second to the Eagles in the district championships the week before."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 19:05:04 GMT"; arnews[4] += "
"; arnews[5]="Amid recession, massive social change, 'Sesame Street' embraces 40
"; arnews[5] += "Big Bird reads to Connor Scott and Tiffany Jiao during a taping of Sesame Street on Thursday, April 10, 2008 in New York."; arnews[5] += "
Publ.Date : Thu, 05 Nov 2009 23:15:29 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("
");document.write("
");