var arnews = new Array(7);
totcount = 7;
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]="Hot tix: Cedric the Entertainer lights up Newark
";
arnews[1] += "Cedric Antonio Kyles , best known by his stage name Cedric the Entertainer, is an American actor and comedian.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 05:08:06 GMT";
arnews[1] += "
";
arnews[2]="Merry Madagascar Christmas Special On NBC
";
arnews[2] += "NBC this evening airs a special Merry Madagascar Christmas special. Merry Madagascar show time is 8PM EST and 7PM Central Time.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 04:05:32 GMT";
arnews[2] += "
";
arnews[3]="'Madagascar's' Rock opts for another 'Merry' go-round
";
arnews[3] += "So it goes in the world of animated holiday specials. This time around, it's the Central Park Zoo denizens of the \"Madagascar\" films who must help Santa Claus.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 02:56:59 GMT";
arnews[3] += "
";
arnews[4]="Tuesday night highlights,
";
arnews[4] += "\"Merry Madagascar\" : The onslaught of holiday specials begins with this new animated story about an amnesiac Santa Claus .";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 12:23:44 GMT";
arnews[4] += "
";
arnews[5]="a Madagascara sa Rock opts for another a Merrya go-round
";
arnews[5] += "So it goes in the world of animated holiday specials. This time around, it's the Central Park Zoo denizens of the \"Madagascar\" films who must help Santa Claus.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 10:44:24 GMT";
arnews[5] += "
";
arnews[6]="USA pins down WWE through 2014
";
arnews[6] += "World Wrestling Entertainment may be developing its own cable channel, but the company isn't ready to pull the plug on its existing TV partnerships just yet.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 17:37:41 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("