var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Side by Side
";
arnews[0] += "In this new national TV spot, actor Luke Wilson asks, \"Who offers the best 3G experience? Let's compare.\" The nation's fastest 3G network? AT&T. The network that lets you talk and...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 23:00:06 GMT";
arnews[0] += "
";
arnews[1]="The Early Show : Luke Wilson On His Latest Film
";
arnews[1] += "\"Henry Poole Is Here\" is an alternative to the summer blockbuster. Harry Smith talks to Luke Wilson about his latest film and his brother Owen.";
arnews[1] += "
Publ.Date : Fri, 05 Jun 2009 23:32:42 GMT";
arnews[1] += "
";
arnews[2]="Henry Poole Is Here - Luke Wilson's Rick Danko Movie Concept
";
arnews[2] += "Luke Wilson talks about making a movie with musician Rick Danko from The Band in this clip. Luke's new film Henry Poole Is Here opens August 15th! For more info, visit:...";
arnews[2] += "
Publ.Date : Fri, 15 Aug 2008 20:11:37 GMT";
arnews[2] += "
";
arnews[3]="Luke Wilson On His Latest Film
";
arnews[3] += "\"Henry Poole Is Here\" is an alternative to the summer blockbuster. Harry Smith talks to Luke Wilson about his latest film and his brother Owen.";
arnews[3] += "
Publ.Date : Mon, 11 Aug 2008 19:32:05 GMT";
arnews[3] += "
";
arnews[4]="Henry asks his perky realtor Meg why he can't buy his childhood home in this clip from the new film Henry Poole Is Here, starring Luke Wilson, George Lopez and Cheryl Hines. In theaters August 15th! For more info, visit: http://www.myspace.
";
arnews[4] += "Henry asks his perky realtor Meg why he can't buy his childhood home in this clip from the new film Henry Poole Is Here, starring Luke Wilson, George Lopez and Cheryl Hines. In...";
arnews[4] += "
Publ.Date : Thu, 24 Jul 2008 12:15:58 GMT";
arnews[4] += "
";
arnews[5]="Luke Wilson Tees Up
";
arnews[5] += "Add some bling to your golf swing";
arnews[5] += "
Publ.Date : Wed, 12 Dec 2007 17:03:57 GMT";
arnews[5] += "
";
arnews[6]="Hollywood Minute 5: Luke Wilson
";
arnews[6] += "Johnny Knoxville plays the ultimate prank on Luke Wilson.";
arnews[6] += "
Publ.Date : Thu, 02 Aug 2007 09:17:12 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="VARIOUS: Owen and Luke Wilson promote their film "The Wendell Baker Story" at Los Angeles premiere
";
arnews[7] += "\"The Wendell Baker Story\", written by Luke Wilson and co-directed by him and brother Andrew, premiered in Los Angeles, California on Thursday (May 10) bringing out the film's...";
arnews[7] += "
Publ.Date : Thu, 17 May 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="USA: Luke Wilson deals with "Vacancy" co-star Kate Beckinsale's claustrophobia while filming thriller
";
arnews[8] += "British actress Kate Beckinsale and co star Luke Wilson check into a desolate motel in the thriller \"Vacancy\" which leads them down scary ventures including performing various...";
arnews[8] += "
Publ.Date : Thu, 26 Apr 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Luke Wilson (Vacancy)
";
arnews[9] += "Luke Wilson says the scariest part about filming his new thriller Vacancy was the scene with the rats.";
arnews[9] += "
Publ.Date : Wed, 18 Apr 2007 07: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("