var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
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]="Inside Actors Studio : Mark Ruffalo - Bonus: Michel Gondry (Season 13, Episode 7 Bonus Clips)
";
arnews[1] += "Ruffalo shares what it was like being directed in Eternal Sunshine of the Spotless Mind.";
arnews[1] += "
Publ.Date : Tue, 28 Apr 2009 21:55:55 GMT";
arnews[1] += "
";
arnews[2]="Inside Actors Studio : Mark Ruffalo (Season 13, Episode 7 Bonus Clips)
";
arnews[2] += "Mark Ruffalo shares how he prepared to play Detective Toschi in \"Zodiac.\"";
arnews[2] += "
Publ.Date : Tue, 28 Apr 2009 21:55:35 GMT";
arnews[2] += "
";
arnews[3]="Mark Ruffalo * The Brothers Bloom * AFI Los Angeles
";
arnews[3] += "Mark Ruffalo * The Brothers Bloom * AFI Los Angeles By realtvfilms Tags : Angeles , Bloom , Brothers , Los , Mark , Ruffalo , The , adrien , brody , kikuchi , racel , rinko ,...";
arnews[3] += "
Publ.Date : Tue, 07 Apr 2009 08:11:00 GMT";
arnews[3] += "
";
arnews[4]="Mark Ruffalo * The Brothers Bloom * AFI Los Angeles
";
arnews[4] += "Mark Ruffalo * The Brothers Bloom * AFI Los Angeles";
arnews[4] += "
Publ.Date : Tue, 07 Apr 2009 07:37:32 GMT";
arnews[4] += "
";
arnews[5]="Le frère de Mark Ruffalo mort d'une balle dans la tête
";
arnews[5] += "L'acteur de \"Blindness\" vient de perdre son frère lundi, mort 1 semaine après avoir reçu une balle dans la tête.";
arnews[5] += "
Publ.Date : Thu, 11 Dec 2008 16:05:00 GMT";
arnews[5] += "
";
arnews[6]="Mark Ruffalo trauert um seinen Bruder
";
arnews[6] += "US-Schauspieler Mark Ruffalo trauert um seinen zwei Jahre jüngeren Bruder Scott. Der 39-Jährige starb am Montag in Los Angeles an den Folgen eines Kopfschusses.";
arnews[6] += "
Publ.Date : Thu, 11 Dec 2008 04:50:00 GMT";
arnews[6] += "
";
arnews[7]="13 Going On 30 - Interview with Jennifer Garner & Mark Ruffalo
";
arnews[7] += "Jennifer Garner plays a put-upon 80s teen who wakes up as an adult in this high-concept comedy.";
arnews[7] += "
Publ.Date : Tue, 16 Sep 2008 12:06:30 GMT";
arnews[7] += "
";
arnews[8]="USA: Actors Robert Downey Jr. , Chloe Sevigny, and Mark Ruffalo premiered the true-crime thriller "Zodiac" about a story of a murderer who terrorized the Bay Area for a decade in Los Angeles, California
";
arnews[8] += "The notorious San Francisco Bay Area serial killer might have eluded law enforcement agencies for decades, but the compelling cat-and-mouse story that is \"Zodiac\" never escapes...";
arnews[8] += "
Publ.Date : Wed, 07 Mar 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="13 Going on 30 - Mark Ruffalo Interview
";
arnews[9] += "13 Going on 30 - Mark Ruffalo Interview";
arnews[9] += "
Publ.Date : Wed, 10 Dec 2003 19:52: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("