This commit is contained in:
Jonathan Pobst 2010-07-28 11:49:08 -05:00
Родитель d2e0cf6497
Коммит 8527058691
1 изменённых файлов: 62 добавлений и 50 удалений

Просмотреть файл

@ -14,6 +14,18 @@
<%= Html.IncludeJS ("~/Scripts/jquery-1.3.2.min.js") %>
<%= Html.IncludeScript ("window.onresize = Resize;") %>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17397812-1']);
_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>