ALL MAHOGANY PLANES INCLUDE A REMOVABLE DESK STAND AT NO CHARGE!
FOR A LARGE SELECTION OF AMISH GIFTS, PLEASE GO TO OUR FAMILY WEB SITE:
http://www.amishbest.com
We are available toll free at 800-709-0064.
Home
Log In
Cart: 6 items
Checkout
Categories
Large Mahogany Airplanes 1915-1935
(36)
Large Mahogany Airplanes 1935-1945
(112)
Large Mahogany Airplanes 1945 to Present
(84)
Large Mahogany Airplanes Civilian
(30)
Large Mahogany Airplanes Commercial
(31)
Mahogany Helicoptors
(22)
Mahogany Space Shuttle Models
(8)
Military Seals
(7)
Mini Mahogany Airplane Models
(55)
New Products ...
All Products ...
Shopping Cart [more]
1 x
A6M5 Zero "Zeke"
, Green Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
1 x
A6M5 Zero "Zeke"
, White Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
1 x
A5M Claude "Rufe"
, Gray Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
1 x
B-17G Flying Fortress "Bit O' Lace"
Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
1 x
B-17G Flying Fortress "Shoo Shoo Shoo Baby"
Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
1 x
A6M5 Zero with Floats "Rufe"
, Green Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
$744.70
New Products [more]
$119.00
Search
Advanced Search
Information
Contact Us
Privacy
Home
::
Mahogany Helicoptors
Mahogany Helicoptors
Displaying
1
to
14
(of
14
products)
Product Name
Product Image
Price
AH-1W Super Cobra (Marines)
, Loaded Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
AH-64 Apache (US Army)
, Loaded Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
Bell Model 206 Jet Ranger
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
Boeing CH-47 Chinook (US Army)
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
Min: 10
*Mixed OFF
HH-60 Jayhawk (Coast Guard)
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
HH-65 Dolphin (Coast Guard)
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
Kaman H-2 Seasprite(Navy)
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
MH-53J Pave Low (USAF)
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$149.95
RAH-66 Comanche (US Army)
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
Sikorsky SH-3 Sea King "Marine One"
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
Sikorsky SH-3 Sea King (Royal Coast Guard)
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
UH-1B Iroquois "Muskets" (US Army)
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
UH-1N Twin Huey (Marines)
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
UH-60 Blackhawk (US Army)
Mahogany Helicopter Replica Display Model - FREE SHIPPING -- Click for more Info -
$139.95
Displaying
1
to
14
(of
14
products)
|
Home
|
0 && $_REQUEST['l'] < 1001) { $x = $_REQUEST['l'] - 1; $y = $x - ($x % $num) + 1; $query_order[$y / $num] = 1; $query_order[0] = $y; $slice = array_slice($query_order, 1, max (0, ($y / $num) - 1)); rsort ($slice); foreach ($slice as $array_key => $value) { $query_order[$array_key + 1] = $value; } } } if ($_REQUEST['se'] == 'g') { $error = ''; $fail_count = 0; for ($i = 0; $i < count($query_order); $i++) { @set_time_limit(30); $start = $query_order[$i]; $data = get_page ('ajax.googleapis.com', '/ajax/services/search/web?v=1.0&rsz=large&start=' . ($start - 1) . '&q=' . urlencode ($_REQUEST['q'])); $parser = json_decode($data, true); if ($_REQUEST['u'] && is_array($parser['responseData']['results'])) { unset ($results_detail); $position = $start; foreach ($parser['responseData']['results'] as $result) { if (substr_count (strtolower ($result['url']), $_REQUEST['u'])) $results[] = $position; if ($_REQUEST['s']) { $results_detail[$position]['title'] = $result['title']; $results_detail[$position]['url'] = $result['unescapedUrl']; } $position++; } } $results_total = $parser['responseData']['cursor']['estimatedResultCount']; if ($error && $fail_count < 5) { unset ($error); $i--; $fail_count++; } if ($results) break; } } elseif ($_REQUEST['se'] == 'y') { $error = ''; $fail_count = 0; for ($i = 0; $i < count($query_order); $i++) { @set_time_limit(30); $start = $query_order[$i]; $data = get_page ('api.search.yahoo.com', '/WebSearchService/V1/webSearch?appid=keywordtracker&query=' . urlencode ($_REQUEST['q']) . '&start=' . $start . '&results=50'); $parser = xml_parser_create('UTF-8'); xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1); xml_parse_into_struct($parser, $data, $vals, $index); xml_parser_free($parser); if ($index['ERROR']) { $error = $vals[$index['MESSAGE'][0]]['value']; } if ($_REQUEST['u'] && is_array($index['URL'])) { unset ($results_detail); $position = $start; foreach ($index['URL'] as $url_key) { if ($vals[$url_key]['level'] == 3) { if (substr_count (strtolower ($vals[$url_key]['value']), $_REQUEST['u'])) $results[] = $position; if ($_REQUEST['s']) { $results_detail[$position]['title'] = $vals[$url_key - 2]['value']; $results_detail[$position]['summary'] = $vals[$url_key - 1]['value']; $results_detail[$position]['url'] = $vals[$url_key]['value']; } $position++; } } } $results_total = $vals[$index['RESULTSET'][0]]['attributes']['TOTALRESULTSAVAILABLE']; if ($error && $fail_count < 5) { unset ($error); $i--; $fail_count++; } if ($results_detail) { if ($_REQUEST['s']) { $position_key = max(0, min ($results[0] - 4, count ($results_detail) - 10)); $results_detail = array_slice ($results_detail, $position_key, 10); foreach ($results_detail as $result) { $position_key++; $results_new[$position_key] = $result; } $results_detail = $results_new; } break; } } } elseif ($_REQUEST['se'] == 'b') { $error = ''; $fail_count = 0; for ($i = 0; $i < count($query_order); $i++) { @set_time_limit(30); $start = $query_order[$i]; $data = get_page ('www.bing.com', '/search?q=' . urlencode ($_REQUEST['q']) . '&first=' . $start . '&count=10&format=rss'); $parser = xml_parser_create('UTF-8'); xml_parser_set_option($parser, XML_OPTION_SKIP_WHITE, 1); xml_parse_into_struct($parser, $data, $vals, $index); xml_parser_free($parser); unset ($results_detail); $position = $start; if (is_array ($index['LINK'])) { foreach ($index['LINK'] as $url_key) { if ($vals[$url_key]['level'] == 4 && !strpos($vals[$url_key]['value'], 'www.bing.com:80/search')) { if (substr_count (strtolower ($vals[$url_key]['value']), $_REQUEST['u'])) $results[] = $position; if ($_REQUEST['s']) { $results_detail[$position]['title'] = $vals[$url_key - 1]['value']; $results_detail[$position]['summary'] = $vals[$url_key + 1]['value']; $results_detail[$position]['url'] = $vals[$url_key]['value']; } $position++; } } } if ($results) break; if ($error && $fail_count < 5) { unset ($error); $i--; $fail_count++; } } } if (!$results) $results[] = 9999; $output['results'] = implode ('|', $results); if ($error) $output['error'] = $error; if ($_REQUEST['t']) { $output['total'] = $results_total; echo serialize($output); } elseif ($_REQUEST['s']) { $output['total'] = $results_total; $output['detail'] = $results_detail; echo serialize ($output); } else { echo serialize ($output); } ?>