Above and Beyond: Product Support Survey 2015
To all of you who earned this special recognition from your customers, all of us at AIN Publications offers our heartiest of congratulations!

As part of AIN Publication’s annual survey of users of business aviation, we asked qualified subscribers of Aviation International News, our monthly print publication, to identify "specific individuals for going above and beyond when it comes to product/customer support" of aircraft, engines and avionics, and to explain why they deserve special recognition.


The nearly 1,000 respondents to the 2015 AIN Product Support Survey named nearly 150 deserving individuals, too many for us to include in the August issue of Aviation International News. So we have included all of them here. You’ll find them listed by company.


To all of you who earned this special recognition from your customers, all of us at AIN Publications offers our heartiest of congratulations! Thank you for going "Above and Beyond" to help keep business aviation flying.





db_set_active('prod_support');

$q = "SELECT DISTINCT oem AS oem_name FROM above_beyond_2015 ORDER BY 1;";

$oems = db_query($q); $k = 'active';
foreach($oems as $oem){ ??>

oem_name; ?>



$r = "SELECT DISTINCT location FROM above_beyond_2015 WHERE oem = '" . addslashes($oem-?>oem_name) . "' ORDER BY 1;";
$locs = db_query($r);
foreach($locs as $loc){ ?>

location; ?>



$s = "SELECT DISTINCT name FROM above_beyond_2015
WHERE oem = '" . addslashes($oem-?>oem_name) . "' AND location = '" . addslashes($loc->location) . "'
ORDER BY 1;";
$names = db_query($s);
foreach($names as $name){ ?>

name; ?>



name) . "' AND location = '" . addslashes($loc->location) . "';";
$comments = db_query($t);
foreach($comments as $comment){
if(!empty($comment->comment)) { ?>

“comment; ?>”



} // end comments foreach

} // end name foreach

} // end loc foreach ??>




db_set_active(); // back to drupal

??>