t-suw****@users*****
t-suw****@users*****
2009年 11月 5日 (木) 22:43:58 JST
Index: htdocs/footer.js
diff -u htdocs/footer.js:1.1 htdocs/footer.js:1.2
--- htdocs/footer.js:1.1 Sat Sep 5 00:46:52 2009
+++ htdocs/footer.js Thu Nov 5 22:43:58 2009
@@ -1,4 +1,4 @@
-/* $Id: footer.js,v 1.1 2009/09/04 15:46:52 t-suwa Exp $ */
+/* $Id: footer.js,v 1.2 2009/11/05 13:43:58 t-suwa Exp $ */
document.open();
document.writeln('<div class="footer">');
@@ -13,4 +13,15 @@
document.writeln(' <p>Made on a Mac ããã¸ã¯ Apple Computer Inc.');
document.writeln(' ã®åæ¨ã§ãããå社ã®è¨±å¯ã«ãã使ç¨ãã¦ãã¾ãã</p>');
document.writeln('</div>');
+
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='"
+ + gaJsHost
+ + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+try {
+ var pageTracker = _gat._getTracker("UA-3237761-1");
+pageTracker._trackPageview();
+} catch(err) {
+}
+
document.close();