/**************************************************************
**
**  Title:	AAOI Global footer
**  Author:	Justin Stonehocker
**  Date:	04/09/2009
**  contact:	justinStonehocker@gmail.com
**
**  Description: This file (footer.js) is the global footer 
**  for the AAOI website. 
**
**  Modifications: This file can be easily modified. To make
**  changes / additions just add the HTML code within the
**  footerContent variable. Make sure to place a \ at the end of
**  a line.
**
****************************************************************/


var footerContent = '<div id="pageFooter" style="text-align: center;">\
    <br />\
        &copy; AAOI. The AAOI program is suported by the Los Angeles Community College District\
    <br />\
        <a href="http://www.LAColleges.net">LAColleges.net</a> -\
        <a href="http://LACCDBuildsGreen.org">LACCDBuildsGreen.org</a>\
    <br />\
        Last Updated: 06/24/10\
</div>';

document.write(footerContent);

	
