<html xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude"
py:strip="">
<py:def function="footer">
<div id="footer" class="row">
<div class="column grid_6">
<a href="http://sf.net/support/">Support</a>
<a href="http://twitter.com/sfnet_ops">Status</a>
<a href="http://sf.net/terms">Terms</a>
<a href="http://sf.net/privacy">Privacy</a>
<a href="http://sf.net/blog/">Blog</a>
<a href="http://geek.net/advertise/">Advertise</a>
<a href="http://sf.net/about">About</a>
</div>
<div class="column grid_6 tright">
<img src="${g.forge_static('images/geeknet-logo.png')}" alt="Geeknet logo" width="80" height="17"/><br/>
© 2010 <a href="http://geek.net/">Geeknet, Inc.</a>
</div>
</div>
</py:def>
</html>