var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="The Soup: Simon Pegg
";
arnews[0] += "The English actor stops by the E! building to promote his film--and give Joel a verbal beat down!";
arnews[0] += "
Publ.Date : Wed, 05 Aug 2009 12:21:10 GMT";
arnews[0] += "
";
arnews[1]="Queen Latifah and Simon Pegg unveil Ice Age 3
";
arnews[1] += "Subzero heroes return for the third installment in the animated saga - Dawn of the Dinosaurs.";
arnews[1] += "
Publ.Date : Sat, 04 Jul 2009 07:20:13 GMT";
arnews[1] += "
";
arnews[2]="The Simon Pegg celebrity interview & lap - Top Gear - BBC autos
";
arnews[2] += "Simon Pegg is the star in the reasonably priced car in this clip from Top Gear. Watch to find out what time he makes round the track and to hear his car story in the Top Gear...";
arnews[2] += "
Publ.Date : Sat, 06 Dec 2008 00:42:30 GMT";
arnews[2] += "
";
arnews[3]="How To Lose Friends And Alienate People - Simon Pegg's video diary - Part 3
";
arnews[3] += "A British writer struggles to fit in at a high-profile magazine in New York. Based on Toby Young's memoir \"How to Lose Friends & Alienate People\".";
arnews[3] += "
Publ.Date : Mon, 20 Oct 2008 15:50:48 GMT";
arnews[3] += "
";
arnews[4]="Run, Fat Boy, Run - Exclusive interview with Simon Pegg
";
arnews[4] += "Simon Pegg stars as a slightly chunky, clueless guy who sets out to win back the love of his life. But first he's got to get in shape.";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:05:17 GMT";
arnews[4] += "
";
document.title=document.title+ " ";
arnews[5]="VIDEO - Simon Pegg and Kirsetn Dunst on the set of their lastest film. " How to Lose Friends & Alienate People " filming in London , UK. 05/06/2007
";
arnews[5] += "WORLD RIGHTS - VIDEO - Hot Fuzz star, Simon Pegg seen walking to a waiting car, followed by Spiderman actress Kirsten Dunst. Kirsten arrives on set before Simon and quickly goes...";
arnews[5] += "
Publ.Date : Tue, 05 Jun 2007 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="VIDEO EXCLUSIVE - Simon Pegg and Kirsetn Dunst on the set of their lastest film. " How to Lose Friends & Alienate People " filming in London, UK 04/06/2007
";
arnews[6] += "VIDEO EXCLUSIVE - Spiderman actress Kirsten Dunst seen talking to other crewmember. Both Simon Pegg and Kirsten Dunst then make their way into the set for the next scene. ....";
arnews[6] += "
Publ.Date : Mon, 04 Jun 2007 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="Simon Pegg, Nick Frost and Edgar Wright (Hot Fuzz)
";
arnews[7] += "Simon Pegg, Nick Frost and Edgar Wright talk about following up Shaun of the Dead with the crime comedy Hot Fuzz.";
arnews[7] += "
Publ.Date : Wed, 18 Apr 2007 07:00:00 GMT";
arnews[7] += "
";
arnews[8]="Run Fat Boy Run teaser starring Simon Pegg
";
arnews[8] += "Teaser trailer for forthcoming David Schwimmer flick starring Simon Pegg, Thandie Newton, Hank Azaria, Dylan Moran";
arnews[8] += "
Publ.Date : Fri, 16 Feb 2007 22:38:55 GMT";
arnews[8] += "
";
arnews[9]="SHOWBIZ: Film: 'Hot Fuzz': Interview with Simon Pegg and Nick Frost at London premiere
";
arnews[9] += "The actor Simon Pegg is starring in a new film described as 'Lethal Weapon meets Miss Marple'. The film, called \"Hot Fuzz\", also stars Pegg's best friend Nick Frost, and is a...";
arnews[9] += "
Publ.Date : Tue, 13 Feb 2007 00:00:00 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("