var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Uinterview.com: Adrien Brody & Mark Ruffalo
";
arnews[0] += "Oscar winner Adrien Brody and Mark Ruffalo take questions exclusively from users of Uinterview.com.";
arnews[0] += "
Publ.Date : Mon, 08 Jun 2009 17:24:32 GMT";
arnews[0] += "
";
arnews[1]="CNET.com: Brody & Wright 'Rock' New Film
";
arnews[1] += "\"Only On The Web:\" Adrien Brody and Jeffrey Wright discuss their new film with Beyonce Knowles, \"Cadillac Records,\" a chronicle of the rise of music legends such as Chuck Berry...";
arnews[1] += "
Publ.Date : Fri, 05 Dec 2008 10:28:26 GMT";
arnews[1] += "
";
arnews[2]="Martha Stewart spills her drink with Adrien Brody
";
arnews[2] += "Martha shakes up a cranberry cosmopolitan with guest Adrien Brody.";
arnews[2] += "
Publ.Date : Tue, 02 Dec 2008 21:38:08 GMT";
arnews[2] += "
";
arnews[3]="The Jacket - Interview with Adrien Brody and Keira Knightley
";
arnews[3] += "A man goes on a journey into the future where he can foresee his death in this thriller.";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:06:03 GMT";
arnews[3] += "
";
arnews[4]="The Darjeeling Limited - Clip - Who's he talking to?
";
arnews[4] += "Owen Wilson, Adrien Brody and Jason Schwartzman stars in this emotional comedy about three brothers re-forging family bonds.";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:05:07 GMT";
arnews[4] += "
";
arnews[5]="Accidently, Adrien Brody kissed Halle Berry
";
arnews[5] += "Wow! Adrien Brody won a Leading Role on Oscar 75th 2002 [old archives]";
arnews[5] += "
Publ.Date : Thu, 31 Jul 2008 02:51:52 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Favorite Oscar® Moment - Adrien Brody kissing Halle Berry
";
arnews[6] += "Editor, Lisa Churgin on Adrien Brody kissing Halle Berry when he won Best Actor for \"The Pianist\" - 75th Annual Academy Awards®.";
arnews[6] += "
Publ.Date : Wed, 20 Feb 2008 03:12:40 GMT";
arnews[6] += "
";
arnews[7]="Adrien Brody winning an Oscar® for The Pianist
";
arnews[7] += "Adrien Brody winning the Best Actor Oscar® for \"The Pianist\" - 75th Annual Academy Awards®.";
arnews[7] += "
Publ.Date : Tue, 19 Feb 2008 21:33:02 GMT";
arnews[7] += "
";
arnews[8]="Punkd : Adrien Brody, Mila Kunis, Lisa Leslie
";
arnews[8] += "Punkd : Adrien Brody, Mila Kunis, Lisa Leslie";
arnews[8] += "
Publ.Date : Sun, 31 Jul 2005 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Punkd : Adrien Brody, Mila Kunis, Lisa Leslie
";
arnews[9] += "Punkd : Adrien Brody, Mila Kunis, Lisa Leslie";
arnews[9] += "
Publ.Date : Sun, 31 Jul 2005 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("