|
@@ -18,6 +18,12 @@ var _gaq = _gaq || []; |
|
@@ -18,6 +18,12 @@ var _gaq = _gaq || []; |
18
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
18
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
19
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
19
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
20
|
})();
|
20
|
})();
|
|
|
21
|
+ (function() {
|
|
|
22
|
+ var hm = document.createElement("script");
|
|
|
23
|
+ hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
|
|
|
24
|
+ var s = document.getElementsByTagName("script")[0];
|
|
|
25
|
+ s.parentNode.insertBefore(hm, s);
|
|
|
26
|
+ })();
|
21
|
}
|
27
|
}
|
22
|
if (window.addEventListener) {
|
28
|
if (window.addEventListener) {
|
23
|
window.addEventListener('load', async_load, false);
|
29
|
window.addEventListener('load', async_load, false);
|