var ATP = '<a class="menu" href="ATP.html" title="Airline Transport Pilot. 1500+ flying hours.">ATP</a>'
var CFII = '<a class="menu" href="CFI.html" title="Certified Flight Instructor - Instrument">CFI-I</a>'

document.write('<h3>Editors</h3>')

var experts = ['<p>\
<a class="menu" href="asabev.html" title="ABOUT"> \
<img src="asabev.jpg" alt="ABOUT " align="top" width="55" height="60" />\
<br />Anton Sabev</a>,<br />' + ATP +', '+ CFII +'\
</p><p>',
'<a class="menu" href="mforsyth.html" title="ABOUT"> \
<img src="mforsyth.jpg" alt="ABOUT " align="top" width="55" height="60" />\
<br />Mike Forsyth</a>,<br />' + ATP +', '+ CFII +'\
</p>']

var order = Math.round( Math.random() )

document.write( experts[order] )
order = (order+1) % 2;
document.write( experts[order] )


document.write('\
<h2 style="{width:100%; filter:shadow}"><a class="menu" href="http://www.faa.gov/ATpubs/AIM/index.htm" target="_blank" title="Aeronautical Information Manual "> AIM</a>\
<br /><a class="menu" href="http://www.airweb.faa.gov/Regulatory_and_Guidance_Library/rgFAR.nsf/9e4d3c434cb1bb7e852566c700670188?OpenView" target="_blank" title="Federal Aviation Regulations "> FAR</a>\
<br /><a class="menu" href="http://www2.faa.gov/ATpubs/ATC/index.htm" target="_blank" title="Air Traffic Control - Order 7110.65 "> ATC</a></h2>\
<h3 style="{width:100%; filter:glow}"><a class="menu" href="http://www.faa.gov/ATpubs/PCG/index.htm" target="_blank" title="Pilot/Controller Glossary ">Glossary</a></h3>\
')
