Skip to content

Commit

Permalink
added google analytics script
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-strauss-K1 committed Dec 13, 2011
1 parent 5ad6b92 commit 5cfe7fc
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
</style>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18477261-2']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>

</head>

<body>
Expand Down Expand Up @@ -70,12 +83,14 @@ <h2>License</h2>


<h2>Authors</h2>
<p>Ted Strauss ([email protected])<br/> </p>
<p>Ted Strauss ([email protected])
<br/> </p>



<h2>Contact</h2>
<p> ([email protected])<br/> </p>
<p> ([email protected])
<br/> </p>


<h2>Download</h2>
Expand Down

0 comments on commit 5cfe7fc

Please sign in to comment.