var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Barbershop 2: Back in Business - Clip - Mini Me
";
arnews[0] += "Ice Cube and co are joined by Queen Latifah in this sequel to 2002's smash hit about a barbershop and its customers in the South Side of Chicago.";
arnews[0] += "
Publ.Date : Tue, 16 Sep 2008 12:06:52 GMT";
arnews[0] += "
";
arnews[1]="Sunshine - Clip - Airlock
";
arnews[1] += "A spaceship carrying mankind's last hope heads off on a dangerous journey towards the sun in this epic sci-fi from \"Transpotting\" director Danny Boyle.";
arnews[1] += "
Publ.Date : Tue, 16 Sep 2008 12:05:25 GMT";
arnews[1] += "
";
arnews[2]="Sunshine - Exclusive interview with Danny Boyle
";
arnews[2] += "A spaceship carrying mankind's last hope heads off on a dangerous journey towards the sun in this epic sci-fi from \"Transpotting\" director Danny Boyle.";
arnews[2] += "
Publ.Date : Tue, 16 Sep 2008 12:05:25 GMT";
arnews[2] += "
";
arnews[3]="Milwaukee, Minnesota Trailer
";
arnews[3] += "The sharks start to move in for a vulnerable man's money in this indie drama.";
arnews[3] += "
Publ.Date : Tue, 16 Sep 2008 12:02:48 GMT";
arnews[3] += "
";
arnews[4]="Sunshine - tv spot 2
";
arnews[4] += "A spaceship carrying mankind's last hope heads off on a dangerous journey towards the sun in this epic sci-fi from \"Transpotting\" director Danny Boyle.";
arnews[4] += "
Publ.Date : Tue, 16 Sep 2008 12:02:32 GMT";
arnews[4] += "
";
document.title=document.title+ " ";
arnews[5]="Sunshine - Entrevista Troy Garity
";
arnews[5] += "Troy Garity nos habla sobre su papel de Harvey, el Encargado de Comunicaciones en la misión espacial para salvar al Sol. sunshine, en cines a partir del 20 de Abril";
arnews[5] += "
Publ.Date : Sun, 27 Apr 2008 22:37:56 GMT";
arnews[5] += "
";
arnews[6]="Sunshine
";
arnews[6] += "he cast of the movie includes Rose Byrne, Cliff Curtis, Chris Evans, Troy Garity, Cillian Murphy, Michelle Yeoh, Benedict Wong and Mark Strong...";
arnews[6] += "
Publ.Date : Sat, 08 Dec 2007 09:52:17 GMT";
arnews[6] += "
";
arnews[7]="Sunshine - Entrevista Troy Garity
";
arnews[7] += "Troy Garity nos habla sobre su papel de Harvey, el Encargado de Comunicaciones en la misi�n espacial para salvar al Sol. sunshine, en cines a ...";
arnews[7] += "
Publ.Date : Wed, 28 Mar 2007 11:10:06 GMT";
arnews[7] += "
";
arnews[8]="Sunshine- Interview with Troy Garity
";
arnews[8] += "An interview with Sunshine's Troy Garity. 'Sunshine' is the new film by Danny Boyle and Alex Garland who previously teamed up on '28 Days Later'. 'Sunshine' stars Rose Byrne,...";
arnews[8] += "
Publ.Date : Tue, 13 Mar 2007 10:47:15 GMT";
arnews[8] += "
";
arnews[9]="Sunshine Trailer
";
arnews[9] += "International trailer for Danny Boyle's new film 'Sunshine' starring Rose Byrne, Cliff Curtis, Chris Evans, Troy Garity, Cillian Murphy, Hiroyuki Sanada, Benedict Wong and...";
arnews[9] += "
Publ.Date : Fri, 19 Jan 2007 10:10:06 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("