var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Interview: Matt Damon - 'There's a style of acting that tends to get rewarded. It's not what I do'
";
arnews[0] += "By Dennis Lim 'THIS is the first time I've done an interview with an ice pack down my pants,\" Matt Damon says, having retreated to the relative comfort of his trailer on a wet, chilly New York film set.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 00:28:04 GMT";
arnews[0] += "
";
arnews[1]="Bon M.O.T.
";
arnews[1] += "22, and Monday, Nov. 23 Enzian Theater 407-629-0054 $10-$60 A Matter of Size Israeli chef Herzl can't catch a break: He weighs over 300 pounds, he's demoted to the back of his restaurant for his appearance, and his diet support group shames him for never being able to lose weight.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:20:16 GMT";
arnews[1] += "
";
arnews[2]="TV Review: Ask Ausiello: Izzie leaving again?
";
arnews[2] += "Got a scoop request? An anonymous tip you're dying to share? Just want to say hi? You can send any/all of the above to ausielloscoop@ew.com Question: Is Izzie really pregnant on Grey's Anatomy ? - Elle Ausiello: I'll say this: ABC's promo gurus are very sneaky! While we're on the subject of Katherine Heigl, sources confirm to me exclusively that ...";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 06:00:00 GMT";
arnews[2] += "
";
arnews[3]="Ask Ausiello: Spoilers on 'Big Bang,' 'Grey's,' 'Glee,' and more
";
arnews[3] += "Got a scoop request? An anonymous tip you're dying to share? Just want to say hi? You can send any/all of the above to ausielloscoop@ew.com Question: Is Izzie really pregnant on Grey's Anatomy ? - Elle Ausiello: I'll say this: ABC's promo gurus are very sneaky! While we're on the subject of Katherine Heigl, sources confirm to me exclusively that ...";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 07:51:37 GMT";
arnews[3] += "
";
arnews[4]="10 movies to inspire the inner runner
";
arnews[4] += "They may be purest metaphor for human accomplishment, but movies about running and the art of the pushing one's body to the extreme can be downright dreary -- if not ridiculous.";
arnews[4] += "
Publ.Date : Mon, 12 May 2008 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sunday 08/11
";
arnews[5] += "Former agent Jason Bourne, who is suffering from amnesia, lives a new life with his wife, having adopted a new identity.";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 11:30:37 GMT";
arnews[5] += "
";
arnews[6]="Eichmann - Trailer
";
arnews[6] += "Get the latest version of QuickTime to view movie trailers. Eichmann In theaters: Coming Soon Based upon the final confession of Adolf Eichmann, made before his execution in Israel as he accounts to Captain Avner Less, a young Israeli Police Officer, of his past as the architect of Hitler's plan for the \"final solution.\" Captured by intelligence ...";
arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("