... | ... |
@@ -24,20 +24,7 @@ |
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 | 27 |
|
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> |
|
41 | 28 |
|
42 | 29 |
</head> |
43 | 30 |
|