| ... | ... |
@@ -24,6 +24,20 @@ |
| 24 | 24 |
|
| 25 | 25 |
<!-- Le fav and touch icons --> |
| 26 | 26 |
<link rel="shortcut icon" href="../assets/ico/favicon.ico"> |
| 27 |
+ <script type="text/javascript"> |
|
| 28 |
+ |
|
| 29 |
+ var _gaq = _gaq || []; |
|
| 30 |
+ _gaq.push(['_setAccount', 'UA-9939917-3']); |
|
| 31 |
+ _gaq.push(['_setDomainName', 'philipithomas.com']); |
|
| 32 |
+ _gaq.push(['_trackPageview']); |
|
| 33 |
+ |
|
| 34 |
+ (function() {
|
|
| 35 |
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
| 36 |
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
| 37 |
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
| 38 |
+ })(); |
|
| 39 |
+ |
|
| 40 |
+ </script> |
|
| 27 | 41 |
|
| 28 | 42 |
</head> |
| 29 | 43 |
|