Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / footer.php @ 781890a0

History | View | Annotate | Download (978 Bytes)

1 f59acf11 Dan Shope
        <div id="footer">
2
                <center><p>
3
                <span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2011 ColonyScout.com. All Rights Reserved. 
4
                | <a href="/index.php">Home</a>
5 781890a0 Dan Shope
                | <a href="/contact.php">Contact</a>
6 f59acf11 Dan Shope
                | <a href="/sitemap.php">Sitemap</a>
7
                | <a href="/internal/">Internal</a>
8
                | <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout" target="_blank">Wiki</a></span>
9
                </p></center>
10
        </div>
11
12
<script type="text/javascript"> Cufon.now(); </script>        
13
<script type="text/javascript">
14

15
  var _gaq = _gaq || [];
16
  _gaq.push(['_setAccount', 'UA-6089041-2']);
17
  _gaq.push(['_trackPageview']);
18

19
  (function() {
20
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
21
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
22
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
23
  })();
24
25
</script>