var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[0] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 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]="West Africa Story: Fela! on Broadway
";
arnews[2] += "For a new musical with no cartoon-character tie-in, no jukebox of smash pop hits, and no boldface celebrity stars to thrive on Broadway in the waning post-apocalyptic months of 2009, the performances most crucial to success aren't necessarily given by the folks onstage, or behind it, or regarding it from the luxe front-row seats reserved for ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Jay-Z, Smith back Fela
";
arnews[3] += "Z, Will Smith and Jada Pinkett Smith have officially signed on as co-producers of Fela! a musical about Nigerian Afrobeat pioneer Fela Anikulapo-Kuti that opens on Monday on Broadway.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 03:54:31 GMT";
arnews[3] += "
";
arnews[4]="It's official: Jay-Z, Will and Jada Pinkett Smith join producers of Broadway show 'Fela!'
";
arnews[4] += "It's official: After weeks of speculation, Jay-Z and Will and Jada Pinkett Smith have joined the producing team of the Broadway musical \"Fela!\" Jay-Z told The Associated Press last month that he might be getting involved in the show, an Afrobeat musical about the life of Nigerian musician Fela Anikulapo-Kuti . Now producers say he and the Smiths ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:39:16 GMT";
arnews[4] += "
";
arnews[5]="Critic's picks: Tuesday
";
arnews[5] += "Since the gang from Gilligan's Island is safe and sound at home, it's up to everyone's favorite zoo animals to provide a more contemporary escape plan.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 06:26:21 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("