var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lucy Punch knows a 'Bad Teacher' - Monsters and Critics
";
arnews[0] += "Lucy Punch will join Cameron Diaz in the comedy \"Bad Teacher,\" which Jake Kasdan is directing for Columbia. Gene Stupnitsky and Lee Eisenberg wrote the original screenplay which follows Elizabeth Halsey (Diaz), a crude seventh-grade teacher who ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:16:00 GMT";
arnews[0] += "
";
arnews[1]="Lucy Punch joins Cameron Diaz comedy - Digital Spy
";
arnews[1] += "English actress Lucy Punch has signed for forthcoming feature Bad Teacher . The St. Trinian's actress joins the already cast Cameron Diaz in director Jake Kasdan's black comedy, says The Hollywood Reporter . Bad Teacher centres on a foul-mouthed ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 00:01:00 GMT";
arnews[1] += "
";
arnews[2]="Actress Lucy Punch cast in "Bad Teacher" - Reuters UK
";
arnews[2] += "LOS ANGELES (Hollywood Reporter) - British actress Lucy Punch has been cast opposite Cameron Diaz in the black comedy \"Bad Teacher,\" which Jake Kasdan will start shooting next month in Los Angeles. The Columbia Pictures project revolves around a foul ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 04:48:00 GMT";
arnews[2] += "
";
arnews[3]="Bates, Goldberg are 'Earthbound' - Variety
";
arnews[3] += "Kathy Bates and Whoopi Goldberg have joined the cast of the Film Department's \"Earthbound,\" which stars Kate Hudson and Gael Garcia Bernal. The Film Department is fully financing the picture, which began production Jan. 18 in New Orleans. Rosemarie ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 GMT";
arnews[3] += "
";
arnews[4]="Movie News & Gossip - YAHOO!
";
arnews[4] += "Lucy Punch has been cast opposite Cameron Diaz in the black comedy \"Bad Teacher,\" which Jake Kasdan is directing for Columbia. Gene Stupnitsky and Lee Eisenberg wrote the original screenplay about Elizabeth Halsey (Diaz), a foul-mouthed, conniving ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 22:58:00 GMT";
arnews[4] += "
";
arnews[5]="Whoopi Goldberg is ‘Earthbound’ - EURweb
";
arnews[5] += "*Whoopi Goldberg and Kathy Bates have joined Kate Hudson and Gael Garcia Bernal in the cast of the Film Department’s “Earthbound.” The Film Department is fully financing the picture, which began production Jan. 18 in New Orleans, reports ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 16:06: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("