var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hoffman not returning for Little Fockers
";
arnews[0] += "Dustin Hoffman will reportedly not reprise his 'Meet The Parents' role in sequel Little Fockers.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:18:53 GMT";
arnews[0] += "
";
arnews[1]="Hoffman sunbs 'Fockers' return?
";
arnews[1] += "Dustin Hoffman will not reprise his Meet The Parents role in sequel Little Fockers , according to Entertainment Weekly .";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:53:49 GMT";
arnews[1] += "
";
arnews[2]="Dustin Hoffman Not Returning For Little Fockers?
";
arnews[2] += "Dustin Hoffman might not return for the third installment in the Meet the Parents franchise.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="were married
";
arnews[3] += "One of Hollywood's favorite pin-up boys is officially off the singles list. \"Dawson's Creek\" heartthrob James Van Der Beek, 26, married actress Heather McComb, also 26, over the long holiday weekend in an outdoor ceremony in Malibu, reports the Associated Press.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 04:09:09 GMT";
arnews[3] += "
";
arnews[4]="Review: Monk - Mr. Monk is the Best Man
";
arnews[4] += "Just three more episodes till the end of Monk , so it sort of feels like they're wrapping up some loose ends.";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 05:55: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("