Skip to content

Commit a639a2e

Browse files
committed
add google analytics tracking code
1 parent 5e0f70c commit a639a2e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

+12
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,17 @@ <h2 id="options">Options</h2>
162162
allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>
163163
</div>
164164
</footer>
165+
<script type="text/javascript">
166+
var _gaq = _gaq || [];
167+
_gaq.push(['_setAccount', 'UA-20587204-1']);
168+
_gaq.push(['_trackPageview']);
169+
(function() {
170+
var load = function(src){
171+
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = src;
172+
var e = document.getElementsByTagName('script')[0]; e.parentNode.insertBefore(s, e);
173+
};
174+
load(('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js');
175+
})();
176+
</script>
165177
</body>
166178
</html>

0 commit comments

Comments
 (0)