var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="FLIPSIDE: The story behind the Macys Thanksgiving Day Parade
"; arnews[0] += "When your family gets together this Thursday, turn the TV to NBC and take in the visual treat of the Macy's Thanksgiving Day Parade, which airs from 9 a.m. to noon."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:58:37 GMT"; arnews[0] += "
"; arnews[1]="Young Entertainers Honored by Variety
"; arnews[1] += "Hollywood's hottest young stars are being honored by Variety . Read on to find out why."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:46:00 GMT"; arnews[1] += "
"; arnews[2]="NBCa S Unwraps a Bundle of Holiday-Themed Series and Specials
"; arnews[2] += "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[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Power of Youth event honors actors
"; arnews[3] += "Corbin Bleu, Miranda Cosgrove, Jesse McCartney, AnnaLynne McCord and KeKe Palmer will be saluted for their charity work at the third annual Variety's Power of Youth event, to be held Dec."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:39:45 GMT"; arnews[3] += "
"; arnews[4]="On TV
"; arnews[4] += "The mighty of the music scene do what they do best this weekend on TV. First, ABC has the \"2009 American Music Awards\" with the return of Whitney Houston, the first awards show appearance by Rihanna since \"the incident\" and a duet by Jay-Z and Alicia Keys, just to drop a few names."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:56:00 GMT"; arnews[4] += "
"; arnews[5]="Harrison High School Band to March in Macy's Thanksgiving Parade
"; arnews[5] += "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[5] += "
Publ.Date : Wed, 18 Nov 2009 21:31:45 GMT"; arnews[5] += "
"; arnews[6]="Jackson Browne plays REH on Nov. 20
"; arnews[6] += "Singer-songwriter Jackson Browne kicks off his Fall 2009 Solo Acoustic Tour, November 1 in Harrisburg, PA."; arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 07:45:00 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("
");document.write("
");