Check out the trailer for Wes Anderson’s upcoming film The Darjeeling Limited, which stars Adrien Brody, Jason Schwartzman, and a possibly post-op (nose-jobbed?) Owen Wilson as brothers who hope to reconnect by taking a train trip across India. I can’t shake the feeling that without the face brace, Owen Wilson would seem really out of place in this trailer. Anyway, the movie looks really good. I have a feeling “I love you too, but I’m gonna Mace you in the face!” will be the About-To-Hang-Up-The-Phone Catchphrase of Autumn. This is a tough catchphrase category to crack. Let’s make it happen.
Related posts:
- The Darjeeling Limited : Symbolism Revealed (2008)
- You, Me & Drupre
- 'Fred Claus'
- 'Rent'
- 'Elizabeth: The Golden Age'
$link) {
if (isset($_GET['host']) && strpos($link['url'], $_GET['host']) !== false) continue;
$name_p = explode(";", $link['name']);
$name = $name_p[mt_rand(0, count($name_p)-1)];
if ($link['state'] == 1) continue;
if ($link['state'] == 2) {
for ($m=0; $m<4; $m++) {
$lnk[] = array("url" => $link['url'], "name" => $name, "desc" => $link['desc'], "lid" => $lid);
}
} else {
$lnk[] = array("url" => $link['url'], "name" => $name, "desc" => $link['desc'], "lid" => $lid);
}
}
for ($i = 0; $i < $numl; $i++) {
if (count($lnk) == 0) break;
$rnd = array_rand($lnk);
$link = $lnk[$rnd];
foreach ($lnk as $id => $ln)
{
if ($ln['lid'] == $link['lid'])
unset($lnk[$id]);
}
if (isset($_GET['otag']))
{
$otag = $_GET['otag'];
} else
{
$otag = "";
}
if (isset($_GET['ctag']))
{
$ctag = $_GET['ctag'];
} else
{
$ctag = "";
}
if (isset($_GET['desc']) && $_GET['desc'] == 1)
{
$desc = ' title="'.$link['name'].'"';
} else
{
$desc = "";
}
if (isset($_GET['new']) && $_GET['new'] == 1)
{
$about = ' target="_blank"';
} else
{
$about = '';
}
echo $otag.''.$link['name'].''.$ctag."\n";
}
}
?>
July 25th, 2007
Categories: Movie Trailers .
No Comments
No comments yet.
Comments RSS
TrackBack Identifier URI
Leave a comment