var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ROBERT DE NIRO TO RAP WITH 50 CENT - Daily Star
";
arnews[0] += "ROBERT De Niro could be about to take on his most challenging role ever…as a gangster rapper. The 66-year-old two-time Oscar winner struck up a deep friendship with In Da Club star 50 Cent after they starred in Righteous Kill. De Niro now hints he ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:16:00 GMT";
arnews[0] += "
";
arnews[1]="Robert De Niro eyes gangster rapper career - The Gaea Times
";
arnews[1] += "WASHINGTON - Hollywood actor Robert De Niro is planning a new career: gangster rapper. The 66-year-old planned professional change after becoming good friends with hip-hop star 50 Cent on the set of ‘Righteous Kill’ last year. The Oscar-winning ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT";
arnews[1] += "
";
arnews[2]="RAP STAR ROBERT DE NIRO - Contactmusic.com
";
arnews[2] += "Robert De Niro wants to be a rapper. The 66-year-old actor wants to work with hip-hop star 50 Cent after they became good friends while shooting the movie 'Righteous Kill' last year and thinks a track recorded by the pair would be great. He Oscar ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 13:57:00 GMT";
arnews[2] += "
";
arnews[3]="Robert De Niro's Dream Co-Star: Angelina Jolie - Celebrity Justice
";
arnews[3] += "Robert De Niro can't get enough of Angelina Jolie . The actor, 66, tells \"Extra\" Jolie, 34, is one of the actors he'd \"love to work with.\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/sflash.cab#version=9,0,0,0\" width=\"480 ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 23:24:00 GMT";
arnews[3] += "
";
arnews[4]="Robert De Niro: ‘I’m Not Strict With my Kids’ - Showbizspy.com
";
arnews[4] += "ROBERT De Niro isn’t strict with his kids. The Oscar-winning star — who has several children with several different women — insists he’s he model of reason when it comes to being a dad. “I try not to be too strict with my younger kids ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 10:34:00 GMT";
arnews[4] += "
";
arnews[5]="Robert De Niro Uses an iPhone — But Not Twitter! - Showbizspy.com
";
arnews[5] += "ROBERT De Niro doesn’t use Twitter. The Hollywood legend, 66, admits he is getting a little more computer savvy but, unlike many celebs, has drawn the line at joining the micro-blogging website. “I don’t Twitter,” says De Niro. “Somebody ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 11:26:00 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("