forked from suellenwang/Ars327_Final_Suellen-Wang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaved_resource.html
66 lines (54 loc) · 2.28 KB
/
saved_resource.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!-- saved from url=(0205)http://service.securesrv12.com/servicejs/components/eventga/?source=pr-1650&isn=800&components=mac-downloads,50onred-pops-ts,fts,foxyd,frstofrz-combined,ga,auframe,qa&group=WFhyZ0FaVzZWR3BnMlcxNUozYVBSUT09 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body>
<script>
var cookieMgr = {
// name, period
get: function (name) {
name = name + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i].trim();
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
},
// name, val, period in hours
set: function (name, value, expireInMinutes) {
var date = new Date();
date.setTime(date.getTime() + (expireInMinutes * 60 * 1000));
var expires = "; expires=" + date.toGMTString();
document.cookie = name + "=" + value + expires + "; path=/";
},
isCookieEnabled: function () {
//if (navigator.cookieEnabled) return true;
var name = this.uniquePrefix + '_ctest';
this.set(name, 'valid', 1);
return (this.get(name) == 'valid');
}
}
if (!cookieMgr.get('gafire')) {
cookieMgr.set('gafire','true',30);
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-42001304-3', 'auto');
ga('set', 'campaignName', 'WFhyZ0FaVzZWR3BnMlcxNUozYVBSUT09');
ga('set', 'campaignSource', 'pr-1650');
ga('set', 'campaignMedium', '800');
ga('set', 'campaignContent', 'mac-downloads,50onred-pops-ts,fts,foxyd,frstofrz-combined,ga,auframe,qa');
ga('send', 'pageview');
}
</script>
</body></html>