Hey, i’m trying to figure out the title of a move i watched a while ago.
Its an indie movie, pretty recent too i think (like within the last 5 yrs)
its about this kid and his best friend taking a road trip to california from st. louis. they meet 2 girls on the way and they follow them for a bit. stuff happens and then we find out the one kid brought a bunch of money because he was going to stay in CA. and his dad comes and bails them out of jail. (sorry for spoilers for those who havent seen lol, i just wanna know the title!!!)
thanks.
oh and i have been looking on google but i cant seem to find it
omg only took an hr of google searching but i found it. The Naked Ape for those interested.
Related posts:
- Movie Title Help
- Need help..War movie.
- Just saw the movie "Derailed" fucking awesome!!
- Stick It!
- 25th hour
$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 12th, 2008
Categories: general .
No Comments
No comments yet.
Comments RSS
TrackBack Identifier URI
Leave a comment