var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NBCa S Unwraps a Bundle of Holiday-Themed Series and Specials
";
arnews[0] += "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[0] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Review: 30 Rock - Sun Tea
";
arnews[1] += "\"Oh brother. Are they really going to do something this year or just put that stupid green peacock in the corner of the screen?\" - Liz, about NBC's Green Week OK, I think we can all agree that this was one of the more disgusting episodes of 30 Rock .";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 07:40:00 GMT";
arnews[1] += "
";
arnews[2]="On TV
";
arnews[2] += "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[2] += "
Publ.Date : Thu, 19 Nov 2009 20:56:00 GMT";
arnews[2] += "
";
arnews[3]="Last chance to vote for Roots of Music founder Derrick Tabb in CNN 'Hero'-search
";
arnews[3] += "Here's a story that's got it all: Music and love, heroes and handguns. The Times-Picayune Archive Derrick Tabb.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 21:02:34 GMT";
arnews[3] += "
";
arnews[4]="He's got a good beat, and you can vote for him
";
arnews[4] += "Last chance to vote Rebirth drummer as CNN 'Hero of the Year' is tonight Wednesday, November 18, 2009 Dave Walker Here's a story that's got it all: Music and love, heroes and handguns.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 13:06:31 GMT";
arnews[4] += "
";
arnews[5]="Carrie Underwood, Leona Lewis to Perform at Third Annual 'CNN Heroes: An All-Star Tribute'
";
arnews[5] += "CNN announced performers and presenters who are slated to appear at the third annual 'CNN Heroes: An All-Star Tribute,' which honors everyday citizens who are making a difference in their communities and beyond.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 19:01:39 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("