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: 3 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
B-17G Flying Fortress "Sentimental Journey"
Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
1 x
AM225-GR P-51D Mustang "Tuskegee Airmen Squadron"
Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
1 x
AVRO Lancaster (RAF)
Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
$359.85
New Products [more]
$119.00
Search
Advanced Search
Information
Contact Us
Privacy
Home
::
Large Mahogany Airplanes 1935-1945
::
AT-6 Texan (USAF)
Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
Product 9 of 112
AT-6 Texan (USAF)
Mahogany Airplane Replica Display Model - FREE SHIPPING - Click for more Info -
view large image
$119.95
Length
: 11 1/2"
Wingspan
: 18"
Scale
: 1:29 Includes desk stand.These fine handmade wooden sculptures of some the world's most famous aircraft are faithfully reproduced in kiln-dried Philippine Mahogany. Each one is carved, joined and sanded by hand.The deep, rich finish that distinguishs these models from all others is created when the artists hand paint all of the details onto each piece. No decals are ever used. Price includes Free Shipping.
Product 9 of 112
|
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); } ?>