ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/footer.html
Revision: 536
Committed: Sun Oct 13 14:47:14 2013 UTC (10 years, 6 months ago) by laffer1
Content type: text/html
File size: 2459 byte(s)
Log Message:
switch to modern async google anayltics code

File Contents

# Content
1 <footer>
2 <div class="horiz"><blockquote><hr /></blockquote></div>
3 <div class="clear"></div>
4 <div id="footer">
5 <blockquote>
6 <p>
7 <a href="/legal/">Legal Notices</a> &#8226; <a href="/sitemap/">Sitemap</a> &#8226; <a href="http://www.cafepress.com/midnightbsd">Store</a>
8 &#8226; MidnightBSD &copy; 2006-2013 Lucas Holt
9 </p>
10
11 <table style="border: none; width: 600px;">
12 <tr>
13 <td>
14 <!-- Google -->
15 <div class="g-plusone" data-size="large" data-annotation="inline" data-width="200"></div>
16 <script type="text/javascript">
17 (function() {
18 var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
19 po.src = 'https://apis.google.com/js/plusone.js';
20 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
21 })();
22 </script>
23 </td>
24 <td>
25 <!-- Facebook -->
26 <div id="fb-root"></div>
27 <script type="text/javascript">
28 (function(d, s, id) {
29 var js, fjs = d.getElementsByTagName(s)[0];
30 if (d.getElementById(id)) return;
31 js = d.createElement(s); js.id = id;
32 js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&status=0";
33 fjs.parentNode.insertBefore(js, fjs);
34 }(document, 'script', 'facebook-jssdk'));
35 </script>
36 <div class="fb-like" data-href="http://www.midnightbsd.org" data-send="true" data-width="400" data-show-faces="false"></div>
37 </td>
38 </tr>
39 </table>
40 </blockquote>
41 </div>
42 </div>
43 <!-- START GOOGLE -->
44 <div id="googlead" class="center">
45 <script type="text/javascript"><!--
46 google_ad_client = "ca-pub-1321195614665440";
47 /* 468x60, created 8/27/08 */
48 google_ad_slot = "8080888486";
49 google_ad_width = 468;
50 google_ad_height = 60;
51 //-->
52 </script>
53 <script type="text/javascript"
54 src="//pagead2.googlesyndication.com/pagead/show_ads.js">
55 </script>
56 </div>
57 <script type="text/javascript">
58 var _gaq = _gaq || [];
59 _gaq.push(['_setAccount', 'UA-560995-2']);
60 _gaq.push(['_trackPageview']);
61
62 (function() {
63 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
64 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
65 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
66 })();
67 </script>
68 <!-- END GOOGLE -->
69 </footer>