var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Sam Rockwell stars in Moon
";
arnews[0] += "Directorial debut from David Bowie's son, Duncan Jones.";
arnews[0] += "
Publ.Date : Sat, 18 Jul 2009 07:30:04 GMT";
arnews[0] += "
";
arnews[1]="G-Force with Jon Favereau and Sam Rockwell behind the scenes
";
arnews[1] += "Coming to theaters July 24th For more info go to http://disney.go.com/disneypictures/gforce/ By nudoggy Tags : G , behind , disney , favereau , film , force , gforce , jon , movie...";
arnews[1] += "
Publ.Date : Tue, 14 Jul 2009 20:51:38 GMT";
arnews[1] += "
";
arnews[2]="'Moon' Movie Review
";
arnews[2] += "Sam Rockwell. The Moon. David Bowie’s son directs. Nuff said. Beyond The Trailer host Grace Randolph finds out if this indy sci-fi film has what it takes to go toe to toe with...";
arnews[2] += "
Publ.Date : Sat, 13 Jun 2009 15:31:00 GMT";
arnews[2] += "
";
arnews[3]="Sam Rockwell Moon http://teaser-trailer.com
";
arnews[3] += "Sam Rockwell Moon Movies 2009 teaser-trailer.com ... sam rockwell moon film movie";
arnews[3] += "
Publ.Date : Fri, 10 Apr 2009 02:31:05 GMT";
arnews[3] += "
";
arnews[4]="Lady Gaga Poker Face (Sam Rockwell Remix 2008)
";
arnews[4] += "Lady Gaga Poker Face (Sam Rockwell Remix 2008) Elektro house club remix Electro House Club Remix";
arnews[4] += "
Publ.Date : Mon, 24 Nov 2008 10:35:05 GMT";
arnews[4] += "
";
document.title=document.title+ " ";
arnews[5]="The Hitchhikers' Guide To The Galaxy - Exclusive Interview with Sam Rockwell & Zooey Deschanel
";
arnews[5] += "Arthur Dent finds himself exploring the great unknown in this adaptation of the classic book.";
arnews[5] += "
Publ.Date : Wed, 23 Jul 2008 13:56:33 GMT";
arnews[5] += "
";
arnews[6]="Snow Angels Movie * Snow Angels Movie Trailer - Sam Rockwell
";
arnews[6] += "Snow Angels Movie-Snow Angels Movie Trailer-Sam Rockwell-The film interweaves the stories of high school sweethearts that have recently separated (Sam Rockwell/Kate Beckinsale)....";
arnews[6] += "
Publ.Date : Tue, 22 Apr 2008 03:43:03 GMT";
arnews[6] += "
";
arnews[7]="Sam Rockwell/Eric Knox dance from Charlie's Angels
";
arnews[7] += "Sam Rockwell showing off his moves. The song is \"Simon Says\" by Pharoahe Monch on the album \"Internal Affairs\" www.amazon.com";
arnews[7] += "
Publ.Date : Thu, 06 Mar 2008 03:03:18 GMT";
arnews[7] += "
";
arnews[8]="SUNDANCE 08- Dennis Hopper, Sam Rockwell, and more
";
arnews[8] += "We got a chance to talk with Dennis Hopper, Sam Rockwell, Lukas Haas and Tom Arnold at the Sundance Film Festival 08. See the whole series at http://www.rhettandlink.com";
arnews[8] += "
Publ.Date : Thu, 14 Feb 2008 17:37:07 GMT";
arnews[8] += "
";
arnews[9]="SUNDANCE 08- Dennis Hopper, Sam Rockwell, and more
";
arnews[9] += "We got a chance to talk with Dennis Hopper, Sam Rockwell, Lukas Haas and Tom Arnold at the Sundance Film Festival 08. See the whole series at http://www.rhettandlink.com";
arnews[9] += "
Publ.Date : Mon, 28 Jan 2008 14:31:36 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("