var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Simon Pegg - ReelzChannel.com
";
arnews[0] += "It kind of felt like we were cheating on each other, but in a good way — a kind of sexy, duplicitous way. It's good for us all to go off and do other things. Obviously, we'll get back together. People enjoy the stuff that Simon and I do, but I ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 21:44:00 GMT";
arnews[0] += "
";
arnews[1]="Karl Urban Says is an Honor and Privilege to be Part of Star Trek ... - TrekWeb.com
";
arnews[1] += "I certainly hope so! You should ask Roberto Orci and Alex Kurtzman . I hope they're working on that. I was very blessed with some iconic lines. Once you're part of the Star Trek universe, you're forever part of that world. And the fans will remember ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:14:00 GMT";
arnews[1] += "
";
arnews[2]="DVD Patrol: 'Star Trek' lives long, prospers - Wichita Falls Times Record News
";
arnews[2] += "The Starship Enterprise’s crew includes Checkhov (Anton Yelchin), Capt. James T. Kirk (Chris Pine), Scotty (Simon Pegg), Bones (Karl Urban), Sulu (John Cho) and Ohura (Zoe Saldana). Energize — or re-energize, rather. J.J. Abrams’ revisioning of ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:44:00 GMT";
arnews[2] += "
";
arnews[3]="SCREEN LEGEND EDWARD WOODWARD DIES AT 79 - Daily Star
";
arnews[3] += "In recent times, he starred in Simon Pegg’s hit movie Hot Fuzz and in March made his final screen appearance, in EastEnders as Tommy Clifford. Horror movie legend Sir Christopher, 87, led the showbiz tributes, describing Woodward as “a very good ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 00:22:00 GMT";
arnews[3] += "
";
arnews[4]="Win! PlayStation 3 and Ice Age 3 - CVG Online
";
arnews[4] += "Our favourite herd - Manny, Sid, Diego and Ellie - is joined by the relentless, one-eyed dino-hunting weasel; Buck [voiced by Simon Pegg], while the hilarious Scrat, still trying to nab the ever-elusive nut, is faced with a new, feminine challenge ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:57:00 GMT";
arnews[4] += "
";
arnews[5]="SciFriday: Why The Coincidences Of 'Star Trek' Worked - Airlock Alpha
";
arnews[5] += "Simon Pegg, who plays Scotty in this year's blockbuster hit \"Star Trek,\" had some great thoughts to share about his role recently on Twitter. Besides praising the writing work of Roberto Orci and Alex Kurtzman, and adding the great directorial work ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:39:00 GMT";
arnews[5] += "
";
arnews[6]="It's almost a night to fur-get for silky Kelly - The Sun
";
arnews[6] += "STUNNING Kelly Brook almost made a fashion gaffe on the red carpet - sporting a REAL fur stole. But the actress soon ditched the vintage Christian Dior fur to reveal a shimmering floor-skimming navy silk Suzie Turner dress and towering Christian ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 23:05:00 GMT";
arnews[6] += "
";
arnews[7]="Stars Pay Tribute To Edward Woodward - Post Chronicle
";
arnews[7] += "Stars including Sir Christopher Lee and Simon Pegg have paid tribute to late British actor Edward Woodward, who died on Monday (16Nov09). The 79 year old, best known for his role in cult horror film The Wicker Man, as well as TV series including ...";
arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 15:44:00 GMT";
arnews[7] += "
";
arnews[8]="Another New Image from AVATAR - IESB.NET
";
arnews[8] += "You Ready For Some Trek? Or Some Fight Club, Or Hey How About Some Fight Trek...To Boldy Punch Where No One Has Punched Before. Well buckle up because here we go. Number Of Discs: Comes in everything from 1 to 3 disc packages. Director: J.J. Abrams ...";
arnews[8] += "
Publ.Date : Tue, 17 Nov 2009 19:06: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("