var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Diddy's 40th Birthday Party: No Red Carpet, Just Chaos - TheWrap
";
arnews[0] += "... 40 year-old Combs was set for 9 p.m. in the Plaza’s main ballroom. But by 10:20 or so, the only guests who’d made it inside were Spike Lee and his wife Tonya, “Cosby Show” star Malcolm Jamal Warner, Regina King and Martha Stewart.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:43:00 GMT";
arnews[0] += "
";
arnews[1]="Diddy Celebrates 40th Birthday With Everyone From Jeezy To Martha ... - VH1.com
";
arnews[1] += "The thing I can appreciate about Puff is that at one point you can go into any club and from 12:30 on, every hit they're playing, it's a Bad Boy hit,\" said actor Malcolm Jamal Warner, who's known Diddy since the '80s. \"I'll make sure I grab Lil Kim ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:00:00 GMT";
arnews[1] += "
";
arnews[2]="Top 20 TV Ensembles from the Past 20 Years - Examiner
";
arnews[2] += "Sure, television is only as good as its script, but where a TV series really shines is in its ability cast actors who fit their written characters to a \"T.\" You almost always know a great TV ensemble cast even if you haven't been an avid fan of the ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:14:00 GMT";
arnews[2] += "
";
totcount = 3;
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("