<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<span class="phonetitle">');

document.write('Rotor Aviation - Long Beach');

document.write('</span><br>');

document.write('3250 Airflite Way<br>');

document.write('Long Beach, CA 90807<br>');

document.write('Phone: <span class="phonetitle">(562) 595-6867<BR></span>');

document.write('Fax: <span class="phonetitle">(562) 595-5323<BR></span>');

//document.write('<BR>E-mail us: ');

document.write('</span><br>');



<!-- NOTE: long beach \' -->

document.write('<span class="phonetitle">');

document.write('Rotor Aviation - San Diego');

document.write('</span><br>');

document.write('1981 N. Marshall Ave, Suite 103<br>');

document.write('El Cajon, California  92020<br>');

document.write('Phone: <span class="phonetitle">(619) 448-7686<BR></span>');

document.write('Fax: <span class="phonetitle">(619) 448-7692<BR></span>');

//document.write('<BR>E-mail us: ');

document.write('</span><br>');




<!-- NOTE: san diego \' -->

document.write('<span class="phonetitle">');

document.write('Rotor Aviation - Torrance');

document.write('</span><br>');

document.write('3301 Airport Drive<br>');

document.write('Torrance, California 90505<br>');

document.write('Phone: <span class="phonetitle">(310) 325-2131<BR></span>');

document.write('Fax: <span class="phonetitle">(310) 325-2131<BR></span>');

document.write('<BR>E-mail us: ');



document.write(' <A HREF="mailto:fly@rotoraviation.com" class="link">fly@rotoraviation.com</a><br>');


//  End -->