function BuildFooter( )
{
	var now = new Date();
	var year = now.getFullYear();
	str = year
	tip = 'Copyright &copy; ' + str + ' Teragren LLC. All rights reserved. All photos and other content on the site are the proprietary property of Teragren or its licensors and are protected by U.S. and International copyright and other laws. You may not download or otherwise reproduce any site content without the express written permission of Teragren. Any unauthorized use of site materials is strictly prohibited. Federal law provides severe civil and criminal penalties for the unauthorized reproduction, distribution, rental or digital transmission of copyrighted materials. *Warning:* The unauthorized reproduction or distribution of this copyrighted work is illegal. Criminal copyright infringement, including infringement without monetary gain, is investigated by the FBI and is punishable by up to 5 years in federal prison and a fine of $250,000.';

	document.write('		<ul>	');
	document.write('		<li><a href="/">Home</a></li>	');
	document.write('		<li>|</li>	');
	document.write('		<li><a href="http://www.teragren.com/blog/">Blog</a></li>	');
	document.write('		<li>|</li>	');
	document.write('		<li><a href="about.html">About us</a></li>	');
	document.write('		<li>|</li>	');
	document.write('		<li><a href="about_contact.html">Contact us</a></li>	');
	document.write('		<li>|</li>	');
	document.write('		<li><a href="press.html">Press Room</a></li>	');
	document.write('		<li>|</li>	');
	document.write('		<li><a href="site_map.html">Site map</a></li>	');
	document.write('		<li>|</li>	');
	document.write('		<li><a href="terms.html">Terms of use</a></li>	');
	document.write('		<li>|</li>	');
	document.write('		<li><a href="privacy.html">Privacy policy</a></li>	');
	document.write('		<li>|</li>	');
	document.write('		<li><a href="javascript:void(0)"><span onmouseover="Tip(' + "'" + tip + "'" + ', WIDTH, 400)">&copy;' + str + ' Teragren. All rights reserved</span></a></li>	');
	document.write('		<li>|</li>	');
	document.write('		<li><a href="#top">Top</a></li>	');
	document.write('		<li>|</li>	');
	document.write('		<li><a href="http://www.twitter.com/teragren"><img onmouseover="Tip(' + "'" + 'Follow us on Twitter!' + "'" +', WIDTH, 0)" style="vertical-align:middle" src="images/twitter.png" alt="Twitter" width="14" height="14" /></a>	');
	document.write('		<a href="http://www.facebook.com/Teragren"><img onmouseover="Tip(' + "'" + 'Like us on Facebook!' + "'" + ', WIDTH, 0)" style="vertical-align:middle" src="images/facebook.jpg" alt="Facebook" width="14" height="14" /></a>	');
	document.write('		<a href="http://www.youtube.com/user/TeragrenBamboo"><img onmouseover="Tip(' + "'" + 'See us on YouTube!' + "'" + ', WIDTH, 0)" style="vertical-align:middle" src="images/youtube16x16.png" alt="YouTube" width="14" height="14" /></a></li>	');
	document.write('	</ul> ');
}
