var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Biggest Loser(s).
";
arnews[0] += "Ok, so there definitely is a Plan B. In the trailer bin this week, the Comedian, Stringer Bell, Johnny Storm, and Neytiri, among others, give The A-Team a run for their money in the trailer for Sylvain White's The Losers , based on the DC comic and starring Jeffrey Dean Morgan, Idris Elba, Chris Evans, A'scar Jaenada, Columbus Short, Zoe Saldana, ...";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 00:55:33 GMT";
arnews[0] += "
";
arnews[1]="The Trailer for Wall Street: Money Never Sleeps
";
arnews[1] += "The film's official website is now also online. \"Money Never Sleeps\" stars Michael Douglas, Shia LaBeouf, Josh Brolin, Frank Langella, Carey Mulligan, Susan Sarandon, Vanessa Ferlito and Charlie Sheen.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 19:35:33 GMT";
arnews[1] += "
";
arnews[2]="The First Wall Street 2: Money Never Sleeps Teaser Trailer and Poster Hits
";
arnews[2] += "IMDB has just premiered the first teaser trailer from Wall Street 2: Money Never Sleeps , which is set to hit theaters on April 23.";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 18:34:41 GMT";
arnews[2] += "
";
arnews[3]="New Photos From Wall Street: Money Never Sleeps
";
arnews[3] += "The follow-up to Stone's 1987 film stars Michael Douglas, Shia LaBeouf, Josh Brolin, Frank Langella, Carey Mulligan, Susan Sarandon, Vanessa Ferlito and Charlie Sheen.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 20:30:45 GMT";
arnews[3] += "
";
arnews[4]="Brand New Wall Street 2: Money Never Sleeps Images
";
arnews[4] += "USA Today has released a new set of images from the upcoming sequel Wall Street 2: Money Never Sleeps , which hits theaters everywhere on April 23.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 17:44:42 GMT";
arnews[4] += "
";
arnews[5]="Review: 'Nothing Like the Holidays'
";
arnews[5] += "While plenty of folks survive this time of year drama-free, it's probably safe to say most of us don't make it to New Year's without some level of familial chaos.";
arnews[5] += "
Publ.Date : Thu, 09 Jul 2009 15:55:22 GMT";
arnews[5] += "
";
totcount = 6;
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("