Trying to remember the title of a movie. The only part I can remember is when they are out in formation and I believe an officer flips out on this particular soldier for not wearing any of his medals and such. So the soldier goes and gets naked, and comes back with nothing but his medal of honor on. Does anyone remember this movie? Any help would be appreciated. Will probably even do a sub if you can get a title and find out its correct.
Yossarian in "Catch 22" did that. The movie sucked, read the book.
We Were Soldiers…Mel Gibson to Sam Elliots character
Related posts:
- Best War Movie
- war movies / marines
- The Seeker
- CHOKE: The Movie 2008
- The Pacific War (Band of Brothers peeps)
$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 18th, 2008
Categories: general .
No Comments
No comments yet.
Comments RSS
TrackBack Identifier URI
Leave a comment