// JavaScript Document
var subNav = '<div align="center">'
  
  +'<font color="#989898" face="Arial" size="2">Copyright © Mobile Airships Inc. 2007. All Rights Reserved</font><br><br>'
  
  +'<img src="http://counter.digits.com/wc/-d/4/MobileAirships_Blimps" width="90" height="20">'
  +'<br>'
  +'<font color="#989898" face="Arial" size="2">validated</font><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);
  
// Place this code at the end of the outer table before </table>
