var pageurl = document.location.toString();if (pageurl.indexOf('/portfolios/')!=-1) {	root = '../';}else {	root = '';}document.write('<div id="foot">');document.write('<span style="line-height: 70px;">&nbsp;</span><br />');document.write('<a href="' + root + 'fa.html">Facilities</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'av.html">Aviation</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'fl.html">Fueling</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'tr.html">Transportation</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'cd.html">Community/Site Development</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'gr.html">Green</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'about-profile.html">About Us</a>');// document.write('&nbsp; |&nbsp; <a href="' + root + 'services.html">Services</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'news.html">News</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'careers-grow.html">Careers</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'contacts.html">Contacts</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'ClientCenter/">Client Center</a>');document.write('&nbsp; |&nbsp; <a href="' + root + 'sitemap.html">Sitemap</a><br />');document.write('Content: &copy;&nbsp;');document.write(((year = (new Date).getYear()) < 1000 ? (year + 1900) : year));document.write('&nbsp;Pond &amp; Company.');document.write('&nbsp;| <a href="disclaimer.html">Disclaimer</a> |');document.write('&nbsp; Web Design &amp; Development: &copy&nbsp;');document.write(((year = (new Date).getYear()) < 1000 ? (year + 1900) : year));document.write('&nbsp;<a href="http://www.projektinc.com" target="_new">Projekt, Inc.</a>');document.write('&nbsp; All Rights Reserved.');document.write('</div>');