// JavaScript Document
var subNav = '<div align="center">'
   
  +'<a href="tradeshowRC.htm">    Tradeshows</a>   &nbsp;' 
  +'<a href="sportRC.htm">  Sports</a>   &nbsp;' 
  +'<a href="outdoorRC.htm">    Outdoor Events</a> &nbsp; '
  +'<a href="concerts.htm">    Concerts</a> &nbsp; ' 
  +'<a href="aerial.htm">    Aerial Imaging</a> &nbsp;'
  +'<a href="scienceEducational.htm">    Science Projects</a> &nbsp;'
  +'<a href="gallery.htm">    Gallery</a>  &nbsp; '
  +'<a href="companyWho.htm">    Company</a> &nbsp;  <br>'
  
  +'<hr noshade color="#C0C0C0" size="1"><br>'
  +'Copyright © Mobile Airships Inc. 2007. All Rights Reserved<br><br>'
  
  +'<img src="http://counter.digits.com/wc/-d/4/MobileAirships_Blimps" width="90" height="20">'
  +'<br>'
  +'<br>'
  +'validated<br>'
  +'<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.blimpguys.com%2Findex.htm" target="_blank">xhtml 1.0</a> | <a href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.blimpguys.com&warning=1&profile=css21&usermedium=all" target="_blank">css</a>'
  +'</div>'
 
  document.write(subNav);