<?xml version="1.0" encoding="UTF-8"?>	<!DOCTYPE html>

	<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
					<base href='//classicjets.org'>
		
		<title>Classic Jet Aircraft Association - Forum</title>

		
					<meta http-equiv="content-type" content="text/html;charset=utf-8">
		
		<meta name='keywords' content='starchapter'>        <!--CDN Option-->
<!--		<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">-->

        <!--Local FontAwesome Option, load all styles-->
        <link href="custom/assets/fonts/fa5/css/all.min.css" rel="stylesheet">

		
			    					<!-- <link href="custom/default_css3.php" rel="stylesheet" media="screen"> -->
				<!-- <link href="custom/css_test2.php" rel="stylesheet" media="screen"> -->
				<!-- <link href="custom/css/default_css3.php" rel="stylesheet" media="screen"> -->
									<link href="custom/css/default_css3.php?ver=2023JunWed" rel="stylesheet" media="screen">
				
								    <!--jquery css -->
					<link href="custom/css/jqueryui.css" rel="stylesheet" media="screen">
			    
									<script>
												document.domain = window.location.hostname;
					</script>
									<link href="//fonts.googleapis.com/css?family=Open+Sans:400,700italic,700,400italic" rel="stylesheet" media="screen">
									<link href="https://fonts.googleapis.com/css?family=Roboto:400,700,900,500' rel='stylesheet'" rel="stylesheet" media="screen">
					    	
	        <!-- Bootstrap Stylesheet for MDE-->
	        		
		<link href="custom/print.css" rel="stylesheet" media="print">

				   <link rel="SHORTCUT ICON" href="images/favicon.ico">
		
		
					<!--[if IE]>
									<link href="custom/ie_doctype.css" rel="stylesheet" media="screen">
							<![endif]-->

							<script language="JavaScript" src="js/functions.js"></script>

			    				    					    <script language="JavaScript" src="js/v2/prototype.1.7.2.js"></script>
					    <!--<script language="JavaScript" src="js/v2/prototype.1.7.2.min.js"></script>-->
				    
                    <script type="text/javascript" src="js/jquery-1.11.min.js"></script>
			    
			    
			    <script type="text/javascript" src="js/v2/jquery-ui-1.9.2.custom.min.js"></script>
			    <script type="text/javascript" src="js/v2/jquery.ui.dialog.patch.js"></script>

			    
			    <script language='javascript'>
			        var $jq = jQuery.noConflict();
			        //alert(navigator.userAgent);
			    </script>

			    <script type="text/javascript" src="js/jqfunctions.js"></script>
			    <script type="text/javascript" src="js/v2/jquery.tipsy.js"></script>
			    <script type="text/javascript" src="js/v2/hoverIntent.js"></script>
			    <!--<script type="text/javascript" src="js/v2/superfish.min.js"></script>-->
			    <script type="text/javascript" src="js/v2/superfish.js"></script>
			    <script type="text/javascript">
			        // initialise plugins
			        (function($){ //create closure so we can safely use $ as alias for jQuery
			            $(document).ready(function(){
			                // initialise plugin
			                var sf = $('ul.sf-menu').superfish({
			                    //add options here if required
			                });

															var pathname = window.location.href;
								if(pathname.search(/#/)!=-1) pathname=pathname.slice(0,pathname.search(/#/));
								$('a').each(function () {
								   var link = $(this).attr('href');
								   if(typeof(link)!='undefined'){
									   if (link.substr(0,1) == "#" ) {
										   $(this).attr('href', pathname + link);
									   }
								   }
								});
							
							/*
							 *  Display the design preview message if in design preview mode
							 *
							 */
							if(window.name == 'designPreview')
							{
								var designModeMsg = document.getElementById("designModeMsg");

								if(designModeMsg !== null) designModeMsg.style.display = 'inherit';
							};
			            });
			        })(jQuery);
			        /*jQuery(function(){
			            jQuery('ul.sf-menu').superfish({
			                speed: 'fast'
			            });
			        });*/
			    </script>
					
		
		
		<script type ="text/javascript">
	var mobile_hamburger_enabled = true;
	var tablet_hamburger_enabled = true;
	var main_navbar_selector = '#main-navbar .sf-menu.sf-js-enabled';
	var window_width = jQuery(window).width(), window_height = jQuery(window).height();

	function hamburgerServiceTrigger() {
	    var size = window.getComputedStyle(document.body,':after').content.replace(/"|'/g, '');

	    if (size == 'mobile' && !mobile_hamburger_enabled) {
	        jQuery(main_navbar_selector).addClass('show');
	    } else if (size == 'tablet' && !tablet_hamburger_enabled) {
	        jQuery(main_navbar_selector).addClass('show');
	    } else {
	    	jQuery(main_navbar_selector).removeClass('show');
	    }
	}

	jQuery(window).resize(function(){
		if(jQuery(window).width() != window_width || jQuery(window).height() != window_height){
			hamburgerServiceTrigger();
		}
	});

	jQuery(main_navbar_selector).ready(function(){
		setTimeout(function(){
			hamburgerServiceTrigger();
		}, 500);	
	});
</script>
					
					
		<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">	</head>
		<body  class="forumphp">
		
		<div class='container' id="designModeMsg" style="display:none;">
			<div class="error" style='margin-top:10px;font-family:arial,sans-serif'>
				You are viewing this design in preview mode. The design MUST be published to be live on your website.
			</div>
		</div>

	<div id='outer' >

	
	<div id="topnav">
<div class="container">
<div id="social">
<div class="login"><a href="members.php">LOGIN</a><a href="members.php"><img src="/images/design/icon-login-lock-white.png" border="0" alt="Login"></a></div>

<form id="search" action="search.php" method="get" enctype="application/x-www-form-urlencoded"><input type="hidden" name="search" value="1" /> <input onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" type="text" name="query" value="Search" /> <input type="image" src="/images/design/icon-search-sm-white.png" /></form>
 
<div class="icons">
<a href="https://www.facebook.com/classicjets/" target="blank"><img src="Image/design/icon-fb-sm.png" border="0" alt="Follow us on Facebook"></a>
</div>

</div>
</div>
</div>

<div id="header">
<div class="container">
<a href="index.php"><div id="logo"><img src="images/design/cjaa_Logo.jpg" /><button id="navbutton" type="button"><i class="fas fa-bars"></i></button></div></a>
<div id="botnav">
<ul id="nav" class="sf-menu"><li class="nav1" ><a href="https://classicjets.org/about.php" >About</a><ul class='sf-menu' style='display: none;'><li><a href="https://classicjets.org/Mission_Statement" >Mission Statement</a></li><li><a href="https://classicjets.org/History_of_CJAA" >History of CJAA</a></li><li><a href="https://classicjets.org/board.php" >Board of Directors</a></li><li><a href="https://classicjets.org/CJAA_Documents" >CJAA Documents</a></li><li><a href="https://classicjets.org/Convention_Locations" >Convention Locations</a></li><li><a href="https://classicjets.org/CJAA_Logo" >CJAA Logo</a></li><li><a href="https://classicjets.org/form.php?form_id=12" >Contact Information</a></li><li><a href="https://classicjets.org/FAQ" >FAQ</a></li></ul></li><li class="nav2" ><a href="https://classicjets.org/meetinginfo.php" >Events</a><ul class='sf-menu' style='display: none;'><li><a href="https://classicjets.org/meetinginfo.php" >Event Information</a></li><li><a href="https://classicjets.org/gallery.php" >Photo Gallery</a></li><li><a href="https://classicjets.org/video.php" >Video</a></li></ul></li><li class="nav3" ><a >FAST</a><ul class='sf-menu' style='display: none;'><li><a href="https://classicjets.org/FAST_Overview" >FAST Overview</a></li><li><a href="https://classicjets.org/FAST_Overview" >FAST</a></li><li><a href="https://classicjets.org/FAST_Forms" >FAST Forms</a></li><li><a href="https://classicjets.org/FAST_Sortie_Cards" >FAST Pilot Sortie Cards</a></li><li><a href="https://classicjets.org/CJAA_FAST_Pilot_List" >CJAA FAST Pilot List</a></li><li><a href="https://classicjets.org/2023_New_Fast_Policies_and_Guidelines" >2023 New Fast Policies & Guidelines </a></li></ul></li><li class="nav4" ><a href="https://classicjets.org/forum.php" class="active">Forum</a></li><li class="nav5" ><a href="https://classicjets.org/join.php" >Membership</a><ul class='sf-menu' style='display: none;'><li><a href="https://classicjets.org/members.php" >Member Area</a></li><li><a href="https://classicjets.org/join.php" >Join / Renew</a></li><li><a href="https://classicjets.org/Airshow_Pilots" >Airshow Pilots</a></li><li><a href="https://classicjets.org/classifieds.php?type=classified" >Classified Ad Listing</a></li></ul></li><li class="nav6" ><a href="https://classicjets.org/Afterburner" >Afterburner</a><ul class='sf-menu' style='display: none;'><li><a href="https://classicjets.org/Afterburner" >Afterburner</a></li></ul></li><li class="nav7" ><a href="https://classicjets.org/Library" >Library</a><ul class='sf-menu' style='display: none;'><li><a href="https://classicjets.org/CJAA_Articles" >CJAA Articles</a></li><li><a href="https://classicjets.org/Safety_Management_System" >Safety Management System</a></li><li><a href="https://classicjets.org/Model_Managers" >Model Managers</a></li><li><a href="https://classicjets.org/CJAA_Manuals_and_Forms" >CJAA Manuals and Forms</a></li><li><a href="https://classicjets.org/Safety_Briefs" >Safety Briefs</a></li><li><a href="https://classicjets.org/FAA_Documents" >FAA Documents</a></li><li><a href="https://classicjets.org/catalog.php" >CJAA Merchandise</a></li><li><a href="https://classicjets.org/Flight_Manuals" >Flight Manuals</a></li></ul></li><li class="nav8" ><a href="https://classicjets.org/2023_New_Fast_Policies_and_Guidelines" >2023 New Fast Policies & Guidelines </a></li></ul>
</div>
</div>
</div>


<div class="clear"></div>



	<div class='subnav header-btm'>
		<div class='container'>
					</div>
	</div>

<div class='content'>
	<div class='container'>
	    
            <div class="content-container col_2col2575 one containerLevel1" id="left-col">
               <div class="inner-content" id="left_column_td"><div class="sidebox">
<div class="boxhead"></div>
<div class="boxcontent">
<h2>Forum Archives</h2>
<ul><li><a href='javascript:void(0)' onClick='toggleNav(129250146)' id='nav_129250146'> 2021 </a> <ul id='sub_129250146' class='pagenavsub' style='display:none'><li><a href='forum/archiveDate/05-2021'>May 2021</a></li><li><a href='forum/archiveDate/02-2021'>February 2021</a></li></ul></li><li><a href='javascript:void(0)' onClick='toggleNav(218760677)' id='nav_218760677'> 2020 </a> <ul id='sub_218760677' class='pagenavsub' style='display:none'><li><a href='forum/archiveDate/12-2020'>December 2020</a></li><li><a href='forum/archiveDate/08-2020'>August 2020</a></li><li><a href='forum/archiveDate/07-2020'>July 2020</a></li><li><a href='forum/archiveDate/03-2020'>March 2020</a></li><li><a href='forum/archiveDate/02-2020'>February 2020</a></li></ul></li><li><a href='javascript:void(0)' onClick='toggleNav(1084465047)' id='nav_1084465047'> 2019 </a> <ul id='sub_1084465047' class='pagenavsub' style='display:none'><li><a href='forum/archiveDate/11-2019'>November 2019</a></li><li><a href='forum/archiveDate/09-2019'>September 2019</a></li><li><a href='forum/archiveDate/04-2019'>April 2019</a></li><li><a href='forum/archiveDate/03-2019'>March 2019</a></li></ul></li><li><a href='javascript:void(0)' onClick='toggleNav(611053638)' id='nav_611053638'> 2018 </a> <ul id='sub_611053638' class='pagenavsub' style='display:none'><li><a href='forum/archiveDate/12-2018'>December 2018</a></li><li><a href='forum/archiveDate/11-2018'>November 2018</a></li><li><a href='forum/archiveDate/10-2018'>October 2018</a></li><li><a href='forum/archiveDate/08-2018'>August 2018</a></li><li><a href='forum/archiveDate/03-2018'>March 2018</a></li></ul></li><li><a href='javascript:void(0)' onClick='toggleNav(1787002063)' id='nav_1787002063'> 2017 </a> <ul id='sub_1787002063' class='pagenavsub' style='display:none'><li><a href='forum/archiveDate/11-2017'>November 2017</a></li><li><a href='forum/archiveDate/09-2017'>September 2017</a></li><li><a href='forum/archiveDate/08-2017'>August 2017</a></li><li><a href='forum/archiveDate/06-2017'>June 2017</a></li><li><a href='forum/archiveDate/04-2017'>April 2017</a></li><li><a href='forum/archiveDate/03-2017'>March 2017</a></li><li><a href='forum/archiveDate/02-2017'>February 2017</a></li></ul></li><li><a href='forum/c/1'>All Current Forums</a></li></ul>		<script>
		//this is just for out no flyout menus
		// toggles sub nav
		function toggleNav(navId){
			//alert("#subnav_" + id);
			jQuery("#sub_" + navId).toggle();
			if(jQuery("#sub_" + navId).is(":hidden")){
				jQuery("#nav_" + navId + " span").text("[+]");
			}else{
				jQuery("#nav_" + navId + " span").text("[-]");
			}
		}
		
		</script></div>
<div class="boxfoot"></div>
</div><div class="sidebox">
<div class="boxhead"></div>
<div class="boxcontent">
<h2>Forum Categories</h2>
<ul><li><a href='forum/catId/8'>Aero Vodochody L-39 Forum</a></li><li><a href='forum/catId/17'>All other Classic Jet Forum</a></li><li><a href='forum/catId/18'>Canada Classic Jet Forum</a></li><li><a href='forum/catId/15'>deHavilland Vampire/Venom Forum</a></li><li><a href='forum/catId/5'>General Forum</a></li><li><a href='forum/catId/11'>Hawker Hunter Forum</a></li><li><a href='forum/catId/14'>Hispano Forum</a></li><li><a href='forum/catId/12'>Jet Provost / Strikemaster Forum</a></li><li><a href='forum/catId/10'>Lockheed T-33 Forum</a></li><li><a href='forum/catId/13'>MiG Forum</a></li><li><a href='forum/catId/16'>PZL TS-11 Iskra Forum</a></li><li><a href='forum/c/1'>All Current Forums</a></li></ul></div>
<div class="boxfoot"></div>
</div><div></div>
<div>				<div class="sidebox">
				<div class="boxhead"><!-- --></div>
				<div class="boxcontent">
								<h2>Quick Links</h2>
								<ul>						<li>					
											<a href='index.php' class='outerSubLi' >Home Page</a>
					
											</li>						<li>					
											<a href='about.php' class='outerSubLi' >About Us</a>
					
											</li>						<li>					
											<a href='meetinginfo.php' class='outerSubLi' >Calendar of Events</a>
					
											</li>						<li>					
											<a href='catalog.php' class='outerSubLi' >CJAA Merchandise</a>
					
											</li>						<li>					
											<a href='sponsors.php' class='outerSubLi' >Sponsors</a>
					
											</li>						<li>					
											<a href='catalog.php' class='outerSubLi' >Donations</a>
					
											</li>						<li>					
											<a href='Veterans_Memorial' class='outerSubLi' >Veterans Memorial</a>
					
											</li>				</ul>
				</div>
				<div class="boxfoot"><!-- --></div>
				</div>		
				</div>

               </div>
            </div>
            
            <div class="content-container col_2col2575 two last  containerLevel1" id="middle-col-full">
               <div class="inner-content" id="middle_column_td">	<h2>Forum</h2>
	
<div class="post">
<div class="entry-header">
<h1 class="entry-title"><a href="forum/id/230">Looking For An L39</a></h1>
<div class="entry-meta">Posted by Mark McKinnon on Apr. 24, 2023&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;<a class="subscribe-link" href="javascript:subscribePop('230');">Subscribe</a> <a class="comments" href="forum/id/230#comments">1</a></div>
</div>
<div class="entry-content">
<p>I am a 20 year F15 Mission Commander, Evaluator, and Instructor looking to buy an L39. Steam gauges are fine. Prefer low time engine. Let me know what you have.</p>
<a class="prime-btn" href="forum/id/230">Read More</a></div>
</div><div class="post">
<div class="entry-header">
<h1 class="entry-title"><a href="forum/id/229">Inverter IV Replacement</a></h1>
<div class="entry-meta">Posted by Gary  Mullen on Mar. 13, 2023&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;<a class="subscribe-link" href="javascript:subscribePop('229');">Subscribe</a> <a class="comments" href="forum/id/229#comments">0</a></div>
</div>
<div class="entry-content">
<p>For those of you who have removed the old Russian gyros and eqt., what is a solid-state (lightweight) replacement for Inverter IV?  the original is an un-necessary, heavy rotary inverter.</p>
<a class="prime-btn" href="forum/id/229">Read More</a></div>
</div><div class="post">
<div class="entry-header">
<h1 class="entry-title"><a href="forum/id/226">Main gear tires</a></h1>
<div class="entry-meta">Posted by Stephen  Jones on Apr. 8, 2022&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;<a class="subscribe-link" href="javascript:subscribePop('226');">Subscribe</a> <a class="comments" href="forum/id/226#comments">0</a></div>
</div>
<div class="entry-content">
<p>Looking for a set of main gear retreads. Wilkerson is talking a 4-6 week turnaround on recaps and I have an appearance scheduled before then. I will replace your loaners with my fresh recaps when they get here. Thanks, Steve near Chicago</p>
<a class="prime-btn" href="forum/id/226">Read More</a></div>
</div><div class="post">
<div class="entry-header">
<h1 class="entry-title"><a href="forum/id/225">Main Gear Tires</a></h1>
<div class="entry-meta">Posted by Stephen  Jones on Apr. 8, 2022&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;<a class="subscribe-link" href="javascript:subscribePop('225');">Subscribe</a> <a class="comments" href="forum/id/225#comments">0</a></div>
</div>
<div class="entry-content">
<p>Our T-Bird is in for its condition inspection and the tires are pretty ratty. Was going to send them to Wilkerson but I guess their factory burned and they have a backlog of 4-6 weeks. Unfortunately, I have an appearance scheduled before then. Might anyone have a set of recaps I can use and I will send you my fresh recaps to replace them when they’re done? I know new ones are available but I’d rather not. Thanks, Steve.</p>
<a class="prime-btn" href="forum/id/225">Read More</a></div>
</div><div class="post">
<div class="entry-header">
<h1 class="entry-title"><a href="forum/id/224">Need L-29 Rt Main LG Hyd Actuator</a></h1>
<div class="entry-meta">Posted by John Totty on Nov. 22, 2021&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;<a class="subscribe-link" href="javascript:subscribePop('224');">Subscribe</a> <a class="comments" href="forum/id/224#comments">1</a></div>
</div>
<div class="entry-content">
<p>Need a Rt main LG Hyd actuator ASAP.  If you have one, please contact me at <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="cea4baa1babab78eafa2bea6afffafabbca1e0ada1a3e0">[email&#160;protected]</a>  I need it YESTERDAY.  Thanks.</p>
<a class="prime-btn" href="forum/id/224">Read More</a></div>
</div><div class="post">
<div class="entry-header">
<h1 class="entry-title"><a href="forum/id/222">Open Forum </a></h1>
<div class="entry-meta">Posted by Alex  Brancaccio on Nov. 15, 2021&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;<a class="subscribe-link" href="javascript:subscribePop('222');">Subscribe</a> <a class="comments" href="forum/id/222#comments">1</a></div>
</div>
<div class="entry-content">
<p>Open Forum </p>
<a class="prime-btn" href="forum/id/222">Read More</a></div>
</div><div class="post">
<div class="entry-header">
<h1 class="entry-title"><a href="forum/General_Forum">General Forum</a></h1>
<div class="entry-meta">Posted by <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="127f622a2125222752737d7e3c717d7f">[email&#160;protected]</a> on Feb. 6, 2017&nbsp;&nbsp;/&nbsp;&nbsp; <a href='forum/catId/5'>General Forum</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a class="subscribe-link" href="javascript:subscribePop('23');">Subscribe</a> <a class="comments" href="forum/General_Forum#comments">0</a></div>
</div>
<div class="entry-content">
<p><p>This is a General Forum for CJAA Association Business and Events. It is open to both Members only.</p></p>
<a class="prime-btn" href="forum/General_Forum">Read More</a></div>
</div><div class="post">
<div class="entry-header">
<h1 class="entry-title"><a href="forum/id/14">Safety/Flight Training Discussion Forum</a></h1>
<div class="entry-meta">Posted by <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7419044c4743444134151b185a171b19">[email&#160;protected]</a> on Jan. 28, 2017&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;&nbsp;<a class="subscribe-link" href="javascript:subscribePop('14');">Subscribe</a> <a class="comments" href="forum/id/14#comments">0</a></div>
</div>
<div class="entry-content">
<p></p>
<a class="prime-btn" href="forum/id/14">Read More</a></div>
</div><div class="post">
<div class="entry-header">
<h1 class="entry-title"><a href="forum/id/12">Canadian Classic Jets</a></h1>
<div class="entry-meta">Posted by <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5c312c646f6b6c691c3d3330723f3331">[email&#160;protected]</a> on Jan. 27, 2017&nbsp;&nbsp;/&nbsp;&nbsp; <a href='forum/catId/18'>Canada Classic Jet Forum</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a class="subscribe-link" href="javascript:subscribePop('12');">Subscribe</a> <a class="comments" href="forum/id/12#comments">2</a></div>
</div>
<div class="entry-content">
<p></p>
<a class="prime-btn" href="forum/id/12">Read More</a></div>
</div><div class="post">
<div class="entry-header">
<h1 class="entry-title"><a href="forum/id/10">Aero Vodochody L-39 (Albatros) Forum</a></h1>
<div class="entry-meta">Posted by <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="aec3de969d999e9beecfc1c280cdc1c3">[email&#160;protected]</a> on Jan. 26, 2017&nbsp;&nbsp;/&nbsp;&nbsp; <a href='forum/catId/8'>Aero Vodochody L-39 Forum</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a class="subscribe-link" href="javascript:subscribePop('10');">Subscribe</a> <a class="comments" href="forum/id/10#comments">0</a></div>
</div>
<div class="entry-content"><img src="images/forum/L39x4.jpg" alt="" />
<p></p>
<a class="prime-btn" href="forum/id/10">Read More</a></div>
</div>			<form action='forum.php' method='post' >
			<input type='hidden' name='formAction' value='setMax' />
			<ul class="page-nav">
				<!--<li><strong>Rows per page:</strong> <select onchange='this.form.submit()' name='maxItems'><option value='5' >5</option><option value='10'  selected >10</option><option value='20' >20</option><option value='50' >50</option><option value='100' >100</option><option value='200' >200</option></select>&nbsp;&nbsp;&nbsp;</li>-->
                <li><a href="javascript:void(0)">&laquo; Previous</a></li><li><a href="javascript:void(0)" class="current">1</a></li><li><a href="forum/pageNumber/2" >2</a></li><li><a href='forum/pageNumber/2'>Next &raquo;</a></li>			</ul>
			</form>	<!-- Subscribe Pop-Up -->
	<div id="subscribeDiv" title="Subscribe to this Thread" class='new-form' style='display:none'>
	<form action='forum' method='post' id='subscribeForm' onsubmit='return verifySubscribePost(this);'>
	<input type='hidden' name='formAction' value='subscribe' />
    	<input type='hidden' name='blog_id'  />
	  <p>Enter your email address to receive updates on this thread.</p>
	  <label>Name</label>
	  <br/>
	  <input type='text' class='text-input' name='name' value="" />
	  <br/>
	  <label><span class='red'>*</span>&nbsp;Email</label>
	  <br/>
	  <input type='text' class='text-input' name='email' value="" />
	  <br/>
	  <div class='btn-group'>
		<input type='button' class='sec-btn' value='Cancel' onClick="jQuery( '#subscribeDiv' ).dialog( 'close' );"/>
		<input type='submit' class='prime-btn' value='Subscribe' />
	  </div>
	</form>
	</div>
    
    <!-- Comment Popup -->
	<div id="commentDiv" title="Reply to this Thread" class='new-form' style='display:none'>
    	<form action='forum' method='post' id='commentForm' onsubmit='return verifyReplyPost(this);'>
    	<input type='hidden' name='formAction'  />
	<input type='hidden' name='blog_id'  />
    <input type='hidden' name='comment_id' />
      <label><span class='red'>*</span>&nbsp;Name</label>
      <input type='text' class='text-input' name='name' value="" />
      <label><span class='red'>*</span>&nbsp;Email</label>
      <input type='text' class='text-input' name='email' value="" />
      <div id='threadFields' style='display:none'>
      <label><span class='red'>*</span>&nbsp;Thread Title</label>
      <input type='text' class='text-input' name='title' value="" />
      </div>
      <label><span class='red'>*</span>&nbsp;<span id='commentLabel'>Comment</span></label>
      <textarea name='comment' ></textarea>
        
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript">
    function verifyForm(which){
		s=new String();
		with(which){
						if(s.length>0){
				
				alert(s);
				return false;
			}
		}
		return true;
	}

    function submitForm(el) {
        var form = jQuery(el).parents("form");
        jQuery.post("https://classicjets.org/grecaptcha/logging.php", { request_url: "https://classicjets.org/forum.php", ip: "74.125.214.77", type: "form_submitted" });
        if (!form.length) {
            form = jQuery("#paymentForm");
        }

        if (document.getElementById('paymentForm') && typeof billhighwayPublic === 'function') {
            return billhighwayPublic(el);
        } else {
            if (typeof beforeStarChapterPaySubmit == "function") { beforeStarChapterPaySubmit(); }
            if (typeof paymentProcessingModalOpen === 'function') { paymentProcessingModalOpen(); }
            form.submit();
            if (typeof afterStarChapterPaySubmit == "function") { afterStarChapterPaySubmit(); }
        }
    }

    function validate(event) {
        event.preventDefault();
        if (
            typeof verifyForm == "undefined" &&
            typeof verifyReplyPost == "undefined" &&
            typeof validateContactForm == "undefined"
        ) {
            return true;
        } else {
            if (typeof verifyForm != "undefined")
                if (!verifyForm(jQuery(event.target).parents('form')[0])) {
                    return false;
                }
            if (typeof verifyReplyPost != "undefined")
                if (!verifyReplyPost(jQuery(event.target).parents('form')[0])) {
                    return false;
                }
            if (typeof validateContactForm != "undefined")
                if (!validateContactForm(jQuery("#contact-page-from")[0])) {
                    return false;
                }
            return true;
        }
    }

    jQuery(document).on("click", "#submit-button", function (e) {
        e.preventDefault();
        if (validate(e)) {
            jQuery('.submitBtn').prop('disabled', true);
            this.disabled = true;
            submitForm(this);
        }

    });
    jQuery(document).on("click", "#SubmitSignUp", function (e) {
        e.preventDefault();
        if (validate(e)) {
            jQuery('#SubmitSignUp').prop('disabled', true);
            this.disabled = true;
            submitForm(this);
        }

    });
    jQuery(document).on("click", "#complete-order-button", function (e) {
        e.preventDefault();
        if (verifyPayment(this.form)) {

            this.form.cancelButton.disabled = true;
            jQuery('.submitBtn').prop('disabled', true);
            this.disabled = true;
           // submitForm(this);
        }
    });
    jQuery(document).on("click", "#byPass-pay-btn", function (e) {
        e.preventDefault();
        this.disabled = true;
        this.form.paymentMethod.value = "bypass";
        submitForm(this);
    });

    jQuery(document).on("click","#SubmitSurvey",function (e){
        e.preventDefault();
        this.disabled = true;
        var form = jQuery(e).parents("form");
        if(verify(form)) {
            form.submit();
        }else{
            this.disabled = false;
        }
    });

</script>




<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script>

<script type="text/javascript">
    
    window.isGaRendered = 0;
    var onSubmitButton = function(token) {
        var form = jQuery('#submit-button').parents('form');
        if(!verifyForm(form[0])){
            grecaptcha.reset();
        } else {
            jQuery('#submit-button').prop('disabled', true);
            grecaptcha.execute();
            submitForm(jQuery('#submit-button'));
            grecaptcha.reset();
        }
    }
    var onContinueButton = function(token) {
        var form = jQuery('#actionForm');
        if(!verifyForm(form[0])){
            grecaptcha.reset();
        } else {
            jQuery('#continue-button').prop('disabled', true);
            grecaptcha.execute();
            submitForm(jQuery('#formAction'));
            grecaptcha.reset();
        }
    }

    var onMemberDuesContinueButton = function(token) {
        var form = jQuery('#step1Form');
        if(!verifyForm(form[0])){
            grecaptcha.reset();
        } else {
            jQuery('#memberdues-continue-button').prop('disabled', true);
            grecaptcha.execute();
            jQuery('#step1Form').submit();
            grecaptcha.reset();
        }
    }

    var onSubmitMeet = function(token) {
        var form = jQuery('#submit-meet').parents('form');

            jQuery('#submit-meet').prop('disabled', true);
            grecaptcha.execute();
            submitForm(jQuery('#submit-meet'));
        }


    var onSubmitButtonSignUp = function(token) {
        var form = jQuery('#SubmitSignUp').parents('form');

        if (form.find('#email') && form.find('#email').val() === '') {
            alert('Please enter a valid email address');
            grecaptcha.reset();
        } else {
            jQuery('#SubmitSignUp').prop('disabled', true);
            grecaptcha.execute();
            form.submit();;
        }
    }

    var onSubmitCompleteOrder = function(token) {
        var form = jQuery('#complete-order-button').parents('form');
        grecaptcha.execute();
        if (verifyPayment(form)) {
            form.find('.cancelBtn').prop('disabled', true);
            jQuery('#complete-order-button').prop('disabled', true);

            submitForm(jQuery('#complete-order-button'));
            if(false) {
                document.getElementById('paymentForm').submit();
            }
        }else{
            if (typeof billhighwayPublic == "function") {

            } else {
                grecaptcha.reset();
            }
        }
    }

    var onSubmitByPass = function(token) {
        var form = jQuery('#byPass-pay-btn').parents('form');

        jQuery('#byPass-pay-btn').prop('disabled', true);
        form.find('input[name="paymentMethod"]').val("bypass");

        grecaptcha.execute();
        submitForm(jQuery('#byPass-pay-btn'));
    }

    var onSubmit = function(token) {
        var form = jQuery('.recaptcha-class').parents('form');
        jQuery('.recaptcha-class').prop('disabled', true);
        grecaptcha.execute();
        form.submit();
    }
    var onSubmitSurvey = function(token) {
        var form = jQuery('#SubmitSurvey').parents('form');
        jQuery('#SubmitSurvey').prop('disabled', true);
        if(verify(document.getElementById('survey'))) {
            grecaptcha.execute();
            form.submit();
        }else{
            jQuery('#SubmitSurvey').prop('disabled', false);
            grecaptcha.reset();
        }
    }
    var onloadCallback = function () {
        if ('NodeList' in window) {
            if (!NodeList.prototype.each && NodeList.prototype.forEach) {
                NodeList.prototype.each = NodeList.prototype.forEach;
            }
        }

        if (window.isGaRendered === 0) {
            window.isGaRendered = 1;
            // Renders invisible reCaptcha
            if (document.getElementById("submit-button") !== null) {
                grecaptcha.render('submit-button', {
                    'sitekey': "6Lfo3ZUUAAAAAHf-yeViOldCGSR6NaNyFoThKcnp",
                    'size':'invisible',
                    'callback': onSubmitButton,
                });
            } else if (document.getElementById("continue-button") !== null) {
                grecaptcha.render('continue-button', {
                    'sitekey': "6Lfo3ZUUAAAAAHf-yeViOldCGSR6NaNyFoThKcnp",
                    'size':'invisible',
                    'callback': onContinueButton,
                });
            } else if (document.getElementById("memberdues-continue-button") !== null) {
                console.log('found button');
                grecaptcha.render('memberdues-continue-button', {
                    'sitekey': "6Lfo3ZUUAAAAAHf-yeViOldCGSR6NaNyFoThKcnp",
                    'size':'invisible',
                    'callback': onMemberDuesContinueButton,
                });
            } else if (document.getElementById("complete-order-button") !== null) {
                grecaptcha.render('complete-order-button', {
                    'sitekey': "6Lfo3ZUUAAAAAHf-yeViOldCGSR6NaNyFoThKcnp",
                    'size':'invisible',
                    'callback': onSubmitCompleteOrder,
                });
            } else if (document.getElementById("byPass-pay-btn") !== null) {
                grecaptcha.render('byPass-pay-btn', {
                    'sitekey': "6Lfo3ZUUAAAAAHf-yeViOldCGSR6NaNyFoThKcnp",
                    'size':'invisible',
                    'callback': onSubmitByPass,
                });
            }else if (document.getElementById("SubmitSignUp") !== null) {
                grecaptcha.render('SubmitSignUp', {
                    'sitekey': "6Lfo3ZUUAAAAAHf-yeViOldCGSR6NaNyFoThKcnp",
                    'size': 'invisible',
                    'callback': onSubmitButtonSignUp,
                });
            }else if (document.getElementById("SubmitSurvey") !== null) {
                grecaptcha.render('SubmitSurvey', {
                    'sitekey': "6Lfo3ZUUAAAAAHf-yeViOldCGSR6NaNyFoThKcnp",
                    'size': 'invisible',
                    'callback': onSubmitSurvey,
                });
            }else if(document.getElementById("submit-meet") !== null) {
                grecaptcha.render('submit-meet', {
                    'sitekey': "6Lfo3ZUUAAAAAHf-yeViOldCGSR6NaNyFoThKcnp",
                    'size':'invisible',
                    'callback': onSubmitMeet,
                });
            }else {
                jQuery('.recaptcha-class').each(function (index, el) {
                    grecaptcha.render(el, {
                        'sitekey': "6Lfo3ZUUAAAAAHf-yeViOldCGSR6NaNyFoThKcnp",
                        'size':'invisible',
                        'callback': onSubmit,
                    });
                });
            }
        }
    };
</script>`
      <input type='checkbox' checked='checked' name='subscribe'>
      &nbsp;Email me updates on this thread<br/>
      <div class='btn-group'>
        <input type='button' class='sec-btn' value='Cancel' onClick="jQuery( '#commentDiv' ).dialog( 'close' );"/>
        <input type='submit' id="submit-button" class='prime-btn' value='Submit' />
      </div>
	</form>
	</div>
    
	<script>
	function subscribePop(id){
		$("subscribeForm").blog_id.value=id;
		jQuery( "#subscribeDiv" ).dialog().dialog( "open" ).css({'max-height': 500, 'overflow-y': 'auto', 'overflow-x' : 'hidden'});
	}
	function commentPop(id){
		$("commentForm").blog_id.value=id;
		$("commentForm").formAction.value='postComment';
		$("commentLabel").innerHTML='Comment';
		jQuery("#threadFields").hide();
		jQuery( "#commentDiv" ).dialog().dialog( "open" ).css({'max-height': 500, 'overflow-y': 'auto', 'overflow-x' : 'hidden'});
	}
	function replyPop(id,commentId){
		$("commentForm").blog_id.value=id;
		$("commentForm").comment_id.value=commentId;
		$("commentForm").formAction.value='postReply';
		$("commentLabel").innerHTML='Comment';
		jQuery("#threadFields").hide();
		jQuery("#commentDiv" ).dialog().dialog({title:"Start a New Thread"});
		jQuery( "#commentDiv" ).dialog().dialog( "open" ).css({'max-height': 500, 'overflow-y': 'auto', 'overflow-x' : 'hidden'});
	}
		function threadPop(){
		$("commentForm").formAction.value="newThread";
		$("commentLabel").innerHTML='New Thread Content';
		jQuery("#threadFields").show();
		jQuery("#commentDiv" ).dialog().dialog({title:"Start a New Thread"});
		jQuery("#commentDiv").dialog().dialog("open").css({'max-height': 500, 'overflow-y': 'auto', 'overflow-x' : 'hidden'});
	}
		function verifySubscribePost(which){
		var s=new String();
		with(which){
			if(name.value=='') s=s+"Please enter your name\n";
			if(!isEmail(email.value)) s=s+"Please enter a valid email address\n";
		}
		if(s.length>0){
			alert(s);
			return false;
		}
		return true;
	}
	function verifyReplyPost(which){
		var s=new String();
		with(which){
			if(name.value=='') s=s+"Please enter your name\n";
			if(!isEmail(email.value)) s=s+"Please enter a valid email address\n";
						if(title.value=='') s=s+"Please enter a title\n";
			if(comment.value=='') s=s+"Please enter thread content\n";
					}
		if(s.length>0){
			alert(s);
			return false;
		}
		return true;
	}
	jQuery(document).ready(function(){
	
		//Subscribe Pop Up
		jQuery( "#subscribeDiv" ).dialog({
			autoOpen: false,
			modal: true,
			width: 400,
			resizable: false
		});
		jQuery('a.ui-dialog-titlebar-close').hide();
	
		//comment/reply popup
		jQuery( "#commentDiv" ).dialog({
			autoOpen: false,
			modal: true,
			width: 400,
			resizable: false
		});
		jQuery('a.ui-dialog-titlebar-close').hide();
		
				//new thread popup
		jQuery( "#threadDiv" ).dialog({
			autoOpen: false,
			modal: true,
			width: 400,
			resizable: false
		});
		jQuery('a.ui-dialog-titlebar-close').hide();
				
			
		//jQuery( ".subscribe-link" ).click(function() {
			//jQuery( "#subscribe" ).dialog( "open" ).css({'max-height': 500, 'overflow-y': 'auto', 'overflow-x' : 'hidden'});
			//return false;
		//});
	});
	</script>
               </div>
            </div>
            <div class="clear"></div>
		<div class='clear'></div>
	</div>
</div>

    <div class='subnav footer-top'>
        <div class='container'>
            
            <div class="content-container col_2col7525 one containerLevel1" id="left-col-69">
               <div class="inner-content" id="left_column_td_69"><h2>Follow Us</h2>
<p><a href="https://www.facebook.com/classicjets/" target="_blank"><img src="//classicjets.starchapter.com/images/design/Facebook.jpg" alt="" width="43" height="43" /></a></p>

               </div>
            </div>
            
            <div class="content-container col_2col7525 two last  containerLevel1" id="right-col-69">
               <div class="inner-content" id="right_column_td_69"><h2>Join our mailing list</h2>
<p><a class="prime-btn" style="color: white;" href="/form.php?form_id=14&amp;c=1">subscribe</a></p>

               </div>
            </div>
            <div class="clear"></div>        </div>
    </div>

<div id="footer"> <div class="container"> <div class="content-container col_2col50"> <div id="footer_cprt"> <p>&copy; 2023 Classic Jet Aircraft Association All rights reserved.</p> </div> </div> <div class="content-container col_2col50 last"> <ul id="footer_nav"><li><a href="https://classicjets.org/terms.php" class="footnav" target="">Terms of Use</a></li><li><a href="https://classicjets.org/privacy.php" class="footnav" target="">Privacy Policy</a></li><li><a href="https://classicjets.org/adminarea/index.php" class="footnav">Admin</a></li></ul> <div class="clear"></div> </div> <div class="clear"></div> <div class="content-container col_1col100"> <div class="credit"><div class="credit"><a class="credit" href="http://starchapter.com/" target="_blank"><img title="Online Meeting Registration - Membership Management - Event Management for Associations with local chapters." src="Image/SC_logo_100px_white.png" alt="Online Meeting Registration - Membership Management - Event Management for Associations with local chapters." border="0" /></a></div></div> </div> </div> </div> <!-- end #footer --> 
			<form action='forum.php' name='csform'  method='post'>
			 	<input type='hidden' name='p' value='' />
			</form>
		</div>

	

<!-- sc_monitor_trace_9j4kn310uy -->
	</body>
</html>
