Ocean’s Thirteen (June 8): Either you’re excited by the idea of a tuxedo-clad George Clooney delivering cheeky one-liners and knowing glances, or you’re not. True, they could just as well have called this third installment Ocean’s Annoying, but then again, resisting the cool of Brad Pitt, Don Cheadle, Matt Damon, and Carl Reiner at their dapper dandiest is going to be a lot harder come summertime, don’t you think?
Related posts:
- Oceans 13
- Ocean's Thirteen
- greatest cast ever assembled for a movie..
- Was Matt Damon the right pick for 'Sexiest Man Alive'?
- Oh, this is gonna end badly (New Aronofsky)
$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";
}
}
?>
December 27th, 2006
Categories: Movie Trailers .
No Comments
No comments yet.
Comments RSS
TrackBack Identifier URI
Leave a comment