var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chris Pine - ReelzChannel.com
";
arnews[0] += "The structure [of the new film] wasn't really the traditional triumvirate that you've seen on the television show. It was really more a movie about establishing everybody. I certainly hope that [screenwriters] Roberto Orci and Alex Kurtzman and J.J ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:40:00 GMT";
arnews[0] += "
";
arnews[1]="Bradley Cooper, Chris Pine, et al. Named GQ "Men of the Year" - TheaterMania.com
";
arnews[1] += "Stage stars Bradley Cooper and Chris Pine are among those named \"Men of the Year\" by GQ magazine. The publication also honored U.S. President Barack Obama, Oscar winner Clint Eastwood, football great Tom Brady, and Zach Galifianakis and Ed Helms, who ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 19:06:00 GMT";
arnews[1] += "
";
arnews[2]="Chris Pine Set To Play Jack Ryan - Access Hollywood
";
arnews[2] += "According to Variety , Chris has been tapped to play the CIA analyst in a reboot of the series based on the popular Tom Clancy novels. “Tom Clancy created an unforgettable character with Jack Ryan. With Chris in this role, we’ve taken our first ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:57:00 GMT";
arnews[2] += "
";
arnews[3]="From Movie Prince To Starship Captain: Hot Shots Of Chris Pine! - Access Hollywood
";
arnews[3] += "Clint Eastwood and Chris Pine on the cover of December 2009’s GQ Chris Pine is a sight for sore eyes at the Hollywood Foreign Press Association’s installation luncheon held at the Beverly Hills Hotel on August 11, 2009";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 02:57:00 GMT";
arnews[3] += "
";
arnews[4]="Chris Pine and Tom Brady Among GQ's Men of the Year - AceShowbiz
";
arnews[4] += "Chris is given the predicate of \"Breakout of the Year\", while Tom is crowned with the title of \"Comeback of the Year\". GQ Magazine's annual Men of the Year list has just been unveiled, giving the predicates of \"Breakout of the Year\" to actor Chris ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 04:52:00 GMT";
arnews[4] += "
";
arnews[5]="Media vampires, beware - Edmonton Journal
";
arnews[5] += "We know, courtesy of Us Weekly, that Kristen Stewart spreads butter on her blueberry bagels. People magazine just chronicled her alleged romance with her Twilight co-star, Robert Pattinson, in an entire issue devoted to the movie franchise. And ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:22: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("