dradis-burp 3.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.github/issue_template.md +16 -0
- data/.github/pull_request_template.md +36 -0
- data/.gitignore +10 -0
- data/.rspec +2 -0
- data/CHANGELOG.md +57 -0
- data/CONTRIBUTING.md +3 -0
- data/Gemfile +23 -0
- data/LICENSE +339 -0
- data/README.md +29 -0
- data/Rakefile +1 -0
- data/dradis-burp.gemspec +34 -0
- data/lib/burp/html/issue.rb +157 -0
- data/lib/burp/issue.rb +43 -0
- data/lib/burp/xml/issue.rb +127 -0
- data/lib/dradis-burp.rb +10 -0
- data/lib/dradis/plugins/burp.rb +12 -0
- data/lib/dradis/plugins/burp/engine.rb +25 -0
- data/lib/dradis/plugins/burp/field_processor.rb +27 -0
- data/lib/dradis/plugins/burp/gem_version.rb +19 -0
- data/lib/dradis/plugins/burp/html/importer.rb +144 -0
- data/lib/dradis/plugins/burp/version.rb +13 -0
- data/lib/dradis/plugins/burp/xml/importer.rb +144 -0
- data/lib/tasks/thorfile.rb +30 -0
- data/spec/burp_upload_spec.rb +220 -0
- data/spec/fixtures/files/burp.html +229 -0
- data/spec/fixtures/files/burp.xml +100 -0
- data/spec/fixtures/files/burp_issue_severity.xml +118 -0
- data/spec/fixtures/files/invalid-utf-issue.xml +21 -0
- data/spec/fixtures/files/without-base64.xml +709 -0
- data/spec/spec_helper.rb +9 -0
- data/templates/evidence.fields +8 -0
- data/templates/evidence.sample +76 -0
- data/templates/evidence.template +20 -0
- data/templates/html_evidence.fields +13 -0
- data/templates/html_evidence.sample +36 -0
- data/templates/html_evidence.template +50 -0
- data/templates/issue.fields +8 -0
- data/templates/issue.sample +23 -0
- data/templates/issue.template +30 -0
- metadata +174 -0
@@ -0,0 +1,709 @@
|
|
1
|
+
<?xml version="1.1"?>
|
2
|
+
<!-- NOTE: Any NULL bytes in requests and responses are preserved within this output, even though this strictly breaks the XML syntax. If your XML parser rejects the NULL bytes then you will need to remove or replace these bytes before parsing. Alternatively, you can use the option to base64-encode requests and responses. -->
|
3
|
+
<!DOCTYPE issues [
|
4
|
+
<!ELEMENT issues (issue*)>
|
5
|
+
<!ATTLIST issues burpVersion CDATA "">
|
6
|
+
<!ATTLIST issues exportTime CDATA "">
|
7
|
+
<!ELEMENT issue (serialNumber, type, name, host, path, location, severity, confidence, issueBackground?, remediationBackground?, references?, issueDetail?, issueDetailItems?, remediationDetail?, requestresponse*, collaboratorEvent*, infiltratorEvent*)>
|
8
|
+
<!ELEMENT serialNumber (#PCDATA)>
|
9
|
+
<!ELEMENT type (#PCDATA)>
|
10
|
+
<!ELEMENT name (#PCDATA)>
|
11
|
+
<!ELEMENT host (#PCDATA)>
|
12
|
+
<!ATTLIST host ip CDATA "">
|
13
|
+
<!ELEMENT path (#PCDATA)>
|
14
|
+
<!ELEMENT location (#PCDATA)>
|
15
|
+
<!ELEMENT severity (#PCDATA)>
|
16
|
+
<!ELEMENT confidence (#PCDATA)>
|
17
|
+
<!ELEMENT issueBackground (#PCDATA)>
|
18
|
+
<!ELEMENT remediationBackground (#PCDATA)>
|
19
|
+
<!ELEMENT references (#PCDATA)>
|
20
|
+
<!ELEMENT issueDetail (#PCDATA)>
|
21
|
+
<!ELEMENT issueDetailItems (issueDetailItem*)>
|
22
|
+
<!ELEMENT issueDetailItem (#PCDATA)>
|
23
|
+
<!ELEMENT remediationDetail (#PCDATA)>
|
24
|
+
<!ELEMENT requestresponse (request?, response?, responseRedirected?)>
|
25
|
+
<!ELEMENT request (#PCDATA)>
|
26
|
+
<!ATTLIST request method CDATA "">
|
27
|
+
<!ATTLIST request base64 (true|false) "false">
|
28
|
+
<!ELEMENT response (#PCDATA)>
|
29
|
+
<!ATTLIST response base64 (true|false) "false">
|
30
|
+
<!ELEMENT responseRedirected (#PCDATA)>
|
31
|
+
<!ELEMENT sender (#PCDATA)>
|
32
|
+
<!ELEMENT message (#PCDATA)>
|
33
|
+
<!ELEMENT conversation (#PCDATA)>
|
34
|
+
<!ELEMENT recipient (#PCDATA)>
|
35
|
+
<!ELEMENT recipients (recipient*)>
|
36
|
+
<!ELEMENT smtp (sender, recipients, message, conversation)>
|
37
|
+
<!ELEMENT collaboratorEvent (interactionType, originIp, time, lookupType?, lookupHost?, requestresponse?, smtp?)>
|
38
|
+
<!ELEMENT interactionType (#PCDATA)>
|
39
|
+
<!ELEMENT originIp (#PCDATA)>
|
40
|
+
<!ELEMENT time (#PCDATA)>
|
41
|
+
<!ELEMENT lookupType (#PCDATA)>
|
42
|
+
<!ELEMENT lookupHost (#PCDATA)>
|
43
|
+
<!ELEMENT infiltratorEvent (parameterName, platform, signature, stackTrace?, parameterValue?, collaboratorEvent)>
|
44
|
+
<!ELEMENT parameterName (#PCDATA)>
|
45
|
+
<!ELEMENT platform (#PCDATA)>
|
46
|
+
<!ELEMENT signature (#PCDATA)>
|
47
|
+
<!ELEMENT stackTrace (#PCDATA)>
|
48
|
+
<!ELEMENT parameterValue (#PCDATA)>
|
49
|
+
]>
|
50
|
+
<issues burpVersion="1.7.17" exportTime="Wed Feb 22 14:01:56 CET 2017">
|
51
|
+
<issue>
|
52
|
+
<serialNumber>5093433035292825600</serialNumber>
|
53
|
+
<type>16777472</type>
|
54
|
+
<name><![CDATA[SSL certificate]]></name>
|
55
|
+
<host ip="216.58.201.132">https://www.google.com</host>
|
56
|
+
<path><![CDATA[/]]></path>
|
57
|
+
<location><![CDATA[/]]></location>
|
58
|
+
<severity>Information</severity>
|
59
|
+
<confidence>Certain</confidence>
|
60
|
+
<issueBackground><![CDATA[<p>SSL (or TLS) helps to protect the confidentiality and integrity of information in transit between the browser and server, and to provide authentication of the server's identity. To serve this purpose, the server must present an SSL certificate that is valid for the server's hostname, is issued by a trusted authority and is valid for the current date. If any one of these requirements is not met, SSL connections to the server will not provide the full protection for which SSL is designed.</p>
|
61
|
+
<p>It should be noted that various attacks exist against SSL in general, and in the context of HTTPS web connections in particular. It may be possible for a determined and suitably-positioned attacker to compromise SSL connections without user detection even when a valid SSL certificate is used. </p>]]></issueBackground>
|
62
|
+
<references><![CDATA[<ul><li><a href="https://wiki.mozilla.org/Security/Server_Side_TLS">SSL/TLS Configuration Guide</a></li></ul>]]></references>
|
63
|
+
<issueDetail><![CDATA[The server presented a valid, trusted SSL certificate. This issue is purely informational.<br><br>The server presented the following certificates:<br><br><h4>Server certificate</h4><table><tr><td><b>Issued to:</b> </td><td>www.google.com</td></tr><tr><td><b>Issued by:</b> </td><td>Google Internet Authority G2</td></tr><tr><td><b>Valid from:</b> </td><td>Wed Feb 01 14:38:44 CET 2017</td></tr><tr><td><b>Valid to:</b> </td><td>Wed Apr 26 15:21:00 CEST 2017</td></tr></table><h4>Certificate chain #1</h4><table><tr><td><b>Issued to:</b> </td><td>Google Internet Authority G2</td></tr><tr><td><b>Issued by:</b> </td><td>GeoTrust Global CA</td></tr><tr><td><b>Valid from:</b> </td><td>Wed Apr 01 02:00:00 CEST 2015</td></tr><tr><td><b>Valid to:</b> </td><td>Mon Jan 01 00:59:59 CET 2018</td></tr></table><h4>Certificate chain #2</h4><table><tr><td><b>Issued to:</b> </td><td>GeoTrust Global CA</td></tr><tr><td><b>Issued by:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Valid from:</b> </td><td>Tue May 21 06:00:00 CEST 2002</td></tr><tr><td><b>Valid to:</b> </td><td>Tue Aug 21 06:00:00 CEST 2018</td></tr></table><h4>Certificate chain #3</h4><table><tr><td><b>Issued to:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Issued by:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Valid from:</b> </td><td>Sat Aug 22 18:41:51 CEST 1998</td></tr><tr><td><b>Valid to:</b> </td><td>Wed Aug 22 18:41:51 CEST 2018</td></tr></table>]]></issueDetail>
|
64
|
+
</issue>
|
65
|
+
<issue>
|
66
|
+
<serialNumber>1988987453037557760</serialNumber>
|
67
|
+
<type>7340288</type>
|
68
|
+
<name><![CDATA[Cacheable HTTPS response]]></name>
|
69
|
+
<host ip="216.58.201.132">https://www.google.com</host>
|
70
|
+
<path><![CDATA[/]]></path>
|
71
|
+
<location><![CDATA[/]]></location>
|
72
|
+
<severity>Information</severity>
|
73
|
+
<confidence>Certain</confidence>
|
74
|
+
<issueBackground><![CDATA[<p>Unless directed otherwise, browsers may store a local cached copy of content received from web servers. Some browsers, including Internet Explorer, cache content accessed via HTTPS. If sensitive information in application responses is stored in the local cache, then this may be retrieved by other users who have access to the same computer at a future time.</p>]]></issueBackground>
|
75
|
+
<remediationBackground><![CDATA[<p>Applications should return caching directives instructing browsers not to store local copies of any sensitive data. Often, this can be achieved by configuring the web server to prevent caching for relevant paths within the web root. Alternatively, most web development platforms allow you to control the server's caching directives from within individual scripts. Ideally, the web server should return the following HTTP headers in all responses containing sensitive content:</p>
|
76
|
+
<ul>
|
77
|
+
<li>Cache-control: no-store</li><li>Pragma: no-cache</li></ul>]]></remediationBackground>
|
78
|
+
<requestresponse>
|
79
|
+
<request method="GET" base64="false"><![CDATA[GET / HTTP/1.1
|
80
|
+
Host: www.google.com
|
81
|
+
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:51.0) Gecko/20100101 Firefox/51.0
|
82
|
+
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
83
|
+
Accept-Language: en-US,en;q=0.5
|
84
|
+
Cookie: NID=97=RI6tTY-vlYs4qc-wwBI8bGUHbjsOaDraOWNlqEpTQYoa7teTaWqOcly9Q2fPAtyC63IL6IW3SQw6ryqUNke6MxIaH_4K3Xt0FbGKg3fggY0p8EPBBA5wRBqHdg1gJfPstPMi6y-nZAHHmkVAawE6eHOguSqKHg; OGPC=5061451-25:5061821-8:; GZ=Z=1; DV=ohoMeMmdGt0ZpH3lGaNxj3TjasnLtAI
|
85
|
+
DNT: 1
|
86
|
+
Connection: close
|
87
|
+
Upgrade-Insecure-Requests: 1
|
88
|
+
Cache-Control: max-age=0
|
89
|
+
|
90
|
+
]]></request>
|
91
|
+
<response base64="false"><![CDATA[HTTP/1.1 200 OK
|
92
|
+
Date: Wed, 22 Feb 2017 13:00:06 GMT
|
93
|
+
Expires: -1
|
94
|
+
Cache-Control: private, max-age=0
|
95
|
+
Content-Type: text/html; charset=UTF-8
|
96
|
+
Strict-Transport-Security: max-age=86400
|
97
|
+
Server: gws
|
98
|
+
X-XSS-Protection: 1; mode=block
|
99
|
+
X-Frame-Options: SAMEORIGIN
|
100
|
+
Set-Cookie: DV=; expires=Mon, 01-Jan-1990 00:00:00 GMT; path=/; domain=www.google.com
|
101
|
+
Set-Cookie: DV=; expires=Mon, 01-Jan-1990 00:00:00 GMT; path=/; domain=.www.google.com
|
102
|
+
Set-Cookie: DV=; expires=Mon, 01-Jan-1990 00:00:00 GMT; path=/; domain=google.com
|
103
|
+
Set-Cookie: DV=; expires=Mon, 01-Jan-1990 00:00:00 GMT; path=/; domain=.google.com
|
104
|
+
Alt-Svc: quic=":443"; ma=2592000; v="35,34"
|
105
|
+
Connection: close
|
106
|
+
Content-Length: 203387
|
107
|
+
|
108
|
+
<!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="en"><head><meta content="Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for." name="description"><meta content="noodp" name="robots"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image"><link href="/images/branding/product/ico/googleg_lodp.ico" rel="shortcut icon"><meta content="origin" id="mref" name="referrer"><title>Google</title> <script>(function(){window.google={kEI:'VoutWLWWK8aiU7u2rOAG',kEXPI:'750722,1351827,1351903,1352241,1352382,1352624,1352690,1352700,3700305,3700347,4026241,4029815,4032677,4038012,4043492,4045841,4048347,4061945,4062666,4063220,4065787,4067860,4069772,4072773,4073405,4073726,4073914,4073959,4076096,4076999,4078430,4078438,4078763,4079105,4079894,4081039,4081165,4082441,4082665,4083476,4086011,4086071,4086699,4088341,4089003,4089118,4089183,4090281,4090352,4090418,4090550,4090657,4090730,4090806,4090886,4090893,4091091,4092475,4092479,4092897,4092934,4093136,4093313,4093317,4093623,4093948,4094246,4094251,4094544,4095381,4095907,4095999,4096323,4096472,4096742,4097082,4097153,4097470,4097627,4097922,4097929,4098099,4098733,4098740,4098752,4099338,4099359,4099361,4099367,4100313,8300273,8507381,8507861,8508112,8508623,8509771,8509871,8510056,10200083,10202231,16200026',authuser:0,j:{en:1,bv:24,pm:'p',u:'c9c918f0',qbp:0},kscs:'c9c918f0_24'};google.kHL='en';})();(function(){google.lc=[];google.li=0;google.getEI=function(a){for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return b||google.kEI};google.getLEI=function(a){for(var b=null;a&&(!a.getAttribute||!(b=a.getAttribute("leid")));)a=a.parentNode;return b};google.https=function(){return"https:"==window.location.protocol};google.ml=function(){return null};google.wl=function(a,b){try{google.ml(Error(a),!1,b)}catch(c){}};google.time=function(){return(new Date).getTime()};google.log=function(a,b,c,d,g){a=google.logUrl(a,b,c,d,g);if(""!=a){b=new Image;var e=google.lc,f=google.li;e[f]=b;b.onerror=b.onload=b.onabort=function(){delete e[f]};window.google&&window.google.vel&&window.google.vel.lu&&window.google.vel.lu(a);b.src=a;google.li=f+1}};google.logUrl=function(a,b,c,d,g){var e="",f=google.ls||"";c||-1!=b.search("&ei=")||(e="&ei="+google.getEI(d),-1==b.search("&lei=")&&(d=google.getLEI(d))&&(e+="&lei="+d));a=c||"/"+(g||"gen_204")+"?atyp=i&ct="+a+"&cad="+b+e+f+"&zx="+google.time();/^http:/i.test(a)&&google.https()&&(google.ml(Error("a"),!1,{src:a,glmm:1}),a="");return a};google.y={};google.x=function(a,b){google.y[a.id]=[a,b];return!1};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};}).call(this);
|
109
|
+
google.j.b=(!!location.hash&&!!location.hash.match('[#&]((q|fp)=|tbs=rimg|tbs=simg|tbs=sbi)'))
|
110
|
+
||(google.j.qbp==1);(function(){google.hs={h:true,pa:true,q:false};})();(function(){google.c={c:{a:true,d:false,i:false,m:true,n:false}};google.sn='webhp';(function(){var e=function(a,b,c){a.addEventListener?a.removeEventListener(b,c,!1):a.attachEvent&&a.detachEvent("on"+b,c)},g=function(a,b,c){f.push({o:a,v:b,w:c});a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent&&a.attachEvent("on"+b,c)},f=[];google.timers={};google.startTick=function(a,b){var c=b&&google.timers[b].t?google.timers[b].t.start:google.time();google.timers[a]={t:{start:c},e:{},it:{},m:{}};(c=window.performance)&&c.now&&(google.timers[a].wsrt=Math.floor(c.now()))};google.tick=function(a,b,c){google.timers[a]||google.startTick(a);c=c||google.time();b instanceof Array||(b=[b]);for(var d=0;d<b.length;++d)google.timers[a].t[b[d]]=c};google.c.e=function(a,b,c){google.timers[a].e[b]=c};google.bit=function(a,b){google.timers[a]||google.startTick(a);var c=google.timers[a].it[b];c||(c=google.timers[a].it[b]=[]);var d=c.push({s:google.time()})-1;return function(){c[d]&&(c[d].e=google.time())}};google.c.b=function(a){var b=google.timers.load.m;b[a]&&google.wl("ch_mab",{m:a});b[a]=!0};google.c.u=function(a){var b=google.timers.load.m;if(b[a]){b[a]=!1;for(a in b)if(b[a])return;google.csiReport()}else google.wl("ch_mnb",{m:a})};google.rll=function(a,b,c){var d=function(b){c(b);e(a,"load",d);e(a,"error",d)};g(a,"load",d);b&&g(a,"error",d)};google.ull=function(){for(var a;a=f.shift();)e(a.o,a.v,a.w)};google.iTick=function(a){var b=google.time();google.tick("load","iml",b);a=a.id||a.src||a.name;google.tick("iml",a,b);google.c.c.a&&google.tick("aft",a,b)};google.afte=!0;google.aft=function(a){google.c.c.a&&google.afte&&google.tick("aft",a.id||a.src||a.name)};google.startTick("load");google.c.b("pr");google.c.b("xe");}).call(this);})();(function(){'use strict';var k=this,l=Date.now||function(){return+new Date};var u=function(a,d){if(null===d)return!1;if("contains"in a&&1==d.nodeType)return a.contains(d);if("compareDocumentPosition"in a)return a==d||!!(a.compareDocumentPosition(d)&16);for(;d&&a!=d;)d=d.parentNode;return d==a};var w={};var x=function(a,d){return function(b){b||(b=window.event);return d.call(a,b)}},B=function(a){a=a.target||a.srcElement;!a.getAttribute&&a.parentNode&&(a=a.parentNode);return a},C="undefined"!=typeof navigator&&/Macintosh/.test(navigator.userAgent),D="undefined"!=typeof navigator&&!/Opera/.test(navigator.userAgent)&&/WebKit/.test(navigator.userAgent),E={A:1,INPUT:1,TEXTAREA:1,SELECT:1,BUTTON:1},F=function(){this._mouseEventsPrevented=!0},G={A:13,BUTTON:0,CHECKBOX:32,COMBOBOX:13,GRIDCELL:13,LINK:13,LISTBOX:13,MENU:0,MENUBAR:0,MENUITEM:0,MENUITEMCHECKBOX:0,MENUITEMRADIO:0,OPTION:0,RADIO:32,RADIOGROUP:32,RESET:0,SUBMIT:0,TAB:0,TREE:13,TREEITEM:13},H=function(a){return(a.getAttribute("type")||a.tagName).toUpperCase()in aa},I=function(a){return(a.getAttribute("type")||a.tagName).toUpperCase()in ba},aa={CHECKBOX:!0,OPTION:!0,RADIO:!0},ba={COLOR:!0,DATE:!0,DATETIME:!0,"DATETIME-LOCAL":!0,EMAIL:!0,MONTH:!0,NUMBER:!0,PASSWORD:!0,RANGE:!0,SEARCH:!0,TEL:!0,TEXT:!0,TEXTAREA:!0,TIME:!0,URL:!0,WEEK:!0},ca={A:!0,AREA:!0,BUTTON:!0,DIALOG:!0,IMG:!0,INPUT:!0,LINK:!0,MENU:!0,OPTGROUP:!0,OPTION:!0,PROGRESS:!0,SELECT:!0,TEXTAREA:!0};var J=function(){this.v=this.o=null},L=function(a,d){var b=K;b.o=a;b.v=d;return b};J.prototype.s=function(){var a=this.o;this.o&&this.o!=this.v?this.o=this.o.__owner||this.o.parentNode:this.o=null;return a};var M=function(){this.w=[];this.o=0;this.v=null;this.H=!1};M.prototype.s=function(){if(this.H)return K.s();if(this.o!=this.w.length){var a=this.w[this.o];this.o++;a!=this.v&&a&&a.__owner&&(this.H=!0,L(a.__owner,this.v));return a}return null};var K=new J,O=new M;var Q=function(){this.S=[];this.o=[];this.s=[];this.H={};this.v=null;this.w=[];P(this,"_custom")},da="undefined"!=typeof navigator&&/iPhone|iPad|iPod/.test(navigator.userAgent),R=String.prototype.trim?function(a){return a.trim()}:function(a){return a.replace(/^\s+/,"").replace(/\s+$/,"")},ea=/\s*;\s*/,ia=function(a,d){return function(b){var c=d;if("_custom"==c){c=b.detail;if(!c||!c._type)return;c=c._type}var e;if("click"==c&&(C&&b.metaKey||!C&&b.ctrlKey||2==b.which||null==b.which&&4==b.button||b.shiftKey))c="clickmod";else{var f;f=b.which||b.keyCode||b.key;D&&3==f&&(f=13);if(13!=f&&32!=f)f=!1;else{var m=B(b),q=(m.getAttribute("role")||m.type||m.tagName).toUpperCase(),h;(h="keydown"!=b.type)||("getAttribute"in m?(h=(m.getAttribute("role")||m.tagName).toUpperCase(),h=!I(m)&&("COMBOBOX"!=h||"INPUT"!=h)&&!m.isContentEditable):h=!1,h=!h);(h=
|
111
|
+
h||b.ctrlKey||b.shiftKey||b.altKey||b.metaKey||H(m)&&32==f)||((h=m.tagName in E)||(h=m.getAttributeNode("tabindex"),h=null!=h&&h.specified),h=!(h&&!m.disabled));h?f=!1:(m="INPUT"!=m.tagName.toUpperCase()||m.type,h=!(q in G)&&13==f,f=(0==G[q]%f||h)&&!!m)}f&&(c="clickkey")}q=b.srcElement||b.target;f=S(c,b,q,"",null);var g;b.path?(O.w=b.path,O.o=0,O.v=this,O.H=!1,m=O):m=L(q,this);for(;h=m.s();){e=h;var t;g=e;h=c;var p=g.__jsaction;if(!p)if(t=null,"getAttribute"in g&&(t=g.getAttribute("jsaction")),t){p=
|
112
|
+
w[t];if(!p){for(var p={},y=t.split(ea),z=0,fa=y?y.length:0;z<fa;z++){var r=y[z];if(r){var A=r.indexOf(":"),N=-1!=A,ga=N?R(r.substr(0,A)):"click",r=N?R(r.substr(A+1)):r;p[ga]=r}}w[t]=p}g.__jsaction=p}else p=ha,g.__jsaction=p;"clickkey"==h?h="click":"click"!=h||p.click||(h="clickonly");g={R:h,action:p[h]||"",event:null,U:!1};f=S(g.R,g.event||b,q,g.action||"",e,f.timeStamp);if(g.U||g.action)break}f&&"touchend"==f.eventType&&(f.event._preventMouseEvents=F);if(g&&g.action){if(g="clickkey"==c)g=B(b),g=
|
113
|
+
(g.type||g.tagName).toUpperCase(),(g=32==(b.which||b.keyCode||b.key)&&"CHECKBOX"!=g)||(g=B(b),q=(g.getAttribute("role")||g.tagName).toUpperCase(),g=g.tagName.toUpperCase()in ca&&"A"!=q&&!H(g)&&!I(g)||"BUTTON"==q);g&&(b.preventDefault?b.preventDefault():b.returnValue=!1);if("mouseenter"==c||"mouseleave"==c)if(g=b.relatedTarget,!("mouseover"==b.type&&"mouseenter"==c||"mouseout"==b.type&&"mouseleave"==c)||g&&(g===e||u(e,g)))f.action="",f.actionElement=null;else{var c={},n;for(n in b)"function"!==typeof b[n]&&
|
114
|
+
"srcElement"!==n&&"target"!==n&&(c[n]=b[n]);c.type="mouseover"==b.type?"mouseenter":"mouseleave";c.target=c.srcElement=e;c.bubbles=!1;f.event=c;f.targetElement=e}}else f.action="",f.actionElement=null;e=f;a.v&&(n=S(e.eventType,e.event,e.targetElement,e.action,e.actionElement,e.timeStamp),"clickonly"==n.eventType&&(n.eventType="click"),a.v(n,!0));if(e.actionElement){"A"!=e.actionElement.tagName||"click"!=e.eventType&&"clickmod"!=e.eventType||(b.preventDefault?b.preventDefault():b.returnValue=!1);if(a.v)a.v(e);else{var v;if((n=k.document)&&!n.createEvent&&n.createEventObject)try{v=n.createEventObject(b)}catch(la){v=b}else v=b;e.event=v;a.w.push(e)}if("touchend"==e.event.type&&e.event._mouseEventsPrevented){b=e.event;for(var ma in b);l()}}}},S=function(a,d,b,c,e,f){return{eventType:a,event:d,targetElement:b,action:c,actionElement:e,timeStamp:f||l()}},ha={},ja=function(a,d){return function(b){var c=a,e=d,f=!1;"mouseenter"==c?c="mouseover":"mouseleave"==c&&(c="mouseout");if(b.addEventListener){if("focus"==c||"blur"==c||"error"==c||"load"==c)f=!0;b.addEventListener(c,e,f)}else b.attachEvent&&("focus"==c?c="focusin":"blur"==c&&(c="focusout"),e=x(b,e),b.attachEvent("on"+c,e));return{R:c,T:e,capture:f}}},P=function(a,d){if(!a.H.hasOwnProperty(d)){var b=ia(a,d),c=ja(d,b);a.H[d]=b;a.S.push(c);for(b=0;b<a.o.length;++b){var e=a.o[b];e.s.push(c.call(null,e.o))}"click"==d&&P(a,"keydown")}};Q.prototype.T=function(a){return this.H[a]};var W=function(a,d){var b=new ka(d);a:{for(var c=0;c<a.o.length;c++)if(T(a.o[c],d)){d=!0;break a}d=!1}if(d)return a.s.push(b),b;U(a,b);a.o.push(b);V(a);return b},V=function(a){for(var d=a.s.concat(a.o),b=[],c=[],e=0;e<a.o.length;++e){var f=a.o[e];X(f,d)?(b.push(f),Y(f)):c.push(f)}for(e=0;e<a.s.length;++e)f=a.s[e],X(f,d)?b.push(f):(c.push(f),U(a,f));a.o=c;a.s=b},U=function(a,d){var b=d.o;da&&(b.style.cursor="pointer");for(b=0;b<a.S.length;++b)d.s.push(a.S[b].call(null,d.o))},ka=function(a){this.o=a;this.s=[]},T=function(a,d){for(a=a.o;a!=d&&d.parentNode;)d=d.parentNode;return a==d},X=function(a,d){for(var b=0;b<d.length;++b)if(d[b].o!=a.o&&T(d[b],a.o))return!0;return!1},Y=function(a){for(var d=0;d<a.s.length;++d){var b=a.o,c=a.s[d];b.removeEventListener?b.removeEventListener(c.R,c.T,c.capture):b.detachEvent&&b.detachEvent("on"+c.R,c.T)}a.s=[]};var Z=new Q;W(Z,window.document.documentElement);P(Z,"click");P(Z,"focus");P(Z,"focusin");P(Z,"blur");P(Z,"focusout");P(Z,"error");P(Z,"load");P(Z,"change");P(Z,"dblclick");P(Z,"input");P(Z,"keyup");P(Z,"keydown");P(Z,"keypress");P(Z,"mousedown");P(Z,"mouseenter");P(Z,"mouseleave");P(Z,"mouseout");P(Z,"mouseover");P(Z,"mouseup");P(Z,"touchstart");P(Z,"touchend");P(Z,"touchcancel");P(Z,"speech");(function(a){window.google.jsad=function(d){a.v=d;a.w&&(0<a.w.length&&d(a.w),a.w=null)};window.google.jsaac=function(d){return W(a,d)};window.google.jsarc=function(d){Y(d);for(var b=!1,c=0;c<a.o.length;++c)if(a.o[c]===d){a.o.splice(c,1);b=!0;break}if(!b)for(c=0;c<a.s.length;++c)if(a.s[c]===d){a.s.splice(c,1);break}V(a)}})(Z);}).call(this);(function(){'use strict';var e=this,f=function(b,d){b=b.split(".");var a=e;b[0]in a||!a.execScript||a.execScript("var "+b[0]);for(var c;b.length&&(c=b.shift());)b.length||void 0===d?a[c]&&Object.prototype.hasOwnProperty.call(a,c)?a=a[c]:a=a[c]={}:a[c]=d};var g=[];f("google.jsc.xx",g);f("google.jsc.x",function(b){g.push(b)});}).call(this);google.arwt=function(a){a.href=document.getElementById(a.id.substring(1)).href;return!0};</script><style>[dir='ltr'],[dir='rtl']{unicode-bidi:-moz-isolate;unicode-bidi:isolate}bdo[dir='ltr'],bdo[dir='rtl']{unicode-bidi:bidi-override;unicode-bidi:-moz-isolate-override;unicode-bidi:isolate-override}#logo{display:block;overflow:hidden;position:relative}#logo img{border:0;}#logo span{background:url(/images/nav_logo242.png) no-repeat;cursor:pointer;overflow:hidden}#logocont{z-index:1;padding-left:13px;padding-right:10px;margin-top:-2px;padding-top:7px}.big #logocont{padding-left:13px;padding-right:12px}.sbibod{background-color:#fff;height:44px;vertical-align:top;border-radius:2px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);transition:box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);}.lst{border:0;margin-top:5px;margin-bottom:0}.lst:focus{outline:none}#lst-ib{color:#000}.gsfi,.lst{font:16px arial,sans-serif;line-height:34px;height:34px !important;}.lst-c{overflow:hidden}#gs_st0{line-height:44px;padding:0 8px;margin-top:-1px;position:static}.srp #gs_st0{padding:0 2px 0 8px}.gsfs{font:16px arial,sans-serif}.lsb{background:transparent;border:0;font-size:0;height:30px;outline:0;text-align:left;width:100%}.sbico{display:inline-block;height:24px;width:24px;cursor:pointer;vertical-align:middle;color:#4285f4}.sbico-c{background:transparent;border:0;float:right;height:44px;line-height:44px;margin-top:-1px;outline:0;padding-right:16px;position:relative;top:-1px}.hp .sbico-c{display:none}#sblsbb{text-align:center;border-bottom-left-radius:0;border-top-left-radius:0;height:44px;margin:0;padding:0;}#sbds{border:0;margin-left:0}.hp .nojsb,.srp .jsb{display:none}.kpbb,.kprb,.kpgb,.kpgrb{border-radius:2px;border-radius:2px;color:#fff}.kpbb:hover,.kprb:hover,.kpgb:hover,.kpgrb:hover{box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);color:#fff}.kpbb:active,.kprb:active,.kpgb:active,.kpgrb:active{box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 2px rgba(0,0,0,0.3)}.kpbb{background-color:#4d90fe;background-image:-moz-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);border:1px solid #3079ed}.kpbb:hover{background-color:#357ae8;background-image:-moz-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);border:1px solid #2f5bb7}a.kpbb:link,a.kpbb:visited{color:#fff}.kprb{background-color:#dd4b39;background-image:-moz-linear-gradient(top,#dd4b39,#d14836);background-image:linear-gradient(top,#dd4b39,#d14836);border:1px solid #dd4b39}.kprb:hover{background-color:#c53727;background-image:-moz-linear-gradient(top,#dd4b39,#c53727);background-image:linear-gradient(top,#dd4b39,#c53727);border:1px solid #b0281a;border-bottom-color:#af301f}.kprb:active{background-color:#b0281a;background-image:-moz-linear-gradient(top,#dd4b39,#b0281a);background-image:linear-gradient(top,#dd4b39,#b0281a)}.kpgb{background-color:#3d9400;background-image:-moz-linear-gradient(top,#3d9400,#398a00);background-image:linear-gradient(top,#3d9400,#398a00);border:1px solid #29691d}.kpgb:hover{background-color:#368200;background-image:-moz-linear-gradient(top,#3d9400,#368200);background-image:linear-gradient(top,#3d9400,#368200);border:1px solid #2d6200}.kpgrb{background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);border:1px solid #dcdcdc;color:#555}.kpgrb:hover{background-color:#f8f8f8;background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #dcdcdc;color:#333}a.kpgrb:link,a.kpgrb:visited{color:#555}#sfopt{display:inline-block;float:right;line-height:normal}.lsd{font-size:11px;position:absolute;top:3px;left:16px}.sbsb_g{margin:3px 0 4px}.jhp input[type="submit"],.sbdd_a input,.gbqfba{background-image:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);-moz-border-radius:2px;-moz-user-select:none;background-color:#f2f2f2;border:1px solid #f2f2f2;border-radius:2px;color:#757575;cursor:default;font-family:arial,sans-serif;font-size:13px;font-weight:bold;margin:11px 4px;min-width:54px;padding:0 16px;text-align:center}.gbqfba.gbqfba-hvr{font-size:13px}.jhp input[type="submit"],.gbqfba{height:36px;line-height:27px}.sbdd_a input{height:100%}.jhp input[type="submit"]:hover,.sbdd_a input:hover,.gbqfba:hover{background-image:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);background-color:#f8f8f8;background-image:linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #c6c6c6;box-shadow:0 1px 1px rgba(0,0,0,0.1);color:#222}.jhp input[type="submit"]:focus,.sbdd_a input:focus{border:1px solid #4d90fe;outline:none}.sbdd_a input{margin:6px;height:27px}span.lsbb,.lsb input{-moz-transition:all 0.18s}@media only screen and (max-height:650px){span.lsbb{height:17px}}.tsf{background:none}.tsf-p{position:relative;}.logocont{left:0;position:absolute;}.sfibbbc{padding-bottom:2px;padding-top:3px;margin-top:-2px;width:632px}.sbtc{position:relative}.sbibtd{line-height:0;overflow:visible;white-space:nowrap}.sbibps{padding:0 9px 0 16px;width:466px;}.big .sbibps{width:550px}.sfopt{height:28px;position:relative}#sform{height:65px}.hp .sfsbc{display:none}#searchform{width:100%}.hp #searchform{position:absolute;top:311px}.srp #searchform{position:absolute;top:19px}#sfdiv{max-width:484px}.hp .big #sfdiv{max-width:584px;margin:-1px 0px 1px}.srp #sfdiv{max-width:none;overflow:hidden}.srp #tsf{position:relative;}.hp .tsf-p{padding-top:8px}.sfsbc{display:inline-block;float:right;margin-right:1px;vertical-align:top;width:42px;margin-right:0}.sfbg{background:#fafafa;height:69px;left:0;position:absolute;width:100%}.sfbgg{background-color:#fafafa;height:65px}#pocs{background:#fff1a8;color:#000;font-size:10pt;margin:0;padding:5px 7px}#pocs.sft{background:transparent;color:#777}#pocs a{color:#11c}#pocs.sft a{color:#36c}#pocs>div{margin:0;padding:0}#cnt{padding-top:20px;}#subform_ctrl{min-height:0px}.gb_7a{display:none!important}.gb_8a{visibility:hidden}@-moz-keyframes gb__a{0%{opacity:0}50%{opacity:1}}@keyframes gb__a{0%{opacity:0}50%{opacity:1}}#gbq2{display:block}#gbqf{display:block;margin:0;margin-right:60px;white-space:nowrap}.gbqff{border:none;display:inline-block;margin:0;padding:0;vertical-align:top;width:100%}.gbqfqw,#gbqfb,.gbqfwa{vertical-align:top}#gbqfaa,#gbqfab,#gbqfqwb{position:absolute}#gbqfaa{left:0}#gbqfab{right:0}.gbqfqwb,.gbqfqwc{right:0;left:0;height:100%}.gbqfqwb{padding:0 8px}#gbqfbw{display:inline-block;vertical-align:top}#gbqfb{border:1px solid transparent;border-bottom-left-radius:0;border-top-left-radius:0;height:30px;margin:0;outline:none;padding:0 0;width:60px;-moz-box-shadow:none;box-shadow:none;-moz-box-sizing:border-box;box-sizing:border-box;background:#4285f4;background:-moz-linear-gradient(top,#4387fd,#4683ea);background:linear-gradient(top,#4387fd,#4683ea);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=1)}#gbqfb:hover{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15);box-shadow:0 1px 0 rgba(0,0,0,.15)}#gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}#gbqfb:hover:focus{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px #fff;box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px #fff}#gbqfb:active:active{border:1px solid transparent;-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);box-shadow:inset 0 2px 0 rgba(0,0,0,.15);background:#3c78dc;background:-moz-linear-gradient(top,#3c7ae4,#3f76d3);background:linear-gradient(top,#3c7ae4,#3f76d3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7ae4,endColorstr=#3f76d3,GradientType=1)}.gbqfi{background-position:-428px 0;display:inline-block;margin:-1px;height:30px;width:30px}.gbqfqw{background:#fff;background-clip:padding-box;border:1px solid #cdcdcd;border-color:rgba(0,0,0,.15);border-right-width:0;height:30px;-moz-box-sizing:border-box;box-sizing:border-box}#gbfwc .gbqfqw{border-right-width:1px}#gbqfqw{position:relative}.gbqfqw.gbqfqw:hover{border-color:#a9a9a9;border-color:rgba(0,0,0,.3)}.gbqfwa{display:inline-block;width:100%}.gbqfwb{width:40%}.gbqfwc{width:60%}.gbqfwb .gbqfqw{margin-left:10px}.gbqfqw.gbqfqw:active,.gbqfqw.gbqfqwf.gbqfqwf{border-color:#4285f4}#gbqfq,#gbqfqb,#gbqfqc{background:transparent;border:none;height:20px;margin-top:4px;padding:0;vertical-align:top;width:100%}#gbqfq:focus,#gbqfqb:focus,#gbqfqc:focus{outline:none}.gbqfif,.gbqfsf{color:#222;font:16px arial,sans-serif}#gbqfbwa{display:none;text-align:center;height:0}#gbqfbwa .gbqfba{margin:16px 8px}#gbqfsa,#gbqfsb{font:bold 11px/27px Arial,sans-serif!important;vertical-align:top}.gb_ga .gbqfqw.gbqfqw,.gb_X .gbqfqw.gbqfqw{border-color:rgba(255,255,255,1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.gb_ga #gbqfb,.gb_X #gbqfb{-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.gb_ga #gbqfb:hover,.gb_X #gbqfb:hover{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2)}.gb_ga #gbqfb:active,.gb_X #gbqfb:active{-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2);box-shadow:inset 0 2px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2)}.gbqfb,.gbqfba,.gbqfbb{cursor:default!important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;padding:0 8px;text-align:center;text-decoration:none!important;-moz-border-radius:2px;border-radius:2px;-moz-user-select:-moz-none}.gbqfba:focus{border:1px solid #4d90fe;outline:none;-moz-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.gbqfba:hover{border-color:#c6c6c6;color:#222!important;-moz-box-shadow:0 1px 0 rgba(0,0,0,.15);box-shadow:0 1px 0 rgba(0,0,0,.15);background:#f8f8f8;background:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8,endColorstr=#f1f1f1,GradientType=1)}.gbqfba:hover:focus{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px #fff;box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px #fff}.gbqfb::-moz-focus-inner{border:0}.gbqfba::-moz-focus-inner{border:0}.gbqfba{border:1px solid #dcdcdc;border-color:rgba(0,0,0,0.1);color:#444!important;font-size:11px;background:#f5f5f5;background:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5,endColorstr=#f1f1f1,GradientType=1)}.gbqfba:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}@-moz-keyframes gb__nb{0%{-moz-transform:scale(0,0);transform:scale(0,0)}20%{-moz-transform:scale(1.4,1.4);transform:scale(1.4,1.4)}50%{-moz-transform:scale(.8,.8);transform:scale(.8,.8)}85%{-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{-moz-transform:scale(1.0,1.0);transform:scale(1.0,1.0)}}@keyframes gb__nb{0%{-moz-transform:scale(0,0);transform:scale(0,0)}20%{-moz-transform:scale(1.4,1.4);transform:scale(1.4,1.4)}50%{-moz-transform:scale(.8,.8);transform:scale(.8,.8)}85%{-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{-moz-transform:scale(1.0,1.0);transform:scale(1.0,1.0)}}.gb_sc{background-position:-314px -38px;opacity:.55;height:100%;width:100%}.gb_b:hover .gb_sc,.gb_b:focus .gb_sc{opacity:.85}.gb_tc .gb_sc{background-position:-463px 0}.gb_uc{background-color:#cb4437;-moz-border-radius:8px;border-radius:8px;font:bold 11px Arial;color:#fff;line-height:16px;min-width:14px;padding:0 1px;position:absolute;right:0;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,0.1);top:0;visibility:hidden;z-index:990}.gb_vc .gb_uc,.gb_vc .gb_wc,.gb_vc .gb_wc.gb_xc{visibility:visible}.gb_wc{padding:0 2px;visibility:hidden}.gb_yc:not(.gb_zc) .gb_lb,.gb_yc:not(.gb_zc) .gb_kb{left:3px}.gb_uc.gb_Ac{-moz-animation:gb__nb .6s 1s both ease-in-out;animation:gb__nb .6s 1s both ease-in-out;-moz-perspective-origin:top right;perspective-origin:top right;-moz-transform:scale(1,1);transform:scale(1,1);-moz-transform-origin:top right;transform-origin:top right}.gb_Ac .gb_wc{visibility:visible}.gb_ga .gb_b .gb_sc{background-position:0 0;opacity:.7}.gb_ga .gb_tc .gb_sc{background-position:-279px -38px}.gb_ga .gb_b:hover .gb_sc,.gb_ga .gb_b:focus .gb_sc{opacity:.85}.gb_X .gb_b .gb_sc{background-position:-349px -38px;opacity:1}.gb_X .gb_tc .gb_sc{background-position:-393px 0}.gb_ga .gb_uc,.gb_X .gb_uc{border:none}.gb_yc .gb_Bc{font-size:14px;font-weight:bold;top:0;right:0}.gb_yc .gb_b{display:inline-block;vertical-align:middle;-moz-box-sizing:border-box;box-sizing:border-box;height:30px;width:30px}.gb_yc .gb_kb{border-bottom-color:#e5e5e5}.gb_Cc{background-color:rgba(0,0,0,.55);color:#fff;font-size:12px;font-weight:bold;line-height:20px;margin:5px;padding:0 2px;text-align:center;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:50%;border-radius:50%;height:20px;width:20px}.gb_Cc.gb_Dc{background-position:-194px -21px}.gb_Cc.gb_Ec{background-position:-194px -46px}.gb_b:hover .gb_Cc,.gb_b:focus .gb_Cc{background-color:rgba(0,0,0,.85)}#gbsfw.gb_Fc{background:#e5e5e5;border-color:#ccc}.gb_ga .gb_Cc{background-color:rgba(0,0,0,.7)}.gb_X .gb_Cc.gb_Cc,.gb_X .gb_vc .gb_Cc.gb_Cc,.gb_X .gb_vc .gb_b:hover .gb_Cc,.gb_X .gb_vc .gb_b:focus .gb_Cc{background-color:#fff;color:#404040}.gb_X .gb_Cc.gb_Dc{background-position:-70px 0}.gb_X .gb_Cc.gb_Ec{background-position:-219px 0}.gb_vc .gb_Cc.gb_Cc{background-color:#db4437;color:#fff}.gb_vc .gb_b:hover .gb_Cc,.gb_vc .gb_b:focus .gb_Cc{background-color:#a52714}.gb_N .gbqfi::before{left:-428px;top:0}.gb_Eb .gbqfb:focus .gbqfi{outline:1px dotted #fff}.gb_fa .gb_b{background-position:-132px -38px;opacity:.55}.gb_ga .gb_fa .gb_b{background-position:-132px -38px}.gb_X .gb_fa .gb_b{background-position:-463px -35px;opacity:1}.gb_ha.gb_ia{min-height:196px;overflow-y:auto;width:320px}.gb_ja{-moz-transition:height .2s ease-in-out;transition:height .2s ease-in-out}.gb_ka{background:#fff;margin:0;min-height:100px;padding:28px;padding-right:27px;text-align:left;white-space:normal;width:265px}.gb_la{background:#f5f5f5;cursor:pointer;height:40px;overflow:hidden}.gb_ma{position:relative}.gb_la{display:block;line-height:40px;text-align:center;width:320px}.gb_ma{display:block;line-height:40px;text-align:center}.gb_ma.gb_na{line-height:0}.gb_la,.gb_la:visited,.gb_la:active,.gb_ma,.gb_ma:visited{color:#737373;text-decoration:none}.gb_ma:active{color:#737373}#gb a.gb_la,#gb a.gb_la:visited,#gb a.gb_la:active,#gb a.gb_ma,#gb a.gb_ma:visited{color:#737373;text-decoration:none}#gb a.gb_ma:active{color:#737373}.gb_ma,.gb_ka{display:none}.gb_da,.gb_da+.gb_ma,.gb_oa .gb_ma,.gb_oa .gb_ka{display:block}.gb_ma:hover,.gb_ma:active,#gb a.gb_ma:hover,#gb a.gb_ma:active{text-decoration:underline}.gb_ma{border-bottom:1px solid #ebebeb;left:28px;width:264px}.gb_oa .gb_la{display:none}.gb_ma:last-child{border-bottom-width:0}.gb_pa .gb_O{display:initial}.gb_pa.gb_qa{height:100px;text-align:center}.gb_pa.gb_qa img{padding:34px 0;height:32px;width:32px}.gb_pa .gb_3{background-image:url('//ssl.gstatic.com/gb/images/p1_a4541be8.png');background-size:64px 2065px;background-position:0 -690px}.gb_pa .gb_3+img{border:0;margin:8px;height:48px;width:48px}.gb_pa div.gb_ra{background:#ffa;-moz-border-radius:5px;border-radius:5px;padding:5px;text-align:center}.gb_pa.gb_sa,.gb_pa.gb_ta{padding-bottom:0}.gb_pa.gb_ua,.gb_pa.gb_ta{padding-top:0}.gb_pa.gb_ta a,.gb_pa.gb_ua a{top:0}.gb_va .gb_la{margin-top:0;position:static}.gb_wa{display:inline-block}.gb_xa{margin:-12px 28px 28px;position:relative;width:264px;-moz-border-radius:2px;border-radius:2px;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.1),0 0 1px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1),0 0 1px rgba(0,0,0,0.1)}.gb_6{background-image:url('//ssl.gstatic.com/gb/images/p1_a4541be8.png');background-size:64px 2065px;display:inline-block;margin:8px;vertical-align:middle;height:64px;width:64px}.gb_ya{color:#262626;display:inline-block;font:13px/18px Arial,sans-serif;margin-right:80px;padding:10px 10px 10px 0;vertical-align:middle;white-space:normal}.gb_za{font:16px/24px Arial,sans-serif}.gb_Aa,#gb#gb .gb_Aa{color:#427fed;text-decoration:none}.gb_Aa:hover,#gb#gb .gb_Aa:hover{text-decoration:underline}.gb_Ba .gb_ka{position:relative}.gb_Ba .gb_O{position:absolute;top:28px;left:28px}.gb_la.gb_Ca{display:none;height:0}.gb_Ba .gb_5{position:absolute;width:86px;top:112px;left:28px;margin:8px 2px}.gb_9a{background-size:32px 32px;-moz-border-radius:50%;border-radius:50%;display:block;margin:-1px;overflow:hidden;position:relative;height:32px;width:32px;z-index:0}@media (min-resolution:1.25dppx),(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_9a::before{display:inline-block;-moz-transform:scale(.5);transform:scale(.5);-moz-transform-origin:left 0;transform-origin:left 0}.gb_tb::before{display:inline-block;-moz-transform:scale(.5);transform:scale(.5);-moz-transform-origin:left 0;transform-origin:left 0}}.gb_9a:hover,.gb_9a:focus{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15);box-shadow:0 1px 0 rgba(0,0,0,.15)}.gb_9a:active{-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);box-shadow:inset 0 2px 0 rgba(0,0,0,.15)}.gb_9a:active::after{background:rgba(0,0,0,.1);-moz-border-radius:50%;border-radius:50%;content:'';display:block;height:100%}.gb_ab{cursor:pointer;line-height:30px;min-width:30px;opacity:.75;overflow:hidden;vertical-align:middle;text-overflow:ellipsis}.gb_b.gb_ab{width:auto}.gb_ab:hover,.gb_ab:focus{opacity:.85}.gb_bb .gb_ab,.gb_bb .gb_cb{line-height:26px}#gb#gb.gb_bb a.gb_ab,.gb_bb .gb_cb{font-size:11px;height:auto}.gb_db{border-top:4px solid #000;border-left:4px dashed transparent;border-right:4px dashed transparent;display:inline-block;margin-left:6px;opacity:.75;vertical-align:middle}.gb_eb:hover .gb_db{opacity:.85}.gb_X .gb_ab,.gb_X .gb_db{opacity:1}#gb#gb.gb_X.gb_X a.gb_ab,#gb#gb .gb_X.gb_X a.gb_ab{color:#fff}.gb_X.gb_X .gb_db{border-top-color:#fff;opacity:1}.gb_ga .gb_9a:hover,.gb_X .gb_9a:hover,.gb_ga .gb_9a:focus,.gb_X .gb_9a:focus{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2)}.gb_fb .gb_gb,.gb_hb .gb_gb{position:absolute;right:1px}.gb_gb.gb_R,.gb_ib.gb_R,.gb_eb.gb_R{flex:0 1 auto;flex:0 1 main-size}.gb_jb.gb_W .gb_ab{width:30px!important}.gb_ab~.gb_kb,.gb_ab~.gb_lb{left:auto;right:6.5px}.gb_mb{outline:none}.gb_nb,#gb a.gb_nb.gb_nb,.gb_ob a,#gb .gb_ob.gb_ob a{color:#36c;text-decoration:none}.gb_nb:active,#gb a.gb_nb:active,.gb_nb:hover,#gb a.gb_nb:hover,.gb_ob a:active,#gb .gb_ob a:active,.gb_ob a:hover,#gb .gb_ob a:hover{text-decoration:underline}.gb_pb{margin:20px}.gb_qb,.gb_rb{display:inline-block;vertical-align:top}.gb_qb{margin-right:20px;position:relative}.gb_sb{-moz-border-radius:50%;border-radius:50%;overflow:hidden}.gb_tb{background-size:96px 96px;border:none;vertical-align:top;height:96px;width:96px}.gb_ub{background:rgba(78,144,254,.7);bottom:0;color:#fff;font-size:9px;font-weight:bold;left:0;line-height:9px;position:absolute;padding:7px 0;text-align:center;width:96px}.gb_sb .gb_ub{background:rgba(0,0,0,.54)}.gb_vb{font-weight:bold;margin:-4px 0 1px 0}.gb_wb{color:#666}.gb_ob{color:#ccc;margin:6px 0}.gb_ob a{margin:0 10px}.gb_ob a:first-child{margin-left:0}.gb_ob a:last-child{margin-right:0}.gb_rb .gb_xb{background:#4d90fe;border-color:#3079ed;font-weight:bold;margin:10px 0 0 0;color:#fff}#gb .gb_rb a.gb_xb.gb_xb{color:#fff}.gb_rb .gb_xb:hover{background:#357ae8;border-color:#2f5bb7}.gb_yb{background:#f5f5f5;border-top:1px solid #ccc;border-color:rgba(0,0,0,.2);padding:10px 0;width:100%;display:table}.gb_yb .gb_xb{margin:0 20px}.gb_yb>div{display:table-cell;text-align:right}.gb_yb>div:first-child{text-align:left}.gb_yb .gb_zb{display:block;text-align:center}.gb_Ab .gb_kb{border-bottom-color:#fef9db}.gb_Bb{background:#fef9db;font-size:11px;padding:10px 20px;white-space:normal}.gb_Bb b,.gb_nb{white-space:nowrap}.gb_Cb{background:#f5f5f5;border-top:1px solid #ccc;border-top-color:rgba(0,0,0,.2);max-height:230px;overflow:auto}.gb_Db{border-top:1px solid #ccc;border-top-color:rgba(0,0,0,.2);display:block;padding:10px 20px;position:relative}.gb_Eb .gb_Db:focus .gb_Fb{outline:1px dotted #fff}.gb_Db:hover{background:#eee}.gb_Db[selected="true"]{overflow:hidden}.gb_Db[selected="true"]>.gb_Hb{background-color:rgba(0,0,0,.56)}.gb_Db[selected="true"]>.gb_Ib{display:block;position:absolute;z-index:2}.gb_Ib{background-color:transparent;border:none;color:#fff;display:none;font-family:Roboto;font-weight:400;font-size:14px;height:36px;text-align:center;top:16px;width:86px}.gb_Ib:focus{outline:0}.gb_Db[selected="true"]>.gb_Ib:hover{-moz-border-radius:2px;border-radius:2px;background-color:#595959}.gb_Db[selected="true"]>.gb_Ib:active{-moz-border-radius:2px;border-radius:2px;background-color:#212121}.gb_Jb{left:0;margin-left:36px}.gb_Kb{margin-right:36px;right:0}.gb_Db:first-child,.gb_Lb:first-child+.gb_Db{border-top:0}.gb_Lb{display:none}.gb_Mb{cursor:default}.gb_Mb:hover{background:transparent}.gb_Nb{border:none;vertical-align:top;height:48px;width:48px}.gb_Fb{display:inline-block;margin:6px 0 0 10px}.gb_Mb .gb_Nb,.gb_Mb .gb_Fb{opacity:.4}.gb_Ob{color:#000}.gb_Mb .gb_Ob{color:#666}.gb_Pb{color:#666}.gb_Qb{color:#666;font-style:italic}.gb_Hb{background-color:transparent;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:1}.gb_Ib:hover{background-color:rgba(100,100,100,0.4)}.gb_Rb{background:#f5f5f5;border-top:1px solid #ccc;border-top-color:rgba(0,0,0,.2);display:block;padding:10px 20px}.gb_Sb{background-position:-244px 0;display:inline-block;margin:1px 0;vertical-align:middle;height:25px;width:25px}.gb_N .gb_Sb::before{left:-244px;top:0}.gb_Tb{color:#427fed;display:inline-block;padding:0 25px 0 10px;vertical-align:middle;white-space:normal}.gb_Rb:hover .gb_Tb{text-decoration:underline}#gb#gb a.gb_O{color:#404040;text-decoration:none}#gb#gb a.gb_P,#gb#gb span.gb_P{text-decoration:none}#gb#gb a.gb_P,#gb#gb span.gb_P{color:#000}.gb_P{opacity:.75}#gb#gb a.gb_P:hover,#gb#gb a.gb_P:focus{opacity:.85;text-decoration:underline}.gb_Q.gb_R{display:none;padding-left:15px;vertical-align:middle}.gb_Q.gb_R:first-child{padding-left:0}.gb_S.gb_R{display:inline-block}.gb_Q span{opacity:.55;-moz-user-select:text}.gb_T .gb_S.gb_R{flex:0 1 auto;flex:0 1 main-size;display:-webkit-flex;display:flex}.gb_U .gb_S.gb_R{display:none}.gb_Q .gb_P{display:inline-block;line-height:24px;outline:none;vertical-align:middle}.gb_S .gb_P{display:none}.gb_V .gb_S .gb_P{min-width:0}.gb_W .gb_S .gb_P{width:0!important}#gb#gb.gb_X a.gb_P,#gb#gb.gb_X span.gb_P,#gb#gb .gb_X a.gb_P,#gb#gb .gb_X span.gb_P{color:#fff}#gb#gb.gb_X span.gb_P,#gb#gb .gb_X span.gb_P{opacity:.7}.gb_Qc{display:inline-block;padding:0 0 0 15px;vertical-align:middle}.gb_Qc:first-child,#gbsfw:first-child+.gb_Qc{padding-left:0}.gb_Bc{position:relative}.gb_b{display:inline-block;outline:none;vertical-align:middle;-moz-border-radius:2px;border-radius:2px;-moz-box-sizing:border-box;box-sizing:border-box;height:30px;width:30px;color:#000;cursor:pointer;text-decoration:none}#gb#gb a.gb_b{color:#000;cursor:pointer;text-decoration:none}.gb_kb{border-color:transparent;border-bottom-color:#fff;border-style:dashed dashed solid;border-width:0 8.5px 8.5px;display:none;position:absolute;left:6.5px;top:37px;z-index:1;height:0;width:0;-moz-animation:gb__a .2s;animation:gb__a .2s}.gb_lb{border-color:transparent;border-style:dashed dashed solid;border-width:0 8.5px 8.5px;display:none;position:absolute;left:6.5px;z-index:1;height:0;width:0;-moz-animation:gb__a .2s;animation:gb__a .2s;border-bottom-color:#ccc;border-bottom-color:rgba(0,0,0,.2);top:36px}x:-o-prefocus,div.gb_lb{border-bottom-color:#ccc}.gb_ha{background:#fff;border:1px solid #ccc;border-color:rgba(0,0,0,.2);color:#000;-moz-box-shadow:0 2px 10px rgba(0,0,0,.2);box-shadow:0 2px 10px rgba(0,0,0,.2);display:none;outline:none;overflow:hidden;position:absolute;right:0;top:44px;-moz-animation:gb__a .2s;animation:gb__a .2s;-moz-border-radius:2px;border-radius:2px;-moz-user-select:text}.gb_Qc.gb_g .gb_kb,.gb_Qc.gb_g .gb_lb,.gb_Qc.gb_g .gb_ha,.gb_g.gb_ha{display:block}.gb_Qc.gb_g.gb_Ee .gb_kb,.gb_Qc.gb_g.gb_Ee .gb_lb{display:none}.gb_Fe{position:absolute;right:0;top:44px;z-index:-1}.gb_bb .gb_kb,.gb_bb .gb_lb,.gb_bb .gb_ha{margin-top:-10px}#gbsfw{min-width:400px;overflow:visible}.gb_Ub,#gbsfw.gb_g{display:block;outline:none}#gbsfw.gb_ra iframe{display:none}.gb_Vb{padding:118px 0;text-align:center}.gb_Wb{background:no-repeat center 0;color:#aaa;font-size:13px;line-height:20px;padding-top:76px;background-image:url('//ssl.gstatic.com/gb/images/a/f5cdd88b65.png')}.gb_Wb a{color:#4285f4;text-decoration:none}a.gb_Da{border:none;color:#4285f4;cursor:default;font-weight:bold;outline:none;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;-moz-user-select:none}a.gb_Da:hover{background-color:rgba(153,153,153,.2);text-decoration:none}a.gb_Da:active{background-color:rgba(153,153,153,.4);text-decoration:none}a.gb_Ea{background-color:#4285f4;color:#fff}a.gb_Ea:hover{background-color:#4285f4}a.gb_Ea:active{background-color:#0043b2}.gb_Fa{-moz-box-shadow:0 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 1px rgba(0,0,0,.16)}.gb_Da,.gb_Ea,.gb_Ha,.gb_Ia{display:inline-block;line-height:28px;padding:0 12px;-moz-border-radius:2px;border-radius:2px}.gb_Ha{background:#f8f8f8;border:1px solid #c6c6c6}.gb_Ia{background:#f8f8f8}.gb_Ha,#gb a.gb_Ha.gb_Ha,.gb_Ia{color:#666;cursor:default;text-decoration:none}#gb a.gb_Ia.gb_Ia{cursor:default;text-decoration:none}.gb_Ia{border:1px solid #4285f4;font-weight:bold;outline:none;background:#4285f4;background:-moz-linear-gradient(top,#4387fd,#4683ea);background:linear-gradient(top,#4387fd,#4683ea);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=0)}#gb a.gb_Ia.gb_Ia{color:#fff}.gb_Ia:hover{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15);box-shadow:0 1px 0 rgba(0,0,0,.15)}.gb_Ia:active{-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);box-shadow:inset 0 2px 0 rgba(0,0,0,.15);background:#3c78dc;background:-moz-linear-gradient(top,#3c7ae4,#3f76d3);background:linear-gradient(top,#3c7ae4,#3f76d3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7ae4,endColorstr=#3f76d3,GradientType=0)}.gb_Xb{min-width:127px;overflow:hidden;position:relative;z-index:987}.gb_Zb{position:absolute;padding:0 20px 0 15px}.gb_0b .gb_Zb{right:100%;margin-right:-127px}.gb_1b{display:inline-block;outline:none;vertical-align:middle}.gb_2b .gb_1b{position:relative;top:2px}.gb_1b .gb_3b,.gb_Za{display:block}.gb_4b{border:none;display:block;visibility:hidden}.gb_1b .gb_3b{background-position:0 -35px;height:33px;width:92px}.gb_Za{background-repeat:no-repeat}.gb_X .gb_1b .gb_3b{background-position:-296px 0}.gb_ga .gb_1b .gb_3b{background-position:-97px 0;opacity:.54}.gb_He{display:inline-block;line-height:normal;position:relative;z-index:987}.gb_Me .gb_b{background-position:-498px -35px;opacity:.55;height:30px;width:30px}.gb_Me .gb_b:hover,.gb_Me .gb_b:focus{opacity:.85}.gb_Me .gb_kb{border-bottom-color:#f5f5f5}#gbsfw.gb_Ne{background:#f5f5f5;border-color:#ccc}.gb_X .gb_Me .gb_b{background-position:-428px -35px;opacity:1}.gb_ga .gb_Me .gb_b{background-position:-498px 0;opacity:.7}.gb_ga .gb_Me .gb_b:hover,.gb_ga .gb_Me .gb_b:focus{opacity:.85}.gb_Kf{color:#000;font:13px/27px Arial,sans-serif;left:0;min-width:1092px;position:absolute;top:0;-moz-user-select:-moz-none;width:100%}.gb_Pe{font:13px/27px Arial,sans-serif;position:relative;height:60px;width:100%}.gb_bb .gb_Pe{height:28px}#gba{height:60px}#gba.gb_bb{height:28px}#gba.gb_Lf{height:90px}#gba.gb_Mf{height:132px}#gba.gb_Lf.gb_bb{height:58px}.gb_Pe>.gb_R{height:60px;line-height:58px;vertical-align:middle}.gb_bb .gb_Pe>.gb_R{height:28px;line-height:26px}.gb_Pe::before{background:#e5e5e5;bottom:0;content:'';display:none;height:1px;left:0;position:absolute;right:0}.gb_Pe{background:#f1f1f1}.gb_Nf .gb_Pe{background:#fff}.gb_Nf .gb_Pe::before,.gb_bb .gb_Pe::before{display:none}.gb_ga .gb_Pe,.gb_X .gb_Pe,.gb_bb .gb_Pe{background:transparent}.gb_ga .gb_Pe::before{background:#e1e1e1;background:rgba(0,0,0,.12)}.gb_X .gb_Pe::before{background:#333;background:rgba(255,255,255,.2)}.gb_R{display:inline-block;flex:0 0 auto;flex:0 0 main-size}.gb_R.gb_Of{float:right;order:1}.gb_Pf{white-space:nowrap}.gb_T .gb_Pf{display:-webkit-flex;display:flex}.gb_Pf,.gb_R{margin-left:0!important;margin-right:0!important}.gb_3b{background-image:url('//ssl.gstatic.com/gb/images/i1_1967ca6a.png');background-size:528px 68px}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_3b{background-image:url('//ssl.gstatic.com/gb/images/i2_2ec824b0.png')}}.gb_jb{min-width:255px;padding-left:30px;padding-right:30px;position:relative;text-align:right;z-index:986;align-items:center;justify-content:flex-end;-moz-user-select:-moz-none}.gb_bb .gb_jb{min-width:0}.gb_jb.gb_R{flex:1 1 auto;flex:1 1 main-size}.gb_qc{line-height:normal;position:relative;text-align:left}.gb_qc.gb_R,.gb_zf.gb_R,.gb_cb.gb_R{flex:0 1 auto;flex:0 1 main-size}.gb_Af,.gb_Bf{display:inline-block;padding:0 0 0 15px;position:relative;vertical-align:middle}.gb_zf{line-height:normal;padding-right:15px}.gb_jb .gb_zf.gb_U{padding-right:0}.gb_cb{color:#404040;line-height:30px;min-width:30px;overflow:hidden;vertical-align:middle;text-overflow:ellipsis}#gb.gb_bb.gb_bb .gb_6e,#gb.gb_bb.gb_bb .gb_qc>.gb_Bf .gb_7e{background:none;border:none;color:#36c;cursor:pointer;filter:none;font-size:11px;line-height:26px;padding:0;-moz-box-shadow:none;box-shadow:none}#gb.gb_bb.gb_X .gb_6e,#gb.gb_bb.gb_X .gb_qc>.gb_Bf .gb_7e{color:#fff}.gb_bb .gb_6e{text-transform:uppercase}.gb_jb.gb_V{padding-left:0;padding-right:29px}.gb_jb.gb_Cf{max-width:400px}.gb_Df{background-clip:content-box;background-origin:content-box;opacity:.27;padding:22px;height:16px;width:16px}.gb_Df.gb_R{display:none}.gb_Df:hover,.gb_Df:focus{opacity:.55}.gb_Ef{background-position:-219px -25px}.gb_Ff{background-position:-194px 0;padding-left:30px;padding-right:14px;position:absolute;right:0;top:0;z-index:990}.gb_fb:not(.gb_hb) .gb_Ff,.gb_V .gb_Ef{display:inline-block}.gb_fb .gb_Ef{padding-left:30px;padding-right:0;width:0}.gb_fb:not(.gb_hb) .gb_Hf{display:none}.gb_jb.gb_R.gb_V,.gb_V:not(.gb_hb) .gb_qc{flex:0 0 auto;flex:0 0 main-size}.gb_Df,.gb_V .gb_zf,.gb_hb .gb_qc{overflow:hidden}.gb_fb .gb_zf{padding-right:0}.gb_V .gb_qc{padding:1px 1px 1px 0}.gb_fb .gb_qc{width:75px}.gb_jb.gb_If,.gb_jb.gb_If .gb_Ef,.gb_jb.gb_If .gb_Ef::before,.gb_jb.gb_If .gb_zf,.gb_jb.gb_If .gb_qc{-moz-transition:width .5s ease-in-out,min-width .5s ease-in-out,max-width .5s ease-in-out,padding .5s ease-in-out,left .5s ease-in-out;transition:width .5s ease-in-out,min-width .5s ease-in-out,max-width .5s ease-in-out,padding .5s ease-in-out,left .5s ease-in-out}.gb_T .gb_jb{min-width:0}.gb_jb.gb_W,.gb_jb.gb_W .gb_qc,.gb_jb.gb_Jf,.gb_jb.gb_Jf .gb_qc{min-width:0!important}.gb_jb.gb_W,.gb_jb.gb_W .gb_R{-moz-box-flex:0 0 auto!important;flex:0 0 auto!important}.gb_jb.gb_W .gb_cb{width:30px!important}.gb_Pe ::-webkit-scrollbar{height:15px;width:15px}.gb_Pe ::-webkit-scrollbar-button{height:0;width:0}.gb_Pe ::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:rgba(0,0,0,.3);border:5px solid transparent;-moz-border-radius:10px;border-radius:10px;min-height:20px;min-width:20px;height:5px;width:5px}.gb_Pe ::-webkit-scrollbar-thumb:hover,.gb_Pe ::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.4)}#gb.gb_Sf{min-width:980px}#gb.gb_Sf .gb_Le{min-width:0;position:static;width:0}.gb_Jc{display:none}.gb_Sf .gb_Pe{background:transparent;border-bottom-color:transparent}.gb_Sf .gb_Pe::before{display:none}.gb_Sf.gb_Sf .gb_Q{display:inline-block}.gb_Sf.gb_jb .gb_zf.gb_U{padding-right:15px}.gb_T.gb_Sf .gb_S.gb_R{display:-webkit-flex;display:flex}.gb_Sf.gb_T #gbqf{display:block}.gb_Sf #gbq{height:0;position:absolute}.gb_Sf.gb_jb{z-index:987}sentinel{}#gbq .gbgt-hvr,#gbq .gbgt:focus{background-color:transparent;background-image:none}.gbqfh#gbq1{display:none}.gbxx{display:none !important}#gbq{line-height:normal;position:relative;top:0px;white-space:nowrap}#gbq{left:0;width:100%}#gbq2{top:0px;z-index:986}#gbq4{display:inline-block;max-height:29px;overflow:hidden;position:relative}.gbqfh#gbq2{z-index:985}.gbqfh#gbq2{margin:0;margin-left:0 !important;padding-top:0;position:relative;top:310px}.gbqfh #gbqf{margin:auto;min-width:534px;padding:0 !important}.gbqfh #gbqfbw{display:none}.gbqfh #gbqfbwa{display:block}.gbqfh #gbqf{max-width:572px;min-width:572px}.gbqfh .gbqfqw{border-right-width:1px}
|
115
|
+
.gbii::before{content:url(//ssl.gstatic.com/gb/images/silhouette_27.png)}.gbip::before{content:url(//ssl.gstatic.com/gb/images/silhouette_96.png)}@media (min-resolution:1.25dppx),(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gbii::before{content:url(//ssl.gstatic.com/gb/images/silhouette_27.png)}.gbip::before{content:url(//ssl.gstatic.com/gb/images/silhouette_96.png)}}
|
116
|
+
.gbii{background-image:url(//ssl.gstatic.com/gb/images/silhouette_27.png)}.gbip{background-image:url(//ssl.gstatic.com/gb/images/silhouette_96.png)}@media (min-resolution:1.25dppx),(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gbii{background-image:url(//ssl.gstatic.com/gb/images/silhouette_27.png)}.gbip{background-image:url(//ssl.gstatic.com/gb/images/silhouette_96.png)}}
|
117
|
+
</style><style data-jiis="cc" id="gstyle">html,body{height:100%;margin:0}#viewport{min-height:100%;position:relative;width:100%}.content{padding-bottom:35px}#footer{bottom:0;font-size:10pt;height:35px;position:absolute;width:100%}#gog{padding:3px 8px 0}.gac_m td{line-height:17px}body,td,a,p,.h{font-family:arial,sans-serif}.h{color:#1a0dab;font-size:20px}.q{color:#00c}.ts td{padding:0}.ts{border-collapse:collapse}em{font-weight:bold;font-style:normal}.ds{display:inline-block;}span.ds{margin:3px 0 4px;margin-left:4px}.ctr-p{margin:0 auto;min-width:980px}a.gb1,a.gb2,a.gb3,a.gb4{color:#11c !important}body{background:#fff;color:#222}a{color:#1a0dab;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1a0dab}a:visited{color:#609}a.gb1,a.gb4{text-decoration:underline}a.gb3:hover{text-decoration:none}#ghead a.gb2:hover{color:#fff !important}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{height:30px;display:block}.ftl,#footer a{color:#666;margin:2px 10px 0}#footer a:active{color:#dd4b39}.lsb{border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;vertical-align:top}.lst:focus{outline:none}body,html{font-size:small}h1,ol,ul,li{margin:0;padding:0}.nojsv{visibility:hidden}.hp #logocont.nojsv{display:none}#body,#footer{display:block}.igehp{display:none}#flci{float:left;margin-left:0;text-align:left;width:0}#fll{float:right;text-align:right;width:100%}#ftby{padding-left:0}#ftby>div,#fll>div,#footer a{display:inline-block}@media only screen and (min-width:1222px){#ftby{margin:0 44px}}.logo-subtext{color:#4285f4;font:16px/16px roboto-regular, arial, sans-serif;left:215px;position:relative;top:76px;white-space:nowrap}</style><style>#ss-box{background:#fff;border:1px solid;border-color:#c9d7f1 #36c #36c #a2bae7;left:0;margin-top:.1em;position:absolute;visibility:hidden;z-index:103}#ss-box a{display:block;padding:.2em .31em;text-decoration:none}#ss-box a:hover{background:#4d90fe;color:#fff !important}a.ss-selected{color:#222 !important;font-weight:bold}a.ss-unselected{color:#1a0dab !important}.ss-selected .mark{display:inline}.ss-unselected .mark{visibility:hidden}#ss-barframe{background:#fff;left:0;position:absolute;visibility:hidden;z-index:100}.gl{white-space:nowrap}.big .tsf-p{padding-left:150px;padding-right:352px}.hp .tsf-p{padding-left:173px;padding-right:173px}.hp #tsf{margin:0 auto;width:833px}#tsf{width:833px}.big #tsf,.hp .big #tsf{width:1139px}.tsf-p{padding-left:150px;padding-right:46px}.hp .big .tsf-p{padding-left:284px;padding-right:284px}</style><script>(function(){var b=[function(){google.c&&google.tick("load","dcl")}];google.dcl=!1;google.dclc=function(a){google.dcl?a():b.push(a)};function c(){if(!google.dcl){google.dcl=!0;for(var a;a=b.shift();)a()}}window.addEventListener?(document.addEventListener("DOMContentLoaded",c,!1),window.addEventListener("load",c,!1)):window.attachEvent&&window.attachEvent("onload",c);}).call(this);window.rwt=function(a,l,m,n,i,f,b,j,g,d){return true};
|
118
|
+
(window['gbar']=window['gbar']||{})._CONFIG=[[[0,"www.gstatic.com","og.og2.en_US.t-aca5Sbm6A.O","com","en","1",0,[3,2,".40.","","1300102,3700305,3700347","1486610915","0"],"40400","VoutWJulLIr_UOyuvegE",0,0,"og.og2.-1hmfmkm1lwudy.L.F4.O","AA2YrTvLGMvNerF-jUkpqOTrds2TCEkJfA","AA2YrTvd31rJ4A1bCqPM4DrFgZmLGwDDUA","",2,0,200,"ESP"],null,0,["m;/_/scs/abc-static/_/js/k=gapi.gapi.en.uNkvfNpse-M.O/m=__features__/rt=j/d=1/rs=AHpOoo-YYbqGPKhcjqbluyEsnEa5V9AYjQ","https://apis.google.com","","","","",null,1,"es_plusone_gc_20170210.0_p0","en"],["1","gci_91f30755d6a6b787dcc2a4062e6e9824.js","googleapis.client:plusone:gapi.iframes","","en"],null,null,null,[0.009999999776482582,"com","1",[["19000317","5061821","7",25,5,2592000,"","AN2NJM7fEvQGRdkNNvFTqLiTsuJlIkMFAQ:1487768406729",0,1],"n","w",["","",""],1,5184000,1,1,"https://www.google.com/url?q=https://www.google.com/homepage/hp-firefox.html%3Futm_source%3Dgoogle.com%26utm_medium%3Dcallout%26utm_campaign%3DFFDHP\u0026source=hpp\u0026id=19000317\u0026ct=7\u0026usg=AFQjCNGpJYJLVlrP4aS5wSlNy1fQs3_xmg\u0026cot=2",0,0,""],null,[["","","0",0,0,-1]],null,0,null,null,["5061451","google\\.(com|ru|ca|by|kz|com\\.mx|com\\.tr)$",1]],null,[0,0,0,null,"","","",""],[1,0.001000000047497451,1],[1,0.1000000014901161,2,1],[0,"",null,"",0,"There was an error loading your Marketplace apps.","You have no Marketplace apps.",0,[1,"https://www.google.com/webhp?tab=ww","Search","","0 -276px",null,0],null,null,1,0],[1],[0,1,["lg"],1,["lat"]],[["","","","","","","","","","","","","","","","","","","","def","","","","","","",""],[""]],null,null,null,[30,127,1,0,60],null,null,null,null,null,[1,1],null,[0,0.001000000047497451,1,40400,1,"ESP","en","1486610915.0",1]]];(window['gbar']=window['gbar']||{})._LDD=["in","fot"];this.gbar_=this.gbar_||{};(function(_){var window=this;
|
119
|
+
try{
|
120
|
+
var aa,ba,ca,da,ma,na;aa=function(a,c,d){if(null==a)throw new TypeError("The 'this' value for String.prototype."+d+" must not be null or undefined");if(c instanceof RegExp)throw new TypeError("First argument to String.prototype."+d+" must not be a regular expression");return a+""};ba="function"==typeof Object.defineProperties?Object.defineProperty:function(a,c,d){if(d.get||d.set)throw new TypeError("ES3 does not support getters and setters.");a!=Array.prototype&&a!=Object.prototype&&(a[c]=d.value)};
|
121
|
+
ca="undefined"!=typeof window&&window===this?this:"undefined"!=typeof window.global&&null!=window.global?window.global:this;da=function(a,c){if(c){var d=ca;a=a.split(".");for(var e=0;e<a.length-1;e++){var f=a[e];f in d||(d[f]={});d=d[f]}a=a[a.length-1];e=d[a];c=c(e);c!=e&&null!=c&&ba(d,a,{configurable:!0,writable:!0,value:c})}};
|
122
|
+
da("String.prototype.startsWith",function(a){return a?a:function(a,d){var c=aa(this,a,"startsWith");a+="";var f=c.length,g=a.length;d=Math.max(0,Math.min(d|0,c.length));for(var h=0;h<g&&d<f;)if(c[d++]!=a[h++])return!1;return h>=g}});da("String.prototype.includes",function(a){return a?a:function(a,d){return-1!==aa(this,a,"includes").indexOf(a,d||0)}});_.fa=_.fa||{};_.m=this;_.n=function(a){return void 0!==a};
|
123
|
+
_.p=function(a,c){a=a.split(".");c=c||_.m;for(var d;d=a.shift();)if(null!=c[d])c=c[d];else return null;return c};_.ga=function(){};_.ha=function(a){a.wd=void 0;a.U=function(){return a.wd?a.wd:a.wd=new a}};
|
124
|
+
_.ia=function(a){var c=typeof a;if("object"==c)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return c;var d=Object.prototype.toString.call(a);if("[object Window]"==d)return"object";if("[object Array]"==d||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==d||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
|
125
|
+
else if("function"==c&&"undefined"==typeof a.call)return"object";return c};_.ja=function(a){return"array"==_.ia(a)};_.t=function(a){return"string"==typeof a};_.ka=function(a){return"number"==typeof a};_.la="closure_uid_"+(1E9*Math.random()>>>0);ma=function(a,c,d){return a.call.apply(a.bind,arguments)};
|
126
|
+
na=function(a,c,d){if(!a)throw Error();if(2<arguments.length){var e=Array.prototype.slice.call(arguments,2);return function(){var d=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(d,e);return a.apply(c,d)}}return function(){return a.apply(c,arguments)}};_.v=function(a,c,d){_.v=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?ma:na;return _.v.apply(null,arguments)};_.w=Date.now||function(){return+new Date};
|
127
|
+
_.x=function(a,c){a=a.split(".");var d=_.m;a[0]in d||!d.execScript||d.execScript("var "+a[0]);for(var e;a.length&&(e=a.shift());)!a.length&&_.n(c)?d[e]=c:d[e]&&Object.prototype.hasOwnProperty.call(d,e)?d=d[e]:d=d[e]={}};_.y=function(a,c){function d(){}d.prototype=c.prototype;a.J=c.prototype;a.prototype=new d;a.prototype.constructor=a;a.Yi=function(a,d,g){for(var e=Array(arguments.length-2),f=2;f<arguments.length;f++)e[f-2]=arguments[f];return c.prototype[d].apply(a,e)}};
|
128
|
+
var oa=function(a,c,d){this.A=a;this.o=!1;this.b=c;this.w=d};oa.prototype.Sa=function(a){if(this.o)throw Error("a`"+this.b);try{a.apply(this.A,this.w),this.o=!0}catch(c){}};_.z=function(){this.aa=this.aa;this.Ra=this.Ra};_.z.prototype.aa=!1;_.z.prototype.fa=function(){this.aa||(this.aa=!0,this.O())};_.z.prototype.O=function(){if(this.Ra)for(;this.Ra.length;)this.Ra.shift()()};var pa=function(a){_.z.call(this);this.w=a;this.b=[];this.o={}};_.y(pa,_.z);pa.prototype.A=function(a){var c=(0,_.v)(function(){this.b.push(new oa(this.w,a,Array.prototype.slice.call(arguments)))},this);return this.o[a]=c};
|
129
|
+
pa.prototype.Sa=function(){for(var a=this.b.length,c=this.b,d=[],e=0;e<a;++e){var f=c[e].b,g;a:{g=this.w;for(var h=f.split("."),l=h.length,q=0;q<l;++q)if(g[h[q]])g=g[h[q]];else{g=null;break a}g=g instanceof Function?g:null}if(g&&g!=this.o[f])try{c[e].Sa(g)}catch(r){}else d.push(c[e])}this.b=d.concat(c.slice(a))};
|
130
|
+
_.qa=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,_.qa);else{var c=Error().stack;c&&(this.stack=c)}a&&(this.message=String(a))};_.y(_.qa,Error);_.qa.prototype.name="CustomError";var sa;_.ra=String.prototype.trim?function(a){return a.trim()}:function(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")};
|
131
|
+
_.ta=function(a,c){var d=0;a=(0,_.ra)(String(a)).split(".");c=(0,_.ra)(String(c)).split(".");for(var e=Math.max(a.length,c.length),f=0;0==d&&f<e;f++){var g=a[f]||"",h=c[f]||"";do{g=/(\d*)(\D*)(.*)/.exec(g)||["","","",""];h=/(\d*)(\D*)(.*)/.exec(h)||["","","",""];if(0==g[0].length&&0==h[0].length)break;d=sa(0==g[1].length?0:(0,window.parseInt)(g[1],10),0==h[1].length?0:(0,window.parseInt)(h[1],10))||sa(0==g[2].length,0==h[2].length)||sa(g[2],h[2]);g=g[3];h=h[3]}while(0==d)}return d}; sa=function(a,c){return a<c?-1:a>c?1:0};
|
132
|
+
_.ua=Array.prototype.indexOf?function(a,c,d){return Array.prototype.indexOf.call(a,c,d)}:function(a,c,d){d=null==d?0:0>d?Math.max(0,a.length+d):d;if(_.t(a))return _.t(c)&&1==c.length?a.indexOf(c,d):-1;for(;d<a.length;d++)if(d in a&&a[d]===c)return d;return-1};_.va=Array.prototype.forEach?function(a,c,d){Array.prototype.forEach.call(a,c,d)}:function(a,c,d){for(var e=a.length,f=_.t(a)?a.split(""):a,g=0;g<e;g++)g in f&&c.call(d,f[g],g,a)};
|
133
|
+
_.wa=Array.prototype.filter?function(a,c,d){return Array.prototype.filter.call(a,c,d)}:function(a,c,d){for(var e=a.length,f=[],g=0,h=_.t(a)?a.split(""):a,l=0;l<e;l++)if(l in h){var q=h[l];c.call(d,q,l,a)&&(f[g++]=q)}return f};_.xa=Array.prototype.map?function(a,c,d){return Array.prototype.map.call(a,c,d)}:function(a,c,d){for(var e=a.length,f=Array(e),g=_.t(a)?a.split(""):a,h=0;h<e;h++)h in g&&(f[h]=c.call(d,g[h],h,a));return f};
|
134
|
+
_.ya=Array.prototype.reduce?function(a,c,d,e){e&&(c=(0,_.v)(c,e));return Array.prototype.reduce.call(a,c,d)}:function(a,c,d,e){var f=d;(0,_.va)(a,function(d,h){f=c.call(e,f,d,h,a)});return f};_.za=Array.prototype.some?function(a,c,d){return Array.prototype.some.call(a,c,d)}:function(a,c,d){for(var e=a.length,f=_.t(a)?a.split(""):a,g=0;g<e;g++)if(g in f&&c.call(d,f[g],g,a))return!0;return!1};
|
135
|
+
var Ha;_.Ba=function(){this.b={};this.o={}};_.ha(_.Ba);_.Da=function(a,c){a.U=function(){return _.Ca(_.Ba.U(),c)};a.bi=function(){return _.Ba.U().b[c]||null}};_.Fa=function(a,c){var d=_.Ba.U();if(a in d.b){if(d.b[a]!=c)throw new Ea(a);}else{d.b[a]=c;if(c=d.o[a])for(var e=0,f=c.length;e<f;e++)c[e].b(d.b,a);delete d.o[a]}};_.Ca=function(a,c){if(c in a.b)return a.b[c];throw new Ga(c);};Ha=function(a){_.qa.call(this);this.ja=a};_.y(Ha,_.qa);var Ea=function(a){Ha.call(this,a)};_.y(Ea,Ha); var Ga=function(a){Ha.call(this,a)};_.y(Ga,Ha);
|
136
|
+
var Ja;_.Ia="bbh bbr bbs has prm sngw so".split(" ");Ja=new pa(_.m);_.Fa("api",Ja);
|
137
|
+
for(var Ka="addExtraLink addLink aomc asmc close cp.c cp.l cp.me cp.ml cp.rc cp.rel ela elc elh gpca gpcr lGC lPWF ldb mls noam paa pc pca pcm pw.clk pw.hvr qfaae qfaas qfaau qfae qfas qfau qfhi qm qs qsi rtl sa setContinueCb snaw sncw som sp spd spn spp sps tsl tst up.aeh up.aop up.dpc up.iic up.nap up.r up.sl up.spd up.tp upel upes upet".split(" ").concat(_.Ia),Ma=(0,_.v)(Ja.A,Ja),Na=0;Na<Ka.length;Na++){var Oa="gbar."+Ka[Na];null==_.p(Oa,window)&&_.x(Oa,Ma(Oa))}_.x("gbar.up.gpd",function(){return""});
|
138
|
+
a:{var Qa=_.m.navigator;if(Qa){var Ra=Qa.userAgent;if(Ra){_.Pa=Ra;break a}}_.Pa=""}_.A=function(a){return-1!=_.Pa.indexOf(a)};var Sa=function(){return(_.A("Chrome")||_.A("CriOS"))&&!_.A("Edge")};_.Ta=function(){return _.A("iPhone")&&!_.A("iPod")&&!_.A("iPad")};_.Ua=function(){return _.Ta()||_.A("iPad")||_.A("iPod")};_.Va=function(a){_.Va[" "](a);return a};_.Va[" "]=_.ga;var Xa=function(a,c){var d=Wa;return Object.prototype.hasOwnProperty.call(d,a)?d[a]:d[a]=c(a)};var cb,gb,hb,Wa,ob;_.Ya=_.A("Opera");_.B=_.A("Trident")||_.A("MSIE");_.Za=_.A("Edge");_.$a=_.Za||_.B;_.ab=_.A("Gecko")&&!(-1!=_.Pa.toLowerCase().indexOf("webkit")&&!_.A("Edge"))&&!(_.A("Trident")||_.A("MSIE"))&&!_.A("Edge");_.bb=-1!=_.Pa.toLowerCase().indexOf("webkit")&&!_.A("Edge");cb=_.m.navigator||null;_.db=cb&&cb.platform||"";_.eb=_.A("Macintosh");_.fb=_.A("Linux")||_.A("CrOS");gb=function(){var a=_.m.document;return a?a.documentMode:void 0};
|
139
|
+
a:{var ib="",jb=function(){var a=_.Pa;if(_.ab)return/rv\:([^\);]+)(\)|;)/.exec(a);if(_.Za)return/Edge\/([\d\.]+)/.exec(a);if(_.B)return/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a);if(_.bb)return/WebKit\/(\S+)/.exec(a);if(_.Ya)return/(?:Version)[ \/]?(\S+)/.exec(a)}();jb&&(ib=jb?jb[1]:"");if(_.B){var kb=gb();if(null!=kb&&kb>(0,window.parseFloat)(ib)){hb=String(kb);break a}}hb=ib}_.lb=hb;Wa={};_.C=function(a){return Xa(a,function(){return 0<=_.ta(_.lb,a)})};_.nb=function(a){return Number(mb)>=a}; var pb=_.m.document;ob=pb&&_.B?gb()||("CSS1Compat"==pb.compatMode?(0,window.parseInt)(_.lb,10):5):void 0;var mb=ob;
|
140
|
+
_.qb=_.A("Firefox");_.rb=_.Ta()||_.A("iPod");_.sb=_.A("iPad");_.tb=_.A("Android")&&!(Sa()||_.A("Firefox")||_.A("Opera")||_.A("Silk"));_.ub=Sa();_.vb=_.A("Safari")&&!(Sa()||_.A("Coast")||_.A("Opera")||_.A("Edge")||_.A("Silk")||_.A("Android"))&&!_.Ua();var wb=null;var xb;_.yb=function(a,c){return(new xb(c)).o(a)};xb=function(a){this.b=a};xb.prototype.o=function(a){var c=[];zb(this,a,c);return c.join("")};
|
141
|
+
var zb=function(a,c,d){if(null==c)d.push("null");else{if("object"==typeof c){if(_.ja(c)){var e=c;c=e.length;d.push("[");for(var f="",g=0;g<c;g++)d.push(f),f=e[g],zb(a,a.b?a.b.call(e,String(g),f):f,d),f=",";d.push("]");return}if(c instanceof String||c instanceof Number||c instanceof Boolean)c=c.valueOf();else{d.push("{");g="";for(e in c)Object.prototype.hasOwnProperty.call(c,e)&&(f=c[e],"function"!=typeof f&&(d.push(g),Ab(e,d),d.push(":"),zb(a,a.b?a.b.call(c,e,f):f,d),g=","));d.push("}");return}}switch(typeof c){case "string":Ab(c,
|
142
|
+
d);break;case "number":d.push((0,window.isFinite)(c)&&!(0,window.isNaN)(c)?String(c):"null");break;case "boolean":d.push(String(c));break;case "function":d.push("null");break;default:throw Error("e`"+typeof c);}}},Bb={'"':'\\"',"\\":"\\\\","/":"\\/","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\x0B":"\\u000b"},Cb=/\uffff/.test("\uffff")?/[\\\"\x00-\x1f\x7f-\uffff]/g:/[\\\"\x00-\x1f\x7f-\xff]/g,Ab=function(a,c){c.push('"',a.replace(Cb,function(a){var c=Bb[a];c||(c="\\u"+(a.charCodeAt(0)| 65536).toString(16).substr(1),Bb[a]=c);return c}),'"')};
|
143
|
+
var Db,Fb,Jb;_.D=function(){};Db="function"==typeof window.Uint8Array;_.E=function(a,c,d,e,f){a.b=null;c||(c=d?[d]:[]);a.aa=d?String(d):void 0;a.D=0===d?-1:0;a.w=c;a:{if(a.w.length&&(c=a.w.length-1,(d=a.w[c])&&"object"==typeof d&&!_.ja(d)&&!(Db&&d instanceof window.Uint8Array))){a.C=c-a.D;a.A=d;break a}-1<e?(a.C=e,a.A=null):a.C=Number.MAX_VALUE}a.H={};if(f)for(e=0;e<f.length;e++)c=f[e],c<a.C?(c+=a.D,a.w[c]=a.w[c]||_.Eb):a.A[c]=a.A[c]||_.Eb};_.Eb=[];
|
144
|
+
_.F=function(a,c){if(c<a.C){c+=a.D;var d=a.w[c];return d===_.Eb?a.w[c]=[]:d}d=a.A[c];return d===_.Eb?a.A[c]=[]:d};_.G=function(a,c,d){a=_.F(a,c);return null==a?d:a};_.I=function(a,c,d){a.b||(a.b={});if(!a.b[d]){var e=_.F(a,d);e&&(a.b[d]=new c(e))}return a.b[d]};Fb=function(a){if(a.b)for(var c in a.b){var d=a.b[c];if(_.ja(d))for(var e=0;e<d.length;e++)d[e]&&d[e].Qa();else d&&d.Qa()}};_.D.prototype.Qa=function(){Fb(this);return this.w};var Gb=_.m.JSON&&_.m.JSON.stringify||"object"===typeof JSON&&JSON.stringify;
|
145
|
+
_.D.prototype.o=Db?function(){var a=window.Uint8Array.prototype.toJSON;window.Uint8Array.prototype.toJSON=function(){if(!wb){wb={};for(var a=0;65>a;a++)wb[a]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charAt(a)}for(var a=wb,c=[],f=0;f<this.length;f+=3){var g=this[f],h=f+1<this.length,l=h?this[f+1]:0,q=f+2<this.length,r=q?this[f+2]:0,u=g>>2,g=(g&3)<<4|l>>4,l=(l&15)<<2|r>>6,r=r&63;q||(r=64,h||(l=64));c.push(a[u],a[g],a[l],a[r])}return c.join("")};try{var c=Gb.call(null,this.Qa(),
|
146
|
+
Hb)}finally{window.Uint8Array.prototype.toJSON=a}return c}:Gb?function(){return Gb.call(null,this.Qa(),Hb)}:function(){return _.yb(this.Qa(),Hb)};var Hb=function(a,c){if(_.ka(c)){if((0,window.isNaN)(c))return"NaN";if(window.Infinity===c)return"Infinity";if(-window.Infinity===c)return"-Infinity"}return c};_.D.prototype.toString=function(){Fb(this);return this.w.toString()};_.D.prototype.clone=function(){return _.Ib(this)};_.Ib=function(a){return new a.constructor(Jb(a.Qa()))};
|
147
|
+
Jb=function(a){var c;if(_.ja(a)){for(var d=Array(a.length),e=0;e<a.length;e++)null!=(c=a[e])&&(d[e]="object"==typeof c?Jb(c):c);return d}if(Db&&a instanceof window.Uint8Array)return new window.Uint8Array(a);d={};for(e in a)null!=(c=a[e])&&(d[e]="object"==typeof c?Jb(c):c);return d};
|
148
|
+
_.Kb=function(a){_.E(this,a,0,-1,null)};_.y(_.Kb,_.D);_.J=function(a,c){return null!=a?!!a:!!c};_.K=function(a,c){void 0==c&&(c="");return null!=a?a:c};_.L=function(a,c){void 0==c&&(c=0);return null!=a?a:c};var Lb=function(a){_.E(this,a,0,-1,null)};_.y(Lb,_.D);_.Mb=function(a){_.E(this,a,0,-1,null)};_.y(_.Mb,_.D);var Nb=function(a){_.E(this,a,0,-1,null)};_.y(Nb,_.D);Nb.prototype.hd=function(){return _.I(this,_.Mb,14)};var Ob=new Nb(window.gbar&&window.gbar._CONFIG?window.gbar._CONFIG[0]:[[,,,,,,,[]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]),Pb;Pb=_.F(Ob,3);_.Qb=_.J(Pb);_.Rb=function(){};_.x("gbar_._DumpException",function(a){if(_.Qb)throw a;_.Rb(a)});var Sb=function(){_.z.call(this);this.wh=Ob};_.y(Sb,_.z);_.Da(Sb,"cs");_.M=function(){return Sb.U().wh};_.Tb=function(){return _.I(_.M(),Lb,1)||new Lb};_.Fa("cs",new Sb);var Vb=new function(){this.b=_.I(_.Tb(),_.Kb,8)||new _.Kb};_.x("gbar.bv",{n:_.L(_.F(Vb.b,2)),r:_.K(_.F(Vb.b,4)),f:_.K(_.F(Vb.b,3)),e:_.K(_.F(Vb.b,5)),m:_.L(_.G(Vb.b,1,1),1)});_.x("gbar.kn",function(){return!0});_.x("gbar.sb",function(){return!1});_.Xb=function(){this.b="";this.o=_.Wb};_.Xb.prototype.ub=!0;_.Xb.prototype.bb=function(){return this.b};_.Xb.prototype.toString=function(){return"Const{"+this.b+"}"};_.Wb={};_.Yb=function(a){var c=new _.Xb;c.b=a;return c};_.Yb("");_.$b=function(){this.b="";this.o=_.Zb};_.$b.prototype.ub=!0;_.Zb={};_.$b.prototype.bb=function(){return this.b};_.ac=function(a){var c=new _.$b;c.b=a;return c};_.bc=_.ac("");_.dc=function(){this.b="";this.o=_.cc};_.dc.prototype.ub=!0;_.dc.prototype.bb=function(){return this.b};_.dc.prototype.ud=!0;_.dc.prototype.Kb=function(){return 1};_.cc={};_.ec=function(a){var c=new _.dc;c.b=a;return c};_.ec("about:blank");_.fc=!_.B||_.nb(9);_.gc=!_.ab&&!_.B||_.B&&_.nb(9)||_.ab&&_.C("1.9.1");_.hc=_.B&&!_.C("9");_.ic=_.B||_.Ya||_.bb;_.kc=function(){this.b="";this.w=_.jc;this.o=null};_.kc.prototype.ud=!0;_.kc.prototype.Kb=function(){return this.o};_.kc.prototype.ub=!0;_.kc.prototype.bb=function(){return this.b};_.jc={};_.lc=function(a,c){var d=new _.kc;d.b=a;d.o=c;return d};_.lc("<!DOCTYPE html>",0);_.mc=_.lc("",0);_.nc=_.lc("<br>",0);
|
149
|
+
|
150
|
+
}catch(e){_._DumpException(e)}
|
151
|
+
try{
|
152
|
+
_.x("gbar.elr",function(){return{es:{f:152,h:60,m:30},mo:"md",vh:window.innerHeight||0,vw:window.innerWidth||0}});
|
153
|
+
}catch(e){_._DumpException(e)}
|
154
|
+
})(this.gbar_);
|
155
|
+
// Google Inc.
|
156
|
+
</script></head><body class="hp vasq" onload="try{if(!google.j.b){document.f&&document.f.q.focus();document.gbqf&&document.gbqf.q.focus();}}catch(e){}if(document.images)new Image().src='/images/nav_logo242.png'" id="gsr"><div class="ctr-p" id="viewport"><div data-jiis="cc" id="doc-info"></div><div data-jiis="cc" id="cst"><style>.fade #center_col,.fade #rhs,.fade #leftnav,.fade #brs,.fade #footcnt{filter:alpha(opacity=33.3);opacity:0.333}.fade-hidden #center_col,.fade-hidden #rhs,.fade-hidden #leftnav{visibility:hidden}.flyr-o,.flyr-w{position:absolute;background-color:#fff;z-index:3;display:block;}.flyr-o{filter:alpha(opacity=66.6);opacity:0.666}.flyr-w{filter:alpha(opacity=20.0);opacity:0.2}.flyr-h{filter:alpha(opacity=0);opacity:0}.flyr-c{display:none}.flt,.flt u,a.fl{text-decoration:none}.flt:hover,.flt:hover u,a.fl:hover{text-decoration:underline}#knavm{color:#4273db;display:inline;font:11px arial,sans-serif !important;left:-13px;position:absolute;top:2px;z-index:2}#pnprev #knavm{bottom:1px;top:auto}#pnnext #knavm{bottom:1px;left:40px;top:auto}a.noline{outline:0}.y.yp{display:none}.y.yf,.y.ys{display:block}.yi{}._wtf{display:inline-block;fill:currentColor;height:24px;line-height:24px;position:relative;width:24px}._wtf svg{display:block;height:100%;width:100%}</style></div> <a href="/setprefs?suggon=2&prev=https://www.google.com/&sig=0_EHn6d4sgnC9CiT0-RmBzJ1_nqi4%3D" style="left:-1000em;position:absolute">Screen reader users, click here to turn off Google Instant.</a> <textarea id="csi" style="display:none"></textarea><script>if(google.j.b)document.body.style.visibility='hidden';</script><style>@media only screen and (max-width:580px){#gb div{display:none}}</style><div class="jhp" id="searchform"><script>(function(){var _j=1280;try{var s=document.getElementById('searchform');var w=document['body']&&document.body['offsetWidth'];if(s&&w&&w>=_j){s.className+=' big';}
|
157
|
+
}catch(e){}
|
158
|
+
})();</script> <style>#gb{font-size:13px}#gb{position:relative;top:8px}div#searchform{min-width:980px;z-index:103}div.sfbg,div.sfbgg{height:65px}.sfbgx{background-color:#fafafa;border-bottom:1px solid #ebebeb;height:85px;position:absolute;width:100%}.hp .sfbgx{display:none}.big form#tsf,form#tsf{width:auto;max-width:784px;overflow:hidden}#searchform.big>#tsf{max-width:784px}.big div.tsf-p,form>div.tsf-p{margin:-1px 0 0;padding-right:0}div#viewport{position:absolute;top:0;width:100%}div#searchform.jhp{margin-top:0}#searchform.big.jhp>#tsf{max-width:none}.jhp>#gb{position:absolute;top:-295px;right:0;width:100%}.jhp>#tsf{max-width:none}</style> <div id="gb"> <div id="gbw"> <div style="top:0;left:0;right:0;width:100%"> <div class="gb_jb gb_Pf gb_R gb_Of gb_Sf"><div class="gb_zf gb_R gb_Pf gb_Hf"><div class="gb_Q gb_R"><a class="gb_P" data-pid="23" href="https://mail.google.com/mail/?tab=wm" data-ved="0EMIuCBYoAA">Gmail</a></div><div class="gb_Q gb_R"><a class="gb_P" data-pid="2" href="https://www.google.com/imghp?hl=en&tab=wi&ei=VoutWJulLIr_UOyuvegE&ved=0EKouCBcoAQ">Images</a></div></div><div class="gb_qc gb_Pf gb_R"><div class="gb_ha" id="gbsfw"></div><div class="gb_fa gb_Qc gb_R" id="gbwa"><div class="gb_Bc"><a class="gb_b gb_3b" href="https://www.google.com/intl/en/options/" title="Google apps" aria-expanded="false" role="button" tabindex="0" data-ved="0EL0nCBg"></a><div class="gb_lb"></div><div class="gb_kb"></div></div></div><div class="gb_Af gb_R"><div class="gb_Bc"><a class="gb_6e gb_Ia gb_xb" id="gb_70" href="https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue=https://www.google.com/" target="_top">Sign in</a><div class="gb_lb"></div><div class="gb_kb"></div></div></div><div class="gb_Qc gb_Rc gb_Jc" aria-label="promo" role="region" data-ved="0EPNDCBk" style="behavior:url(#default#userData)"><div class="gb_ha"><a class="gb_Tc gb_gd" href="javascript:void(0)" title="No thanks" data-ved="0EPVDCBo">×</a><div class="gb_Uc"><div class="gb_9c"><img height="32" src="/images/hpp/ic_wahlberg_product_core_48.png8.png" width="32"></div><div class="gb_3c"><p class="gb_Xc"><span class="primaryText">Come here often? Make Google your homepage.</span></p><a class="gb_xb gb_Ia gb_2c gb_1c" href="https://www.google.com/url?q=https://www.google.com/homepage/hp-firefox.html%3Futm_source%3Dgoogle.com%26utm_medium%3Dcallout%26utm_campaign%3DFFDHP&source=hpp&id=19000317&ct=7&usg=AFQjCNGpJYJLVlrP4aS5wSlNy1fQs3_xmg&cot=2" target="_blank" data-ved="0EPRDCBs"><span>Yes, show me</span></a></div></div></div></div></div></div> </div> </div> </div> <div class="sfbg nojsv" style="margin-top:-20px"><div class="sfbgg"></div></div><form class="tsf" action="/search" style="overflow:visible" id="tsf" method="GET" name="f" onsubmit="return q.value!=''" role="search"><input value="psy-ab" name="sclient" type="hidden"><div data-jibp="" data-jiis="uc" id="tophf"><input name="site" value="" type="hidden"><input name="source" type="hidden" value="hp"></div><div class="tsf-p"><div class="nojsv logocont" id="logocont"><h1><a href="https://www.google.com/webhp?hl=en&sa=X&ved=0ahUKEwi1mY-b4aPSAhVG0RQKHTsbC2wQPAgD" title="Go to Google Home" id="logo" data-hveid="3"><img src="/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png" alt="Google" height="44" width="120" onload="google.aft&&google.aft(this)"></a></h1></div><div class="sfibbbc"><div class="sbtc" id="sbtc"><div class="sbibtd"><div class="nojsv sfopt" id="sfopt"><div class="lsd"><div id=ss-bar style=white-space:nowrap;z-index:98 data-jiis=uc></div></div></div><div class="sfsbc"><div class="nojsb"> </div></div><div class="sbibod" id="sfdiv"><button class="sbico-c" value="Search" aria-label="Google Search" id="_fZl" name="btnG" type="submit"><span class="sbico _wtf _Qtf"><svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></span></button><div class="lst-c"><input class="lst lst-tbb sbibps" id="lst-ib" maxlength="2048" name="q" autocomplete="off" title="Search" type="text" value="" aria-label="Search"></div></div></div></div><div><div id="pocs" style="display:none;left:0px;white-space:nowrap;position:absolute"><div id="pocs0"><span><span>Google</span> Instant is unavailable. Press Enter to search.</span> <a href="//support.google.com/websearch/answer/186645?hl=en">Learn more</a></div><div id="pocs1"><span>Google</span> Instant is off due to connection speed. Press Enter to search.</div><div id="pocs2">Press Enter to search.</div></div></div></div><div class="jsb" style="padding-top:18px"><center><input value="Google Search" aria-label="Google Search" name="btnK" type="submit" jsaction="sf.chk"><input value="I'm Feeling Lucky" aria-label="I'm Feeling Lucky" id="gbqfbb" name="btnI" type="submit"></center></div></div></form></div><div class="sfbgx"></div><div id="gac_scont"></div><div class="content" data-jiis="cc" id="main"><span class="ctr-p" id="body"><center><div style="height:233px;margin-top:89px" id="lga"><img alt="Google" height="92" id="hplogo" src="/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" srcset="/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png 1x, /images/branding/googlelogo/2x/googlelogo_color_272x92dp.png 2x" style="padding-top:109px" width="272" onload="window.lol&&lol()"></div><div style="height:118px"></div><div data-jibp="h" data-jiis="uc" id="prm-pt" style="margin-top:12px"><script>window.gbar&&gbar.up&&gbar.up.tp&&gbar.up.tp();</script><div id="swml"></div></div></center></span><div class="ctr-p" id="footer"><div data-jibp="h" data-jiis="uc" id="fbarcnt"><style>.fmulti{}._dQc{bottom:0;left:0;position:absolute;right:0}._GR{background:#f2f2f2;left:0;right:0;-webkit-text-size-adjust:none}.fbar p{display:inline}.fbar a,#fsettl{text-decoration:none;white-space:nowrap}.fbar{margin-left:-27px}._Gs{padding-left:27px;margin:0 !important}._eA{padding:0 !important;margin:0 !important}#fbarcnt{display:block}._E2 a:hover{text-decoration:underline}._HR img{margin-right:4px}._HR a,._GR #swml a{text-decoration:none}.fmulti{text-align:center}.fmulti #fsr{display:block;float:none}.fmulti #fuser{display:block;float:none}#fuserm{line-height:25px}#fsr{float:right;white-space:nowrap}#fsl{white-space:nowrap}#fsett{background:#fff;border:1px solid #999;bottom:30px;padding:10px 0;position:absolute;box-shadow:0 2px 4px rgba(0,0,0,0.2);box-shadow:0 2px 4px rgba(0,0,0,0.2);text-align:left;z-index:104}#fsett a{display:block;line-height:44px;padding:0 20px;text-decoration:none;white-space:nowrap}._E2 #fsettl:hover{text-decoration:underline}._E2 #fsett a:hover{text-decoration:underline}._mk{color:#777}._Nh{color:#222;font-size:14px;font-weight:normal;-moz-tap-highlight-color:rgba(0,0,0,0)}._Mo{display:inline-block;opacity:0.55;vertical-align:top}a._Nh:hover ._Mo,a._Nh:active ._Mo{opacity:1.0}._Nh{padding:8px 16px;margin-right:10px}._mk{margin:40px 0}._dD{margin-right:10px}._nW{margin-left:166px}#fbar{background:#f2f2f2;border-top:1px solid #e4e4e4;line-height:40px;min-width:980px}._xac{margin-left:166px}.fbar p,.fbar a,#fsettl,#fsett a{color:#777}.fbar a:hover,#fsett a:hover{color:#333}.fbar{font-size:small}#fuser{float:right}._HR{margin-left:166px;line-height:15px;}#fsl{margin-left:30px}#fsr{margin-right:30px}.fmulti #fsl{margin-left:0}.fmulti #fsr{margin-right:0}</style> <div id="footcnt"> <div class="_dQc _E2" id="fbar"> <div class="fbar"> <span id="fsr"> <a class="_Gs" href="//www.google.com/intl/en/policies/privacy/?fg=1">Privacy</a> <a class="_Gs" href="//www.google.com/intl/en/policies/terms/?fg=1">Terms</a> <span style="display:inline-block;position:relative"> <a class="_Gs" href="https://www.google.com/preferences?hl=en" id="fsettl" aria-controls="fsett" aria-expanded="false" role="button" jsaction="foot.cst">Settings</a> <span id="fsett" style="display:none"> <a href="https://www.google.com/preferences?hl=en&fg=1">Search settings</a> <span data-jibp="h" data-jiis="uc" id="advsl"> <a href="/advanced_search?hl=en&fg=1">Advanced search</a> </span> <a href="/history/optout?hl=en&fg=1"> History </a> <a href="//support.google.com/websearch/?p=ws_results_help&hl=en&fg=1">Search Help</a> <a href="javascript:void(0)" data-bucket="websearch" id="_Yvd" target="_blank" jsaction="gf.sf" data-ved="0ahUKEwi1mY-b4aPSAhVG0RQKHTsbC2wQLggH"> Send feedback </a> </span> </span> <a class="_Gs" href="https://www.google.com/setprefdomain?prefdom=ES&prev=https://www.google.es/&sig=__a3FQdpmdyHhSNXAtad-O5d3aZew%3D&fg=1">Use Google.es</a> </span> <span id="fsl"> <a class="_Gs" href="//www.google.com/intl/en/ads/?fg=1">Advertising</a> <a class="_Gs" href="//www.google.com/services/?fg=1">Business</a> <a class="_Gs" href="//www.google.com/intl/en/about.html?fg=1">About</a> </span> </div> </div> </div> </div></div><div data-jibp="h" data-jiis="uc" id="footc"><script>(function(){google.j.rfp='1';})();</script><div id="xfoot"><div id="xjsd"></div><div id="xjsi"><script>(function(){function c(b){window.setTimeout(function(){var a=document.createElement("script");a.src=b;document.getElementById("xjsd").appendChild(a)},0)}google.dljp=function(b,a){google.xjsu=b;c(a)};google.dlj=c;}).call(this);(function(){window.google.xjsrm=[];})();if(google.y)google.y.first=[];if(!google.xjs){window._=window._||{};window._._DumpException=function(e){throw e};if(google.timers&&google.timers.load.t){google.timers.load.t.xjsls=new Date().getTime();}google.dljp('/xjs/_/js/k\x3dxjs.s.en_US.mOm5HkmLJJ8.O/m\x3dsx,c,sb,cdos,cr,elog,hsm,jsa,r,qsm,j,p,d,csi/am\x3dgCMo5fGCBiD-HCE6xC2SBakABgwg/rt\x3dj/d\x3d1/t\x3dzcms/rs\x3dACT90oF0vr-M6Qyp8BxfdncMNvxRXJPgXg','/xjs/_/js/k\x3dxjs.s.en_US.mOm5HkmLJJ8.O/m\x3dsx,c,sb,cdos,cr,elog,hsm,jsa,r,qsm,j,p,d,csi/am\x3dgCMo5fGCBiD-HCE6xC2SBakABgwg/rt\x3dj/d\x3d1/t\x3dzcms/rs\x3dACT90oF0vr-M6Qyp8BxfdncMNvxRXJPgXg');google.xjs=1;}google.pmc={"sx":{},"c":{"mcr":5},"sb":{"agen":false,"cgen":true,"client":"hp","dh":true,"dhqt":true,"ds":"","fl":true,"host":"google.com","isbh":44,"jam":1,"msgs":{"cibl":"Clear Search","dym":"Did you mean:","lcky":"I\u0026#39;m Feeling Lucky","lml":"Learn more","oskt":"Input tools","psrc":"This search was removed from your \u003Ca href=\"/history\"\u003EWeb History\u003C/a\u003E","psrl":"Remove","sbit":"Search by image","srch":"Google Search"},"nds":true,"ovr":{},"pq":"","psy":"p","refpd":true,"rfs":[],"sbas":"0 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)","scd":10,"sce":4,"stok":"W7eUo9faDpiRF9ALPFeMQWhPmDM"},"aa":{},"abd":{"abd":false,"deb":false,"det":false},"async":{"slm":false},"cdos":{"bih":1258,"biw":2560,"cdobsel":false,"dpr":"1"},"cr":{"eup":false,"qir":false,"rctj":true,"ref":false,"uff":false},"ddls":{},"dvl":{"cookie_timeout":86400,"jsc":"[null,null,null,30000,null,null,null,2]\n","msg_err":"Location unavailable","msg_gps":"Using GPS","msg_unk":"Unknown","msg_upd":"Update location","msg_use":"Use precise location","stst":0},"elog":{},"erh":{},"foot":{"pf":true,"po":false,"qe":false},"fpe":{"js":true},"gf":{"pid":196},"hsm":{},"ifl":{"lsf_is_launched":true,"opts":[{"href":"/url?url=/doodles/earth-day-2010","id":"doodley","msg":"I'm Feeling Doodley"},{"href":"/url?url=http://www.googleartproject.com/collection/the-munch-museum-oslo/\u0026sa=t\u0026usg=AFQjCNFTjw36igJk4599rWrMHvQ9XB334Q","id":"artistic","msg":"I'm Feeling Artistic"},{"href":"/search?q=restaurants","id":"hungry","msg":"I'm Feeling Hungry"},{"href":"/url?url=http://agoogleaday.com/%23date%3D04-11-2011\u0026sa=t\u0026usg=AFQjCNH4uOAvdBFnSR2cdquCknLiNgI-lg","id":"puzzled","msg":"I'm Feeling Puzzled"},{"href":"/url?url=/trends/hottrends","id":"trendy","msg":"I'm Feeling Trendy"},{"href":"/url?url=/earth/explore/showcase/hubble20th.html%23tab%3Dngc-6302","id":"stellar","msg":"I'm Feeling Stellar"},{"href":"/url?url=/doodles/jim-hensons-75th-birthday","id":"playful","msg":"I'm Feeling Playful"},{"href":"/url?url=/culturalinstitute/entity/%252Fm%252F018ncx?hl%3Den%26projectId%3Dworld-wonders","id":"wonderful","msg":"I'm Feeling Wonderful"},{"href":"/url?url=/onetoday/","id":"generous","msg":"I'm Feeling Generous"},{"href":"/search?q=I'm+Feeling+Curious\u0026csf=b","id":"curious","msg":"I'm Feeling Curious"}]},"ipv6":{},"jsa":{},"jsaleg":{},"llc":{},"lu":{},"m":{"ab":{"on":true},"msgs":{"hPers":"Hide private results","hPersD":"Currently hiding private results","sPers":"Show all results","sPersD":"Currently showing private results"}},"r":{},"sf":{},"vm":{"bv":147448319,"d":"d24","tc":true,"te":true,"tk":true,"ts":true},"qsm":{},"j":{"ajrp":true,"cmt":true,"icmt":false,"lbtfdr":10000,"mcr":5,"rt":1709722343,"tct":" \\u3000?","tlh":true,"witu":false},"p":{"ae":true,"avgTtfc":1500,"brba":false,"csui":false,"dlen":24,"dper":3,"eae":true,"fbdc":500,"fbdu":-1,"fbh":true,"fd":1000000,"focus":true,"gpsj":true,"hiue":true,"hpt":311,"knrt":true,"mds":"lcl,sp,mbl_he,mbl_hs,mbl_re,mbl_rs,mbl_sv","msg":{"dym":"Did you mean:","gs":"Google Search","kntt":"Use the up and down arrow keys to select each result. Press Enter to go to the selection.","pcnt":"New Tab","sif":"Search instead for","srf":"Showing results for"},"nprr":1,"ophe":true,"pmt":250,"pq":true,"rpt":19,"sc":"psy-ab","tdur":50,"ufl":true},"d":{},"csi":{"acsi":true,"scvnsb":true},"TG8rFw":{"sd":"1"},"Iz7bbg":{},"q7pS8A":{},"q1cupA":{},"GDHetg":{},"71W8GA":{},"7Fjppg":{},"I7Pl5g":{},"RLN7pw":{},"BmJv2w":{},"aQRXjA":{},"w5TOlw":{},"JC6ZFg":{},"bnhGTQ":{},"4RZUyg":{},"flRZRg":{},"ov7Bgw":{},"v52Mdg":{},"x5vR5A":{},"DDSUHw":{},"B0OV6w":{},"CjL7kw":{},"ITl3wQ":{},"v0BWCA":{},"4csGKQ":{},"PUB9yA":{},"2kDaKA":{},"k9pyPA":{},"5/UtzQ":{},"c+PT4g":{},"/1S6iw":{},"GqeGtQ":{},"+idT0Q":{},"NpA8BQ":{},"C+zmgA":{},"/K7T0g":{},"zIpemg":{},"A/Ucpg":{},"cm4D8w":{}};google.y.first.push(function(){google.loadAll(['aa','abd','async','dvl','erh','foot','fpe','ifl','ipv6','lu','m','sf','vm'].concat(google.xjsrm||[]));if(google.med){google.med('init');google.initHistory();google.med('history');}});if(google.j&&google.j.en&&google.j.xi){window.setTimeout(google.j.xi,0);}
|
159
|
+
</script></div></div></div></div><script>this.gbar_=this.gbar_||{};(function(_){var window=this;
|
160
|
+
try{
|
161
|
+
var uc,vc,wc,xc,yc,zc,Ac,Ec,Fc,Gc,Mc,Rc,Zc;_.rc=function(a){a&&"function"==typeof a.fa&&a.fa()};_.sc=function(a,c){var d=Array.prototype.slice.call(arguments,1);return function(){var c=d.slice();c.push.apply(c,arguments);return a.apply(this,c)}};_.tc=function(a,c){c=_.sc(_.rc,c);a.aa?_.n(void 0)?c.call(void 0):c():(a.Ra||(a.Ra=[]),a.Ra.push(_.n(void 0)?(0,_.v)(c,void 0):c))};uc=/[\x00&<>"']/;vc=/\x00/g;wc=/'/g;xc=/"/g;yc=/>/g;zc=/</g;Ac=/&/g;
|
162
|
+
_.Bc=function(a){if(!uc.test(a))return a;-1!=a.indexOf("&")&&(a=a.replace(Ac,"&"));-1!=a.indexOf("<")&&(a=a.replace(zc,"<"));-1!=a.indexOf(">")&&(a=a.replace(yc,">"));-1!=a.indexOf('"')&&(a=a.replace(xc,"""));-1!=a.indexOf("'")&&(a=a.replace(wc,"'"));-1!=a.indexOf("\x00")&&(a=a.replace(vc,"�"));return a};_.Cc=function(a){var c=typeof a;return"object"==c&&null!=a||"function"==c};_.Dc=function(a){return"function"==_.ia(a)};
|
163
|
+
Ec=function(a){if(a&&"number"==typeof a.length){if(_.Cc(a))return"function"==typeof a.item||"string"==typeof a.item;if(_.Dc(a))return"function"==typeof a.item}return!1};Fc={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",nonce:"nonce",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"};Gc="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");
|
164
|
+
_.Hc=function(a,c,d){for(var e in a)c.call(d,a[e],e,a)};_.Ic=function(a){var c=a.length;if(0<c){for(var d=Array(c),e=0;e<c;e++)d[e]=a[e];return d}return[]};_.Jc=function(a,c){return 0<=(0,_.ua)(a,c)};_.Kc=function(a,c){return 0==a.lastIndexOf(c,0)};_.Lc=function(a){var c=_.ia(a);return"array"==c||"object"==c&&"number"==typeof a.length};
|
165
|
+
Mc=function(a,c,d){function e(d){d&&c.appendChild(_.t(d)?a.createTextNode(d):d)}for(var f=2;f<d.length;f++){var g=d[f];!_.Lc(g)||_.Cc(g)&&0<g.nodeType?e(g):(0,_.va)(Ec(g)?_.Ic(g):g,e)}};_.Nc=function(a){return a.parentWindow||a.defaultView};_.Oc=function(a,c){_.Hc(c,function(c,e){"style"==e?a.style.cssText=c:"class"==e?a.className=c:"for"==e?a.htmlFor=c:Fc.hasOwnProperty(e)?a.setAttribute(Fc[e],c):_.Kc(e,"aria-")||_.Kc(e,"data-")?a.setAttribute(e,c):a[e]=c})};
|
166
|
+
_.Pc=function(a,c){for(var d,e,f=1;f<arguments.length;f++){e=arguments[f];for(d in e)a[d]=e[d];for(var g=0;g<Gc.length;g++)d=Gc[g],Object.prototype.hasOwnProperty.call(e,d)&&(a[d]=e[d])}};
|
167
|
+
_.Qc=function(a,c){var d=String(c[0]),e=c[1];if(!_.fc&&e&&(e.name||e.type)){d=["<",d];e.name&&d.push(' name="',_.Bc(e.name),'"');if(e.type){d.push(' type="',_.Bc(e.type),'"');var f={};_.Pc(f,e);delete f.type;e=f}d.push(">");d=d.join("")}d=a.createElement(d);e&&(_.t(e)?d.className=e:_.ja(e)?d.className=e.join(" "):_.Oc(d,e));2<c.length&&Mc(a,d,c);return d};
|
168
|
+
Rc=function(a){return/^\s*$/.test(a)?!1:/^[\],:{}\s\u2028\u2029]*$/.test(a.replace(/\\["\\\/bfnrtu]/g,"@").replace(/(?:"[^"\\\n\r\u2028\u2029\x00-\x08\x0a-\x1f]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?)[\s\u2028\u2029]*(?=:|,|]|}|$)/g,"]").replace(/(?:^|:|,)(?:[\s\u2028\u2029]*\[)+/g,""))};_.Sc=function(a){return/^[\s\xa0]*$/.test(a)};_.Tc=function(a){a=String(a);if(Rc(a))try{return eval("("+a+")")}catch(c){}throw Error("d`"+a);};_.Uc=function(a,c){try{return _.Va(a[c]),!0}catch(d){}return!1};
|
169
|
+
_.Vc=function(a){var c=[],d=0,e;for(e in a)c[d++]=e;return c};_.Wc=function(a){var c=[],d=0,e;for(e in a)c[d++]=a[e];return c};_.Xc=function(a,c){c=(0,_.ua)(a,c);var d;(d=0<=c)&&Array.prototype.splice.call(a,c,1);return d};Zc=function(a){var c;a:{c=Yc;for(var d=a.length,e=_.t(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&c.call(void 0,e[f],f,a)){c=f;break a}c=-1}return 0>c?null:_.t(a)?a.charAt(c):a[c]};_.$c=function(a){var c=Number(a);return 0==c&&_.Sc(a)?window.NaN:c};_.ad=function(a){return(0,window.encodeURIComponent)(String(a))};
|
170
|
+
var cd,dd;_.bd=!_.B||_.nb(9);cd=!_.B||_.nb(9);dd=_.B&&!_.C("9");!_.bb||_.C("528");_.ab&&_.C("1.9b")||_.B&&_.C("8")||_.Ya&&_.C("9.5")||_.bb&&_.C("528");_.ab&&!_.C("8")||_.B&&_.C("9");_.ed=function(a,c){this.type=a;this.o=this.target=c;this.C=!1;this.cf=!0};_.ed.prototype.stopPropagation=function(){this.C=!0};_.ed.prototype.preventDefault=function(){this.cf=!1};_.fd=_.B?"focusin":"DOMFocusIn";_.gd=_.bb?"webkitTransitionEnd":_.Ya?"otransitionend":"transitionend";_.hd=function(a,c){_.ed.call(this,a?a.type:"");this.A=this.o=this.target=null;this.F=this.keyCode=this.button=this.clientY=this.clientX=0;this.H=this.D=this.w=this.B=!1;this.b=this.state=null;a&&this.init(a,c)};_.y(_.hd,_.ed);
|
171
|
+
_.hd.prototype.init=function(a,c){var d=this.type=a.type,e=a.changedTouches?a.changedTouches[0]:null;this.target=a.target||a.srcElement;this.o=c;(c=a.relatedTarget)?_.ab&&(_.Uc(c,"nodeName")||(c=null)):"mouseover"==d?c=a.fromElement:"mouseout"==d&&(c=a.toElement);this.A=c;null===e?(this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.clientY=void 0!==a.clientY?a.clientY:a.pageY):(this.clientX=void 0!==e.clientX?e.clientX:e.pageX,this.clientY=void 0!==e.clientY?e.clientY:e.pageY);this.button=a.button;
|
172
|
+
this.keyCode=a.keyCode||0;this.F=a.charCode||("keypress"==d?a.keyCode:0);this.B=a.ctrlKey;this.w=a.altKey;this.D=a.shiftKey;this.H=a.metaKey;this.state=a.state;this.b=a;a.defaultPrevented&&this.preventDefault()};_.hd.prototype.stopPropagation=function(){_.hd.J.stopPropagation.call(this);this.b.stopPropagation?this.b.stopPropagation():this.b.cancelBubble=!0}; _.hd.prototype.preventDefault=function(){_.hd.J.preventDefault.call(this);var a=this.b;if(a.preventDefault)a.preventDefault();else if(a.returnValue=!1,dd)try{if(a.ctrlKey||112<=a.keyCode&&123>=a.keyCode)a.keyCode=-1}catch(c){}};
|
173
|
+
var kd;_.id="closure_listenable_"+(1E6*Math.random()|0);_.jd=function(a){return!(!a||!a[_.id])};kd=0;var ld=function(a,c,d,e,f){this.listener=a;this.b=null;this.src=c;this.type=d;this.capture=!!e;this.Jc=f;this.key=++kd;this.Pb=this.vc=!1},md=function(a){a.Pb=!0;a.listener=null;a.b=null;a.src=null;a.Jc=null};var nd=function(a){this.src=a;this.b={};this.o=0};nd.prototype.add=function(a,c,d,e,f){var g=a.toString();a=this.b[g];a||(a=this.b[g]=[],this.o++);var h=od(a,c,e,f);-1<h?(c=a[h],d||(c.vc=!1)):(c=new ld(c,this.src,g,!!e,f),c.vc=d,a.push(c));return c};nd.prototype.remove=function(a,c,d,e){a=a.toString();if(!(a in this.b))return!1;var f=this.b[a];c=od(f,c,d,e);return-1<c?(md(f[c]),Array.prototype.splice.call(f,c,1),0==f.length&&(delete this.b[a],this.o--),!0):!1};
|
174
|
+
var pd=function(a,c){var d=c.type;if(!(d in a.b))return!1;var e=_.Xc(a.b[d],c);e&&(md(c),0==a.b[d].length&&(delete a.b[d],a.o--));return e};nd.prototype.Lb=function(a,c){a=this.b[a.toString()];var d=[];if(a)for(var e=0;e<a.length;++e){var f=a[e];f.capture==c&&d.push(f)}return d};nd.prototype.lb=function(a,c,d,e){a=this.b[a.toString()];var f=-1;a&&(f=od(a,c,d,e));return-1<f?a[f]:null};var od=function(a,c,d,e){for(var f=0;f<a.length;++f){var g=a[f];if(!g.Pb&&g.listener==c&&g.capture==!!d&&g.Jc==e)return f}return-1};
|
175
|
+
var qd,rd,sd,ud,wd,xd,Dd,Cd,yd,Ed;qd="closure_lm_"+(1E6*Math.random()|0);rd={};sd=0;_.N=function(a,c,d,e,f){if(_.ja(c)){for(var g=0;g<c.length;g++)_.N(a,c[g],d,e,f);return null}d=_.td(d);return _.jd(a)?a.L(c,d,e,f):ud(a,c,d,!1,e,f)};
|
176
|
+
ud=function(a,c,d,e,f,g){if(!c)throw Error("p");var h=!!f,l=_.vd(a);l||(a[qd]=l=new nd(a));d=l.add(c,d,e,f,g);if(d.b)return d;e=wd();d.b=e;e.src=a;e.listener=d;if(a.addEventListener)a.addEventListener(c.toString(),e,h);else if(a.attachEvent)a.attachEvent(xd(c.toString()),e);else throw Error("q");sd++;return d};wd=function(){var a=yd,c=cd?function(d){return a.call(c.src,c.listener,d)}:function(d){d=a.call(c.src,c.listener,d);if(!d)return d};return c};
|
177
|
+
_.zd=function(a,c,d,e,f){if(_.ja(c)){for(var g=0;g<c.length;g++)_.zd(a,c[g],d,e,f);return null}d=_.td(d);return _.jd(a)?a.La(c,d,e,f):ud(a,c,d,!0,e,f)};_.Ad=function(a,c,d,e,f){if(_.ja(c))for(var g=0;g<c.length;g++)_.Ad(a,c[g],d,e,f);else d=_.td(d),_.jd(a)?a.ua(c,d,e,f):a&&(a=_.vd(a))&&(c=a.lb(c,d,!!e,f))&&_.Bd(c)};
|
178
|
+
_.Bd=function(a){if(_.ka(a)||!a||a.Pb)return!1;var c=a.src;if(_.jd(c))return c.oc(a);var d=a.type,e=a.b;c.removeEventListener?c.removeEventListener(d,e,a.capture):c.detachEvent&&c.detachEvent(xd(d),e);sd--;(d=_.vd(c))?(pd(d,a),0==d.o&&(d.src=null,c[qd]=null)):md(a);return!0};xd=function(a){return a in rd?rd[a]:rd[a]="on"+a};Dd=function(a,c,d,e){var f=!0;if(a=_.vd(a))if(c=a.b[c.toString()])for(c=c.concat(),a=0;a<c.length;a++){var g=c[a];g&&g.capture==d&&!g.Pb&&(g=Cd(g,e),f=f&&!1!==g)}return f};
|
179
|
+
Cd=function(a,c){var d=a.listener,e=a.Jc||a.src;a.vc&&_.Bd(a);return d.call(e,c)};
|
180
|
+
yd=function(a,c){if(a.Pb)return!0;if(!cd){var d=c||_.p("window.event");c=new _.hd(d,this);var e=!0;if(!(0>d.keyCode||void 0!=d.returnValue)){a:{var f=!1;if(0==d.keyCode)try{d.keyCode=-1;break a}catch(h){f=!0}if(f||void 0==d.returnValue)d.returnValue=!0}d=[];for(f=c.o;f;f=f.parentNode)d.push(f);a=a.type;for(f=d.length-1;!c.C&&0<=f;f--){c.o=d[f];var g=Dd(d[f],a,!0,c),e=e&&g}for(f=0;!c.C&&f<d.length;f++)c.o=d[f],g=Dd(d[f],a,!1,c),e=e&&g}return e}return Cd(a,new _.hd(c,this))}; _.vd=function(a){a=a[qd];return a instanceof nd?a:null};Ed="__closure_events_fn_"+(1E9*Math.random()>>>0);_.td=function(a){if(_.Dc(a))return a;a[Ed]||(a[Ed]=function(c){return a.handleEvent(c)});return a[Ed]};
|
181
|
+
_.Fd=function(a){_.z.call(this);this.Z=a;this.T={}};_.y(_.Fd,_.z);var Gd=[];_.Fd.prototype.L=function(a,c,d,e){return Hd(this,a,c,d,e)};_.Fd.prototype.A=function(a,c,d,e,f){return Hd(this,a,c,d,e,f)};var Hd=function(a,c,d,e,f,g){_.ja(d)||(d&&(Gd[0]=d.toString()),d=Gd);for(var h=0;h<d.length;h++){var l=_.N(c,d[h],e||a.handleEvent,f||!1,g||a.Z||a);if(!l)break;a.T[l.key]=l}return a};_.Fd.prototype.La=function(a,c,d,e){return Id(this,a,c,d,e)};
|
182
|
+
var Id=function(a,c,d,e,f,g){if(_.ja(d))for(var h=0;h<d.length;h++)Id(a,c,d[h],e,f,g);else{c=_.zd(c,d,e||a.handleEvent,f,g||a.Z||a);if(!c)return a;a.T[c.key]=c}return a};_.Fd.prototype.ua=function(a,c,d,e,f){if(_.ja(c))for(var g=0;g<c.length;g++)this.ua(a,c[g],d,e,f);else d=d||this.handleEvent,f=f||this.Z||this,d=_.td(d),e=!!e,c=_.jd(a)?a.lb(c,d,e,f):a?(a=_.vd(a))?a.lb(c,d,e,f):null:null,c&&(_.Bd(c),delete this.T[c.key]);return this}; _.Jd=function(a){_.Hc(a.T,function(a,d){this.T.hasOwnProperty(d)&&_.Bd(a)},a);a.T={}};_.Fd.prototype.O=function(){_.Fd.J.O.call(this);_.Jd(this)};_.Fd.prototype.handleEvent=function(){throw Error("r");};
|
183
|
+
_.Kd="StopIteration"in _.m?_.m.StopIteration:{message:"StopIteration",stack:""};_.Ld=function(){};_.Ld.prototype.next=function(){throw _.Kd;};_.Ld.prototype.Tb=function(){return this};_.Md=function(a,c){this.o={};this.b=[];this.A=this.w=0;var d=arguments.length;if(1<d){if(d%2)throw Error("c");for(var e=0;e<d;e+=2)this.set(arguments[e],arguments[e+1])}else if(a){a instanceof _.Md?(d=a.Na(),e=a.Ja()):(d=_.Vc(a),e=_.Wc(a));for(var f=0;f<d.length;f++)this.set(d[f],e[f])}};_.k=_.Md.prototype;_.k.Ja=function(){Nd(this);for(var a=[],c=0;c<this.b.length;c++)a.push(this.o[this.b[c]]);return a};_.k.Na=function(){Nd(this);return this.b.concat()};_.k.fc=function(){return 0==this.w};
|
184
|
+
_.k.clear=function(){this.o={};this.A=this.w=this.b.length=0};_.k.remove=function(a){return _.Od(this.o,a)?(delete this.o[a],this.w--,this.A++,this.b.length>2*this.w&&Nd(this),!0):!1};var Nd=function(a){if(a.w!=a.b.length){for(var c=0,d=0;c<a.b.length;){var e=a.b[c];_.Od(a.o,e)&&(a.b[d++]=e);c++}a.b.length=d}if(a.w!=a.b.length){for(var f={},d=c=0;c<a.b.length;)e=a.b[c],_.Od(f,e)||(a.b[d++]=e,f[e]=1),c++;a.b.length=d}};_.k=_.Md.prototype;_.k.get=function(a,c){return _.Od(this.o,a)?this.o[a]:c};
|
185
|
+
_.k.set=function(a,c){_.Od(this.o,a)||(this.w++,this.b.push(a),this.A++);this.o[a]=c};_.k.forEach=function(a,c){for(var d=this.Na(),e=0;e<d.length;e++){var f=d[e],g=this.get(f);a.call(c,g,f,this)}};_.k.clone=function(){return new _.Md(this)};_.k.Tb=function(a){Nd(this);var c=0,d=this.A,e=this,f=new _.Ld;f.next=function(){if(d!=e.A)throw Error("t");if(c>=e.b.length)throw _.Kd;var f=e.b[c++];return a?f:e.o[f]};return f};_.Od=function(a,c){return Object.prototype.hasOwnProperty.call(a,c)};
|
186
|
+
_.Pd=function(a){if(a.Ja&&"function"==typeof a.Ja)return a.Ja();if(_.t(a))return a.split("");if(_.Lc(a)){for(var c=[],d=a.length,e=0;e<d;e++)c.push(a[e]);return c}return _.Wc(a)};_.Qd=function(a){if(a.Na&&"function"==typeof a.Na)return a.Na();if(!a.Ja||"function"!=typeof a.Ja){if(_.Lc(a)||_.t(a)){var c=[];a=a.length;for(var d=0;d<a;d++)c.push(d);return c}return _.Vc(a)}}; _.Rd=function(a,c){if(a.forEach&&"function"==typeof a.forEach)a.forEach(c,void 0);else if(_.Lc(a)||_.t(a))(0,_.va)(a,c,void 0);else for(var d=_.Qd(a),e=_.Pd(a),f=e.length,g=0;g<f;g++)c.call(void 0,e[g],d&&d[g],a)};
|
187
|
+
_.O=function(){_.z.call(this);this.Za=new nd(this);this.yf=this;this.Hd=null};_.y(_.O,_.z);_.O.prototype[_.id]=!0;_.k=_.O.prototype;_.k.Ec=function(){return this.Hd};_.k.Pd=function(a){this.Hd=a};_.k.addEventListener=function(a,c,d,e){_.N(this,a,c,d,e)};_.k.removeEventListener=function(a,c,d,e){_.Ad(this,a,c,d,e)};
|
188
|
+
_.k.dispatchEvent=function(a){var c,d=this.Ec();if(d)for(c=[];d;d=d.Ec())c.push(d);var d=this.yf,e=a.type||a;if(_.t(a))a=new _.ed(a,d);else if(a instanceof _.ed)a.target=a.target||d;else{var f=a;a=new _.ed(e,d);_.Pc(a,f)}var f=!0,g;if(c)for(var h=c.length-1;!a.C&&0<=h;h--)g=a.o=c[h],f=g.Hb(e,!0,a)&&f;a.C||(g=a.o=d,f=g.Hb(e,!0,a)&&f,a.C||(f=g.Hb(e,!1,a)&&f));if(c)for(h=0;!a.C&&h<c.length;h++)g=a.o=c[h],f=g.Hb(e,!1,a)&&f;return f};_.k.O=function(){_.O.J.O.call(this);this.Rc();this.Hd=null};
|
189
|
+
_.k.L=function(a,c,d,e){return this.Za.add(String(a),c,!1,d,e)};_.k.La=function(a,c,d,e){return this.Za.add(String(a),c,!0,d,e)};_.k.ua=function(a,c,d,e){return this.Za.remove(String(a),c,d,e)};_.k.oc=function(a){return pd(this.Za,a)};_.k.Rc=function(a){var c;if(this.Za){c=this.Za;a=a&&a.toString();var d=0,e;for(e in c.b)if(!a||e==a){for(var f=c.b[e],g=0;g<f.length;g++)++d,md(f[g]);delete c.b[e];c.o--}c=d}else c=0;return c};
|
190
|
+
_.k.Hb=function(a,c,d){a=this.Za.b[String(a)];if(!a)return!0;a=a.concat();for(var e=!0,f=0;f<a.length;++f){var g=a[f];if(g&&!g.Pb&&g.capture==c){var h=g.listener,l=g.Jc||g.src;g.vc&&this.oc(g);e=!1!==h.call(l,d)&&e}}return e&&0!=d.cf};_.k.Lb=function(a,c){return this.Za.Lb(String(a),c)};_.k.lb=function(a,c,d,e){return this.Za.lb(String(a),c,d,e)};
|
191
|
+
var Sd=function(a,c,d){this.A=d;this.w=a;this.B=c;this.o=0;this.b=null};Sd.prototype.get=function(){var a;0<this.o?(this.o--,a=this.b,this.b=a.next,a.next=null):a=this.w();return a};var Td=function(a,c){a.B(c);a.o<a.A&&(a.o++,c.next=a.b,a.b=c)};var Ud=function(a){_.m.setTimeout(function(){throw a;},0)},Vd,Wd=function(){var a=_.m.MessageChannel;"undefined"===typeof a&&"undefined"!==typeof window&&window.postMessage&&window.addEventListener&&!_.A("Presto")&&(a=function(){var a=window.document.createElement("IFRAME");a.style.display="none";a.src="";window.document.documentElement.appendChild(a);var c=a.contentWindow,a=c.document;a.open();a.write("");a.close();var d="callImmediate"+Math.random(),e="file:"==c.location.protocol?"*":c.location.protocol+
|
192
|
+
"//"+c.location.host,a=(0,_.v)(function(a){if(("*"==e||a.origin==e)&&a.data==d)this.port1.onmessage()},this);c.addEventListener("message",a,!1);this.port1={};this.port2={postMessage:function(){c.postMessage(d,e)}}});if("undefined"!==typeof a&&!_.A("Trident")&&!_.A("MSIE")){var c=new a,d={},e=d;c.port1.onmessage=function(){if(_.n(d.next)){d=d.next;var a=d.fe;d.fe=null;a()}};return function(a){e.next={fe:a};e=e.next;c.port2.postMessage(0)}}return"undefined"!==typeof window.document&&"onreadystatechange"in
|
193
|
+
window.document.createElement("SCRIPT")?function(a){var c=window.document.createElement("SCRIPT");c.onreadystatechange=function(){c.onreadystatechange=null;c.parentNode.removeChild(c);c=null;a();a=null};window.document.documentElement.appendChild(c)}:function(a){_.m.setTimeout(a,0)}};
|
194
|
+
var Xd=function(){this.o=this.b=null},Zd=new Sd(function(){return new Yd},function(a){a.reset()},100);Xd.prototype.add=function(a,c){var d=Zd.get();d.set(a,c);this.o?this.o.next=d:this.b=d;this.o=d};Xd.prototype.remove=function(){var a=null;this.b&&(a=this.b,this.b=this.b.next,this.b||(this.o=null),a.next=null);return a};var Yd=function(){this.next=this.scope=this.b=null};Yd.prototype.set=function(a,c){this.b=a;this.scope=c;this.next=null}; Yd.prototype.reset=function(){this.next=this.scope=this.b=null};
|
195
|
+
var de=function(a,c){$d||ae();be||($d(),be=!0);ce.add(a,c)},$d,ae=function(){if(-1!=String(_.m.Promise).indexOf("[native code]")){var a=_.m.Promise.resolve(void 0);$d=function(){a.then(ee)}}else $d=function(){var a=ee;!_.Dc(_.m.setImmediate)||_.m.Window&&_.m.Window.prototype&&!_.A("Edge")&&_.m.Window.prototype.setImmediate==_.m.setImmediate?(Vd||(Vd=Wd()),Vd(a)):_.m.setImmediate(a)}},be=!1,ce=new Xd,ee=function(){for(var a;a=ce.remove();){try{a.b.call(a.scope)}catch(c){Ud(c)}Td(Zd,a)}be=!1};
|
196
|
+
_.fe=function(a){a.prototype.then=a.prototype.then;a.prototype.$goog_Thenable=!0};_.ge=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(c){return!1}};var je;_.ie=function(a,c){this.b=0;this.D=void 0;this.A=this.o=this.w=null;this.B=this.C=!1;if(a!=_.ga)try{var d=this;a.call(c,function(a){he(d,2,a)},function(a){he(d,3,a)})}catch(e){he(this,3,e)}};je=function(){this.next=this.context=this.o=this.w=this.b=null;this.A=!1};je.prototype.reset=function(){this.context=this.o=this.w=this.b=null;this.A=!1};var ke=new Sd(function(){return new je},function(a){a.reset()},100),le=function(a,c,d){var e=ke.get();e.w=a;e.o=c;e.context=d;return e};
|
197
|
+
_.ie.prototype.then=function(a,c,d){return me(this,_.Dc(a)?a:null,_.Dc(c)?c:null,d)};_.fe(_.ie);_.ie.prototype.cancel=function(a){0==this.b&&de(function(){var c=new ne(a);oe(this,c)},this)};
|
198
|
+
var oe=function(a,c){if(0==a.b)if(a.w){var d=a.w;if(d.o){for(var e=0,f=null,g=null,h=d.o;h&&(h.A||(e++,h.b==a&&(f=h),!(f&&1<e)));h=h.next)f||(g=h);f&&(0==d.b&&1==e?oe(d,c):(g?(e=g,e.next==d.A&&(d.A=e),e.next=e.next.next):pe(d),qe(d,f,3,c)))}a.w=null}else he(a,3,c)},se=function(a,c){a.o||2!=a.b&&3!=a.b||re(a);a.A?a.A.next=c:a.o=c;a.A=c},me=function(a,c,d,e){var f=le(null,null,null);f.b=new _.ie(function(a,h){f.w=c?function(d){try{var f=c.call(e,d);a(f)}catch(r){h(r)}}:a;f.o=d?function(c){try{var f=
|
199
|
+
d.call(e,c);!_.n(f)&&c instanceof ne?h(c):a(f)}catch(r){h(r)}}:h});f.b.w=a;se(a,f);return f.b};_.ie.prototype.H=function(a){this.b=0;he(this,2,a)};_.ie.prototype.aa=function(a){this.b=0;he(this,3,a)};
|
200
|
+
var he=function(a,c,d){if(0==a.b){a===d&&(c=3,d=new TypeError("Promise cannot resolve to itself"));a.b=1;var e;a:{var f=d,g=a.H,h=a.aa;if(f instanceof _.ie)se(f,le(g||_.ga,h||null,a)),e=!0;else if(_.ge(f))f.then(g,h,a),e=!0;else{if(_.Cc(f))try{var l=f.then;if(_.Dc(l)){te(f,l,g,h,a);e=!0;break a}}catch(q){h.call(a,q);e=!0;break a}e=!1}}e||(a.D=d,a.b=c,a.w=null,re(a),3!=c||d instanceof ne||ue(a,d))}},te=function(a,c,d,e,f){var g=!1,h=function(a){g||(g=!0,d.call(f,a))},l=function(a){g||(g=!0,e.call(f,
|
201
|
+
a))};try{c.call(a,h,l)}catch(q){l(q)}},re=function(a){a.C||(a.C=!0,de(a.F,a))},pe=function(a){var c=null;a.o&&(c=a.o,a.o=c.next,c.next=null);a.o||(a.A=null);return c};_.ie.prototype.F=function(){for(var a;a=pe(this);)qe(this,a,this.b,this.D);this.C=!1};
|
202
|
+
var qe=function(a,c,d,e){if(3==d&&c.o&&!c.A)for(;a&&a.B;a=a.w)a.B=!1;if(c.b)c.b.w=null,ve(c,d,e);else try{c.A?c.w.call(c.context):ve(c,d,e)}catch(f){we.call(null,f)}Td(ke,c)},ve=function(a,c,d){2==c?a.w.call(a.context,d):a.o&&a.o.call(a.context,d)},ue=function(a,c){a.B=!0;de(function(){a.B&&we.call(null,c)})},we=Ud,ne=function(a){_.qa.call(this,a)};_.y(ne,_.qa);ne.prototype.name="cancel";
|
203
|
+
_.xe=function(a,c){_.O.call(this);this.w=a||1;this.o=c||_.m;this.A=(0,_.v)(this.C,this);this.B=(0,_.w)()};_.y(_.xe,_.O);_.xe.prototype.enabled=!1;_.xe.prototype.b=null;_.ye=function(a,c){a.w=c;a.b&&a.enabled?(a.stop(),a.start()):a.b&&a.stop()};
|
204
|
+
_.xe.prototype.C=function(){if(this.enabled){var a=(0,_.w)()-this.B;0<a&&a<.8*this.w?this.b=this.o.setTimeout(this.A,this.w-a):(this.b&&(this.o.clearTimeout(this.b),this.b=null),this.dispatchEvent("tick"),this.enabled&&(this.b=this.o.setTimeout(this.A,this.w),this.B=(0,_.w)()))}};_.xe.prototype.start=function(){this.enabled=!0;this.b||(this.b=this.o.setTimeout(this.A,this.w),this.B=(0,_.w)())};_.xe.prototype.stop=function(){this.enabled=!1;this.b&&(this.o.clearTimeout(this.b),this.b=null)};
|
205
|
+
_.xe.prototype.O=function(){_.xe.J.O.call(this);this.stop();delete this.o};_.ze=function(a,c,d){if(_.Dc(a))d&&(a=(0,_.v)(a,d));else if(a&&"function"==typeof a.handleEvent)a=(0,_.v)(a.handleEvent,a);else throw Error("u");return 2147483647<Number(c)?-1:_.m.setTimeout(a,c||0)};
|
206
|
+
_.Ae=/^(?:([^:/?#.]+):)?(?:\/\/(?:([^/?#]*)@)?([^/#?]*?)(?::([0-9]+))?(?=[/#?]|$))?([^?#]+)?(?:\?([^#]*))?(?:#([\s\S]*))?$/;_.Be=function(a){a=a.match(_.Ae)[1]||null;!a&&_.m.self&&_.m.self.location&&(a=_.m.self.location.protocol,a=a.substr(0,a.length-1));return a?a.toLowerCase():""};
|
207
|
+
_.Ce=function(a){switch(a){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:return!0;default:return!1}};_.De=function(){};_.De.prototype.o=null;var Ee=function(a){return a.o||(a.o=a.A())};var Ge;Ge=function(){};_.y(Ge,_.De);Ge.prototype.b=function(){var a=He(this);return a?new window.ActiveXObject(a):new window.XMLHttpRequest};Ge.prototype.A=function(){var a={};He(this)&&(a[0]=!0,a[1]=!0);return a};
|
208
|
+
var He=function(a){if(!a.w&&"undefined"==typeof window.XMLHttpRequest&&"undefined"!=typeof window.ActiveXObject){for(var c=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],d=0;d<c.length;d++){var e=c[d];try{return new window.ActiveXObject(e),a.w=e}catch(f){}}throw Error("v");}return a.w};_.Fe=new Ge;
|
209
|
+
var Je,Ke;_.Ie=function(a){_.O.call(this);this.headers=new _.Md;this.F=a||null;this.o=!1;this.D=this.b=null;this.G="";this.w=this.M=this.B=this.H=!1;this.C=0;this.A=null;this.P="";this.N=this.K=!1};_.y(_.Ie,_.O);Je=/^https?$/i;Ke=["POST","PUT"];_.Le=[];_.Ie.prototype.V=function(){this.fa();_.Xc(_.Le,this)};
|
210
|
+
_.Ie.prototype.send=function(a,c,d,e){if(this.b)throw Error("w`"+this.G+"`"+a);c=c?c.toUpperCase():"GET";this.G=a;this.H=!1;this.o=!0;this.b=this.F?this.F.b():_.Fe.b();this.D=this.F?Ee(this.F):Ee(_.Fe);this.b.onreadystatechange=(0,_.v)(this.T,this);try{this.M=!0,this.b.open(c,String(a),!0),this.M=!1}catch(g){Me(this);return}a=d||"";var f=this.headers.clone();e&&_.Rd(e,function(a,c){f.set(c,a)});e=Zc(f.Na());d=_.m.FormData&&a instanceof _.m.FormData;!_.Jc(Ke,c)||e||d||f.set("Content-Type","application/x-www-form-urlencoded;charset=utf-8");
|
211
|
+
f.forEach(function(a,c){this.b.setRequestHeader(c,a)},this);this.P&&(this.b.responseType=this.P);"withCredentials"in this.b&&this.b.withCredentials!==this.K&&(this.b.withCredentials=this.K);try{Ne(this),0<this.C&&((this.N=Oe(this.b))?(this.b.timeout=this.C,this.b.ontimeout=(0,_.v)(this.Z,this)):this.A=_.ze(this.Z,this.C,this)),this.B=!0,this.b.send(a),this.B=!1}catch(g){Me(this)}};var Oe=function(a){return _.B&&_.C(9)&&_.ka(a.timeout)&&_.n(a.ontimeout)},Yc=function(a){return"content-type"==a.toLowerCase()};
|
212
|
+
_.Ie.prototype.Z=function(){"undefined"!=typeof _.fa&&this.b&&(this.dispatchEvent("timeout"),this.abort(8))};var Me=function(a){a.o=!1;a.b&&(a.w=!0,a.b.abort(),a.w=!1);Pe(a);Qe(a)},Pe=function(a){a.H||(a.H=!0,a.dispatchEvent("complete"),a.dispatchEvent("error"))};_.Ie.prototype.abort=function(){this.b&&this.o&&(this.o=!1,this.w=!0,this.b.abort(),this.w=!1,this.dispatchEvent("complete"),this.dispatchEvent("abort"),Qe(this))};
|
213
|
+
_.Ie.prototype.O=function(){this.b&&(this.o&&(this.o=!1,this.w=!0,this.b.abort(),this.w=!1),Qe(this,!0));_.Ie.J.O.call(this)};_.Ie.prototype.T=function(){this.aa||(this.M||this.B||this.w?Re(this):this.X())};_.Ie.prototype.X=function(){Re(this)};
|
214
|
+
var Re=function(a){if(a.o&&"undefined"!=typeof _.fa&&(!a.D[1]||4!=(a.b?a.b.readyState:0)||2!=a.$a()))if(a.B&&4==(a.b?a.b.readyState:0))_.ze(a.T,0,a);else if(a.dispatchEvent("readystatechange"),4==(a.b?a.b.readyState:0)){a.o=!1;try{a.gc()?(a.dispatchEvent("complete"),a.dispatchEvent("success")):Pe(a)}finally{Qe(a)}}},Qe=function(a,c){if(a.b){Ne(a);var d=a.b,e=a.D[0]?_.ga:null;a.b=null;a.D=null;c||a.dispatchEvent("ready");try{d.onreadystatechange=e}catch(f){}}},Ne=function(a){a.b&&a.N&&(a.b.ontimeout=
|
215
|
+
null);_.ka(a.A)&&(_.m.clearTimeout(a.A),a.A=null)};_.Ie.prototype.gc=function(){var a=this.$a(),c;if(!(c=_.Ce(a))){if(a=0===a)a=_.Be(String(this.G)),a=!Je.test(a);c=a}return c};_.Ie.prototype.$a=function(){try{return 2<(this.b?this.b.readyState:0)?this.b.status:-1}catch(a){return-1}};_.Ie.prototype.Fc=function(a){if(this.b){var c=this.b.responseText;a&&0==c.indexOf(a)&&(c=c.substring(a.length));return _.Tc(c)}};
|
216
|
+
var Te,Ue;_.Se=function(a){this.b=a||{cookie:""}};Te=/\s*;\s*/;_.k=_.Se.prototype;_.k.set=function(a,c,d,e,f,g){if(/[;=\s]/.test(a))throw Error("y`"+a);if(/[;\r\n]/.test(c))throw Error("z`"+c);_.n(d)||(d=-1);f=f?";domain="+f:"";e=e?";path="+e:"";g=g?";secure":"";d=0>d?"":0==d?";expires="+(new Date(1970,1,1)).toUTCString():";expires="+(new Date((0,_.w)()+1E3*d)).toUTCString();this.b.cookie=a+"="+c+f+e+d+g};
|
217
|
+
_.k.get=function(a,c){for(var d=a+"=",e=(this.b.cookie||"").split(Te),f=0,g;g=e[f];f++){if(0==g.lastIndexOf(d,0))return g.substr(d.length);if(g==a)return""}return c};_.k.remove=function(a,c,d){var e=_.n(this.get(a));this.set(a,"",0,c,d);return e};_.k.Na=function(){return Ue(this).keys};_.k.Ja=function(){return Ue(this).values};_.k.fc=function(){return!this.b.cookie};_.k.clear=function(){for(var a=Ue(this).keys,c=a.length-1;0<=c;c--)this.remove(a[c])};
|
218
|
+
Ue=function(a){a=(a.b.cookie||"").split(Te);for(var c=[],d=[],e,f,g=0;f=a[g];g++)e=f.indexOf("="),-1==e?(c.push(""),d.push(f)):(c.push(f.substring(0,e)),d.push(f.substring(e+1)));return{keys:c,values:d}};_.Ve=new _.Se("undefined"==typeof window.document?null:window.document);_.Ve.o=3950;
|
219
|
+
_.We="undefined"!==typeof window.Uint8Array&&"undefined"!==typeof window.Uint16Array&&"undefined"!==typeof window.Uint32Array;var Xe=!1,Ye="",Ze=function(a){a=a.match(/[\d]+/g);if(!a)return"";a.length=3;return a.join(".")};
|
220
|
+
(function(){if(window.navigator.plugins&&window.navigator.plugins.length){var a=window.navigator.plugins["Shockwave Flash"];if(a&&(Xe=!0,a.description)){Ye=Ze(a.description);return}if(window.navigator.plugins["Shockwave Flash 2.0"]){Xe=!0;Ye="2.0.0.11";return}}if(window.navigator.mimeTypes&&window.navigator.mimeTypes.length&&(a=window.navigator.mimeTypes["application/x-shockwave-flash"],Xe=!(!a||!a.enabledPlugin))){Ye=Ze(a.enabledPlugin.description);return}try{var c=new window.ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
|
221
|
+
Xe=!0;Ye=Ze(c.GetVariable("$version"));return}catch(d){}try{c=new window.ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");Xe=!0;Ye="6.0.21";return}catch(d){}try{c=new window.ActiveXObject("ShockwaveFlash.ShockwaveFlash"),Xe=!0,Ye=Ze(c.GetVariable("$version"))}catch(d){}})();_.$e=Xe;_.af=Ye;
|
222
|
+
/*
|
223
|
+
|
224
|
+
|
225
|
+
JavaScript Zlib and Deflate Library
|
226
|
+
|
227
|
+
The MIT License
|
228
|
+
|
229
|
+
Copyright (c) 2011 imaya
|
230
|
+
|
231
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
232
|
+
of this software and associated documentation files (the "Software"), to deal
|
233
|
+
in the Software without restriction, including without limitation the rights
|
234
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
235
|
+
copies of the Software, and to permit persons to whom the Software is
|
236
|
+
furnished to do so, subject to the following conditions:
|
237
|
+
|
238
|
+
The above copyright notice and this permission notice shall be included in
|
239
|
+
all copies or substantial portions of the Software.
|
240
|
+
|
241
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
242
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
243
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
244
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
245
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
246
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
247
|
+
THE SOFTWARE.
|
248
|
+
*/
|
249
|
+
var bf;for(bf=0;256>bf;++bf)for(var cf=bf,df=7,cf=cf>>>1;cf;cf>>>=1)--df;var ef=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,
|
250
|
+
2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,
|
251
|
+
2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,
|
252
|
+
2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,
|
253
|
+
3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,
|
254
|
+
936918E3,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117];_.We&&new window.Uint32Array(ef);
|
255
|
+
/*
|
256
|
+
|
257
|
+
|
258
|
+
zlib.heap.js
|
259
|
+
|
260
|
+
The MIT License
|
261
|
+
|
262
|
+
Copyright (c) 2011 imaya
|
263
|
+
|
264
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
265
|
+
of this software and associated documentation files (the "Software"), to deal
|
266
|
+
in the Software without restriction, including without limitation the rights
|
267
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
268
|
+
copies of the Software, and to permit persons to whom the Software is
|
269
|
+
furnished to do so, subject to the following conditions:
|
270
|
+
|
271
|
+
The above copyright notice and this permission notice shall be included in
|
272
|
+
all copies or substantial portions of the Software.
|
273
|
+
|
274
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
275
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
276
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
277
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
278
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
279
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
280
|
+
THE SOFTWARE.
|
281
|
+
*/
|
282
|
+
var ff=[],gf;for(gf=0;288>gf;gf++)switch(!0){case 143>=gf:ff.push([gf+48,8]);break;case 255>=gf:ff.push([gf-144+400,9]);break;case 279>=gf:ff.push([gf-256+0,7]);break;case 287>=gf:ff.push([gf-280+192,8]);break;default:throw Error("B`"+gf);}
|
283
|
+
var hf=function(){function a(a){switch(!0){case 3===a:return[257,a-3,0];case 4===a:return[258,a-4,0];case 5===a:return[259,a-5,0];case 6===a:return[260,a-6,0];case 7===a:return[261,a-7,0];case 8===a:return[262,a-8,0];case 9===a:return[263,a-9,0];case 10===a:return[264,a-10,0];case 12>=a:return[265,a-11,1];case 14>=a:return[266,a-13,1];case 16>=a:return[267,a-15,1];case 18>=a:return[268,a-17,1];case 22>=a:return[269,a-19,2];case 26>=a:return[270,a-23,2];case 30>=a:return[271,a-27,2];case 34>=a:return[272,
|
284
|
+
a-31,2];case 42>=a:return[273,a-35,3];case 50>=a:return[274,a-43,3];case 58>=a:return[275,a-51,3];case 66>=a:return[276,a-59,3];case 82>=a:return[277,a-67,4];case 98>=a:return[278,a-83,4];case 114>=a:return[279,a-99,4];case 130>=a:return[280,a-115,4];case 162>=a:return[281,a-131,5];case 194>=a:return[282,a-163,5];case 226>=a:return[283,a-195,5];case 257>=a:return[284,a-227,5];case 258===a:return[285,a-258,0];default:throw Error("E`"+a);}}var c=[],d,e;for(d=3;258>=d;d++)e=a(d),c[d]=e[2]<<24|e[1]<< 16|e[0];return c}();_.We&&new window.Uint32Array(hf);
|
285
|
+
var jf;jf=function(a){return(a=a.exec(_.Pa))?a[1]:""};_.kf=function(){if(_.qb)return jf(/Firefox\/([0-9.]+)/);if(_.B||_.Za||_.Ya)return _.lb;if(_.ub)return jf(/Chrome\/([0-9.]+)/);if(_.vb&&!_.Ua())return jf(/Version\/([0-9.]+)/);if(_.rb||_.sb){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(_.Pa);if(a)return a[1]+"."+a[2]}else if(_.tb)return(a=jf(/Android\s+([0-9.]+)/))?a:jf(/Version\/([0-9.]+)/);return""}();
|
286
|
+
_.lf=_.Ya?"opera":_.Za?"edge":_.B?"ie":_.qb?"firefox":_.rb?"iphone":_.sb?"ipad":_.tb?"android":_.ub?"chrome":_.vb?"safari":"unknown";
|
287
|
+
}catch(e){_._DumpException(e)}
|
288
|
+
try{
|
289
|
+
var Gf,Nf,Pf,Yf,Qf,Sf,Rf,Vf,Tf,Of,Zf;_.Ff=function(a){return Array.prototype.concat.apply(Array.prototype,arguments)};Gf=function(a,c){if(a){a=a.split("&");for(var d=0;d<a.length;d++){var e=a[d].indexOf("="),f,g=null;0<=e?(f=a[d].substring(0,e),g=a[d].substring(e+1)):f=a[d];c(f,g?(0,window.decodeURIComponent)(g.replace(/\+/g," ")):"")}}};
|
290
|
+
_.Hf=function(a,c){this.o=this.D=this.A="";this.F=null;this.B=this.w="";this.C=!1;var d;a instanceof _.Hf?(this.C=_.n(c)?c:a.C,_.If(this,a.A),this.D=a.D,_.Jf(this,a.o),_.Kf(this,a.F),_.Lf(this,a.w),_.Mf(this,a.b.clone()),this.B=a.B):a&&(d=String(a).match(_.Ae))?(this.C=!!c,_.If(this,d[1]||"",!0),this.D=Nf(d[2]||""),_.Jf(this,d[3]||"",!0),_.Kf(this,d[4]),_.Lf(this,d[5]||"",!0),_.Mf(this,d[6]||"",!0),this.B=Nf(d[7]||"")):(this.C=!!c,this.b=new Of(null,0,this.C))};
|
291
|
+
_.Hf.prototype.toString=function(){var a=[],c=this.A;c&&a.push(Pf(c,Qf,!0),":");var d=this.o;if(d||"file"==c)a.push("//"),(c=this.D)&&a.push(Pf(c,Qf,!0),"@"),a.push(_.ad(d).replace(/%25([0-9a-fA-F]{2})/g,"%$1")),d=this.F,null!=d&&a.push(":",String(d));if(d=this.w)this.o&&"/"!=d.charAt(0)&&a.push("/"),a.push(Pf(d,"/"==d.charAt(0)?Rf:Sf,!0));(d=this.b.toString())&&a.push("?",d);(d=this.B)&&a.push("#",Pf(d,Tf));return a.join("")};_.Hf.prototype.clone=function(){return new _.Hf(this)};
|
292
|
+
_.If=function(a,c,d){a.A=d?Nf(c,!0):c;a.A&&(a.A=a.A.replace(/:$/,""));return a};_.Jf=function(a,c,d){a.o=d?Nf(c,!0):c;return a};_.Kf=function(a,c){if(c){c=Number(c);if((0,window.isNaN)(c)||0>c)throw Error("I`"+c);a.F=c}else a.F=null;return a};_.Lf=function(a,c,d){a.w=d?Nf(c,!0):c;return a};_.Mf=function(a,c,d){c instanceof Of?(a.b=c,Uf(a.b,a.C)):(d||(c=Pf(c,Vf)),a.b=new Of(c,0,a.C));return a};_.Wf=function(a,c,d){a.b.set(c,d);return a};
|
293
|
+
_.Xf=function(a){return a instanceof _.Hf?a.clone():new _.Hf(a,void 0)};Nf=function(a,c){return a?c?(0,window.decodeURI)(a.replace(/%25/g,"%2525")):(0,window.decodeURIComponent)(a):""};Pf=function(a,c,d){return _.t(a)?(a=(0,window.encodeURI)(a).replace(c,Yf),d&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null};Yf=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)};Qf=/[#\/\?@]/g;Sf=/[\#\?:]/g;Rf=/[\#\?]/g;Vf=/[\#\?@]/g;Tf=/#/g;
|
294
|
+
Of=function(a,c,d){this.o=this.b=null;this.w=a||null;this.A=!!d};Zf=function(a){a.b||(a.b=new _.Md,a.o=0,a.w&&Gf(a.w,function(c,d){a.add((0,window.decodeURIComponent)(c.replace(/\+/g," ")),d)}))};Of.prototype.add=function(a,c){Zf(this);this.w=null;a=$f(this,a);var d=this.b.get(a);d||this.b.set(a,d=[]);d.push(c);this.o+=1;return this};Of.prototype.remove=function(a){Zf(this);a=$f(this,a);return _.Od(this.b.o,a)?(this.w=null,this.o-=this.b.get(a).length,this.b.remove(a)):!1};
|
295
|
+
Of.prototype.clear=function(){this.b=this.w=null;this.o=0};Of.prototype.fc=function(){Zf(this);return 0==this.o};var ag=function(a,c){Zf(a);c=$f(a,c);return _.Od(a.b.o,c)};_.k=Of.prototype;_.k.Na=function(){Zf(this);for(var a=this.b.Ja(),c=this.b.Na(),d=[],e=0;e<c.length;e++)for(var f=a[e],g=0;g<f.length;g++)d.push(c[e]);return d};_.k.Ja=function(a){Zf(this);var c=[];if(_.t(a))ag(this,a)&&(c=_.Ff(c,this.b.get($f(this,a))));else{a=this.b.Ja();for(var d=0;d<a.length;d++)c=_.Ff(c,a[d])}return c};
|
296
|
+
_.k.set=function(a,c){Zf(this);this.w=null;a=$f(this,a);ag(this,a)&&(this.o-=this.b.get(a).length);this.b.set(a,[c]);this.o+=1;return this};_.k.get=function(a,c){a=a?this.Ja(a):[];return 0<a.length?String(a[0]):c};_.k.toString=function(){if(this.w)return this.w;if(!this.b)return"";for(var a=[],c=this.b.Na(),d=0;d<c.length;d++)for(var e=c[d],f=_.ad(e),e=this.Ja(e),g=0;g<e.length;g++){var h=f;""!==e[g]&&(h+="="+_.ad(e[g]));a.push(h)}return this.w=a.join("&")};
|
297
|
+
_.k.clone=function(){var a=new Of;a.w=this.w;this.b&&(a.b=this.b.clone(),a.o=this.o);return a};var $f=function(a,c){c=String(c);a.A&&(c=c.toLowerCase());return c},Uf=function(a,c){c&&!a.A&&(Zf(a),a.w=null,a.b.forEach(function(a,c){var d=c.toLowerCase();c!=d&&(this.remove(c),this.remove(d),0<a.length&&(this.w=null,this.b.set($f(this,d),_.Ic(a)),this.o+=a.length))},a));a.A=c};
|
298
|
+
|
299
|
+
}catch(e){_._DumpException(e)}
|
300
|
+
try{
|
301
|
+
var dg,fg,hg,ig,jg,lg,ng,og,pg,vg,Dg,Eg,Fg;_.bg=function(a){return a?_.Nc(a):window};_.cg=function(a,c,d){a.b||(a.b={});if(!a.b[d]){for(var e=_.F(a,d),f=[],g=0;g<e.length;g++)f[g]=new c(e[g]);a.b[d]=f}c=a.b[d];c==_.Eb&&(c=a.b[d]=[]);return c};_.Q=function(a,c,d){return _.Qc(window.document,arguments)};dg=function(a){_.E(this,a,0,-1,null)};_.y(dg,_.D);var eg=function(a){_.E(this,a,0,-1,null)};_.y(eg,_.D);_.R=function(a,c,d){c<a.C?a.w[c+a.D]=d:a.A[c]=d};
|
302
|
+
fg=function(){function a(){f[0]=1732584193;f[1]=4023233417;f[2]=2562383102;f[3]=271733878;f[4]=3285377520;u=r=0}function c(a){for(var c=h,d=0;64>d;d+=4)c[d/4]=a[d]<<24|a[d+1]<<16|a[d+2]<<8|a[d+3];for(d=16;80>d;d++)a=c[d-3]^c[d-8]^c[d-14]^c[d-16],c[d]=(a<<1|a>>>31)&4294967295;a=f[0];for(var e=f[1],g=f[2],l=f[3],q=f[4],r,u,d=0;80>d;d++)40>d?20>d?(r=l^e&(g^l),u=1518500249):(r=e^g^l,u=1859775393):60>d?(r=e&g|l&(e|g),u=2400959708):(r=e^g^l,u=3395469782),r=((a<<5|a>>>27)&4294967295)+r+q+u+c[d]&4294967295,
|
303
|
+
q=l,l=g,g=(e<<30|e>>>2)&4294967295,e=a,a=r;f[0]=f[0]+a&4294967295;f[1]=f[1]+e&4294967295;f[2]=f[2]+g&4294967295;f[3]=f[3]+l&4294967295;f[4]=f[4]+q&4294967295}function d(a,d){if("string"===typeof a){a=(0,window.unescape)((0,window.encodeURIComponent)(a));for(var e=[],f=0,h=a.length;f<h;++f)e.push(a.charCodeAt(f));a=e}d||(d=a.length);e=0;if(0==r)for(;e+64<d;)c(a.slice(e,e+64)),e+=64,u+=64;for(;e<d;)if(g[r++]=a[e++],u++,64==r)for(r=0,c(g);e+64<d;)c(a.slice(e,e+64)),e+=64,u+=64}function e(){var a=[],
|
304
|
+
e=8*u;56>r?d(l,56-r):d(l,64-(r-56));for(var h=63;56<=h;h--)g[h]=e&255,e>>>=8;c(g);for(h=e=0;5>h;h++)for(var q=24;0<=q;q-=8)a[e++]=f[h]>>q&255;return a}for(var f=[],g=[],h=[],l=[128],q=1;64>q;++q)l[q]=0;var r,u;a();return{reset:a,update:d,digest:e,Tf:function(){for(var a=e(),c="",d=0;d<a.length;d++)c+="0123456789ABCDEF".charAt(Math.floor(a[d]/16))+"0123456789ABCDEF".charAt(a[d]%16);return c}}};_.gg=function(a){return _.Ca(_.Ba.U(),a)};hg=[3,20];ig=function(a){var c=fg();c.update(a);return c.Tf().toLowerCase()};
|
305
|
+
jg=function(){return _.A("iPad")||_.A("Android")&&!_.A("Mobile")||_.A("Silk")};_.kg=function(a,c,d){a.b||(a.b={});var e=d?d.Qa():d;a.b[c]=d;_.R(a,c,e)};lg=[3,5];_.mg=function(a){_.E(this,a,0,25,hg)};_.y(_.mg,_.D);
|
306
|
+
ng=function(a,c,d){var e=[],f=[];if(1==(_.ja(d)?2:1))return f=[c,a],(0,_.va)(e,function(a){f.push(a)}),ig(f.join(" "));var g=[],h=[];(0,_.va)(d,function(a){h.push(a.key);g.push(a.value)});d=Math.floor((new Date).getTime()/1E3);f=0==g.length?[d,c,a]:[g.join(":"),d,c,a];(0,_.va)(e,function(a){f.push(a)});a=ig(f.join(" "));a=[d,a];0==h.length||a.push(h.join(""));return a.join("_")};og=function(){return!jg()&&(_.A("iPod")||_.A("iPhone")||_.A("Android")||_.A("IEMobile"))};
|
307
|
+
pg=function(a){if(!a)return"";a=a.split("#")[0].split("?")[0];a=a.toLowerCase();0==a.indexOf("//")&&(a=window.location.protocol+a);/^[\w\-]*:\/\//.test(a)||(a=window.location.href);var c=a.substring(a.indexOf("://")+3),d=c.indexOf("/");-1!=d&&(c=c.substring(0,d));a=a.substring(0,a.indexOf("://"));if("http"!==a&&"https"!==a&&"chrome-extension"!==a&&"file"!==a&&"android-app"!==a)throw Error("x");var d="",e=c.indexOf(":");if(-1!=e){var f=c.substring(e+1),c=c.substring(0,e);if("http"===a&&"80"!==f||"https"===
|
308
|
+
a&&"443"!==f)d=":"+f}return a+"://"+c+d};_.qg=function(a,c,d,e,f,g,h){var l=new _.Ie;_.Le.push(l);c&&l.L("complete",c);l.La("ready",l.V);g&&(l.C=Math.max(0,g));h&&(l.K=h);l.send(a,d,e,f)};_.rg=/#|$/;_.sg=function(a,c,d,e){for(var f=d.length;0<=(c=a.indexOf(d,c))&&c<e;){var g=a.charCodeAt(c-1);if(38==g||63==g)if(g=a.charCodeAt(c+f),!g||61==g||38==g||35==g)return c;c+=f+1}return-1};
|
309
|
+
_.tg=function(a){if(a[1]){var c=a[0],d=c.indexOf("#");0<=d&&(a.push(c.substr(d)),a[0]=c=c.substr(0,d));d=c.indexOf("?");0>d?a[1]="?":d==c.length-1&&(a[1]=void 0)}return a.join("")};_.ug=function(a,c,d){a.b||(a.b={});d=d||[];for(var e=[],f=0;f<d.length;f++)e[f]=d[f].Qa();a.b[c]=d;_.R(a,c,e)};vg=function(){this.type="event-logged"};_.y(vg,_.ed);var wg=function(a,c,d){_.qg(a.url,function(a){a=a.target;a.gc()?c():d(a.$a())},a.o,a.body,a.b,0,a.withCredentials)},xg=function(a){_.E(this,a,0,15,lg)};
|
310
|
+
_.y(xg,_.D);var yg=function(a){var c=(0,_.w)().toString();_.R(a,4,c)},zg=function(a){_.E(this,a,0,-1,null)};_.y(zg,_.D);var Ag=function(a){_.E(this,a,0,-1,null)};_.y(Ag,_.D);var Bg=function(a){_.E(this,a,0,-1,null)};_.y(Bg,_.D);_.Cg=function(a,c,d){a=[a,"&",c];null!=d&&a.push("=",_.ad(d));return _.tg(a)};Dg=function(a){var c;c=c||0;return function(){return a.apply(this,Array.prototype.slice.call(arguments,0,c))}};
|
311
|
+
Eg=function(a,c,d,e,f,g,h,l,q){_.O.call(this);this.N=a;this.M=c||_.ga;this.A=new xg;this.T=l||wg;this.b=[];this.G="";this.K=e||"https://play.google.com/log?format=json";this.F=d||null;this.D=q||null;this.B=!1;this.P=!h;this.C=0;a=new zg;_.R(a,1,1);c=new Ag;d=new Bg;_.R(c,6,_.A("Android")?3:_.A("CrOS")?5:_.A("Windows")?2:_.A("iPad")?6:_.Ta()?7:_.A("iPod")?8:_.A("Linux")?4:_.A("Macintosh")?1:0);e=_.Pa;h="";_.A("Windows")?(h=/Windows (?:NT|Phone) ([0-9.]+)/,h=(e=h.exec(e))?e[1]:"0.0"):_.Ua()?(h=/(?:iPhone|iPod|iPad|CPU)\s+OS\s+(\S+)/,
|
312
|
+
h=(e=h.exec(e))&&e[1].replace(/_/g,".")):_.A("Macintosh")?(h=/Mac OS X ([0-9_.]+)/,h=(e=h.exec(e))?e[1].replace(/_/g,"."):"10"):_.A("Android")?(h=/Android\s+([^\);]+)(\)|;)/,h=(e=h.exec(e))&&e[1]):_.A("CrOS")&&(h=/(?:CrOS\s+(?:i686|x86_64)\s+([0-9.]+))/,h=(e=h.exec(e))&&e[1]);_.R(c,2,h||"");_.R(c,3,og()||jg()?jg()?2:og()?1:0:3);if(!f){e=_.bg();h=window.document.documentElement.getAttribute("lang");_.R(c,5,h);h=e.location.href;l=h.search(_.rg);q=_.sg(h,0,"hl",l);if(0>q)h=null;else{var r=h.indexOf("&",
|
313
|
+
q);if(0>r||r>l)r=l;q+=3;h=(0,window.decodeURIComponent)(h.substr(q,r-q).replace(/\+/g," "))}_.R(d,1,h||e.navigator.language||e.navigator.browserLanguage)}_.R(d,2,_.lf);_.R(d,3,_.kf);_.$e&&_.R(d,4,_.af);_.kg(a,11,c);_.kg(a,9,d);_.kg(this.A,1,a);_.R(this.A,2,this.N);this.w=new _.xe(6E4);_.tc(this,this.w);_.N(this.w,"tick",Dg(this.H),!1,this);g||this.w.start();f||(_.N(_.bg(),"beforeunload",this.o,!1,this),_.N(_.bg(),"unload",this.o,!1,this),_.N(window.document,"pagehide",this.o,!1,this))};_.y(Eg,_.O);
|
314
|
+
Eg.prototype.O=function(){this.o();Eg.J.O.call(this)};Eg.prototype.log=function(a){a=_.Ib(a);if(!_.F(a,1)){var c=a,d=(0,_.w)().toString();_.R(c,1,d)}for(;1E3<=this.b.length;)this.b.shift(),++this.C;this.b.push(a);this.dispatchEvent(new vg)};
|
315
|
+
Eg.prototype.H=function(a,c){if(0==this.b.length)a&&a();else{var d=_.Ib(this.A);yg(d);_.ug(d,3,this.b);_.R(d,14,this.C);var e={},f=this.M();f&&(e.Authorization=f);var g=this.K;this.F&&(e["X-Goog-AuthUser"]=this.F,g=_.Cg(g,"authuser",this.F));this.D&&(e["X-Goog-PageId"]=this.D,g=_.Cg(g,"pageId",this.D));if(f&&this.G==f)c&&c();else if(this.b=[],this.C=0,this.B)a&&a();else{var h=d.o(),e={url:g,body:h,w:1,b:e,o:"POST",withCredentials:this.P},g=(0,_.v)(function(a){var e=_.cg(d,_.mg,3);401==a&&f&&(this.G=
|
316
|
+
f);if(401==a||500<=a&&600>a)this.b=e.concat(this.b);c&&c()},this);this.T(e,function(){a&&a()},g)}}};Eg.prototype.o=function(){this.B||this.H()};
|
317
|
+
Fg=function(a){var c=pg(String(_.m.location.href)),d=_.m.__OVERRIDE_SID;null==d&&(d=(new _.Se(window.document)).get("SID"));if(d&&(c=(d=0==c.indexOf("https:")||0==c.indexOf("chrome-extension:"))?_.m.__SAPISID:_.m.__APISID,null==c&&(c=(new _.Se(window.document)).get(d?"SAPISID":"APISID")),c)){var d=d?"SAPISIDHASH":"APISIDHASH",e=String(_.m.location.href);return e&&c&&d?[d,ng(pg(e),c,a||null)].join(" "):null}return null};_.Gg=function(a,c,d,e,f,g){Eg.call(this,a,Fg,c,d,e,f,void 0,void 0,g)};
|
318
|
+
_.y(_.Gg,Eg);var Hg=function(a){_.E(this,a,0,-1,null)};_.y(Hg,_.D);var Ig=function(a,c,d){_.z.call(this);this.D=d;this.w=_.L(+_.G(a,2,1E-4),.001);this.G=_.L(_.F(a,4),0);this.H=_.L(_.F(a,5),-1);this.F=_.K(_.F(a,7),"");this.C=_.K(_.F(a,6),"");this.B=_.K(_.F(a,8),"");this.A=_.F(a,9);if(this.b=_.J(_.F(a,1))&&Math.random()<this.w)a=_.F(a,3)?"https://jmt17.google.com/log":void 0,this.o=new _.Gg(373,_.K(_.F(c,5)),a),_.ye(this.o.w,1E3),_.tc(this,this.o)};_.y(Ig,_.z);
|
319
|
+
Ig.prototype.log=function(a){if(this.b){var c=new Hg;_.R(c,1,a);_.R(c,2,this.G);_.R(c,4,this.w);_.R(c,3,this.H);_.R(c,11,this.C);_.R(c,10,this.F);_.R(c,5,this.B);window.performance&&window.performance.timing&&_.R(c,14,(new Date).getTime()-window.performance.timing.navigationStart);_.R(c,13,this.A);var d=new _.mg,c=c.o();_.R(d,8,c);this.o.log(d)}this.D&&window.console.log("Clearcut log called with event = ",a,"("+(this.b?"":"NOT ")+"sent to server)")};_.Jg=function(){return _.I(_.M(),eg,11)||new eg};
|
320
|
+
var Kg;Kg=null;_.Lg=function(){var a=_.I(_.M(),dg,29)||new dg,c=_.Jg();return Kg?Kg:Kg=new Ig(a,c,_.Qb)};var Mg;Mg=function(){this.o=!1;this.b=[]};_.Og=function(a){var c=_.Ng;c.o?a():c.b.push(a)};Mg.prototype.w=function(a){if(!this.o){this.o=!0;_.Lg().log(1);for(var c=0;c<this.b.length;c++)try{this.b[c]()}catch(d){a(d)}this.b=null;try{_.gg("api").Sa()}catch(d){}}};_.Ng=new Mg;
|
321
|
+
|
322
|
+
}catch(e){_._DumpException(e)}
|
323
|
+
try{
|
324
|
+
var ch,gh,hh,ih;_.Yg=function(a,c){if(!a||!c)return!1;if(a.contains&&1==c.nodeType)return a==c||a.contains(c);if("undefined"!=typeof a.compareDocumentPosition)return a==c||!!(a.compareDocumentPosition(c)&16);for(;c&&a!=c;)c=c.parentNode;return c==a};_.Zg=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null};_.$g=function(a){for(var c;c=a.firstChild;)a.removeChild(c)};_.ah=function(a){this.b=a||_.m.document||window.document};_.k=_.ah.prototype;
|
325
|
+
_.k.R=function(a){return _.t(a)?this.b.getElementById(a):a};_.k.Fa=function(a,c,d){return _.Qc(this.b,arguments)};_.k.createElement=function(a){return this.b.createElement(String(a))};_.k.Zb=function(a,c){a.appendChild(c)};_.k.te=_.$g;_.k.nd=_.Zg;_.k.contains=_.Yg;_.bh=function(a){return 9==a.nodeType?a:a.ownerDocument||a.document};_.dh=function(a){return a?new _.ah(_.bh(a)):ch||(ch=new _.ah)};
|
326
|
+
_.eh=function(a,c,d){return 2>=arguments.length?Array.prototype.slice.call(a,c):Array.prototype.slice.call(a,c,d)};_.fh=function(a){return _.Cc(a)&&1==a.nodeType};gh=function(a,c,d,e){Array.prototype.splice.apply(a,_.eh(arguments,1))};hh=function(a){var c=arguments.length;if(1==c&&_.ja(arguments[0]))return hh.apply(null,arguments[0]);for(var d={},e=0;e<c;e++)d[arguments[e]]=!0;return d};ih=function(a,c){return null!==a&&c in a?a[c]:void 0};
|
327
|
+
_.jh=function(){};_.ha(_.jh);_.jh.prototype.b=0;_.kh=function(a){return":"+(a.b++).toString(36)};hh("A AREA BUTTON HEAD INPUT LINK MENU META OPTGROUP OPTION PROGRESS STYLE SELECT SOURCE TEXTAREA TITLE TRACK".split(" "));_.lh=_.ab?"MozUserSelect":_.bb||_.Za?"WebkitUserSelect":null;_.S=function(a){_.O.call(this);this.w=a||_.dh();this.ha=mh;this.ja=null;this.oa=!1;this.b=null;this.K=void 0;this.H=this.B=this.o=this.C=null;this.qa=!1};_.y(_.S,_.O);_.S.prototype.Aa=_.jh.U();var mh=null;_.S.prototype.getId=function(){return this.ja||(this.ja=_.kh(this.Aa))};_.S.prototype.R=function(){return this.b};var nh=function(a,c){if(a==c)throw Error("L");var d;if(d=c&&a.o&&a.ja){d=a.o;var e=a.ja;d=d.H&&e?ih(d.H,e)||null:null}if(d&&a.o!=c)throw Error("L");a.o=c;_.S.J.Pd.call(a,c)};
|
328
|
+
_.S.prototype.Pd=function(a){if(this.o&&this.o!=a)throw Error("M");_.S.J.Pd.call(this,a)};_.S.prototype.nb=function(){this.b=this.w.createElement("DIV")};_.S.prototype.Bb=function(a){oh(this,a)};var oh=function(a,c,d){if(a.oa)throw Error("N");a.b||a.nb();c?c.insertBefore(a.b,d||null):a.w.b.body.appendChild(a.b);a.o&&!a.o.oa||a.pa()};_.k=_.S.prototype;_.k.Eb=function(a){this.b=a};_.k.pa=function(){this.oa=!0;_.ph(this,function(a){!a.oa&&a.R()&&a.pa()})};
|
329
|
+
_.k.ya=function(){_.ph(this,function(a){a.oa&&a.ya()});this.K&&_.Jd(this.K);this.oa=!1};_.k.O=function(){this.oa&&this.ya();this.K&&(this.K.fa(),delete this.K);_.ph(this,function(a){a.fa()});!this.qa&&this.b&&_.Zg(this.b);this.o=this.C=this.b=this.H=this.B=null;_.S.J.O.call(this)};
|
330
|
+
_.k.gb=function(a,c,d){if(a.oa&&(d||!this.oa))throw Error("N");if(0>c||c>_.qh(this))throw Error("P");this.H&&this.B||(this.H={},this.B=[]);if(a.o==this){var e=a.getId();this.H[e]=a;_.Xc(this.B,a)}else{var e=this.H,f=a.getId();if(null!==e&&f in e)throw Error("b`"+f);e[f]=a}nh(a,this);gh(this.B,c,0,a);a.oa&&this.oa&&a.o==this?(d=this.b,c=d.childNodes[c]||null,c!=a.R()&&d.insertBefore(a.R(),c)):d?(this.b||this.nb(),c=_.rh(this,c+1),oh(a,this.b,c?c.b:null)):this.oa&&!a.oa&&a.b&&a.b.parentNode&&1==a.b.parentNode.nodeType&&
|
331
|
+
a.pa()};_.qh=function(a){return a.B?a.B.length:0};_.rh=function(a,c){return a.B?a.B[c]||null:null};_.ph=function(a,c,d){a.B&&(0,_.va)(a.B,c,d)};_.S.prototype.removeChild=function(a,c){if(a){var d=_.t(a)?a:a.getId();a=this.H&&d?ih(this.H,d)||null:null;if(d&&a){var e=this.H;d in e&&delete e[d];_.Xc(this.B,a);c&&(a.ya(),a.b&&_.Zg(a.b));nh(a,null)}}if(!a)throw Error("Q");return a};
|
332
|
+
|
333
|
+
}catch(e){_._DumpException(e)}
|
334
|
+
try{
|
335
|
+
var Hh,Ih,Mh,Nh,Oh,Ph,$h,ji;_.sh=function(a,c){var d=_.bh(a);return d.defaultView&&d.defaultView.getComputedStyle&&(a=d.defaultView.getComputedStyle(a,null))?a[c]||a.getPropertyValue(c)||"":""};_.th=function(a,c){return _.sh(a,c)||(a.currentStyle?a.currentStyle[c]:null)||a.style&&a.style[c]};_.uh=function(a){return"CSS1Compat"==a.compatMode};_.vh=function(a){return"rtl"==_.th(a,"direction")};_.wh=function(a,c){this.b=_.n(a)?a:0;this.S=_.n(c)?c:0};
|
336
|
+
_.wh.prototype.clone=function(){return new _.wh(this.b,this.S)};_.wh.prototype.ceil=function(){this.b=Math.ceil(this.b);this.S=Math.ceil(this.S);return this};_.wh.prototype.floor=function(){this.b=Math.floor(this.b);this.S=Math.floor(this.S);return this};_.wh.prototype.round=function(){this.b=Math.round(this.b);this.S=Math.round(this.S);return this};_.xh=function(a){return a.scrollingElement?a.scrollingElement:!_.bb&&_.uh(a)?a.documentElement:a.body||a.documentElement};
|
337
|
+
_.yh=function(a,c){this.width=a;this.height=c};_.k=_.yh.prototype;_.k.clone=function(){return new _.yh(this.width,this.height)};_.k.Cf=function(){return this.width*this.height};_.k.fc=function(){return!this.Cf()};_.k.ceil=function(){this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};_.k.floor=function(){this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};
|
338
|
+
_.k.round=function(){this.width=Math.round(this.width);this.height=Math.round(this.height);return this};_.zh=function(a){if(a instanceof _.kc&&a.constructor===_.kc&&a.w===_.jc)return a.b;_.ia(a);return"type_error:SafeHtml"};_.Ah=function(a,c){if(a.oa)throw Error("N");if(c){a.qa=!0;var d=_.bh(c);a.w&&a.w.b==d||(a.w=_.dh(c));a.Eb(c);a.pa()}else throw Error("O");};_.Bh=function(a){a.K||(a.K=new _.Fd(a));return a.K};
|
339
|
+
_.Ch=function(a){a=(a||window).document;a=_.uh(a)?a.documentElement:a.body;return new _.yh(a.clientWidth,a.clientHeight)};_.Dh=function(a){var c=_.xh(a);a=_.Nc(a);return _.B&&_.C("10")&&a.pageYOffset!=c.scrollTop?new _.wh(c.scrollLeft,c.scrollTop):new _.wh(a.pageXOffset||c.scrollLeft,a.pageYOffset||c.scrollTop)};_.Eh=function(a){try{return a&&a.activeElement}catch(c){}return null};_.Fh=function(a,c){a.innerHTML=_.zh(c)};_.Gh=function(a,c){"number"==typeof a&&(a=(c?Math.round(a):a)+"px");return a};
|
340
|
+
Hh=function(a){var c;try{c=a.getBoundingClientRect()}catch(d){return{left:0,top:0,right:0,bottom:0}}_.B&&a.ownerDocument.body&&(a=a.ownerDocument,c.left-=a.documentElement.clientLeft+a.body.clientLeft,c.top-=a.documentElement.clientTop+a.body.clientTop);return c};Ih={};_.Jh=function(a){return a instanceof _.Xb&&a.constructor===_.Xb&&a.o===_.Wb?a.b:"type_error:Const"};
|
341
|
+
_.Kh=function(a){var c=a.offsetWidth,d=a.offsetHeight,e=_.bb&&!c&&!d;return _.n(c)&&!e||!a.getBoundingClientRect?new _.yh(c,d):(a=Hh(a),new _.yh(a.right-a.left,a.bottom-a.top))};_.Lh=function(a){if("none"!=_.th(a,"display"))return _.Kh(a);var c=a.style,d=c.display,e=c.visibility,f=c.position;c.visibility="hidden";c.position="absolute";c.display="inline";a=_.Kh(a);c.display=d;c.position=f;c.visibility=e;return a};
|
342
|
+
Mh=function(a){switch(a){case 61:return 187;case 59:return 186;case 173:return 189;case 224:return 91;case 0:return 224;default:return a}};Nh=function(a){if(a.classList)return a.classList;a=a.className;return _.t(a)&&a.match(/\S+/g)||[]};Ph=/^(?:(?:https?|mailto|ftp):|[^&:/?#]*(?:[/?#]|$))/i;_.Qh=function(){this.b="";this.o=Ih};_.Qh.prototype.ub=!0;_.Qh.prototype.bb=function(){return this.b};_.Qh.prototype.ud=!0;_.Qh.prototype.Kb=function(){return 1};
|
343
|
+
_.Rh=function(a,c){if(/^\d+px?$/.test(c))return(0,window.parseInt)(c,10);var d=a.style.left,e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=c;c=a.style.pixelLeft;a.style.left=d;a.runtimeStyle.left=e;return+c};_.Sh=function(a,c){a.style.display=c?"":"none"};_.Th=function(a,c,d){var e;c instanceof _.wh?(e=c.b,c=c.S):(e=c,c=d);a.style.left=_.Gh(e,!1);a.style.top=_.Gh(c,!1)};_.Uh=function(a){if(_.ab)a=Mh(a);else if(_.eb&&_.bb)switch(a){case 93:a=91}return a};
|
344
|
+
_.Vh=function(a){if(48<=a&&57>=a||96<=a&&106>=a||65<=a&&90>=a||(_.bb||_.Za)&&0==a)return!0;switch(a){case 32:case 43:case 63:case 64:case 107:case 109:case 110:case 111:case 186:case 59:case 189:case 187:case 61:case 188:case 190:case 191:case 192:case 222:case 219:case 220:case 221:return!0;default:return!1}};_.Wh=function(a,c){return a.classList?a.classList.contains(c):_.Jc(Nh(a),c)};
|
345
|
+
_.Xh=function(a){if(a instanceof _.dc)return a;a=a.ub?a.bb():String(a);Ph.test(a)||(a="about:invalid#zClosurez");return _.ec(a)};_.Yh=function(a){if(a instanceof _.dc&&a.constructor===_.dc&&a.o===_.cc)return a.b;_.ia(a);return"type_error:SafeUrl"};_.Zh=function(a){if(a instanceof _.Qh&&a.constructor===_.Qh&&a.o===Ih)return a.b;_.ia(a);return"type_error:TrustedResourceUrl"};$h=function(a,c){return(c=a.currentStyle?a.currentStyle[c]:null)?_.Rh(a,c):0};
|
346
|
+
_.ai=function(a,c,d){_.ja(d)&&(d=d.join(" "));var e="aria-"+c;""===d||void 0==d?(Oh||(Oh={atomic:!1,autocomplete:"none",dropeffect:"none",haspopup:!1,live:"off",multiline:!1,multiselectable:!1,orientation:"vertical",readonly:!1,relevant:"additions text",required:!1,sort:"none",busy:!1,disabled:!1,hidden:!1,invalid:"false"}),d=Oh,c in d?a.setAttribute(e,d[c]):a.removeAttribute(e)):a.setAttribute(e,d)};_.bi=function(a,c,d,e){this.top=a;this.right=c;this.bottom=d;this.left=e};_.k=_.bi.prototype;
|
347
|
+
_.k.getHeight=function(){return this.bottom-this.top};_.k.clone=function(){return new _.bi(this.top,this.right,this.bottom,this.left)};_.k.contains=function(a){return this&&a?"undefined"!=typeof _.bi&&a instanceof _.bi?a.left>=this.left&&a.right<=this.right&&a.top>=this.top&&a.bottom<=this.bottom:a.b>=this.left&&a.b<=this.right&&a.S>=this.top&&a.S<=this.bottom:!1};
|
348
|
+
_.k.expand=function(a,c,d,e){_.Cc(a)?(this.top-=a.top,this.right+=a.right,this.bottom+=a.bottom,this.left-=a.left):(this.top-=a,this.right+=Number(c),this.bottom+=Number(d),this.left-=Number(e));return this};_.k.ceil=function(){this.top=Math.ceil(this.top);this.right=Math.ceil(this.right);this.bottom=Math.ceil(this.bottom);this.left=Math.ceil(this.left);return this};
|
349
|
+
_.k.floor=function(){this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.floor(this.bottom);this.left=Math.floor(this.left);return this};_.k.round=function(){this.top=Math.round(this.top);this.right=Math.round(this.right);this.bottom=Math.round(this.bottom);this.left=Math.round(this.left);return this};
|
350
|
+
_.ci=function(a,c,d,e,f,g){if(!(_.B||_.Za||_.bb&&_.C("525")))return!0;if(_.eb&&f)return _.Vh(a);if(f&&!e)return!1;_.ka(c)&&(c=_.Uh(c));f=17==c||18==c||_.eb&&91==c;if((!d||_.eb)&&f||_.eb&&16==c&&(e||g))return!1;if((_.bb||_.Za)&&e&&d)switch(a){case 220:case 219:case 221:case 192:case 186:case 189:case 187:case 188:case 190:case 191:case 192:case 222:return!1}if(_.B&&e&&c==a)return!1;switch(a){case 13:return!0;case 27:return!(_.bb||_.Za)}return _.Vh(a)};
|
351
|
+
_.T=function(a,c){a.classList?a.classList.remove(c):_.Wh(a,c)&&(a.className=(0,_.wa)(Nh(a),function(a){return a!=c}).join(" "))};_.U=function(a,c){a.classList?a.classList.add(c):_.Wh(a,c)||(a.className+=0<a.className.length?" "+c:c)};_.di=function(a,c,d){_.z.call(this);this.hc=a;this.w=c||0;this.o=d;this.b=(0,_.v)(this.Yf,this)};_.y(_.di,_.z);_.k=_.di.prototype;_.k.ja=0;_.k.O=function(){_.di.J.O.call(this);this.stop();delete this.hc;delete this.o};
|
352
|
+
_.k.start=function(a){this.stop();this.ja=_.ze(this.b,_.n(a)?a:this.w)};_.k.stop=function(){0!=this.ja&&_.m.clearTimeout(this.ja);this.ja=0};_.k.Yf=function(){this.ja=0;this.hc&&this.hc.call(this.o)};_.ei=function(a,c){if(_.B){var d=$h(a,c+"Left"),e=$h(a,c+"Right"),f=$h(a,c+"Top");a=$h(a,c+"Bottom");return new _.bi(f,e,a,d)}d=_.sh(a,c+"Left");e=_.sh(a,c+"Right");f=_.sh(a,c+"Top");a=_.sh(a,c+"Bottom");return new _.bi((0,window.parseFloat)(f),(0,window.parseFloat)(e),(0,window.parseFloat)(a),(0,window.parseFloat)(d))};
|
353
|
+
_.fi=function(a){a=Hh(a);return new _.wh(a.left,a.top)};_.gi=function(a){var c=_.bh(a),d=new _.wh(0,0),e;e=c?_.bh(c):window.document;e=!_.B||_.nb(9)||_.uh(_.dh(e).b)?e.documentElement:e.body;if(a==e)return d;a=Hh(a);c=_.Dh(_.dh(c).b);d.b=a.left+c.b;d.S=a.top+c.S;return d};_.hi=function(a,c,d,e){this.left=a;this.top=c;this.width=d;this.height=e};_.k=_.hi.prototype;_.k.clone=function(){return new _.hi(this.left,this.top,this.width,this.height)};
|
354
|
+
_.k.contains=function(a){return a instanceof _.wh?a.b>=this.left&&a.b<=this.left+this.width&&a.S>=this.top&&a.S<=this.top+this.height:this.left<=a.left&&this.left+this.width>=a.left+a.width&&this.top<=a.top&&this.top+this.height>=a.top+a.height};_.k.ceil=function(){this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};
|
355
|
+
_.k.floor=function(){this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};_.k.round=function(){this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.round(this.width);this.height=Math.round(this.height);return this};
|
356
|
+
_.ii=function(a,c){if("textContent"in a)a.textContent=c;else if(3==a.nodeType)a.data=c;else if(a.firstChild&&3==a.firstChild.nodeType){for(;a.lastChild!=a.firstChild;)a.removeChild(a.lastChild);a.firstChild.data=c}else _.$g(a),a.appendChild(_.bh(a).createTextNode(String(c)))};ji=0;_.ki=function(a,c){a.classList?(0,_.va)(c,function(c){_.T(a,c)}):a.className=(0,_.wa)(Nh(a),function(a){return!_.Jc(c,a)}).join(" ")};
|
357
|
+
_.li=function(a,c){if(a.classList)(0,_.va)(c,function(c){_.U(a,c)});else{var d={};(0,_.va)(Nh(a),function(a){d[a]=!0});(0,_.va)(c,function(a){d[a]=!0});a.className="";for(var e in d)a.className+=0<a.className.length?" "+e:e}};_.mi=function(a,c){return a==c?!0:a&&c?a.width==c.width&&a.height==c.height:!1};_.ni=function(a){for(var c in a)return!1;return!0};_.oi=function(a){return a[_.la]||(a[_.la]=++ji)};
|
358
|
+
_.pi=function(a){_.O.call(this);this.b=a;a=_.B?"focusout":"blur";this.o=_.N(this.b,_.B?"focusin":"focus",this,!_.B);this.w=_.N(this.b,a,this,!_.B)};_.y(_.pi,_.O);_.pi.prototype.handleEvent=function(a){var c=new _.hd(a.b);c.type="focusin"==a.type||"focus"==a.type?"focusin":"focusout";this.dispatchEvent(c)};_.pi.prototype.O=function(){_.pi.J.O.call(this);_.Bd(this.o);_.Bd(this.w);delete this.b};
|
359
|
+
var ri,ti;_.qi={};ri=null;_.si=function(a){a=_.oi(a);delete _.qi[a];_.ni(_.qi)&&ri&&ri.stop()};_.ui=function(){ri||(ri=new _.di(function(){ti()},20));var a=ri;0!=a.ja||a.start()};ti=function(){var a=(0,_.w)();_.Hc(_.qi,function(c){_.vi(c,a)});_.ni(_.qi)||_.ui()};
|
360
|
+
_.vi=function(a,c){c<a.w&&(a.C=c+a.C-a.w,a.w=c);a.b=(c-a.w)/(a.C-a.w);1<a.b&&(a.b=1);_.wi(a,a.b);1==a.b?(a.o=0,_.si(a),a.Xa("finish"),a.D()):1==a.o&&a.Fd()};_.wi=function(a,c){_.Dc(a.G)&&(c=a.G(c));a.A=Array(a.B.length);for(var d=0;d<a.B.length;d++)a.A[d]=(a.N[d]-a.B[d])*c+a.B[d]};
|
361
|
+
|
362
|
+
}catch(e){_._DumpException(e)}
|
363
|
+
try{
|
364
|
+
var bl;bl=[1,4,2];_.cl=function(a){return(_.bd?0==a.b.button:"click"==a.type?!0:!!(a.b.button&bl[0]))&&!(_.bb&&_.eb&&a.B)};var dl=function(){_.z.call(this);this.b=new _.Fd},fl;_.y(dl,_.z);_.el=new dl;fl=["click",_.ab?"keypress":"keydown","mousedown","touchstart"];dl.prototype.L=function(a,c,d,e,f){(f||this.b).A(a,fl,c,d,e)};dl.prototype.ua=function(a,c,d,e,f){(f||this.b).ua(a,fl,c,d,e)};dl.prototype.O=function(){this.b.fa();dl.J.O.call(this)};
|
365
|
+
var gl,il;gl=function(){};_.hl=new gl;il=["click",_.ab?"keypress":"keydown","keyup"];gl.prototype.L=function(a,c,d,e,f){var g=function(a){var d=_.td(c),f=_.fh(a.target)?a.target.getAttribute("role")||null:null;"click"==a.type&&_.cl(a)?d.call(e,a):13!=a.keyCode&&3!=a.keyCode||"keyup"==a.type?32!=a.keyCode||"keyup"!=a.type||"button"!=f&&"tab"!=f||(d.call(e,a),a.preventDefault()):(a.type="keypress",d.call(e,a))};g.hc=c;g.Qh=e;f?f.L(a,il,g,d):_.N(a,il,g,d)};
|
366
|
+
gl.prototype.ua=function(a,c,d,e,f){for(var g,h=0;g=il[h];h++){var l;var q=a;l=g;var r=!!d;l=_.jd(q)?q.Lb(l,r):q?(q=_.vd(q))?q.Lb(l,r):[]:[];for(q=0;r=l[q];q++){var u=r.listener;if(u.hc==c&&u.Qh==e){f?f.ua(a,g,r.listener,d,e):_.Ad(a,g,r.listener,d,e);break}}}};
|
367
|
+
|
368
|
+
}catch(e){_._DumpException(e)}
|
369
|
+
try{
|
370
|
+
var nl,ol,pl,wl,Cl;_.jl=function(a){_.E(this,a,0,-1,null)};_.y(_.jl,_.D);var kl=function(a){_.E(this,a,0,-1,null)};_.y(kl,_.D);_.ml=function(){var a=_.ll();return _.F(a,9)};nl=function(a){_.E(this,a,0,-1,null)};_.y(nl,_.D);ol=0;pl=[];_.ql=function(){this.data={}};_.ql.prototype.b=function(){window.console&&window.console.log&&window.console.log("Log data: ",this.data)};
|
371
|
+
_.ql.prototype.o=function(a){var c=[],d;for(d in this.data)c.push((0,window.encodeURIComponent)(d)+"="+(0,window.encodeURIComponent)(String(this.data[d])));return("atyp=i&zx="+(new Date).getTime()+"&"+c.join("&")).substr(0,a)};
|
372
|
+
var rl=function(a){var c=new window.Image,d=ol;c.onerror=c.onload=c.onabort=function(){d in pl&&delete pl[d]};pl[ol++]=c;c.src=a},sl=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,50,51,52,53,55,56,57,58,59,500],tl=null,ul=function(a,c){this.data={};var d=_.I(a,_.Kb,8)||new _.Kb;this.data.ei=_.K(_.F(a,10));this.data.ogf=_.K(_.F(d,3));var e;e=window.google&&window.google.sn?/.*hp$/.test(window.google.sn)?!1:!0:_.J(_.F(a,7));this.data.ogrp=e?"1":"";this.data.ogv=_.K(_.F(d,6))+
|
373
|
+
"."+_.K(_.F(d,7));this.data.ogd=_.K(_.F(a,21));this.data.ogc=_.K(_.F(a,20));this.data.ogl=_.K(_.F(a,5));c&&(this.data.oggv=c)};_.y(ul,_.ql);_.vl=function(a){var c="//www.google.com/gen_204?",c=c+a.o(2040-c.length);rl(c)};wl=function(a){if(!tl){tl={};for(var c=0;c<sl.length;c++)tl[sl[c]]=!0}return!!tl[a]};
|
374
|
+
_.xl=function(a,c,d,e,f){ul.call(this,a,c);_.Pc(this.data,{jexpid:_.K(_.F(a,9)),srcpg:"prop="+_.K(_.F(a,6)),jsr:Math.round(1/e),emsg:d.name+":"+d.message});if(f){f._sn&&(f._sn="og."+f._sn);for(var g in f)this.data[(0,window.encodeURIComponent)(g)]=f[g]}};_.y(_.xl,ul);
|
375
|
+
var yl=function(a,c,d,e,f,g){ul.call(this,a,c);_.Pc(this.data,{oge:e,ogex:_.K(_.F(a,9)),ogp:_.K(_.F(a,6)),ogsr:Math.round(1/(wl(e)?_.L(+_.G(d,3,1)):_.L(+_.G(d,2,1E-4)))),ogus:f});if(g){"ogw"in g&&(this.data.ogw=g.ogw,delete g.ogw);"ved"in g&&(this.data.ved=g.ved,delete g.ved);a=[];for(var h in g)0!=a.length&&a.push(","),a.push((h+"").replace(".","%2E").replace(",","%2C")),a.push("."),a.push((g[h]+"").replace(".","%2E").replace(",","%2C"));g=a.join("");""!=g&&(this.data.ogad=g)}};_.y(yl,ul);
|
376
|
+
var zl=function(a){this.b=a};zl.prototype.log=function(a,c){try{if(this.C(a)){var d=this.w(a,c);this.o(d)}}catch(e){}};zl.prototype.o=function(a){this.b?a.b():_.vl(a)};var Al=function(a,c,d,e,f){this.b=f;this.aa=a;this.H=c;this.G=e;this.F=_.L(+_.G(a,2,1E-4),1E-4);this.B=_.L(+_.G(a,3,1),1);c=Math.random();this.D=_.J(_.F(a,1))&&c<this.F;this.A=_.J(_.F(a,1))&&c<this.B;a=0;_.J(_.F(d,1))&&(a|=1);_.J(_.F(d,2))&&(a|=2);_.J(_.F(d,3))&&(a|=4);this.K=a};_.y(Al,zl);
|
377
|
+
Al.prototype.C=function(a){return this.b||(wl(a)?this.A:this.D)};Al.prototype.w=function(a,c){return new yl(this.H,this.G,this.aa,a,this.K,c)};var Bl=function(a,c,d,e){this.b=e;this.aa=c;this.G=d;this.B=_.L(+_.G(a,2,.001),.001);this.H=_.J(_.F(a,1))&&Math.random()<this.B;this.D=_.L(_.G(a,3,1),1);this.A=0;this.F=_.J(_.G(a,4,!0),!0)};_.y(Bl,zl);Bl.prototype.log=function(a,c){Bl.J.log.call(this,a,c);if(this.b&&this.F)throw a;};Bl.prototype.C=function(){return this.b||this.H&&this.A<this.D};
|
378
|
+
Bl.prototype.w=function(a,c){try{return _.Ca(_.Ba.U(),"lm").b(a,c)}catch(d){return new _.xl(this.aa,this.G,a,this.B,c)}};Bl.prototype.o=function(a){Bl.J.o.call(this,a);this.A++};_.ll=function(){return _.I(_.M(),nl,4)||new nl};Cl=null;_.Dl=function(){if(!Cl){var a=_.I(_.M(),_.jl,13)||new _.jl,c=_.Tb(),d=_.ml();Cl=new Bl(a,c,d,_.Qb)}return Cl};_.Rb=function(a,c){_.Dl().log(a,c)};
|
379
|
+
var El;El=null;_.Fl=function(){if(!El){var a=_.I(_.M(),kl,12)||new kl,c=_.Tb(),d=_.Jg(),e=_.ml();El=new Al(a,c,d,e,_.Qb)}return El};_.Gl=function(a,c){_.Fl().log(a,c)};_.Gl(8,{m:"BackCompat"==window.document.compatMode?"q":"s"});/*
|
380
|
+
Portions of this code are from MochiKit, received by
|
381
|
+
The Closure Authors under the MIT license. All other code is Copyright
|
382
|
+
2005-2009 The Closure Authors. All Rights Reserved.
|
383
|
+
*/
|
384
|
+
_.Hl=function(a,c){this.B=[];this.K=a;this.G=c||null;this.A=this.b=!1;this.w=void 0;this.H=this.M=this.D=!1;this.C=0;this.o=null;this.F=0};_.Hl.prototype.cancel=function(a){if(this.b)this.w instanceof _.Hl&&this.w.cancel();else{if(this.o){var c=this.o;delete this.o;a?c.cancel(a):(c.F--,0>=c.F&&c.cancel())}this.K?this.K.call(this.G,this):this.H=!0;this.b||(a=new Il,Jl(this),Kl(this,!1,a))}};_.Hl.prototype.aa=function(a,c){this.D=!1;Kl(this,a,c)};
|
385
|
+
var Kl=function(a,c,d){a.b=!0;a.w=d;a.A=!c;Ll(a)},Jl=function(a){if(a.b){if(!a.H)throw new Ml;a.H=!1}};_.Hl.prototype.hb=function(a){Jl(this);Kl(this,!0,a)};_.Hl.prototype.addCallback=function(a,c){return Nl(this,a,null,c)};var Nl=function(a,c,d,e){a.B.push([c,d,e]);a.b&&Ll(a);return a};_.Hl.prototype.then=function(a,c,d){var e,f,g=new _.ie(function(a,c){e=a;f=c});Nl(this,e,function(a){a instanceof Il?g.cancel():f(a)});return g.then(a,c,d)};_.fe(_.Hl);
|
386
|
+
var Ol=function(a){return(0,_.za)(a.B,function(a){return _.Dc(a[1])})},Ll=function(a){if(a.C&&a.b&&Ol(a)){var c=a.C,d=Pl[c];d&&(_.m.clearTimeout(d.ja),delete Pl[c]);a.C=0}a.o&&(a.o.F--,delete a.o);for(var c=a.w,e=d=!1;a.B.length&&!a.D;){var f=a.B.shift(),g=f[0],h=f[1],f=f[2];if(g=a.A?h:g)try{var l=g.call(f||a.G,c);_.n(l)&&(a.A=a.A&&(l==c||l instanceof Error),a.w=c=l);if(_.ge(c)||"function"===typeof _.m.Promise&&c instanceof _.m.Promise)e=!0,a.D=!0}catch(q){c=q,a.A=!0,Ol(a)||(d=!0)}}a.w=c;e&&(l=(0,_.v)(a.aa,
|
387
|
+
a,!0),e=(0,_.v)(a.aa,a,!1),c instanceof _.Hl?(Nl(c,l,e),c.M=!0):c.then(l,e));d&&(c=new Ql(c),Pl[c.ja]=c,a.C=c.ja)},Ml=function(){_.qa.call(this)};_.y(Ml,_.qa);Ml.prototype.message="Deferred has already fired";Ml.prototype.name="AlreadyCalledError";var Il=function(){_.qa.call(this)};_.y(Il,_.qa);Il.prototype.message="Deferred was canceled";Il.prototype.name="CanceledError";var Ql=function(a){this.ja=_.m.setTimeout((0,_.v)(this.o,this),0);this.b=a}; Ql.prototype.o=function(){delete Pl[this.ja];throw this.b;};var Pl={};
|
388
|
+
|
389
|
+
}catch(e){_._DumpException(e)}
|
390
|
+
try{
|
391
|
+
var Sl,Tl,Yl;_.Rl=function(a){return _.gc&&void 0!=a.children?a.children:(0,_.wa)(a.childNodes,function(a){return 1==a.nodeType})};Sl=function(a){return _.B&&!_.C("9")?(a=a.getAttributeNode("tabindex"),null!=a&&a.specified):a.hasAttribute("tabindex")};Tl=function(a){a=a.tabIndex;return _.ka(a)&&0<=a&&32768>a};_.Ul=function(a,c,d,e){if(null!=a)for(a=a.firstChild;a;){if(c(a)&&(d.push(a),e)||_.Ul(a,c,d,e))return!0;a=a.nextSibling}return!1};
|
392
|
+
_.Vl=function(a){var c;if((c="A"==a.tagName||"INPUT"==a.tagName||"TEXTAREA"==a.tagName||"SELECT"==a.tagName||"BUTTON"==a.tagName?!a.disabled&&(!Sl(a)||Tl(a)):Sl(a)&&Tl(a))&&_.B){var d;!_.Dc(a.getBoundingClientRect)||_.B&&null==a.parentElement?d={height:a.offsetHeight,width:a.offsetWidth}:d=a.getBoundingClientRect();a=null!=d&&0<d.height&&0<d.width}else a=c;return a};_.Wl=function(a,c){for(;a&&1!=a.nodeType;)a=c?a.nextSibling:a.previousSibling;return a};_.Xl=function(a){var c=new _.Qh;c.b=a;return c};
|
393
|
+
Yl=function(a,c){var d=[];return _.Ul(a,c,d,!0)?d[0]:void 0};_.Zl=function(a){var c;if(_.ic&&!(_.B&&_.C("9")&&!_.C("10")&&_.m.SVGElement&&a instanceof _.m.SVGElement)&&(c=a.parentElement))return c;c=a.parentNode;return _.fh(c)?c:null};_.$l=function(a,c){return(c||window.document).getElementsByTagName(String(a))};
|
394
|
+
var am=function(a){_.O.call(this);this.o=a||window;this.w=_.N(this.o,"resize",this.A,!1,this);this.b=_.Ch(this.o)},bm,dm;_.y(am,_.O);_.cm=function(){var a=window,c=_.oi(a);return bm[c]=bm[c]||new am(a)};bm={};dm=function(a){return a.b?a.b.clone():null};am.prototype.O=function(){am.J.O.call(this);this.w&&(_.Bd(this.w),this.w=null);this.b=this.o=null};am.prototype.A=function(){var a=_.Ch(this.o);_.mi(a,this.b)||(this.b=a,this.dispatchEvent("resize"))};
|
395
|
+
_.em=function(a,c){_.O.call(this);this.b=a;this.w=dm(this.b);this.D=c||100;this.A=_.N(a,"resize",this.B,!1,this)};_.y(_.em,_.O);_.em.prototype.O=function(){_.Bd(this.A);_.em.J.O.call(this)};_.em.prototype.B=function(){this.o||(this.o=new _.di(this.C,this.D,this),_.tc(this,this.o));this.o.start()};
|
396
|
+
_.em.prototype.C=function(){if(!this.b.aa){var a=this.w,c=dm(this.b);this.w=c;if(a){var d=!1;a.width!=c.width&&(this.dispatchEvent("b"),d=!0);a.height!=c.height&&(this.dispatchEvent("a"),d=!0);d&&this.dispatchEvent("resize")}else this.dispatchEvent("a"),this.dispatchEvent("b"),this.dispatchEvent("resize")}};
|
397
|
+
var fm=function(a){return Yl(a,function(a){return _.fh(a)&&_.Vl(a)})},gm=function(a){(a=fm(a))&&a.focus()};var hm=function(a){_.z.call(this);this.b=a||_.dh();this.o={}};_.y(hm,_.z);hm.prototype.O=function(){_.Hc(this.o,this.b.nd,this.b);this.b=this.o=null;hm.J.O.call(this)};
|
398
|
+
var jm=function(a,c){var d=im(a);_.ii(d,"");_.ze(function(){_.ii(d,c)},1)},im=function(a){var c=a.o.polite;if(c)return c.removeAttribute("aria-hidden"),c;c=a.b.createElement("DIV");c.style.position="absolute";c.style.top="-1000px";c.style.height="1px";c.style.overflow="hidden";_.ai(c,"live","polite");_.ai(c,"atomic","true");a.b.b.body.appendChild(c);return a.o.polite=c};
|
399
|
+
_.km=_.m.document&&_.m.document.documentElement&&!!_.m.document.documentElement.setCapture&&!!_.m.document.releaseCapture;_.lm=function(){_.O.call(this);this.B=[];this.la=[];this.N=[];this.Z=this.W=this.X=!1};_.y(_.lm,_.O);_.k=_.lm.prototype;_.k.ad=function(a){this.la.push(a);this.X=a.W=!0};_.k.init=function(){if(!this.Z){for(var a,c=0;a=this.B[c];c++)this.Lc(a);this.Z=!0}};_.k.Lc=function(a){this.X&&(_.N(a.b,"mousedown",a.Re,!1,a),this.ha&&_.U(a.b,this.ha));this.W&&this.da&&_.U(a.b,this.da)};_.k.fd=function(a){this.X&&(_.Ad(a.b,"mousedown",a.Re,!1,a),this.ha&&_.T(a.b,this.ha));this.W&&this.da&&_.T(a.b,this.da);a.fa()};
|
400
|
+
_.k.ue=function(a){var c=a.w?null:this.F;if(c&&c.w){var d=a.clientX;a=a.clientY;var e=_.Dh(_.dh(this.K).b),f=d+e.b,e=a+e.S,g;this.D&&(g=this.D(c.o,c.b,f,e));this.dispatchEvent(new _.mm("drag",0,this.b,0,c.o,0,d,a));c.w.dispatchEvent(new _.mm("drop",0,this.b,0,c.o,0,d,a,0,0,g))}this.dispatchEvent(new _.mm("dragend",0,this.b,0,c?c.o:void 0));_.Ad(this.A,"drag",this.Te,!1,this);_.Ad(this.A,"end",this.ue,!1,this);_.Ad(_.bh(this.b.o).body,"selectstart",this.gf);for(c=0;d=this.N[c];c++)_.Ad(d.b,"scroll",
|
401
|
+
this.ge,!1,this),d.o=[];this.A.fa();_.Zg(this.K);delete this.b;delete this.K;delete this.A;delete this.T;delete this.F};
|
402
|
+
_.k.Te=function(a){var c,d=_.Dh(_.dh(this.K).b);c=new _.wh(a.clientX+d.b,a.clientY+d.S);var d=c.b,e=c.S,f=this.F;this.dispatchEvent(new _.mm("drag",0,this.b,0,f?f.o:void 0,0,a.clientX,a.clientY));var g;if(f){this.D&&f.w&&(g=this.D(f.o,f.b,d,e));if(f.b.contains(c)&&g==this.ca)return;f.w&&(this.dispatchEvent(new _.mm("dragout",0,this.b,0,f.o)),f.w.dispatchEvent(new _.mm("dragout",0,this.b,0,f.o,0,void 0,void 0,0,0,this.ca)));this.ca=g;this.F=null}if(this.C.contains(c)){a:{for(var h=0;f=this.T[h];h++)if(f.b.contains(c))if(f.A){if(f.A.w.contains(c)){c=
|
403
|
+
f;break a}}else{c=f;break a}c=null}if((f=this.F=c)&&f.w)this.D&&(g=this.D(f.o,f.b,d,e)),d=new _.mm("dragover",0,this.b,0,f.o),d.w=g,this.dispatchEvent(d),f.w.dispatchEvent(new _.mm("dragover",0,this.b,0,f.o,0,a.clientX,a.clientY,0,0,g));else if(!f){this.o||(this.o=new _.nm(this.C.clone()));a=this.o.b;a.top=this.C.top;a.right=this.C.right;a.bottom=this.C.bottom;a.left=this.C.left;for(g=0;f=this.T[g];g++)c=f.b,f.A&&(f=f.A.w,c=new _.bi(Math.max(c.top,f.top),Math.min(c.right,f.right),Math.min(c.bottom,
|
404
|
+
f.bottom),Math.max(c.left,f.left))),f=null,d>=c.right?f=c.right>a.left?c.right:a.left:d<c.left&&(f=c.left<a.right?c.left:a.right),h=null,e>=c.bottom?h=c.bottom>a.top?c.bottom:a.top:e<c.top&&(h=c.top<a.bottom?c.top:a.bottom),null===f||null===h||(Math.abs(f-d)>Math.abs(h-e)?h=null:f=null),null!==f?f<=d?a.left=f:a.right=f:null!==h&&(h<=e?a.top=h:a.bottom=h);this.F=10<=(a.right-a.left)*(a.bottom-a.top)?this.o:null}}};_.k.gf=function(){return!1};
|
405
|
+
_.k.ge=function(a){for(var c=0,d;d=this.N[c];c++)if(a.target==d.b){var e=d.B-d.b.scrollTop,f=d.A-d.b.scrollLeft;d.B=d.b.scrollTop;d.A=d.b.scrollLeft;this.o&&this.F==this.o&&(0<e?this.o.b.top+=e:this.o.b.bottom+=e,0<f?this.o.b.left+=f:this.o.b.right+=f);for(var g=0,h;h=d.o[g];g++)h=h.b,h.top+=e,h.left+=f,h.bottom+=e,h.right+=f,_.om(this,h)}this.A.we(a)};
|
406
|
+
_.om=function(a,c){1==a.T.length?a.C=new _.bi(c.top,c.right,c.bottom,c.left):(a=a.C,a.left=Math.min(c.left,a.left),a.right=Math.max(c.right,a.right),a.top=Math.min(c.top,a.top),a.bottom=Math.max(c.bottom,a.bottom))};_.lm.prototype.O=function(){_.lm.J.O.call(this);for(var a,c=0;a=this.B[c];c++)this.fd(a);this.B.length=0};_.mm=function(a,c,d,e,f,g,h,l,q,r,u){_.ed.call(this,a);this.B=d;this.F=f;this.clientX=h;this.clientY=l;this.w=u};_.y(_.mm,_.ed); _.nm=function(a,c,d,e){this.b=a;this.w=c;this.o=d;this.B=e||null;this.A=null};
|
407
|
+
var pm=function(){_.lm.call(this)};_.y(pm,_.lm);_.qm=function(a,c){_.lm.call(this);this.V=!1;this.w=[];this.Y=_.G(c,1,!1);this.ea=_.F(c,2)||"";this.qa=_.F(c,3)||"";this.ka=this.Y&&this.ea?new hm:null;this.G=null;this.H=a;this.M={};this.$=null};_.y(_.qm,pm);_.k=_.qm.prototype;_.k.uh=_.jh.U();_.k.ad=function(a){_.qm.J.ad.call(this,a);this.w.push(a);this.V=!0};_.k.init=function(){_.qm.J.init.call(this);this.Y&&this.V&&_.N(this.H,"keydown",this.Ue,!1,this)};_.k.O=function(){this.Y&&this.V&&_.Ad(this.H,"keydown",this.Ue,!1,this);_.qm.J.O.call(this)};
|
408
|
+
_.k.Lc=function(a){_.qm.J.Lc.call(this,a);var c=a.b,c=c.id||(c.id="ogbkddg"+_.kh(this.uh));this.M[c]=a};_.k.fd=function(a){delete this.M[a.b.id];_.qm.J.fd.call(this,a)};
|
409
|
+
_.k.Ue=function(a){var c;a:{c=a.target;if(this.M)for(var d=this.H;c&&c!==d;){var e=c.id;if(e in this.M){c=this.M[e];break a}c=c.parentNode}c=null}c&&(32==a.keyCode?(this.G?this.P(0,c):(this.G=c,_.U(this.H,"gb_af"),_.U(c.b,"gb_8"),this.$=_.N(window.document,"mousedown",(0,_.v)(this.P,this,a,c,!1)),_.N(this.H,_.fd,this.De,!1,this),this.dispatchEvent(new rm(c)),gm(c.b)),a.preventDefault(),a.stopPropagation()):this.G&&sm(this,a,c))};_.k.De=function(a){var c=fm(this.G.b);a.target!=c&&this.P(0,this.G)};
|
410
|
+
var sm=function(a,c,d){var e=null,f=_.Zl(d.b);_.Rl(f);switch(c.keyCode){case 37:e=tm(a,d,-1);break;case 38:e=tm(a,d,-3);break;case 39:e=tm(a,d,1);break;case 40:e=tm(a,d,3);break;case 9:a.P(0,d);break;case 27:a.P(0,d,!0)}if(e){a.dispatchEvent(new _.mm("dragout",0,d));var f=e.target.B[0],g=new _.mm("dragover",0,null);g.F=f;g.w=e.b;a.dispatchEvent(g);gm(d.b);if(a.ka){d=1==a.w.indexOf(e.target)?a.qa:a.ea;var h=[e.b+1,f?f.b.children.length:0];d=d.replace(/%([0-9]+)\$s/g,function(a,c){c=(0,window.parseInt)(c,
|
411
|
+
10)-1;return c<h.length?h[c]:""});jm(a.ka,d)}c.preventDefault()}};_.qm.prototype.P=function(a,c,d){_.T(this.H,"gb_af");d?this.dispatchEvent(new _.mm("dragout",0,c)):(a=_.Zl(c.b),a=um(this,a),(a=-1!=a?this.w[a]:null)&&a.dispatchEvent(new _.mm("drop",0,null)));this.dispatchEvent(new _.mm("dragend",0,c));_.Bd(this.$);delete this.$;_.Ad(this.H,_.fd,this.De,!1,this);this.G=null;_.T(c.b,"gb_8")};
|
412
|
+
var tm=function(a,c,d){var e=c.b;c=_.Zl(c.b);var f=um(a,c);_.Rl(_.Zl(c));for(var g=_.Rl(c),h=(0,_.ua)(g,e),l=0<d?1:-1;e&&0!=d;){do e=0<l?_.n(e.nextElementSibling)?e.nextElementSibling:_.Wl(e.nextSibling,!0):_.n(e.previousElementSibling)?e.previousElementSibling:_.Wl(e.previousSibling,!1);while(e&&!(e.id in a.M));d-=l;h+=l;if(!e&&f<a.w.length&&(f+=l,a.w[f]))if(c=a.w[f].B[0].b,g=_.Rl(c),0<l)e=(3-h%3)%3,d=d<e?0:d-e,h=0,e=c.children[0];else{h=g.length;e=3-h%3-1;if(d=e>-d?0:d+e)h--,d++;e=c.children[h]}}return 0== d&&a.w[f]?new vm(a.w[f],h):null},um=function(a,c){for(var d=-1,e=0;e<a.w.length;e++)if(a.w[e].B[0].b==c){d=e;break}return d},vm=function(a,c){this.target=a;this.b=c},rm=function(a){_.mm.call(this,"dragstart",0,a)};_.y(rm,_.mm);
|
413
|
+
_.wm=new _.yh(88,100);(function(){for(var a=["ms","moz","webkit","o"],c=0,d;d=a[c]&&!_.m.requestAnimationFrame;++c)_.m.requestAnimationFrame=_.m[d+"RequestAnimationFrame"],_.m.cancelAnimationFrame=_.m[d+"CancelAnimationFrame"]||_.m[d+"CancelRequestAnimationFrame"];if(!_.m.requestAnimationFrame){var e=0;_.m.requestAnimationFrame=function(a){var c=(new Date).getTime(),d=Math.max(0,16-(c-e));e=c+d;return _.m.setTimeout(function(){a(c+d)},d)};_.m.cancelAnimationFrame||(_.m.cancelAnimationFrame=function(a){(0,window.clearTimeout)(a)})}})();
|
414
|
+
_.Xl(_.Jh(_.Yb("//www-onepick-opensocial.googleusercontent.com/gadgets/js/rpc.js?c=1&container=onepick")));_.Xl(_.Jh(_.Yb("//apis.google.com/js/rpc.js")));var xm=function(a){a||_.dh();_.Md.call(this)};_.y(xm,_.Md);xm.prototype.set=function(a,c){_.Md.prototype.set.call(this,a,c);return this};var ym=function(a,c,d,e){return a.set(c.key,c.caption,d,e)};xm.prototype.Bb=function(){};xm.prototype.R=function(){return null};var zm={key:"ok",caption:"OK"},Am={key:"cancel",caption:"Cancel"},Bm={key:"yes",caption:"Yes"},Cm={key:"no",caption:"No"},Dm={key:"save",caption:"Save"},Em={key:"continue",caption:"Continue"}; "undefined"!=typeof window.document&&(ym(new xm,zm,!0,!0),ym(ym(new xm,zm,!0),Am,!1,!0),ym(ym(new xm,Bm,!0),Cm,!1,!0),ym(ym(ym(new xm,Bm),Cm,!0),Am,!1,!0),ym(ym(ym(new xm,Em),Dm),Am,!0,!0));
|
415
|
+
|
416
|
+
}catch(e){_._DumpException(e)}
|
417
|
+
try{
|
418
|
+
var Fm;Fm=[3,5];_.Gm=function(a){_.E(this,a,0,-1,Fm)};_.y(_.Gm,_.D);var Hm=function(a){_.E(this,a,0,-1,null)};_.y(Hm,_.D);var Im=function(a){return function(){return!a.apply(this,arguments)}},Jm=function(a){var c=arguments,d=c.length;return function(){for(var a=0;a<d;a++)if(c[a].apply(this,arguments))return!0;return!1}},Km=function(a,c){a.src=_.Zh(c)},Lm=function(a,c){return null!==a&&c in a};
|
419
|
+
var Mm=function(){};var Nm=function(a,c,d){this.o=a;this.w=c;this.b=d||_.m};var Om=function(){this.b=[]};Om.prototype.o=function(a,c,d){this.B(a,c,d);this.b.push(new Nm(a,c,d))};Om.prototype.B=function(a,c,d){d=d||_.m;for(var e=0,f=this.b.length;e<f;e++){var g=this.b[e];if(g.o==a&&g.w==c&&g.b==d){this.b.splice(e,1);break}}};Om.prototype.w=function(a){for(var c=0,d=this.b.length;c<d;c++){var e=this.b[c];"catc"==e.o&&e.w.call(e.b,a)}};
|
420
|
+
_.Pm=function(a,c,d,e,f){_.z.call(this);this.A=c;this.X=e;this.D=f;this.K=!1;this.w={};this.o={};this.V=[];this.B=[];this.G=_.F(a,1)?"http":"https";this.T=[this.G+"://"+_.K(_.F(a,2)),"og/_/js","k="+_.K(_.F(a,3)),"rt=j"];this.H=""==_.K(_.F(a,14))?null:_.F(a,14);this.M=[this.G+"://"+_.K(_.F(a,2)),"og/_/ss","k="+_.K(_.F(a,13))];this.F=""==_.K(_.F(a,15))?null:_.F(a,15);this.P=_.J(_.F(a,1))?"?host=www.gstatic.com&bust="+_.K(_.F(a,16)):"";this.N=_.J(_.F(a,1))?"?host=www.gstatic.com&bust="+1E11*Math.random():
|
421
|
+
"";this.b=_.L(_.G(a,17,1),1);a=0;for(c=d[a];a<d.length;a++,c=d[a])this.w[c]=!0,this.o[c]=!0};_.y(_.Pm,_.z);_.Da(_.Pm,"m");_.Rm=function(a,c,d){c=(0,_.wa)(c,Im(Jm(_.Sc,_.sc(Lm,a.w))));if(0<c.length){var e;e=a.T.join("/")+"/"+("m="+c.join(","))+"/exm="+_.Vc(a.w).join(",")+"/d=1/ed=1";a.H&&(e+="/rs="+a.H);e+=a.P;Qm(a,e,(0,_.v)(a.Z,a,d));a.V.push(e);for(d=0;d<c.length;d++)a.w[c[d]]=!0}};_.Pm.prototype.Z=function(a){for(var c=0;c<this.B.length;c++)this.B[c].call(null);a&&a.call(null)};
|
422
|
+
var Qm=function(a,c,d,e){var f=window.document.createElement("SCRIPT");f.async=!0;f.type="text/javascript";f.charset="UTF-8";Km(f,_.Xl(c));var g=!0,h=e||1;e=(0,_.v)(function(){g=!1;this.D.log(47,{att:h,max:this.b,url:c});h<this.b?Qm(this,c,d,h+1):this.X.log(Error("ca`"+h+"`"+this.b),{url:c})},a);var l=(0,_.v)(function(){g&&(this.D.log(46,{att:h,max:this.b,url:c}),g=!1,d&&d.call(null))},a),q=function(a){"loaded"==a.readyState||"complete"==a.readyState?l():g&&window.setTimeout(function(){q(a)},100)};
|
423
|
+
"undefined"!==typeof f.addEventListener?f.onload=function(){l()}:f.onreadystatechange=function(){f.onreadystatechange=null;q(f)};f.onerror=e;a.D.log(45,{att:h,max:a.b,url:c});_.$l("HEAD")[0].appendChild(f)};_.Pm.prototype.Oc=function(a,c){a=(0,_.wa)(a,Im(Jm(_.Sc,_.sc(Lm,this.o))));if(0<a.length){var d=this.M.join("/")+"/"+("m="+a.join(","))+"/excm="+_.Vc(this.o).join(",")+"/d=1/ed=1";this.F&&(d+="/rs="+this.F);Sm(d+this.N,c);for(c=0;c<a.length;c++)this.o[a[c]]=!0}};
|
424
|
+
var Sm=function(a,c){var d=window.document.createElement("LINK");d.setAttribute("rel","stylesheet");d.setAttribute("type","text/css");d.setAttribute("href",a);d.onload=d.onreadystatechange=function(){d.readyState&&"loaded"!=d.readyState&&"complete"!=d.readyState||c&&c.call(null)};_.$l("HEAD")[0].appendChild(d)};
|
425
|
+
_.Pm.prototype.C=function(a,c){if(!this.K)if(void 0!=c)window.setTimeout((0,_.v)(this.C,this,a,void 0),c);else{_.Rm(this,_.F(this.A,1),a);a=_.F(this.A,2);if(_.F(this.A,3)){var d=(0,_.v)(this.Oc,this,a);a=function(){d()};"undefined"!==typeof window.addEventListener?window.addEventListener("load",a):window.attachEvent("onload",a)}else this.Oc(a);this.K=!0}};
|
426
|
+
var Tm=function(a,c){var d={};d._sn=["v.gas",c].join(".");_.Rb(a,d)};var Um=["gbq1","gbq2","gbqfbwa"],Vm=function(a){var c=window.document.getElementById("gbqld");c&&(c.style.display=a?"none":"block",c=window.document.getElementById("gbql"))&&(c.style.display=a?"block":"none")};var Xm=function(a,c,d){this.A=new Om;this.F=a;this.D=c;this.b=Wm(a.offsetWidth,this.D);this.H=d||new _.em(_.cm(),10);_.N(this.H,"b",function(){window.requestAnimationFrame?window.requestAnimationFrame((0,_.v)(this.C,this)):this.C()},!1,this)},Wm=function(a,c){for(var d=0,e=c.length-1,f=c[0];d<e;){if(a<=f.max)return f.id;f=c[++d]}return c[e].id};Xm.prototype.C=function(){var a=Wm(this.F.offsetWidth,this.D);a!=this.b&&(this.b=a,this.w(new Mm))};Xm.prototype.o=function(a,c,d){this.A.o(a,c,d)}; Xm.prototype.B=function(a,c){this.A.B(a,c)};Xm.prototype.w=function(a){this.A.w(a)};
|
427
|
+
var Ym,$m,an,bn,cn;Ym=null;_.Zm=function(){if(null!=Ym)return Ym;var a=window.document.body.style;if(!(a="flexGrow"in a||"webkitFlexGrow"in a))a:{if(a=window.navigator.userAgent){var c=/Trident\/(\d+)/.exec(a);if(c&&7<=Number(c[1])){a=/\bMSIE (\d+)/.exec(a);a=!a||"10"==a[1];break a}}a=!1}return Ym=a};
|
428
|
+
$m=function(a,c,d){var e=window.NaN;window.getComputedStyle&&(a=window.getComputedStyle(a,null).getPropertyValue(c))&&"px"==a.substr(a.length-2)&&(e=d?(0,window.parseFloat)(a.substr(0,a.length-2)):(0,window.parseInt)(a.substr(0,a.length-2),10));return e};
|
429
|
+
an=function(a){var c=a.offsetWidth,d=$m(a,"width");if(!(0,window.isNaN)(d))return c-d;var e=a.style.padding,f=a.style.paddingLeft,g=a.style.paddingRight;a.style.padding=a.style.paddingLeft=a.style.paddingRight=0;d=a.clientWidth;a.style.padding=e;a.style.paddingLeft=f;a.style.paddingRight=g;return c-d};
|
430
|
+
bn=function(a){var c=$m(a,"min-width");if(!(0,window.isNaN)(c))return c;var d=a.style.width,e=a.style.padding,f=a.style.paddingLeft,g=a.style.paddingRight;a.style.width=a.style.padding=a.style.paddingLeft=a.style.paddingRight=0;c=a.clientWidth;a.style.width=d;a.style.padding=e;a.style.paddingLeft=f;a.style.paddingRight=g;return c};cn=function(a,c){c||-.5!=a-Math.round(a)||(a-=.5);return Math.round(a)}; _.dn=function(a){if(a){var c=a.style.opacity;a.style.opacity=".99";_.Va(a.offsetWidth);a.style.opacity=c}};
|
431
|
+
var en=function(a){_.z.call(this);this.b=a;this.o=[];this.w=[]};_.y(en,_.z);en.prototype.O=function(){en.J.O.call(this);this.b=null;for(var a=0;a<this.o.length;a++)this.o[a].fa();for(a=0;a<this.w.length;a++)this.w[a].fa();this.o=this.w=null};
|
432
|
+
en.prototype.Ta=function(a){void 0==a&&(a=this.b.offsetWidth);for(var c=an(this.b),d=[],e=0,f=0,g=0,h=0,l=0;l<this.o.length;l++){var q=this.o[l],r=fn(q),u=an(q.b);d.push({item:q,kb:r,Jh:u,wc:0});e+=r.Hc;f+=r.Tc;g+=r.Wb;h+=u}a=a-h-c-g;e=0<a?e:f;f=a;c=d;do{g=!0;h=[];for(l=q=0;l<c.length;l++){var r=c[l],u=0<f?r.kb.Hc:r.kb.Tc,H=0==e?0:u/e*f+r.wc,H=cn(H,g),g=!g;r.wc=gn(r.item,H,r.Jh,r.kb.Wb);0<u&&H==r.wc&&(h.push(r),q+=u)}c=h;f=a-(0,_.ya)(d,function(a,c){return a+c.wc},0);e=q}while(0!=f&&0!=c.length);
|
433
|
+
for(l=0;l<this.w.length;l++)this.w[l].Ta()};var jn=function(a){var c={};c.items=(0,_.xa)(a.o,function(a){return hn(a)});c.children=(0,_.xa)(a.w,function(a){return jn(a)});return c},kn=function(a,c){for(var d=0;d<a.o.length;d++)a.o[d].b.style.width=c.items[d];for(d=0;d<a.w.length;d++)kn(a.w[d],c.children[d])};en.prototype.R=function(){return this.b};
|
434
|
+
var ln=function(a,c,d,e){en.call(this,a);this.B=c;this.C=d;this.A=e};_.y(ln,en);
|
435
|
+
var fn=function(a,c){var d=a.B,e=a.C;if(-1==a.A){var f=c;void 0==f&&(f=an(a.b));c=hn(a);var g=jn(a),h=$m(a.b,"width",!0);(0,window.isNaN)(h)&&(h=a.b.offsetWidth-f);f=Math.ceil(h);a.b.style.width=c;kn(a,g);a=f}else a=a.A;return{Hc:d,Tc:e,Wb:a}},gn=function(a,c,d,e){void 0==d&&(d=an(a.b));void 0==e&&(e=fn(a,d).Wb);c=e+c;0>c&&(c=0);a.b.style.width=c+"px";d=a.b.offsetWidth-d;a.b.style.width=d+"px";return d-e},hn=function(a){var c=a.b.style.width;a.b.style.width="";return c};
|
436
|
+
var mn=function(a,c,d){var e;void 0==e&&(e=-1);return{className:a,kb:{Hc:c||0,Tc:d||0,Wb:e}}},nn={className:"gb_Pe",items:[mn("gb_Xb"),mn("gb_8e"),mn("gb_Le",0,2),mn("gb_9e"),mn("gb_jb",1,1)],ib:[{className:"gb_jb",items:[mn("gb_zf",0,1),mn("gb_qc",0,1)],ib:[function(a){a=a.gb_zf;var c;if(a)c=a.R();else{c=window.document.querySelector(".gb_zf");if(!c)return null;a=new en(c)}c=c.querySelectorAll(".gb_Q");for(var d=0;d<c.length;d++){var e;if(_.Wh(c[d],"gb_S")){e=new ln(c[d],0,1,-1);var f=c[d].querySelector(".gb_P");
|
437
|
+
f&&(f=new ln(f,0,1,-1),e.o.push(f),a.w.push(e))}else e=new ln(c[d],0,0,-1);a.o.push(e)}return a},{className:"gb_qc",items:[mn("gb_fa"),mn("gb_yc"),mn("gb_Me"),mn("gb_gb",0,1),mn("gb_Af"),mn("gb_cb",0,1),mn("gb_Bf"),mn("gb_bf")],ib:[{className:"gb_gb",items:[mn("gb_ib",0,1)],ib:[{className:"gb_ib",items:[mn("gb_eb",0,1)],ib:[]}]}]}]},{className:"gb_5e",items:[mn("gbqff",1,1),mn("gb_4e")],ib:[]}]},on=function(a,c){if(!c){c=window.document.querySelector("."+a.className);if(!c)return null;c=new en(c)}for(var d=
|
438
|
+
{},e=0;e<a.items.length;e++){var f=a.items[e],g;if(g=(g=window.document.querySelector("."+f.className))?new ln(g,f.kb.Hc,f.kb.Tc,f.kb.Wb):null)c.o.push(g),d[f.className]=g}for(e=0;e<a.ib.length;e++){var f=a.ib[e],h;"function"==typeof f?h=f(d):h=on(f,d[f.className]);h&&c.w.push(h)}return c};
|
439
|
+
_.qn=function(a,c){_.z.call(this);this.G=c;this.o=window.document.getElementById("gb");this.B=(this.b=window.document.querySelector(".gb_jb"))?this.b.querySelector(".gb_qc"):null;this.A=[];this.ee=_.L(_.F(a,5),60);this.C=_.F(a,4);this.Rh=_.L(_.F(a,2),152);this.Uf=_.L(_.F(a,1),30);this.w=null;this.Oe=_.J(_.F(a,3),!0);this.o&&this.C&&(this.o.style.minWidth=this.C+"px");this.qb=null;this.o&&(this.qb=new Xm(this.o,[{id:"t",max:900},{id:"f"}]));this.Oe&&(this.o&&(pn(this),_.U(this.o,"gb_T"),this.b&&_.U(this.b,
|
440
|
+
"gb_T"),_.Zm()||(this.w=on(nn))),this.Ta(),window.setTimeout((0,_.v)(this.Ta,this),0));_.x("gbar.elc",(0,_.v)(this.K,this));_.x("gbar.ela",_.ga);_.x("gbar.elh",(0,_.v)(this.D,this))};_.y(_.qn,_.z);_.Da(_.qn,"el");var rn=function(){var a=_.qn.bi();return{es:a?{f:a.Rh,h:a.ee,m:a.Uf}:{f:152,h:60,m:30},mo:"md",vh:window.innerHeight||0,vw:window.innerWidth||0}};_.qn.prototype.Ta=function(a){a&&pn(this);this.w&&this.w.Ta(Math.max(window.document.documentElement.clientWidth,bn(this.o)));_.dn(this.b)};
|
441
|
+
_.qn.prototype.F=function(){try{var a=window.document.getElementById("gb"),c=a.querySelector(".gb_jb");_.T(a,"gb_Sf");c&&_.T(c,"gb_Sf");for(var a=0,d;d=Um[a];a++){var e=window.document.getElementById(d);e&&_.T(e,"gbqfh")}Vm(!1)}catch(f){Tm(f,"rhcc")}this.H&&this.H();this.Ta(!0)};
|
442
|
+
_.qn.prototype.M=function(){try{var a=window.document.getElementById("gb"),c=a.querySelector(".gb_jb");_.U(a,"gb_Sf");c&&_.U(c,"gb_Sf");for(var a=0,d;d=Um[a];a++){var e=window.document.getElementById(d);e&&_.U(e,"gbqfh")}Vm(!0)}catch(f){Tm(f,"ahcc")}this.Ta(!0)};_.sn=function(a){return a.qb?a.qb.b:"f"};_.qn.prototype.K=function(a){this.A.push(a)};_.qn.prototype.D=function(a){this.ee=rn().es.h+a;for(a=0;a<this.A.length;a++)try{this.A[a](rn())}catch(c){this.G.log(c)}}; var pn=function(a){if(a.b){var c;a.w&&(c=jn(a.w));_.U(a.b,"gb_W");a.b.style.minWidth=a.b.offsetWidth-an(a.b)+"px";a.B.style.minWidth=a.B.offsetWidth-an(a.B)+"px";_.T(a.b,"gb_W");c&&kn(a.w,c)}};
|
443
|
+
_.Og(function(){var a=_.I(_.M(),Hm,21)||new Hm,c=_.Dl(),a=new _.qn(a,c);_.Fa("el",a);_.x("gbar.gpca",(0,_.v)(a.M,a));_.x("gbar.gpcr",(0,_.v)(a.F,a))});_.x("gbar.elr",rn);_.tn=function(a){this.w=_.qn.U();this.o=a};_.tn.prototype.b=function(a,c){"t"==_.sn(this.w)?(_.U(a,"gb_V"),c?(_.T(a,"gb_fb"),_.U(a,"gb_Cf")):(_.T(a,"gb_Cf"),_.U(a,"gb_fb"))):_.ki(a,["gb_V","gb_fb","gb_Cf"])};_.x("gbar.sos",function(){return window.document.querySelectorAll(".gb_7e")});_.x("gbar.si",function(){return window.document.querySelector(".gb_6e")});
|
444
|
+
_.Og(function(){if(_.I(_.M(),_.Gm,16)){var a=window.document.querySelector(".gb_jb"),c=_.I(_.M(),_.Gm,16)||new _.Gm,c=_.J(_.F(c,1),!1),c=new _.tn(c);a&&c.o&&c.b(a,!1)}});
|
445
|
+
}catch(e){_._DumpException(e)}
|
446
|
+
try{
|
447
|
+
_.un=function(a){_.E(this,a,0,-1,null)};_.y(_.un,_.D);_.vn=function(a,c,d){return function(){try{return c.apply(d,arguments)}catch(e){a.log(e)}}};_.wn=function(){_.z.call(this);this.o=new _.O};_.y(_.wn,_.z);_.wn.prototype[_.id]=!0;_.k=_.wn.prototype;_.k.L=function(a,c,d,e){return this.o.L(a,c,d,e)};_.k.La=function(a,c,d,e){return this.o.La(a,c,d,e)};_.k.ua=function(a,c,d,e){return this.o.ua(a,c,d,e)};_.k.oc=function(a){return this.o.oc(a)};_.k.dispatchEvent=function(a){return this.o.dispatchEvent(a)}; _.k.Rc=function(a){return this.o.Rc(a)};_.k.Ec=function(){return this.o.Ec()};_.k.Hb=function(a,c,d){return this.o.Hb(a,c,d)};_.k.Lb=function(a,c){return this.o.Lb(a,c)};_.k.lb=function(a,c,d,e){return this.o.lb(a,c,d,e)};
|
448
|
+
|
449
|
+
}catch(e){_._DumpException(e)}
|
450
|
+
try{
|
451
|
+
_.xn=function(a){_.E(this,a,0,-1,null)};_.y(_.xn,_.D);
|
452
|
+
}catch(e){_._DumpException(e)}
|
453
|
+
try{
|
454
|
+
var yn=function(){_.Ng.w(_.Rb)},zn=function(a,c){var d=_.Dl(),d=_.vn(d,yn);a.addEventListener?a.addEventListener(c,d):a.attachEvent&&a.attachEvent("on"+c,d)},An=[1,2],Bn=function(a,c){a.B.push(c)},Cn=function(a){_.E(this,a,0,-1,An)};_.y(Cn,_.D);
|
455
|
+
var Dn=function(a){_.z.call(this);this.C=a;this.w=this.b=null;this.D=0;this.B={};this.o=!1;a=window.navigator.userAgent;0<=a.indexOf("MSIE")&&0<=a.indexOf("Trident")&&(a=/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a))&&a[1]&&9>(0,window.parseFloat)(a[1])&&(this.o=!0)};_.y(Dn,_.z);
|
456
|
+
var En=function(a,c,d){if(!a.o)if(d instanceof Array)for(var e in d)En(a,c,d[e]);else{e=(0,_.v)(a.F,a,c);var f=a.D+d;a.D++;c.setAttribute("data-eqid",f);a.B[f]=e;c&&c.addEventListener?c.addEventListener(d,e,!1):c&&c.attachEvent?c.attachEvent("on"+d,e):a.C.log(Error("aa`"+c))}};
|
457
|
+
Dn.prototype.A=function(a,c){if(this.o)return null;if(c instanceof Array){var d=null,e;for(e in c){var f=this.A(a,c[e]);f&&(d=f)}return d}d=null;this.b&&this.b.type==c&&this.w==a&&(d=this.b,this.b=null);if(e=a.getAttribute("data-eqid"))a.removeAttribute("data-eqid"),(e=this.B[e])?a.removeEventListener?a.removeEventListener(c,e,!1):a.detachEvent&&a.detachEvent("on"+c,e):this.C.log(Error("ba`"+a));return d};
|
458
|
+
Dn.prototype.F=function(a,c){this.b=c;this.w=a;c.preventDefault?c.preventDefault():c.returnValue=!1};var Fn=function(){_.z.call(this);this.o=[];this.b=[]};_.y(Fn,_.z);Fn.prototype.w=function(a,c){this.o.push({xc:a,options:c})};Fn.prototype.init=function(a,c,d){window.gapi={};var e=window.___jsl={};e.h=_.K(_.F(a,1));e.ms=_.K(_.F(a,2));e.m=_.K(_.F(a,3));e.l=[];_.F(c,1)&&(a=_.F(c,3))&&this.b.push(a);_.F(d,1)&&(d=_.F(d,2))&&this.b.push(d);_.x("gapi.load",(0,_.v)(this.w,this));return this};
|
459
|
+
var Gn=function(a){_.z.call(this);this.C=a;this.A=this.b=null;this.o={};this.B={};this.w={}};_.y(Gn,_.z);_.k=Gn.prototype;_.k.ef=function(a){a&&this.b&&a!=this.b&&this.b.close();this.b=a};_.k.Qe=function(a){a=this.w[a]||a;return this.b==a};_.k.Vh=function(a){this.A=a};_.k.Pe=function(a){return this.A==a};_.k.ed=function(){this.b&&this.b.close();this.b=null};_.k.Ff=function(a){this.b&&this.b.getId()==a&&this.ed()};_.k.Vb=function(a,c,d){this.o[a]=this.o[a]||{};this.o[a][c]=this.o[a][c]||[];this.o[a][c].push(d)};
|
460
|
+
_.k.cd=function(a,c){c=c.getId();if(this.o[a]&&this.o[a][c])for(var d=0;d<this.o[a][c].length;d++)try{this.o[a][c][d]()}catch(e){this.C.log(e)}};_.k.Xh=function(a,c){this.B[a]=c};_.k.Df=function(a){return!this.B[a.getId()]};_.k.hh=function(){return!!this.b&&this.b.Da};_.k.Bf=function(){return!!this.b};_.k.Ve=function(){this.b&&this.b.yb()};_.k.Zh=function(a){this.w[a]&&(this.b&&this.b.getId()==a||this.w[a].open())};_.k.xh=function(a){this.w[a.getId()]=a};var Hn=function(a,c){a.__PVT=c};
|
461
|
+
(function(){var a;window.gbar&&window.gbar._LDD?a=window.gbar._LDD:a=[];var c=_.Jg();Hn(window,_.K(_.F(c,8)));var c=_.Tb(),d=_.Dl();a=new _.Pm(c,_.I(_.M(),Cn,17)||new Cn,a,d,_.Fl());_.Fa("m",a);var e=function(){_.x("gbar.qm",(0,_.v)(function(a){try{a()}catch(g){d.log(g)}},this));_.gg("api").Sa()};_.J(_.F(c,18),!0)?a.C(e):(c=_.L(_.F(c,19),200),c=(0,_.v)(a.C,a,e,c),_.Og(c))})();zn(window.document,"DOMContentLoaded");zn(window,"load");
|
462
|
+
_.x("gbar.ldb",_.v(_.Ng.w,_.Ng,_.Rb));_.x("gbar.mls",function(){});_.Fa("eq",new Dn(_.Dl()));_.Fa("gs",(new Fn).init(_.ll(),_.I(_.M(),_.un,5)||new _.un,_.I(_.M(),_.xn,6)||new _.xn));(function(){for(var a=function(a){return function(){_.Gl(44,{n:a})}},c=0;c<_.Ia.length;c++){var d="gbar."+_.Ia[c];_.x(d,a(d))}var e=_.Ba.U();_.Ca(e,"api").Sa();Bn(_.Ca(e,"m"),function(){_.Ca(e,"api").Sa()})})();var In=function(a){_.Og(function(){var c=window.document.querySelector("."+a);c&&(c=c.querySelector(".gb_b"))&&En(_.gg("eq"),c,"click")})};var Jn=window.document.querySelector(".gb_fa"),Kn=/(\s+|^)gb_3e(\s+|$)/;Jn&&!Kn.test(Jn.className)&&In("gb_fa");var Ln=new Gn(_.Dl());_.Fa("dd",Ln);_.x("gbar.close",(0,_.v)(Ln.ed,Ln));_.x("gbar.cls",(0,_.v)(Ln.Ff,Ln));_.x("gbar.abh",(0,_.v)(Ln.Vb,Ln,0));_.x("gbar.adh",(0,_.v)(Ln.Vb,Ln,1));_.x("gbar.ach",(0,_.v)(Ln.Vb,Ln,2));_.x("gbar.aeh",(0,_.v)(Ln.Xh,Ln));_.x("gbar.bsy",(0,_.v)(Ln.hh,Ln));_.x("gbar.op",(0,_.v)(Ln.Bf,Ln));
|
463
|
+
In("gb_gb");_.Og(function(){var a=window.document.querySelector(".gb_1b");a&&En(_.gg("eq"),a,"click")});In("gb_yc");_.x("gbar.qfgw",(0,_.v)(window.document.getElementById,window.document,"gbqfqw"));_.x("gbar.qfgq",(0,_.v)(window.document.getElementById,window.document,"gbqfq"));_.x("gbar.qfgf",(0,_.v)(window.document.getElementById,window.document,"gbqf"));_.x("gbar.qfsb",(0,_.v)(window.document.getElementById,window.document,"gbqfb"));
|
464
|
+
In("gb_Me");In("gb_bf");
|
465
|
+
}catch(e){_._DumpException(e)}
|
466
|
+
})(this.gbar_);
|
467
|
+
// Google Inc.
|
468
|
+
</script><div class="gb_7a"><div class="gb_ia gb_ha gb_va" aria-label="Google apps" aria-hidden="true" role="region"><ul class="gb_ka gb_da" aria-dropeffect="move"><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="192" href="https://myaccount.google.com/?utm_source=OGB" id="gb192" data-ved="0EMEuCAEoAA"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -1449px"></span><span class="gb_4">My Account</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="1" href="https://www.google.com/webhp?tab=ww&ei=VoutWJulLIr_UOyuvegE&ved=0EKkuCAIoAQ" id="gb1"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -276px"></span><span class="gb_4">Search</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="8" href="https://maps.google.com/maps?hl=en&tab=wl" id="gb8" data-ved="0EMEuCAMoAg"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -69px"></span><span class="gb_4">Maps</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="36" href="https://www.youtube.com/" id="gb36" data-ved="0EMEuCAQoAw"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -138px"></span><span class="gb_4">YouTube</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="78" href="https://play.google.com/?hl=en&tab=w8" id="gb78" data-ved="0EMEuCAUoBA"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -1380px"></span><span class="gb_4">Play</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="5" href="https://news.google.com/nwshp?hl=en&tab=wn&ei=VoutWJulLIr_UOyuvegE&ved=0EKkuCAYoBQ" id="gb5"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -1311px"></span><span class="gb_4">News</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="23" href="https://mail.google.com/mail/?tab=wm" id="gb23" data-ved="0EMEuCAcoBg"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -621px"></span><span class="gb_4">Gmail</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="49" href="https://drive.google.com/?tab=wo" id="gb49" data-ved="0EMEuCAgoBw"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -1518px"></span><span class="gb_4">Drive</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="24" href="https://www.google.com/calendar?tab=wc" id="gb24" data-ved="0EMEuCAkoCA"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -1794px"></span><span class="gb_4">Calendar</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="119" href="https://plus.google.com/?gpsrc=ogpy0&tab=wX" id="gb119" data-ved="0EMEuCAooCQ"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -897px"></span><span class="gb_4">Google+</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="51" href="https://translate.google.com/?hl=en&tab=wT" id="gb51" data-ved="0EMEuCAsoCg"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -1587px"></span><span class="gb_4">Translate</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="31" href="https://photos.google.com/?tab=wq&pageId=none" id="gb31" data-ved="0EMEuCAwoCw"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -345px"></span><span class="gb_4">Photos</span></a></li></ul><a class="gb_la gb_2e" aria-label="More Google apps" href="https://www.google.com/intl/en/options/">More</a><span class="gb_ma"></span><ul class="gb_ka gb_ea" aria-dropeffect="move"><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="6" href="http://www.google.com/shopping?hl=en&tab=wf&ei=VoutWJulLIr_UOyuvegE&ved=0EKkuCA0oDA" id="gb6"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -1863px"></span><span class="gb_4">Shopping</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="212" href="https://wallet.google.com/?tab=wa" id="gb212" data-ved="0EMEuCA4oDQ"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -966px"></span><span class="gb_4">Wallet</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="27" href="https://www.google.com/finance?tab=we" id="gb27" data-ved="0EMEuCA8oDg"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -1725px"></span><span class="gb_4">Finance</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="25" href="https://docs.google.com/document/?usp=docs_alc" id="gb25" data-ved="0EMEuCBAoDw"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -552px"></span><span class="gb_4">Docs</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="10" href="https://books.google.com/bkshp?hl=en&tab=wp&ei=VoutWJulLIr_UOyuvegE&ved=0EKkuCBEoEA" id="gb10"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -1242px"></span><span class="gb_4">Books</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="30" href="https://www.blogger.com/?tab=wj" id="gb30" data-ved="0EMEuCBIoEQ"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -2001px"></span><span class="gb_4">Blogger</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="53" href="https://www.google.com/contacts/?hl=en&tab=wC" id="gb53" data-ved="0EMEuCBMoEg"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -483px"></span><span class="gb_4">Contacts</span></a></li><li class="gb_Z" aria-grabbed="false"><a class="gb_O" data-pid="300" href="https://hangouts.google.com/" id="gb300" data-ved="0EMEuCBQoEw"><div class="gb_9"></div><div class="gb_aa"></div><div class="gb_ba"></div><div class="gb_ca"></div><span class="gb_3" style="background-position:0 -759px"></span><span class="gb_4">Hangouts</span></a></li></ul><a class="gb_ma gb_We" href="https://www.google.com/intl/en/options/">Even more from Google</a></div></div><style>.gb_7a{display:none!important}.gb_8a{visibility:hidden}@-moz-keyframes gb__a{0%{opacity:0}50%{opacity:1}}@keyframes gb__a{0%{opacity:0}50%{opacity:1}}#gbq2{display:block}#gbqf{display:block;margin:0;margin-right:60px;white-space:nowrap}.gbqff{border:none;display:inline-block;margin:0;padding:0;vertical-align:top;width:100%}.gbqfqw,#gbqfb,.gbqfwa{vertical-align:top}#gbqfaa,#gbqfab,#gbqfqwb{position:absolute}#gbqfaa{left:0}#gbqfab{right:0}.gbqfqwb,.gbqfqwc{right:0;left:0;height:100%}.gbqfqwb{padding:0 8px}#gbqfbw{display:inline-block;vertical-align:top}#gbqfb{border:1px solid transparent;border-bottom-left-radius:0;border-top-left-radius:0;height:30px;margin:0;outline:none;padding:0 0;width:60px;-moz-box-shadow:none;box-shadow:none;-moz-box-sizing:border-box;box-sizing:border-box;background:#4285f4;background:-moz-linear-gradient(top,#4387fd,#4683ea);background:linear-gradient(top,#4387fd,#4683ea);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=1)}#gbqfb:hover{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15);box-shadow:0 1px 0 rgba(0,0,0,.15)}#gbqfb:focus{-moz-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}#gbqfb:hover:focus{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px #fff;box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px #fff}#gbqfb:active:active{border:1px solid transparent;-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);box-shadow:inset 0 2px 0 rgba(0,0,0,.15);background:#3c78dc;background:-moz-linear-gradient(top,#3c7ae4,#3f76d3);background:linear-gradient(top,#3c7ae4,#3f76d3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7ae4,endColorstr=#3f76d3,GradientType=1)}.gbqfi{background-position:-428px 0;display:inline-block;margin:-1px;height:30px;width:30px}.gbqfqw{background:#fff;background-clip:padding-box;border:1px solid #cdcdcd;border-color:rgba(0,0,0,.15);border-right-width:0;height:30px;-moz-box-sizing:border-box;box-sizing:border-box}#gbfwc .gbqfqw{border-right-width:1px}#gbqfqw{position:relative}.gbqfqw.gbqfqw:hover{border-color:#a9a9a9;border-color:rgba(0,0,0,.3)}.gbqfwa{display:inline-block;width:100%}.gbqfwb{width:40%}.gbqfwc{width:60%}.gbqfwb .gbqfqw{margin-left:10px}.gbqfqw.gbqfqw:active,.gbqfqw.gbqfqwf.gbqfqwf{border-color:#4285f4}#gbqfq,#gbqfqb,#gbqfqc{background:transparent;border:none;height:20px;margin-top:4px;padding:0;vertical-align:top;width:100%}#gbqfq:focus,#gbqfqb:focus,#gbqfqc:focus{outline:none}.gbqfif,.gbqfsf{color:#222;font:16px arial,sans-serif}#gbqfbwa{display:none;text-align:center;height:0}#gbqfbwa .gbqfba{margin:16px 8px}#gbqfsa,#gbqfsb{font:bold 11px/27px Arial,sans-serif!important;vertical-align:top}.gb_ga .gbqfqw.gbqfqw,.gb_X .gbqfqw.gbqfqw{border-color:rgba(255,255,255,1);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.gb_ga #gbqfb,.gb_X #gbqfb{-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2)}.gb_ga #gbqfb:hover,.gb_X #gbqfb:hover{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2)}.gb_ga #gbqfb:active,.gb_X #gbqfb:active{-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2);box-shadow:inset 0 2px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2)}.gbqfb,.gbqfba,.gbqfbb{cursor:default!important;display:inline-block;font-weight:bold;height:29px;line-height:29px;min-width:54px;padding:0 8px;text-align:center;text-decoration:none!important;-moz-border-radius:2px;border-radius:2px;-moz-user-select:-moz-none}.gbqfba:focus{border:1px solid #4d90fe;outline:none;-moz-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff}.gbqfba:hover{border-color:#c6c6c6;color:#222!important;-moz-box-shadow:0 1px 0 rgba(0,0,0,.15);box-shadow:0 1px 0 rgba(0,0,0,.15);background:#f8f8f8;background:-moz-linear-gradient(top,#f8f8f8,#f1f1f1);background:linear-gradient(top,#f8f8f8,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8,endColorstr=#f1f1f1,GradientType=1)}.gbqfba:hover:focus{-moz-box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px #fff;box-shadow:0 1px 0 rgba(0,0,0,.15),inset 0 0 0 1px #fff}.gbqfb::-moz-focus-inner{border:0}.gbqfba::-moz-focus-inner{border:0}.gbqfba{border:1px solid #dcdcdc;border-color:rgba(0,0,0,0.1);color:#444!important;font-size:11px;background:#f5f5f5;background:-moz-linear-gradient(top,#f5f5f5,#f1f1f1);background:linear-gradient(top,#f5f5f5,#f1f1f1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#f5f5f5,endColorstr=#f1f1f1,GradientType=1)}.gbqfba:active{-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}@-moz-keyframes gb__nb{0%{-moz-transform:scale(0,0);transform:scale(0,0)}20%{-moz-transform:scale(1.4,1.4);transform:scale(1.4,1.4)}50%{-moz-transform:scale(.8,.8);transform:scale(.8,.8)}85%{-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{-moz-transform:scale(1.0,1.0);transform:scale(1.0,1.0)}}@keyframes gb__nb{0%{-moz-transform:scale(0,0);transform:scale(0,0)}20%{-moz-transform:scale(1.4,1.4);transform:scale(1.4,1.4)}50%{-moz-transform:scale(.8,.8);transform:scale(.8,.8)}85%{-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{-moz-transform:scale(1.0,1.0);transform:scale(1.0,1.0)}}.gb_sc{background-position:-314px -38px;opacity:.55;height:100%;width:100%}.gb_b:hover .gb_sc,.gb_b:focus .gb_sc{opacity:.85}.gb_tc .gb_sc{background-position:-463px 0}.gb_uc{background-color:#cb4437;-moz-border-radius:8px;border-radius:8px;font:bold 11px Arial;color:#fff;line-height:16px;min-width:14px;padding:0 1px;position:absolute;right:0;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,0.1);top:0;visibility:hidden;z-index:990}.gb_vc .gb_uc,.gb_vc .gb_wc,.gb_vc .gb_wc.gb_xc{visibility:visible}.gb_wc{padding:0 2px;visibility:hidden}.gb_yc:not(.gb_zc) .gb_lb,.gb_yc:not(.gb_zc) .gb_kb{left:3px}.gb_uc.gb_Ac{-moz-animation:gb__nb .6s 1s both ease-in-out;animation:gb__nb .6s 1s both ease-in-out;-moz-perspective-origin:top right;perspective-origin:top right;-moz-transform:scale(1,1);transform:scale(1,1);-moz-transform-origin:top right;transform-origin:top right}.gb_Ac .gb_wc{visibility:visible}.gb_ga .gb_b .gb_sc{background-position:0 0;opacity:.7}.gb_ga .gb_tc .gb_sc{background-position:-279px -38px}.gb_ga .gb_b:hover .gb_sc,.gb_ga .gb_b:focus .gb_sc{opacity:.85}.gb_X .gb_b .gb_sc{background-position:-349px -38px;opacity:1}.gb_X .gb_tc .gb_sc{background-position:-393px 0}.gb_ga .gb_uc,.gb_X .gb_uc{border:none}.gb_yc .gb_Bc{font-size:14px;font-weight:bold;top:0;right:0}.gb_yc .gb_b{display:inline-block;vertical-align:middle;-moz-box-sizing:border-box;box-sizing:border-box;height:30px;width:30px}.gb_yc .gb_kb{border-bottom-color:#e5e5e5}.gb_Cc{background-color:rgba(0,0,0,.55);color:#fff;font-size:12px;font-weight:bold;line-height:20px;margin:5px;padding:0 2px;text-align:center;-moz-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:50%;border-radius:50%;height:20px;width:20px}.gb_Cc.gb_Dc{background-position:-194px -21px}.gb_Cc.gb_Ec{background-position:-194px -46px}.gb_b:hover .gb_Cc,.gb_b:focus .gb_Cc{background-color:rgba(0,0,0,.85)}#gbsfw.gb_Fc{background:#e5e5e5;border-color:#ccc}.gb_ga .gb_Cc{background-color:rgba(0,0,0,.7)}.gb_X .gb_Cc.gb_Cc,.gb_X .gb_vc .gb_Cc.gb_Cc,.gb_X .gb_vc .gb_b:hover .gb_Cc,.gb_X .gb_vc .gb_b:focus .gb_Cc{background-color:#fff;color:#404040}.gb_X .gb_Cc.gb_Dc{background-position:-70px 0}.gb_X .gb_Cc.gb_Ec{background-position:-219px 0}.gb_vc .gb_Cc.gb_Cc{background-color:#db4437;color:#fff}.gb_vc .gb_b:hover .gb_Cc,.gb_vc .gb_b:focus .gb_Cc{background-color:#a52714}.gb_N .gbqfi::before{left:-428px;top:0}.gb_Eb .gbqfb:focus .gbqfi{outline:1px dotted #fff}.gb_N .gb_fa .gb_b::before,.gb_N.gb_ga .gb_fa .gb_b::before{left:-132px;top:-38px}.gb_N.gb_X .gb_fa .gb_b::before{left:-463px;top:-35px}.gb_Eb .gb_la{position:relative}.gb_fa .gb_b:hover,.gb_fa .gb_b:focus{opacity:.85}.gb_X .gb_fa .gb_b:hover,.gb_X .gb_fa .gb_b:focus{opacity:1}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_pa .gb_3{background-image:url('//ssl.gstatic.com/gb/images/p2_3645acaa.png')}}.gb_N .gb_1b .gb_3b::before{left:0;top:-35px}.gb_N.gb_X .gb_1b .gb_3b::before{left:-296px;top:0}.gb_N.gb_ga .gb_1b .gb_3b::before{left:-97px;top:0}.gb_N .gb_Za{background-image:none!important}.gb_N .gb_4b{visibility:visible}.gb_Eb .gb_Ad span{background:transparent}.gb_N .gb_sc::before{left:-314px;top:-38px}.gb_N .gb_tc .gb_sc::before{left:-463px;top:0}.gb_N.gb_ga .gb_b .gb_sc::before{left:0;top:0}.gb_N.gb_ga .gb_tc .gb_sc::before{left:-279px;top:-38px}.gb_N.gb_X .gb_b .gb_sc::before{left:-349px;top:-38px}.gb_N.gb_X .gb_tc .gb_sc::before{left:-393px;top:0}.gb_Eb .gb_Cc{border:1px solid #fff;color:#fff}.gb_Eb.gb_ga .gb_Cc{border-color:#000;color:#000}.gb_N .gb_Cc.gb_Dc::before,.gb_Eb.gb_N.gb_X .gb_Cc.gb_Dc::before{left:-194px;top:-21px}.gb_N .gb_Cc.gb_Ec::before,.gb_Eb.gb_N.gb_X .gb_Cc.gb_Ec::before{left:-194px;top:-46px}.gb_N.gb_X .gb_Cc.gb_Dc::before,.gb_Eb.gb_N.gb_ga .gb_Cc.gb_Dc::before{left:-70px;top:0}.gb_N.gb_X .gb_Cc.gb_Ec::before,.gb_Eb.gb_N.gb_ga .gb_Cc.gb_Ec::before{left:-219px;top:0}.gb_fd{color:#ffffff;font-size:13px;font-weight:bold;height:25px;line-height:19px;padding-top:5px;padding-left:12px;position:relative;background-color:#4d90fe}.gb_fd .gb_gd{color:#ffffff;cursor:default;font-size:22px;font-weight:normal;position:absolute;right:12px;top:5px}.gb_fd .gb_1c,.gb_fd .gb_hd{color:#ffffff;display:inline-block;font-size:11px;margin-left:16px;padding:0 8px;white-space:nowrap}.gb_id{background:none;background-image:-moz-linear-gradient(top,rgba(0,0,0,0.16),rgba(0,0,0,0.2));background-image:linear-gradient(top,rgba(0,0,0,0.16),rgba(0,0,0,0.2));background-image:-moz-linear-gradient(top,rgba(0,0,0,0.16),rgba(0,0,0,0.2));-moz-border-radius:2px;border-radius:2px;border:1px solid #dcdcdc;border:1px solid rgba(0,0,0,0.1);cursor:default!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#160000ff,endColorstr=#220000ff);text-decoration:none!important}.gb_id:hover{background:none;background-image:-moz-linear-gradient(top,rgba(0,0,0,0.14),rgba(0,0,0,0.2));background-image:linear-gradient(top,rgba(0,0,0,0.14),rgba(0,0,0,0.2));background-image:-moz-linear-gradient(top,rgba(0,0,0,0.14),rgba(0,0,0,0.2));border:1px solid rgba(0,0,0,0.2);box-shadow:0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000,endColorstr=#22000000)}.gb_id:active{box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3)}.gb_Qc.gb_Rc{padding:0}.gb_Rc .gb_ha{padding:26px 26px 22px 13px;background:#ffffff}.gb_Sc.gb_Rc .gb_ha{background:#4d90fe}a.gb_Tc{color:#666666!important;font-size:22px;height:9px;opacity:.8;position:absolute;right:14px;top:4px;text-decoration:none!important;width:9px}.gb_Sc a.gb_Tc{color:#c1d1f4!important}a.gb_Tc:hover,a.gb_Tc:active{opacity:1}.gb_Uc{padding:0;width:258px;white-space:normal;display:table}.gb_Vc .gb_ha{top:36px;border:0;padding:16px;-moz-box-shadow:4px 4px 12px rgba(0,0,0,0.4);box-shadow:4px 4px 12px rgba(0,0,0,0.4)}.gb_Vc .gb_Uc{width:328px}.gb_Vc .gb_Ia,.gb_Vc .gb_Wc,.gb_Vc .gb_Xc,.gb_Vc .gb_Da,.gb_Zc{line-height:normal;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif}.gb_Vc .gb_Ia,.gb_Vc .gb_Wc,.gb_Vc .gb_Da{font-weight:500}.gb_Vc .gb_Ia,.gb_Vc .gb_Da{border:0;padding:10px 8px}.gb_Rc .gb_Ia:active{outline:none;-moz-box-shadow:0 4px 5px rgba(0,0,0,.16);box-shadow:0 4px 5px rgba(0,0,0,.16)}.gb_Vc .gb_Wc{color:#222;margin-bottom:8px}.gb_Vc .gb_Xc{color:#808080;font-size:14px}.gb_0c{text-align:right;font-size:14px;padding-bottom:0;white-space:nowrap}.gb_0c .gb_1c{margin-left:8px}.gb_0c .gb_2c.gb_1c img{background-color:inherit;-moz-border-radius:initial;border-radius:initial;height:1.5em;margin:-0.25em 10px -0.25em 2px;vertical-align:text-top;width:1.5em}.gb_Vc .gb_Uc .gb_3c .gb_2c{border:2px solid transparent}.gb_Vc .gb_Uc .gb_3c .gb_2c:focus{border-color:#bbccff}.gb_Zc{background-color:#404040;color:#fff;padding:16px;position:absolute;top:36px;width:328px;right:0;-moz-border-radius:2px;border-radius:2px;-moz-box-shadow:4px 4px 12px rgba(0,0,0,0.4);box-shadow:4px 4px 12px rgba(0,0,0,0.4)}.gb_Zc a,.gb_Zc a:visited{color:#5e97f6;text-decoration:none}.gb_4c{position:absolute;right:20px;text-transform:uppercase}.gb_Sc .gb_Uc{width:200px}.gb_Wc{color:#333333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}.gb_Sc .gb_Wc{color:#ffffff}.gb_Xc{color:#666666;line-height:17px;margin:0;margin-bottom:5px}.gb_Sc .gb_Xc{color:#ffffff}.gb_5c{text-decoration:none;color:#5e97f6}.gb_5c:visited{color:#5e97f6}.gb_5c:hover,.gb_5c:active{text-decoration:underline}.gb_6c{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}#gb .gb_Rc{margin:0}.gb_Rc .gb_xb{background:#4d90fe;border-color:#3079ed;margin-top:15px}.gb_Vc .gb_Ia{background:#4285f4}#gb .gb_Rc a.gb_xb.gb_xb{color:#ffffff}.gb_Rc .gb_xb:hover{background:#357ae8;border-color:#2f5bb7}.gb_7c .gb_Bc .gb_kb{border-bottom-color:#ffffff;display:block}.gb_8c .gb_Bc .gb_kb{border-bottom-color:#4d90fe;display:block}.gb_7c .gb_Bc .gb_lb,.gb_8c .gb_Bc .gb_lb{display:block}.gb_9c,.gb_3c{display:table-cell}.gb_9c{vertical-align:middle}.gb_Vc .gb_9c{vertical-align:top}.gb_3c{padding-left:13px;width:100%}.gb_Vc .gb_3c{padding-left:20px}.gb_ad{display:block;display:inline-block;padding:1em 0 0 0;position:relative;width:100%}.gb_bd{color:#ff0000;font-style:italic;margin:0;padding-left:46px}.gb_ad .gb_cd{float:right;margin:-20px 0;width:-moz-calc(100% - 46px);width:calc(100% - 46px)}.gb_dd svg{fill:grey}.gb_dd.gb_ed svg{fill:#4285f4}.gb_ad .gb_cd label:after{background-color:#4285f4}.gb_dd{display:inline;float:right;margin-right:22px;position:relative;top:-4px}.gb_Ie{margin-bottom:32px;font-size:small}.gb_Ie .gb_Je{margin-right:5px}.gb_Ie .gb_Ke{color:red}.gb_Jc{display:none}.gb_Jc.gb_g{display:block}.gb_Kc{background-color:#fff;-moz-box-shadow:0 1px 0 rgba(0,0,0,0.08);box-shadow:0 1px 0 rgba(0,0,0,0.08);color:#000;height:40px;padding:16px 24px;position:relative;white-space:nowrap;z-index:986}.gb_Kc .gb_xb{border:0;font-weight:500;font-size:14px;line-height:36px;min-width:32px;padding:0 16px;position:relative;vertical-align:middle}.gb_Kc .gb_xb:before{content:'';height:6px;left:0;position:absolute;top:-6px;width:100%}.gb_Kc .gb_xb:after{bottom:-6px;content:'';height:6px;left:0;position:absolute;width:100%}.gb_Kc .gb_xb+.gb_xb{margin-left:8px}.gb_Lc{height:48px;padding:4px;margin:-8px 0 0 -8px}.gb_Mc{display:inline-block;vertical-align:top;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;padding-left:8px;overflow:hidden;width:640px}.gb_Nc{background-color:inherit;display:inline-block;position:absolute;top:18px;right:24px}.gb_Oc{line-height:20px;font-size:16px;font-weight:700;color:rgba(0,0,0,.87);width:640px}.gb_Pc{line-height:20px;font-size:13px;font-weight:400;color:rgba(0,0,0,.54);width:640px}.gb_N .gb_Me .gb_b::before{left:-498px;top:-35px}.gb_N.gb_ga .gb_Me .gb_b::before{left:-498px;top:0}.gb_N.gb_X .gb_Me .gb_b::before{left:-428px;top:-35px}.gb_Eb .gb_lb{border:0;border-left:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2);height:14px;width:14px;-moz-transform:rotate(45deg);transform:rotate(45deg)}.gb_Eb .gb_kb{border:0;border-left:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2);height:14px;width:14px;-moz-transform:rotate(45deg);transform:rotate(45deg);border-color:#fff;background:#fff}.gb_N .gb_Ef::before{clip:rect(25px 235px 41px 219px);left:-197px;top:-3px}.gb_N .gb_3b.gb_Ff{position:absolute}.gb_N .gb_Ff::before{clip:rect(-0 210px 16px 194px);left:-164px;top:22px}.gb_N .gb_fb .gb_Ef::before{left:-189px}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_N .gb_Ef::before{clip:rect(50px 470px 82px 438px)}.gb_N .gb_Ff::before{clip:rect(-0 420px 32px 388px)}}.gb_N .gb_3b,.gb_N .gbii,.gb_N .gbip{background-image:none;overflow:hidden;position:relative}.gb_N .gb_3b::before{content:url('//ssl.gstatic.com/gb/images/i1_1967ca6a.png');position:absolute}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_N .gb_3b::before{content:url('//ssl.gstatic.com/gb/images/i2_2ec824b0.png');-moz-transform:scale(.5);transform:scale(.5);-moz-transform-origin:0 0;transform-origin:0 0}}.gb_Eb a:focus{outline:1px dotted #fff!important}sentinel{}</style><script>(function(){var ctx=[]
|
469
|
+
;google.jsc.x(ctx);})();</script><script>(function(){function a(c){++b;c=c||window.event;google.iTick(c.target||c.srcElement)}
|
470
|
+
if(google.timers&&google.timers.load.t){var d,b,e;google.c.c.a&&(google.startTick("aft"),google.afte=!1);var f=document.getElementsByTagName("img");d=f.length;for(var g=b=0,h;g<d;++g)if(h=f[g],google.c.c.i&&"none"==h.style.display)++b;else{var k="string"!=typeof h.src||!h.src,l=k||h.complete;h.getAttribute("data-noaft")?l=!0:google.c.c.d?h.getAttribute("data-deferred")&&(l=!1,h.removeAttribute("data-deferred")):google.c.c.m&&k&&h.getAttribute("data-bsrc")&&(l=!1);l?++b:google.rll(h,!0,a)}e=d-b;google.rll(window,!1,function(){google.tick("load","ol");google.c.e("load","imc",String(b));google.c.e("load","imn",String(d));google.c.e("load","imp",String(e));google.c.u("pr")});google.tick("load",["prt","iml"])}google.c.c.n&&0<document.getElementsByClassName("native_iml_flag").length&&google.c.b("ncr");}).call(this);</script><div data-jiis="cc" id="lfootercc"></div></div></body></html>]]></response>
|
471
|
+
<responseRedirected>false</responseRedirected>
|
472
|
+
</requestresponse>
|
473
|
+
</issue>
|
474
|
+
<issue>
|
475
|
+
<serialNumber>972130633452942336</serialNumber>
|
476
|
+
<type>16777472</type>
|
477
|
+
<name><![CDATA[SSL certificate]]></name>
|
478
|
+
<host ip="216.58.210.163">https://ssl.gstatic.com</host>
|
479
|
+
<path><![CDATA[/]]></path>
|
480
|
+
<location><![CDATA[/]]></location>
|
481
|
+
<severity>Medium</severity>
|
482
|
+
<confidence>Certain</confidence>
|
483
|
+
<issueBackground><![CDATA[<p>SSL (or TLS) helps to protect the confidentiality and integrity of information in transit between the browser and server, and to provide authentication of the server's identity. To serve this purpose, the server must present an SSL certificate that is valid for the server's hostname, is issued by a trusted authority and is valid for the current date. If any one of these requirements is not met, SSL connections to the server will not provide the full protection for which SSL is designed.</p>
|
484
|
+
<p>It should be noted that various attacks exist against SSL in general, and in the context of HTTPS web connections in particular. It may be possible for a determined and suitably-positioned attacker to compromise SSL connections without user detection even when a valid SSL certificate is used. </p>]]></issueBackground>
|
485
|
+
<references><![CDATA[<ul><li><a href="https://wiki.mozilla.org/Security/Server_Side_TLS">SSL/TLS Configuration Guide</a></li></ul>]]></references>
|
486
|
+
<issueDetail><![CDATA[The following problem was identified with the server's SSL certificate:<ul><li>The server's certificate is not trusted.</li></ul><b>Note:</b> Burp relies on the Java trust store to determine whether certificates are trusted. The Java trust store does not include every root CA certificate that is included within browser trust stores. Burp might incorrectly report that a certificate is not trusted, if a valid root CA certificate is being used that is not included in the Java trust store.<br><br>The server presented the following certificates:<br><br><h4>Server certificate</h4><table><tr><td><b>Issued to:</b> </td><td>*.google.com, *.android.com, *.appengine.google.com, *.cloud.google.com, *.gcp.gvt2.com, *.google-analytics.com, *.google.ca, *.google.cl, *.google.co.in, *.google.co.jp, *.google.co.uk, *.google.com.ar, *.google.com.au, *.google.com.br, *.google.com.co, *.google.com.mx, *.google.com.tr, *.google.com.vn, *.google.de, *.google.es, *.google.fr, *.google.hu, *.google.it, *.google.nl, *.google.pl, *.google.pt, *.googleadapis.com, *.googleapis.cn, *.googlecommerce.com, *.googlevideo.com, *.gstatic.cn, *.gstatic.com, *.gvt1.com, *.gvt2.com, *.metric.gstatic.com, *.urchin.com, *.url.google.com, *.youtube-nocookie.com, *.youtube.com, *.youtubeeducation.com, *.ytimg.com, android.clients.google.com, android.com, developer.android.google.cn, g.co, goo.gl, google-analytics.com, google.com, googlecommerce.com, urchin.com, www.goo.gl, youtu.be, youtube.com, youtubeeducation.com</td></tr><tr><td><b>Issued by:</b> </td><td>Google Internet Authority G2</td></tr><tr><td><b>Valid from:</b> </td><td>Wed Feb 01 14:50:27 CET 2017</td></tr><tr><td><b>Valid to:</b> </td><td>Wed Apr 26 15:21:00 CEST 2017</td></tr></table><h4>Certificate chain #1</h4><table><tr><td><b>Issued to:</b> </td><td>Google Internet Authority G2</td></tr><tr><td><b>Issued by:</b> </td><td>GeoTrust Global CA</td></tr><tr><td><b>Valid from:</b> </td><td>Wed Apr 01 02:00:00 CEST 2015</td></tr><tr><td><b>Valid to:</b> </td><td>Mon Jan 01 00:59:59 CET 2018</td></tr></table><h4>Certificate chain #2</h4><table><tr><td><b>Issued to:</b> </td><td>GeoTrust Global CA</td></tr><tr><td><b>Issued by:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Valid from:</b> </td><td>Tue May 21 06:00:00 CEST 2002</td></tr><tr><td><b>Valid to:</b> </td><td>Tue Aug 21 06:00:00 CEST 2018</td></tr></table><h4>Certificate chain #3</h4><table><tr><td><b>Issued to:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Issued by:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Valid from:</b> </td><td>Sat Aug 22 18:41:51 CEST 1998</td></tr><tr><td><b>Valid to:</b> </td><td>Wed Aug 22 18:41:51 CEST 2018</td></tr></table>]]></issueDetail>
|
487
|
+
</issue>
|
488
|
+
<issue>
|
489
|
+
<serialNumber>8303892195558431744</serialNumber>
|
490
|
+
<type>16777984</type>
|
491
|
+
<name><![CDATA[Strict transport security not enforced]]></name>
|
492
|
+
<host ip="216.58.210.163">https://ssl.gstatic.com</host>
|
493
|
+
<path><![CDATA[/]]></path>
|
494
|
+
<location><![CDATA[/]]></location>
|
495
|
+
<severity>Low</severity>
|
496
|
+
<confidence>Certain</confidence>
|
497
|
+
<issueBackground><![CDATA[<p> The application fails to prevent users from connecting to it over unencrypted connections. An attacker able to modify a legitimate user's network traffic could bypass the application's use of SSL/TLS encryption, and use the application as a platform for attacks against its users. This attack is performed by rewriting HTTPS links as HTTP, so that if a targeted user follows a link to the site from an HTTP page, their browser never attempts to use an encrypted connection. The sslstrip tool automates this process. </p>
|
498
|
+
<p>
|
499
|
+
To exploit this vulnerability, an attacker must be suitably positioned to intercept and modify the victim's network traffic.This scenario typically occurs when a client communicates with the server over an insecure connection such as public Wi-Fi, or a corporate or home network that is shared with a compromised computer. Common defenses such as switched networks are not sufficient to prevent this. An attacker situated in the user's ISP or the application's hosting infrastructure could also perform this attack. Note that an advanced adversary could potentially target any connection made over the Internet's core infrastructure. </p>]]></issueBackground>
|
500
|
+
<remediationBackground><![CDATA[<p>The application should instruct web browsers to only access the application using HTTPS. To do this, enable HTTP Strict Transport Security (HSTS) by adding a response header with the name 'Strict-Transport-Security' and the value 'max-age=expireTime', where expireTime is the time in seconds that browsers should remember that the site should only be accessed using HTTPS. Consider adding the 'includeSubDomains' flag if appropriate.</p>
|
501
|
+
<p>Note that because HSTS is a "trust on first use" (TOFU) protocol, a user who has never accessed the application will never have seen the HSTS header, and will therefore still be vulnerable to SSL stripping attacks. To mitigate this risk, you can optionally add the 'preload' flag to the HSTS header, and submit the domain for review by browser vendors.</p>]]></remediationBackground>
|
502
|
+
<references><![CDATA[<ul>
|
503
|
+
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Security/HTTP_strict_transport_security">HTTP Strict Transport Security</a></li>
|
504
|
+
<li><a href="http://www.thoughtcrime.org/software/sslstrip/">sslstrip</a></li>
|
505
|
+
<li><a href="https://hstspreload.appspot.com/">HSTS Preload Form</a></li>
|
506
|
+
</ul>]]></references>
|
507
|
+
</issue>
|
508
|
+
<issue>
|
509
|
+
<serialNumber>2848315238562014208</serialNumber>
|
510
|
+
<type>16777472</type>
|
511
|
+
<name><![CDATA[SSL certificate]]></name>
|
512
|
+
<host ip="216.58.214.163">https://www.gstatic.com</host>
|
513
|
+
<path><![CDATA[/]]></path>
|
514
|
+
<location><![CDATA[/]]></location>
|
515
|
+
<severity>Medium</severity>
|
516
|
+
<confidence>Certain</confidence>
|
517
|
+
<issueBackground><![CDATA[<p>SSL (or TLS) helps to protect the confidentiality and integrity of information in transit between the browser and server, and to provide authentication of the server's identity. To serve this purpose, the server must present an SSL certificate that is valid for the server's hostname, is issued by a trusted authority and is valid for the current date. If any one of these requirements is not met, SSL connections to the server will not provide the full protection for which SSL is designed.</p>
|
518
|
+
<p>It should be noted that various attacks exist against SSL in general, and in the context of HTTPS web connections in particular. It may be possible for a determined and suitably-positioned attacker to compromise SSL connections without user detection even when a valid SSL certificate is used. </p>]]></issueBackground>
|
519
|
+
<references><![CDATA[<ul><li><a href="https://wiki.mozilla.org/Security/Server_Side_TLS">SSL/TLS Configuration Guide</a></li></ul>]]></references>
|
520
|
+
<issueDetail><![CDATA[The following problem was identified with the server's SSL certificate:<ul><li>The server's certificate is not trusted.</li></ul><b>Note:</b> Burp relies on the Java trust store to determine whether certificates are trusted. The Java trust store does not include every root CA certificate that is included within browser trust stores. Burp might incorrectly report that a certificate is not trusted, if a valid root CA certificate is being used that is not included in the Java trust store.<br><br>The server presented the following certificates:<br><br><h4>Server certificate</h4><table><tr><td><b>Issued to:</b> </td><td>*.google.com, *.android.com, *.appengine.google.com, *.cloud.google.com, *.gcp.gvt2.com, *.google-analytics.com, *.google.ca, *.google.cl, *.google.co.in, *.google.co.jp, *.google.co.uk, *.google.com.ar, *.google.com.au, *.google.com.br, *.google.com.co, *.google.com.mx, *.google.com.tr, *.google.com.vn, *.google.de, *.google.es, *.google.fr, *.google.hu, *.google.it, *.google.nl, *.google.pl, *.google.pt, *.googleadapis.com, *.googleapis.cn, *.googlecommerce.com, *.googlevideo.com, *.gstatic.cn, *.gstatic.com, *.gvt1.com, *.gvt2.com, *.metric.gstatic.com, *.urchin.com, *.url.google.com, *.youtube-nocookie.com, *.youtube.com, *.youtubeeducation.com, *.ytimg.com, android.clients.google.com, android.com, developer.android.google.cn, g.co, goo.gl, google-analytics.com, google.com, googlecommerce.com, urchin.com, www.goo.gl, youtu.be, youtube.com, youtubeeducation.com</td></tr><tr><td><b>Issued by:</b> </td><td>Google Internet Authority G2</td></tr><tr><td><b>Valid from:</b> </td><td>Wed Feb 01 14:50:27 CET 2017</td></tr><tr><td><b>Valid to:</b> </td><td>Wed Apr 26 15:21:00 CEST 2017</td></tr></table><h4>Certificate chain #1</h4><table><tr><td><b>Issued to:</b> </td><td>Google Internet Authority G2</td></tr><tr><td><b>Issued by:</b> </td><td>GeoTrust Global CA</td></tr><tr><td><b>Valid from:</b> </td><td>Wed Apr 01 02:00:00 CEST 2015</td></tr><tr><td><b>Valid to:</b> </td><td>Mon Jan 01 00:59:59 CET 2018</td></tr></table><h4>Certificate chain #2</h4><table><tr><td><b>Issued to:</b> </td><td>GeoTrust Global CA</td></tr><tr><td><b>Issued by:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Valid from:</b> </td><td>Tue May 21 06:00:00 CEST 2002</td></tr><tr><td><b>Valid to:</b> </td><td>Tue Aug 21 06:00:00 CEST 2018</td></tr></table><h4>Certificate chain #3</h4><table><tr><td><b>Issued to:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Issued by:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Valid from:</b> </td><td>Sat Aug 22 18:41:51 CEST 1998</td></tr><tr><td><b>Valid to:</b> </td><td>Wed Aug 22 18:41:51 CEST 2018</td></tr></table>]]></issueDetail>
|
521
|
+
</issue>
|
522
|
+
<issue>
|
523
|
+
<serialNumber>5233176728442758144</serialNumber>
|
524
|
+
<type>16777984</type>
|
525
|
+
<name><![CDATA[Strict transport security not enforced]]></name>
|
526
|
+
<host ip="216.58.214.163">https://www.gstatic.com</host>
|
527
|
+
<path><![CDATA[/]]></path>
|
528
|
+
<location><![CDATA[/]]></location>
|
529
|
+
<severity>Low</severity>
|
530
|
+
<confidence>Certain</confidence>
|
531
|
+
<issueBackground><![CDATA[<p> The application fails to prevent users from connecting to it over unencrypted connections. An attacker able to modify a legitimate user's network traffic could bypass the application's use of SSL/TLS encryption, and use the application as a platform for attacks against its users. This attack is performed by rewriting HTTPS links as HTTP, so that if a targeted user follows a link to the site from an HTTP page, their browser never attempts to use an encrypted connection. The sslstrip tool automates this process. </p>
|
532
|
+
<p>
|
533
|
+
To exploit this vulnerability, an attacker must be suitably positioned to intercept and modify the victim's network traffic.This scenario typically occurs when a client communicates with the server over an insecure connection such as public Wi-Fi, or a corporate or home network that is shared with a compromised computer. Common defenses such as switched networks are not sufficient to prevent this. An attacker situated in the user's ISP or the application's hosting infrastructure could also perform this attack. Note that an advanced adversary could potentially target any connection made over the Internet's core infrastructure. </p>]]></issueBackground>
|
534
|
+
<remediationBackground><![CDATA[<p>The application should instruct web browsers to only access the application using HTTPS. To do this, enable HTTP Strict Transport Security (HSTS) by adding a response header with the name 'Strict-Transport-Security' and the value 'max-age=expireTime', where expireTime is the time in seconds that browsers should remember that the site should only be accessed using HTTPS. Consider adding the 'includeSubDomains' flag if appropriate.</p>
|
535
|
+
<p>Note that because HSTS is a "trust on first use" (TOFU) protocol, a user who has never accessed the application will never have seen the HSTS header, and will therefore still be vulnerable to SSL stripping attacks. To mitigate this risk, you can optionally add the 'preload' flag to the HSTS header, and submit the domain for review by browser vendors.</p>]]></remediationBackground>
|
536
|
+
<references><![CDATA[<ul>
|
537
|
+
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Security/HTTP_strict_transport_security">HTTP Strict Transport Security</a></li>
|
538
|
+
<li><a href="http://www.thoughtcrime.org/software/sslstrip/">sslstrip</a></li>
|
539
|
+
<li><a href="https://hstspreload.appspot.com/">HSTS Preload Form</a></li>
|
540
|
+
</ul>]]></references>
|
541
|
+
</issue>
|
542
|
+
<issue>
|
543
|
+
<serialNumber>2809164875712282624</serialNumber>
|
544
|
+
<type>16777472</type>
|
545
|
+
<name><![CDATA[SSL certificate]]></name>
|
546
|
+
<host ip="216.58.201.142">https://apis.google.com</host>
|
547
|
+
<path><![CDATA[/]]></path>
|
548
|
+
<location><![CDATA[/]]></location>
|
549
|
+
<severity>Information</severity>
|
550
|
+
<confidence>Certain</confidence>
|
551
|
+
<issueBackground><![CDATA[<p>SSL (or TLS) helps to protect the confidentiality and integrity of information in transit between the browser and server, and to provide authentication of the server's identity. To serve this purpose, the server must present an SSL certificate that is valid for the server's hostname, is issued by a trusted authority and is valid for the current date. If any one of these requirements is not met, SSL connections to the server will not provide the full protection for which SSL is designed.</p>
|
552
|
+
<p>It should be noted that various attacks exist against SSL in general, and in the context of HTTPS web connections in particular. It may be possible for a determined and suitably-positioned attacker to compromise SSL connections without user detection even when a valid SSL certificate is used. </p>]]></issueBackground>
|
553
|
+
<references><![CDATA[<ul><li><a href="https://wiki.mozilla.org/Security/Server_Side_TLS">SSL/TLS Configuration Guide</a></li></ul>]]></references>
|
554
|
+
<issueDetail><![CDATA[The server presented a valid, trusted SSL certificate. This issue is purely informational.<br><br>The server presented the following certificates:<br><br><h4>Server certificate</h4><table><tr><td><b>Issued to:</b> </td><td>*.apis.google.com, apis.google.com</td></tr><tr><td><b>Issued by:</b> </td><td>Google Internet Authority G2</td></tr><tr><td><b>Valid from:</b> </td><td>Wed Feb 01 14:21:00 CET 2017</td></tr><tr><td><b>Valid to:</b> </td><td>Wed Apr 26 15:21:00 CEST 2017</td></tr></table><h4>Certificate chain #1</h4><table><tr><td><b>Issued to:</b> </td><td>Google Internet Authority G2</td></tr><tr><td><b>Issued by:</b> </td><td>GeoTrust Global CA</td></tr><tr><td><b>Valid from:</b> </td><td>Wed Apr 01 02:00:00 CEST 2015</td></tr><tr><td><b>Valid to:</b> </td><td>Mon Jan 01 00:59:59 CET 2018</td></tr></table><h4>Certificate chain #2</h4><table><tr><td><b>Issued to:</b> </td><td>GeoTrust Global CA</td></tr><tr><td><b>Issued by:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Valid from:</b> </td><td>Tue May 21 06:00:00 CEST 2002</td></tr><tr><td><b>Valid to:</b> </td><td>Tue Aug 21 06:00:00 CEST 2018</td></tr></table><h4>Certificate chain #3</h4><table><tr><td><b>Issued to:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Issued by:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Valid from:</b> </td><td>Sat Aug 22 18:41:51 CEST 1998</td></tr><tr><td><b>Valid to:</b> </td><td>Wed Aug 22 18:41:51 CEST 2018</td></tr></table>]]></issueDetail>
|
555
|
+
</issue>
|
556
|
+
<issue>
|
557
|
+
<serialNumber>3552077110326462464</serialNumber>
|
558
|
+
<type>16777984</type>
|
559
|
+
<name><![CDATA[Strict transport security not enforced]]></name>
|
560
|
+
<host ip="216.58.201.142">https://apis.google.com</host>
|
561
|
+
<path><![CDATA[/]]></path>
|
562
|
+
<location><![CDATA[/]]></location>
|
563
|
+
<severity>Low</severity>
|
564
|
+
<confidence>Certain</confidence>
|
565
|
+
<issueBackground><![CDATA[<p> The application fails to prevent users from connecting to it over unencrypted connections. An attacker able to modify a legitimate user's network traffic could bypass the application's use of SSL/TLS encryption, and use the application as a platform for attacks against its users. This attack is performed by rewriting HTTPS links as HTTP, so that if a targeted user follows a link to the site from an HTTP page, their browser never attempts to use an encrypted connection. The sslstrip tool automates this process. </p>
|
566
|
+
<p>
|
567
|
+
To exploit this vulnerability, an attacker must be suitably positioned to intercept and modify the victim's network traffic.This scenario typically occurs when a client communicates with the server over an insecure connection such as public Wi-Fi, or a corporate or home network that is shared with a compromised computer. Common defenses such as switched networks are not sufficient to prevent this. An attacker situated in the user's ISP or the application's hosting infrastructure could also perform this attack. Note that an advanced adversary could potentially target any connection made over the Internet's core infrastructure. </p>]]></issueBackground>
|
568
|
+
<remediationBackground><![CDATA[<p>The application should instruct web browsers to only access the application using HTTPS. To do this, enable HTTP Strict Transport Security (HSTS) by adding a response header with the name 'Strict-Transport-Security' and the value 'max-age=expireTime', where expireTime is the time in seconds that browsers should remember that the site should only be accessed using HTTPS. Consider adding the 'includeSubDomains' flag if appropriate.</p>
|
569
|
+
<p>Note that because HSTS is a "trust on first use" (TOFU) protocol, a user who has never accessed the application will never have seen the HSTS header, and will therefore still be vulnerable to SSL stripping attacks. To mitigate this risk, you can optionally add the 'preload' flag to the HSTS header, and submit the domain for review by browser vendors.</p>]]></remediationBackground>
|
570
|
+
<references><![CDATA[<ul>
|
571
|
+
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Security/HTTP_strict_transport_security">HTTP Strict Transport Security</a></li>
|
572
|
+
<li><a href="http://www.thoughtcrime.org/software/sslstrip/">sslstrip</a></li>
|
573
|
+
<li><a href="https://hstspreload.appspot.com/">HSTS Preload Form</a></li>
|
574
|
+
</ul>]]></references>
|
575
|
+
</issue>
|
576
|
+
<issue>
|
577
|
+
<serialNumber>6283149371118361600</serialNumber>
|
578
|
+
<type>7340288</type>
|
579
|
+
<name><![CDATA[Cacheable HTTPS response]]></name>
|
580
|
+
<host ip="216.58.201.132">https://www.google.com</host>
|
581
|
+
<path><![CDATA[/_/og/promos/z]]></path>
|
582
|
+
<location><![CDATA[/_/og/promos/z]]></location>
|
583
|
+
<severity>Information</severity>
|
584
|
+
<confidence>Certain</confidence>
|
585
|
+
<issueBackground><![CDATA[<p>Unless directed otherwise, browsers may store a local cached copy of content received from web servers. Some browsers, including Internet Explorer, cache content accessed via HTTPS. If sensitive information in application responses is stored in the local cache, then this may be retrieved by other users who have access to the same computer at a future time.</p>]]></issueBackground>
|
586
|
+
<remediationBackground><![CDATA[<p>Applications should return caching directives instructing browsers not to store local copies of any sensitive data. Often, this can be achieved by configuring the web server to prevent caching for relevant paths within the web root. Alternatively, most web development platforms allow you to control the server's caching directives from within individual scripts. Ideally, the web server should return the following HTTP headers in all responses containing sensitive content:</p>
|
587
|
+
<ul>
|
588
|
+
<li>Cache-control: no-store</li><li>Pragma: no-cache</li></ul>]]></remediationBackground>
|
589
|
+
<requestresponse>
|
590
|
+
<request method="POST" base64="false"><![CDATA[POST /_/og/promos/z HTTP/1.1
|
591
|
+
Host: www.google.com
|
592
|
+
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:51.0) Gecko/20100101 Firefox/51.0
|
593
|
+
Accept: */*
|
594
|
+
Accept-Language: en-US,en;q=0.5
|
595
|
+
Referer: https://www.google.com/
|
596
|
+
Content-Type: application/x-www-form-urlencoded;charset=utf-8
|
597
|
+
Content-Length: 95
|
598
|
+
Cookie: NID=97=RI6tTY-vlYs4qc-wwBI8bGUHbjsOaDraOWNlqEpTQYoa7teTaWqOcly9Q2fPAtyC63IL6IW3SQw6ryqUNke6MxIaH_4K3Xt0FbGKg3fggY0p8EPBBA5wRBqHdg1gJfPstPMi6y-nZAHHmkVAawE6eHOguSqKHg; OGPC=5061451-25:5061821-9:; GZ=Z=1; DV=ohoMeMmdGt0ZpH3lGaNxj3TjasnLtAI
|
599
|
+
DNT: 1
|
600
|
+
Connection: close
|
601
|
+
Cache-Control: max-age=0
|
602
|
+
|
603
|
+
p=19000317&g=5061821&a=i&at=1&eid=&pid=1&t=AN2NJM7fEvQGRdkNNvFTqLiTsuJlIkMFAQ:1487768406729&c=1]]></request>
|
604
|
+
<response base64="false"><![CDATA[HTTP/1.1 200 OK
|
605
|
+
Content-Type: text/html; charset=UTF-8
|
606
|
+
Strict-Transport-Security: max-age=86400
|
607
|
+
Date: Wed, 22 Feb 2017 13:00:10 GMT
|
608
|
+
Server: gws
|
609
|
+
Cache-Control: private
|
610
|
+
X-XSS-Protection: 1; mode=block
|
611
|
+
Expires: Wed, 22 Feb 2017 13:00:10 GMT
|
612
|
+
Alt-Svc: quic=":443"; ma=2592000; v="35,34"
|
613
|
+
Connection: close
|
614
|
+
Content-Length: 2
|
615
|
+
|
616
|
+
OK]]></response>
|
617
|
+
<responseRedirected>false</responseRedirected>
|
618
|
+
</requestresponse>
|
619
|
+
</issue>
|
620
|
+
<issue>
|
621
|
+
<serialNumber>8239735984060163072</serialNumber>
|
622
|
+
<type>16777472</type>
|
623
|
+
<name><![CDATA[SSL certificate]]></name>
|
624
|
+
<host ip="64.233.184.189">https://cello.client-channel.google.com</host>
|
625
|
+
<path><![CDATA[/]]></path>
|
626
|
+
<location><![CDATA[/]]></location>
|
627
|
+
<severity>Information</severity>
|
628
|
+
<confidence>Certain</confidence>
|
629
|
+
<issueBackground><![CDATA[<p>SSL (or TLS) helps to protect the confidentiality and integrity of information in transit between the browser and server, and to provide authentication of the server's identity. To serve this purpose, the server must present an SSL certificate that is valid for the server's hostname, is issued by a trusted authority and is valid for the current date. If any one of these requirements is not met, SSL connections to the server will not provide the full protection for which SSL is designed.</p>
|
630
|
+
<p>It should be noted that various attacks exist against SSL in general, and in the context of HTTPS web connections in particular. It may be possible for a determined and suitably-positioned attacker to compromise SSL connections without user detection even when a valid SSL certificate is used. </p>]]></issueBackground>
|
631
|
+
<references><![CDATA[<ul><li><a href="https://wiki.mozilla.org/Security/Server_Side_TLS">SSL/TLS Configuration Guide</a></li></ul>]]></references>
|
632
|
+
<issueDetail><![CDATA[The server presented a valid, trusted SSL certificate. This issue is purely informational.<br><br>The server presented the following certificates:<br><br><h4>Server certificate</h4><table><tr><td><b>Issued to:</b> </td><td>*.mail.google.com, *.client-channel.google.com, *.docs.google.com, *.drive.google.com, *.hangouts.google.com, *.plus.google.com, *.sites.google.com, *.talkgadget.google.com, mail-settings.google.com</td></tr><tr><td><b>Issued by:</b> </td><td>Google Internet Authority G2</td></tr><tr><td><b>Valid from:</b> </td><td>Wed Feb 01 14:21:59 CET 2017</td></tr><tr><td><b>Valid to:</b> </td><td>Wed Apr 26 15:21:00 CEST 2017</td></tr></table><h4>Certificate chain #1</h4><table><tr><td><b>Issued to:</b> </td><td>Google Internet Authority G2</td></tr><tr><td><b>Issued by:</b> </td><td>GeoTrust Global CA</td></tr><tr><td><b>Valid from:</b> </td><td>Wed Apr 01 02:00:00 CEST 2015</td></tr><tr><td><b>Valid to:</b> </td><td>Mon Jan 01 00:59:59 CET 2018</td></tr></table><h4>Certificate chain #2</h4><table><tr><td><b>Issued to:</b> </td><td>GeoTrust Global CA</td></tr><tr><td><b>Issued by:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Valid from:</b> </td><td>Tue May 21 06:00:00 CEST 2002</td></tr><tr><td><b>Valid to:</b> </td><td>Tue Aug 21 06:00:00 CEST 2018</td></tr></table><h4>Certificate chain #3</h4><table><tr><td><b>Issued to:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Issued by:</b> </td><td>Equifax Secure Certificate Authority</td></tr><tr><td><b>Valid from:</b> </td><td>Sat Aug 22 18:41:51 CEST 1998</td></tr><tr><td><b>Valid to:</b> </td><td>Wed Aug 22 18:41:51 CEST 2018</td></tr></table>]]></issueDetail>
|
633
|
+
</issue>
|
634
|
+
<issue>
|
635
|
+
<serialNumber>4473150864027708416</serialNumber>
|
636
|
+
<type>16777984</type>
|
637
|
+
<name><![CDATA[Strict transport security not enforced]]></name>
|
638
|
+
<host ip="64.233.184.189">https://cello.client-channel.google.com</host>
|
639
|
+
<path><![CDATA[/]]></path>
|
640
|
+
<location><![CDATA[/]]></location>
|
641
|
+
<severity>Low</severity>
|
642
|
+
<confidence>Certain</confidence>
|
643
|
+
<issueBackground><![CDATA[<p> The application fails to prevent users from connecting to it over unencrypted connections. An attacker able to modify a legitimate user's network traffic could bypass the application's use of SSL/TLS encryption, and use the application as a platform for attacks against its users. This attack is performed by rewriting HTTPS links as HTTP, so that if a targeted user follows a link to the site from an HTTP page, their browser never attempts to use an encrypted connection. The sslstrip tool automates this process. </p>
|
644
|
+
<p>
|
645
|
+
To exploit this vulnerability, an attacker must be suitably positioned to intercept and modify the victim's network traffic.This scenario typically occurs when a client communicates with the server over an insecure connection such as public Wi-Fi, or a corporate or home network that is shared with a compromised computer. Common defenses such as switched networks are not sufficient to prevent this. An attacker situated in the user's ISP or the application's hosting infrastructure could also perform this attack. Note that an advanced adversary could potentially target any connection made over the Internet's core infrastructure. </p>]]></issueBackground>
|
646
|
+
<remediationBackground><![CDATA[<p>The application should instruct web browsers to only access the application using HTTPS. To do this, enable HTTP Strict Transport Security (HSTS) by adding a response header with the name 'Strict-Transport-Security' and the value 'max-age=expireTime', where expireTime is the time in seconds that browsers should remember that the site should only be accessed using HTTPS. Consider adding the 'includeSubDomains' flag if appropriate.</p>
|
647
|
+
<p>Note that because HSTS is a "trust on first use" (TOFU) protocol, a user who has never accessed the application will never have seen the HSTS header, and will therefore still be vulnerable to SSL stripping attacks. To mitigate this risk, you can optionally add the 'preload' flag to the HSTS header, and submit the domain for review by browser vendors.</p>]]></remediationBackground>
|
648
|
+
<references><![CDATA[<ul>
|
649
|
+
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Security/HTTP_strict_transport_security">HTTP Strict Transport Security</a></li>
|
650
|
+
<li><a href="http://www.thoughtcrime.org/software/sslstrip/">sslstrip</a></li>
|
651
|
+
<li><a href="https://hstspreload.appspot.com/">HSTS Preload Form</a></li>
|
652
|
+
</ul>]]></references>
|
653
|
+
</issue>
|
654
|
+
<issue>
|
655
|
+
<serialNumber>1249594666656887808</serialNumber>
|
656
|
+
<type>5244672</type>
|
657
|
+
<name><![CDATA[Session token in URL]]></name>
|
658
|
+
<host ip="64.233.184.189">https://cello.client-channel.google.com</host>
|
659
|
+
<path><![CDATA[/client-channel/channel/bind]]></path>
|
660
|
+
<location><![CDATA[/client-channel/channel/bind]]></location>
|
661
|
+
<severity>Medium</severity>
|
662
|
+
<confidence>Firm</confidence>
|
663
|
+
<issueBackground><![CDATA[<p>Sensitive information within URLs may be logged in various locations, including the user's browser, the web server, and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are followed. Placing session tokens into the URL increases the risk that they will be captured by an attacker.</p>]]></issueBackground>
|
664
|
+
<remediationBackground><![CDATA[<p>Applications should use an alternative mechanism for transmitting session tokens, such as HTTP cookies or hidden fields in forms that are submitted using the POST method.</p>]]></remediationBackground>
|
665
|
+
<issueDetail><![CDATA[The URL in the request appears to contain a session token within the query string:<ul><li>https://cello.client-channel.google.com/client-channel/channel/bind?authuser=0&ctype=cello&service=appscommonstorage&gsessionid=BYQADHjLtJyoWL0kJRXw3zf5P66OPUuh&sw=true&VER=8&RID=rpc&SID=E4447BF2C29E0530&CI=0&AID=691&TYPE=xmlhttp&zx=44927ud6lhvd&t=1</li></ul>]]></issueDetail>
|
666
|
+
<issueDetailItems>
|
667
|
+
<issueDetailItem><![CDATA[https://cello.client-channel.google.com/client-channel/channel/bind?authuser=0&ctype=cello&service=appscommonstorage&gsessionid=BYQADHjLtJyoWL0kJRXw3zf5P66OPUuh&sw=true&VER=8&RID=rpc&SID=E4447BF2C29E0530&CI=0&AID=691&TYPE=xmlhttp&zx=44927ud6lhvd&t=1]]></issueDetailItem>
|
668
|
+
</issueDetailItems>
|
669
|
+
<requestresponse>
|
670
|
+
<request method="GET" base64="false"><![CDATA[GET /client-channel/channel/bind?authuser=0&ctype=cello&service=appscommonstorage&gsessionid=BYQADHjLtJyoWL0kJRXw3zf5P66OPUuh&sw=true&VER=8&RID=rpc&SID=E4447BF2C29E0530&CI=0&AID=691&TYPE=xmlhttp&zx=44927ud6lhvd&t=1 HTTP/1.1
|
671
|
+
Host: cello.client-channel.google.com
|
672
|
+
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:51.0) Gecko/20100101 Firefox/51.0
|
673
|
+
Accept: */*
|
674
|
+
Accept-Language: en-US,en;q=0.5
|
675
|
+
Referer: https://cello.client-channel.google.com/client-channel/js/437905299-sharedchannelmain_bin.js?ctype=cello&authuser=0
|
676
|
+
Authorization: SAPISIDHASH 1487751922_911f443dbd531d9e0ba287549d3ec835692925ff
|
677
|
+
X-Origin: https://drive.google.com
|
678
|
+
X-Goog-AuthUser: 0
|
679
|
+
Cookie: SID=XATsCxRvj3WCWz6vJxsNEe_JhF1p9ZYKeUzc-7mhEqDvWYQQ0sp8XL6sxK902aPql27bXA.; HSID=AxstVDkGMNPLg2qxa; SSID=AIEHRgZGBSgdKfya_; APISID=EtFLuUxkHxw7Y__u/ADazHA3swN_0mS0J3; SAPISID=NvJFAXdPexFgPykO/ATVztEytNNNuOqPBD; NID=97=GCdHTX3U5b6CjBCYYHTTpKIk6y_43xjzzFTYWPln26zUmGCkt9jkz7bIQskMDncK_zzmrdb4A6hvylRTysRdi7JY0JcuuTFA_Idj5pqVgcDG45BP8zgnMZuEj871u2EikBSkGgeA-DV27xE_vX7M6HmqV9b-vgP0jOLpVSaZx87jWuhN8YMTED6s_lDgosJTx-211Jjm5kmAwNdQebxhG6POaZdpBXuhig; CONSENT=YES+GB.en+20150628-20-0
|
680
|
+
DNT: 1
|
681
|
+
Connection: close
|
682
|
+
|
683
|
+
]]></request>
|
684
|
+
<response base64="false"><![CDATA[HTTP/1.1 200 OK
|
685
|
+
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
|
686
|
+
Pragma: no-cache
|
687
|
+
Expires: Mon, 01 Jan 1990 00:00:00 GMT
|
688
|
+
Date: Wed, 22 Feb 2017 13:00:06 GMT
|
689
|
+
Content-Type: text/plain; charset=utf-8
|
690
|
+
X-Content-Type-Options: nosniff
|
691
|
+
X-XSS-Protection: 1; mode=block
|
692
|
+
Server: GSE
|
693
|
+
Alt-Svc: quic=":443"; ma=2592000; v="35,34"
|
694
|
+
Connection: close
|
695
|
+
Content-Length: 44
|
696
|
+
|
697
|
+
19
|
698
|
+
[[692,["noop"]
|
699
|
+
]
|
700
|
+
]
|
701
|
+
19
|
702
|
+
[[693,["noop"]
|
703
|
+
]
|
704
|
+
]
|
705
|
+
]]></response>
|
706
|
+
<responseRedirected>false</responseRedirected>
|
707
|
+
</requestresponse>
|
708
|
+
</issue>
|
709
|
+
</issues>
|