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]="Dustin may not be a FOCKER
"; arnews[1] += "Those of you looking forward to seeing Dustin Hoffman and Barbra Streisand reunite as Bernie and Roz Focker, you may have to just rentA Meet the Fockers A again."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:58:35 GMT"; arnews[1] += "
"; arnews[2]="Lewis: Holidays sales could be another bad rerun
"; arnews[2] += "USAA Financial Planning Services has been asking folks what movie title best describes their holiday budget."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:46:05 GMT"; arnews[2] += "
"; arnews[3]="Dustin Hoffman Doesn't Want Any Little Fockers
"; arnews[3] += "Focker down! It looks like the third Meet the Parents film, Little Fockers , will be short one Focker."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:57:33 GMT"; arnews[3] += "
"; arnews[4]="Hoffman May No Longer Make A FOCKing Appearance, But Streisand Will
"; arnews[4] += "Merrick here... In MEET THE FOCKERS, the 2004 sequel to MEET THE PARENTS, we were introduced to Bernie and Rozalin Focker ."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:04:39 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("
");document.write("
");