var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Is Dustin Hoffman out of 'Little Fockers'? - SamayLive
";
arnews[0] += "New York: Hollywood veteran Dustin Hoffman may not feature in \"Little Fockers\", the third instalment of the \"Meet the Parents\" franchise. Hoffman and Barbra Streisand played Bernie and Roz Focker in \"Meet the Fockers\", a sequel to \"Meet the Parents ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:16:00 GMT";
arnews[0] += "
";
arnews[1]="Victoria Beckham To Star In Madagascar - femalefirst.co.uk
";
arnews[1] += "The former Spice Girls star has previously made a cameo appearance in Ugly Betty and provided a voice-over for hit kids show Spongebob Squarepants. Now Beckham has landed her first Hollywood role in the upcoming Madagascar 3, alongside Ben Stiller ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 11:57:00 GMT";
arnews[1] += "
";
arnews[2]="Ben Stiller’s Kids Call Grandpa ‘Mr. Kinichi’ - Ok Magazine
";
arnews[2] += "“I just find that being a grandfather, I feel I’m a little too old to be a grandfather, and I hate the name ‘grandpa,’ so they do call me Mr. Kinichi . The fact that they observe that protocol makes me feel good. They’re very bright ...";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[2] += "
";
arnews[3]="Hoffman not returning for Little Fockers - RTE Online
";
arnews[3] += "Dustin Hoffman will reportedly not reprise his 'Meet The Parents' role in sequel Little Fockers. According to Entertainment Weekly, the actor, who portrayed the father of Ben Stiller's Greg Focker in the 2004 film, will not be returning after talks ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:20:00 GMT";
arnews[3] += "
";
arnews[4]="Dustin Hoffman Pulls Out of ‘Little Fockers’ - Softpedia
";
arnews[4] += "The third film with the ridiculously hilarious Focker clan is currently in the making but, according to the reports now coming in, it could very well be that not all is great in Focker-land. Meant to reunite the original cast, presumably with the ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:28:00 GMT";
arnews[4] += "
";
totcount = 5;
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("