var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Antonio Sabato Jr. and Danica Patrick zoom up CBS's CSI: NY - Monsters and Critics
";
arnews[0] += "Wednesday, Feb. 10 will see the \"The Formula\" episode written by Aaron Rashaan Thomas that features Sabato Jr. and Patrick face off as racing competitors on the crime procedural that stars Gary Sinise as Detective Mac Taylor, Melina Kanakaredes as ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:11:00 GMT";
arnews[0] += "
";
arnews[1]="Gallery: Danica Patrick to appear on "CSI:NY" episode - Herald-Dispatch
";
arnews[1] += "In this TV publicity image released by CBS, Gary Sinise, left, talks with guest star IRL driver Danica Patrick during the filming of the crime drama \"CSI: NY\" scheduled to air Wednesday, Feb. 10, 2010 at 10:00 p.m. EST on CBS. (AP Photo/CBS, Sonja ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 22:32:00 GMT";
arnews[1] += "
";
arnews[2]="Apollo 13 Sets a Course for Blu-ray on April 13th - MovieWeb
";
arnews[2] += "You can finally bring home Ron Howard's classic tale of real-life space drama home in 1080p this April. Apollo 13 will be released on Blu-ray on April 13, to celebrate the 40th anniversary of the harrowing space mission and the 15th anniversary of ...";
arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[2] += "
";
arnews[3]="From Universal Studios Home Entertainment: Winner of Two Academy ... - Melodika.net
";
arnews[3] += "... Tom Hanks (Angels & Demons, Forrest Gump), Bill Paxton (\"Big Love,\" U-571), Kevin Bacon (Frost/Nixon, Mystic River), Gary Sinise (\"CSI: NY,\" The Green Mile) and Ed Harris (Appaloosa, Gone Baby Gone). BONUS FEATURES EXCLUSIVE TO Blu-ray(TM) Hi ...";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 11:17:00 GMT";
arnews[3] += "
";
arnews[4]="Stage review: Playhouse Rep reveals deep truth of 'Buried Child' - Pittsburgh Post-Gazette
";
arnews[4] += "What is the life cycle of a work of art? Sam Shepard's \"Buried Child,\" a rare troubling prophecy heralded in its own time, won the 1979 Pulitzer Prize. I vividly remember the dark electricity of its 1980 production at the Pittsburgh Public Theater ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:44:00 GMT";
arnews[4] += "
";
arnews[5]=""Houston, We Have 'Apollo 13' on Blu-ray" - High-Def Digest
";
arnews[5] += "Ron Howard's true story of the infamous NASA space mission will blast off for Blu-ray this April. Universal has just revealed ' Apollo 13 ' starring Tom Hanks, Ed Harris, Gary Sinise, Kevin Bacon, and Bill Paxton is slated for high-definition liftoff ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 15:53:00 GMT";
arnews[5] += "
";
arnews[6]="The Ethan Hawke Actors Studio - Nymag.com
";
arnews[6] += "When I was being directed by Gary Sinise, in front of all the actors, he said, ‘We’re all familiar with the concept that a team is only as strong as its weakest link. Ethan, that’s you.’ He was not kidding. He was tough as nails.";
arnews[6] += "
Publ.Date : Sat, 30 Jan 2010 23:57:00 GMT";
arnews[6] += "
";
arnews[7]="Brendan Fraser recalls area shoots for 'School Ties' THE LOCAL ... - Allentown Morning Call
";
arnews[7] += "It's been 20 years since Brendan Fraser was in northeastern Pennsylvania shooting ''School Ties'' but his memories of the area are still surprisingly vivid. '' 'School Ties' was my first movie, and I remember always being kind of tired because we ...";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 08:49:00 GMT";
arnews[7] += "
";
arnews[8]="Drama Mama: King of the 'Castle' - New York Post
";
arnews[8] += "This week begins with the Super Bowl and ends with the Winter Olympics. Fortunately, there are plenty of dramas to watch in between: \"Castle\" (Monday, 10 p.m., ABC): Mama has been encouraging others to watch \"Castle\" for a while now for a lot of ...";
arnews[8] += "
Publ.Date : Fri, 05 Feb 2010 18:21:00 GMT";
arnews[8] += "
";
totcount = 9;
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("