var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brosnan reveals the character actor within
";
arnews[0] += "A debonair Pierce Brosnan, Bond-like in black jacket and gleaming white shirt, strides into a Manhattan hotel room for an interview.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:12:00 GMT";
arnews[0] += "
";
arnews[1]="Baby Mama
";
arnews[1] += "Two of my favorite funny women star in Baby Mama. A comedy that mixes babies, two entirely different women and a funny supporting cast.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:36:08 GMT";
arnews[1] += "
";
arnews[2]="Bob Kinnear isn't Greg Kinnear
";
arnews[2] += "We probably don't need to tell you that we made this image ourselves, from this and this .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 00:06:00 GMT";
arnews[2] += "
";
arnews[3]="'Soup's' McHale happy with stew of life
";
arnews[3] += "If you watch \"The Soup\" on the cable network E!, you know the quick-witted genius of writer-producer-host Joel McHale.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 06:15:02 GMT";
arnews[3] += "
";
arnews[4]="'Dear John' Review: Tatum and Seyfried in Sparks Weepie
";
arnews[4] += "Dear John is the fifth of Nicholas Sparks' books to be turned into a movie, which means that even if you haven't read a word of his novels, if you are a regular moviegoer you know what to expect.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 19:00:00 GMT";
arnews[4] += "
";
arnews[5]="Dear John nothing to write...
";
arnews[5] += "Directed by Lasse Hallstrom. Starring Channing Tatum, Amanda Seyfried, Richard Jenkins and Henry Thomas.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 17:19:17 GMT";
arnews[5] += "
";
arnews[6]="Kinnear, Arkin, Crudup Join "The Convincer"
";
arnews[6] += "Greg Kinnear, Alan Arkin and Billy Crudup are teaming for the indie crime drama \"The Convincer\" reports Variety .";
arnews[6] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Minn. film gets Oscar nod for best picture
";
arnews[7] += "The Minnesota-made film \"A Serious Man,\" written and directed by the CoenA brothers,A earned an Oscar nomination Tuesday for best picture.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 14:48:09 GMT";
arnews[7] += "
";
totcount = 8;
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("