// footer.js
// stores the name to put into the footer copyright
var addCopyright = true;
var footerName = "Arrow Services, Inc. 2007 Eclipse, Eclipse 500 are References to Eclipse Aircraft Company and not associated with Arrowjet services.";
if (addCopyright)
document.write(" by " + footerName + " &#169; 2010 ");

