var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Chris Pine, Emmy Rossum do lunch
"; arnews[0] += "Chris Pine and Emmy Rossum come out to the Hollywood Foreign Press Association's luncheon to accept grant money for their organizations — even Warren Beatty was there. (Access..."; arnews[0] += "
Publ.Date : Wed, 12 Aug 2009 23:33:10 GMT"; arnews[0] += "
"; arnews[1]="Chris Pine talks about "Captain James T. Kirk"
"; arnews[1] += "Chris Pine, Zachary Quinto, Bruce Greenwood and John Cho talk about their roles as \"James T. Kirk\", \"Spock\", \"Captain Pike\" and \"Sulu\" in the new Star Trek movie. By TabTVcom Tags..."; arnews[1] += "
Publ.Date : Fri, 31 Jul 2009 02:36:10 GMT"; arnews[1] += "
"; arnews[2]="Movie Stars Pine and Noth Take Stage Together
"; arnews[2] += "Perhaps best know as the new Captain Kirk and Mr. Big, Chris Pine and Chris Noth leap from screen to stage together. (June 25)"; arnews[2] += "
Publ.Date : Thu, 25 Jun 2009 14:16:45 GMT"; arnews[2] += "
"; arnews[3]="Star Trek - Exclusive Chris Pine & Zachary Quinto interview
"; arnews[3] += "Chris Pine and Zachary Quinto - aka Kirk and Spock - tell us about their experiences aboard the Starship Enterprise."; arnews[3] += "
Publ.Date : Tue, 16 Jun 2009 19:51:37 GMT"; arnews[3] += "
"; arnews[4]="Star Trek Trailer (Spoof): William Shatner shows Chris Pine how to be Captain James T. Kirk
"; arnews[4] += "Frank TV spoofs the making of the new Star Trek movie. Frank plays William Shatner who shows up during the filming to help Chris Pine understand the role of Captain James T. Kirk"; arnews[4] += "
Publ.Date : Mon, 11 May 2009 16:19:44 GMT"; arnews[4] += "
"; arnews[5]="Zachary Quinto and Chris Pine talk about the Trekkies
"; arnews[5] += "We talk to the stars of Star Trek about the positive reaction from the dedicated Trekkies. ."; arnews[5] += "
Publ.Date : Sun, 10 May 2009 10:50:33 GMT"; arnews[5] += "
"; arnews[6]="Star Trek - Interview With Chris Pine And Zachery Quinto
"; arnews[6] += "A chronicle of the early days of James T. Kirk and his fellow USS Enterprise crewmembers."; arnews[6] += "
Publ.Date : Sat, 09 May 2009 01:42:05 GMT"; arnews[6] += "
"; arnews[7]="Chris Pine talks ‘Star Trek’
"; arnews[7] += "\"Star Trek\" star Chris Pine calls in to \"The Billy Bush Show\" to chat about taking on the iconic role of Captain James T. Kirk. (Access Hollywood)"; arnews[7] += "
Publ.Date : Fri, 08 May 2009 00:45:18 GMT"; arnews[7] += "
"; arnews[8]="SNTV - Chris Pine star of Star Trek
"; arnews[8] += "Chris Pine is about to burst on the Hollywood scene starring as the iconic Captain Kirk in the Star Trek remake. Ref: SPL98510 050509 Video by: Splashnews TV / Splash News"; arnews[8] += "
Publ.Date : Tue, 05 May 2009 23:34:28 GMT"; arnews[8] += "
"; document.title=document.title+ " "; arnews[9]="BROMANCE, Kirk, Spock and Blunty - Zachary Quinto & Chris Pine Star Trek Stars
"; arnews[9] += "Join with Blunty on a bromantic adventure as he interviews Zachary Quinto & Chris Pine, James T. Kirk and Spock from the new Star Trek movie. www.Ponderpop.com ... kirk spock star..."; arnews[9] += "
Publ.Date : Mon, 20 Apr 2009 03:32:52 GMT"; arnews[9] += "
"; totcount = 10; 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("
");document.write("
");