var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Diddy's 40th Birthday Party: No Red Carpet, Just Chaos - TheWrap
";
arnews[0] += "Disney released a triptych of posters for this spring's \"Alice in Wonderland\" on Thursday. The posters give audiences a look at Johnny Depp's Mad Hatter, Helena Bonham Carter's Red Queen, Anne Hathaway's White Queen, and Mia Wasikowska's Alice. Take ...";
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] += "You just get better,\" actress Regina King said. \"Forty is the new 30; it's elegant. He wants everybody to be beautiful [at the party]. So the photographs, when he looks back on it 20 years from now, he'll say, 'Look how beautiful we were.'";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:00:00 GMT";
arnews[1] += "
";
totcount = 2;
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("