/* JS */ gapi.loaded_0(function(_){var window=this;
var da,fa,ha,ka,oa,la,pa,ya,Fa;_.ca=function(a){return function(){return _.ba[a].apply(this,arguments)}};_._DumpException=function(a){throw a;};_.ba=[];da="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){a!=Array.prototype&&a!=Object.prototype&&(a[b]=c.value)};fa="undefined"!=typeof window&&window===this?this:"undefined"!=typeof window.global&&null!=window.global?window.global:this;ha=function(){ha=function(){};fa.Symbol||(fa.Symbol=ka)};
ka=function(){var a=0;return function(b){return"jscomp_symbol_"+(b||"")+a++}}();oa=function(){ha();var a=fa.Symbol.iterator;a||(a=fa.Symbol.iterator=fa.Symbol("iterator"));"function"!=typeof Array.prototype[a]&&da(Array.prototype,a,{configurable:!0,writable:!0,value:function(){return la(this)}});oa=function(){}};la=function(a){var b=0;return pa(function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}})};pa=function(a){oa();a={next:a};a[fa.Symbol.iterator]=function(){return this};return a};
_.sa=function(a){oa();var b=a[window.Symbol.iterator];return b?b.call(a):la(a)};_.ua="function"==typeof Object.create?Object.create:function(a){var b=function(){};b.prototype=a;return new b};if("function"==typeof Object.setPrototypeOf)ya=Object.setPrototypeOf;else{var Aa;a:{var Ba={a:!0},Ca={};try{Ca.__proto__=Ba;Aa=Ca.a;break a}catch(a){}Aa=!1}ya=Aa?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null}_.Da=ya;
Fa=function(a,b){if(b){var c=fa;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];e in c||(c[e]={});c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&da(c,a,{configurable:!0,writable:!0,value:b})}};Fa("Array.prototype.find",function(a){return a?a:function(a,c){a:{var b=this;b instanceof String&&(b=String(b));for(var e=b.length,f=0;f<e;f++){var h=b[f];if(a.call(c,h,f,b)){a=h;break a}}a=void 0}return a}});var Ha=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};
Fa("WeakMap",function(a){function b(a){Ha(a,d)||da(a,d,{value:{}})}function c(a){var c=Object[a];c&&(Object[a]=function(a){b(a);return c(a)})}if(function(){if(!a||!Object.seal)return!1;try{var b=Object.seal({}),c=Object.seal({}),d=new a([[b,2],[c,3]]);if(2!=d.get(b)||3!=d.get(c))return!1;d["delete"](b);d.set(c,4);return!d.has(b)&&4==d.get(c)}catch(n){return!1}}())return a;var d="$jscomp_hidden_"+Math.random();c("freeze");c("preventExtensions");c("seal");var e=0,f=function(a){this.Aa=(e+=Math.random()+
1).toString();if(a){ha();oa();a=_.sa(a);for(var b;!(b=a.next()).done;)b=b.value,this.set(b[0],b[1])}};f.prototype.set=function(a,c){b(a);if(!Ha(a,d))throw Error("a`"+a);a[d][this.Aa]=c;return this};f.prototype.get=function(a){return Ha(a,d)?a[d][this.Aa]:void 0};f.prototype.has=function(a){return Ha(a,d)&&Ha(a[d],this.Aa)};f.prototype["delete"]=function(a){return Ha(a,d)&&Ha(a[d],this.Aa)?delete a[d][this.Aa]:!1};return f});
Fa("Map",function(a){if(function(){if(!a||"function"!=typeof a||!a.prototype.entries||"function"!=typeof Object.seal)return!1;try{var b=Object.seal({x:4}),c=new a(_.sa([[b,"s"]]));if("s"!=c.get(b)||1!=c.size||c.get({x:4})||c.set({x:4},"t")!=c||2!=c.size)return!1;var d=c.entries(),e=d.next();if(e.done||e.value[0]!=b||"s"!=e.value[1])return!1;e=d.next();return e.done||4!=e.value[0].x||"t"!=e.value[1]||!d.next().done?!1:!0}catch(q){return!1}}())return a;ha();oa();var b=new window.WeakMap,c=function(a){this.uf=
{};this.We=f();this.size=0;if(a){a=_.sa(a);for(var b;!(b=a.next()).done;)b=b.value,this.set(b[0],b[1])}};c.prototype.set=function(a,b){a=0===a?0:a;var c=d(this,a);c.list||(c.list=this.uf[c.id]=[]);c.ne?c.ne.value=b:(c.ne={next:this.We,Ri:this.We.Ri,head:this.We,key:a,value:b},c.list.push(c.ne),this.We.Ri.next=c.ne,this.We.Ri=c.ne,this.size++);return this};c.prototype["delete"]=function(a){a=d(this,a);return a.ne&&a.list?(a.list.splice(a.index,1),a.list.length||delete this.uf[a.id],a.ne.Ri.next=a.ne.next,
a.ne.next.Ri=a.ne.Ri,a.ne.head=null,this.size--,!0):!1};c.prototype.clear=function(){this.uf={};this.We=this.We.Ri=f();this.size=0};c.prototype.has=function(a){return!!d(this,a).ne};c.prototype.get=function(a){return(a=d(this,a).ne)&&a.value};c.prototype.entries=function(){return e(this,function(a){return[a.key,a.value]})};c.prototype.keys=function(){return e(this,function(a){return a.key})};c.prototype.values=function(){return e(this,function(a){return a.value})};c.prototype.forEach=function(a,b){for(var c=
this.entries(),d;!(d=c.next()).done;)d=d.value,a.call(b,d[1],d[0],this)};c.prototype[window.Symbol.iterator]=c.prototype.entries;var d=function(a,c){var d=c&&typeof c;"object"==d||"function"==d?b.has(c)?d=b.get(c):(d=""+ ++h,b.set(c,d)):d="p_"+c;var e=a.uf[d];if(e&&Ha(a.uf,d))for(a=0;a<e.length;a++){var f=e[a];if(c!==c&&f.key!==f.key||c===f.key)return{id:d,list:e,index:a,ne:f}}return{id:d,list:e,index:-1,ne:void 0}},e=function(a,b){var c=a.We;return pa(function(){if(c){for(;c.head!=a.We;)c=c.Ri;for(;c.next!=
c.head;)return c=c.next,{done:!1,value:b(c)};c=null}return{done:!0,value:void 0}})},f=function(){var a={};return a.Ri=a.next=a.head=a},h=0;return c});
Fa("Set",function(a){if(function(){if(!a||"function"!=typeof a||!a.prototype.entries||"function"!=typeof Object.seal)return!1;try{var b=Object.seal({x:4}),d=new a(_.sa([b]));if(!d.has(b)||1!=d.size||d.add(b)!=d||1!=d.size||d.add({x:4})!=d||2!=d.size)return!1;var e=d.entries(),f=e.next();if(f.done||f.value[0]!=b||f.value[1]!=b)return!1;f=e.next();return f.done||f.value[0]==b||4!=f.value[0].x||f.value[1]!=f.value[0]?!1:e.next().done}catch(h){return!1}}())return a;ha();oa();var b=function(a){this.U=
new window.Map;if(a){a=_.sa(a);for(var b;!(b=a.next()).done;)this.add(b.value)}this.size=this.U.size};b.prototype.add=function(a){a=0===a?0:a;this.U.set(a,a);this.size=this.U.size;return this};b.prototype["delete"]=function(a){a=this.U["delete"](a);this.size=this.U.size;return a};b.prototype.clear=function(){this.U.clear();this.size=0};b.prototype.has=function(a){return this.U.has(a)};b.prototype.entries=function(){return this.U.entries()};b.prototype.values=function(){return this.U.values()};b.prototype.keys=
b.prototype.values;b.prototype[window.Symbol.iterator]=b.prototype.values;b.prototype.forEach=function(a,b){var c=this;this.U.forEach(function(d){return a.call(b,d,d,c)})};return b});Fa("Number.isFinite",function(a){return a?a:function(a){return"number"!==typeof a?!1:!(0,window.isNaN)(a)&&window.Infinity!==a&&-window.Infinity!==a}});Fa("Object.is",function(a){return a?a:function(a,c){return a===c?0!==a||1/a===1/c:a!==a&&c!==c}});_.Ja=_.Ja||{};_.m=this;_.Ka=function(a){return void 0!==a};
_.r=function(a){return"string"==typeof a};
_.La=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
else if("function"==b&&"undefined"==typeof a.call)return"object";return b};_.Ma=function(a){return"array"==_.La(a)};_.Na="closure_uid_"+(1E9*Math.random()>>>0);_.Pa=Date.now||function(){return+new Date};_.u=function(a,b){a=a.split(".");var c=_.m;a[0]in c||"undefined"==typeof c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&_.Ka(b)?c[d]=b:c=c[d]&&c[d]!==Object.prototype[d]?c[d]:c[d]={}};
_.v=function(a,b){function c(){}c.prototype=b.prototype;a.H=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.np=function(a,c,f){for(var d=Array(arguments.length-2),e=2;e<arguments.length;e++)d[e-2]=arguments[e];return b.prototype[c].apply(a,d)}};
_.Wa=window.osapi=window.osapi||{};
window.___jsl=window.___jsl||{};
(window.___jsl.cd=window.___jsl.cd||[]).push({gwidget:{parsetags:"explicit"},appsapi:{plus_one_service:"/plus/v1"},csi:{rate:.01},poshare:{hangoutContactPickerServer:"https://plus.google.com"},gappsutil:{required_scopes:["https://www.googleapis.com/auth/plus.me","https://www.googleapis.com/auth/plus.people.recommended"],display_on_page_ready:!1},appsutil:{required_scopes:["https://www.googleapis.com/auth/plus.me","https://www.googleapis.com/auth/plus.people.recommended"],display_on_page_ready:!1},
"oauth-flow":{authUrl:"https://accounts.google.com/o/oauth2/auth",proxyUrl:"https://accounts.google.com/o/oauth2/postmessageRelay",redirectUri:"postmessage"},iframes:{sharebox:{params:{json:"&"},url:":socialhost:/:session_prefix:_/sharebox/dialog"},plus:{url:":socialhost:/:session_prefix:_/widget/render/badge?usegapi=1"},":socialhost:":"https://apis.google.com",":im_socialhost:":"https://plus.googleapis.com",domains_suggest:{url:"https://domains.google.com/suggest/flow"},card:{params:{s:"#",userid:"&"},
url:":socialhost:/:session_prefix:_/hovercard/internalcard"},":signuphost:":"https://plus.google.com",":gplus_url:":"https://plus.google.com",plusone:{url:":socialhost:/:session_prefix:_/+1/fastbutton?usegapi=1"},plus_share:{url:":socialhost:/:session_prefix:_/+1/sharebutton?plusShare=true&usegapi=1"},plus_circle:{url:":socialhost:/:session_prefix:_/widget/plus/circle?usegapi=1"},plus_followers:{url:":socialhost:/_/im/_/widget/render/plus/followers?usegapi=1"},configurator:{url:":socialhost:/:session_prefix:_/plusbuttonconfigurator?usegapi=1"},
appcirclepicker:{url:":socialhost:/:session_prefix:_/widget/render/appcirclepicker"},page:{url:":socialhost:/:session_prefix:_/widget/render/page?usegapi=1"},person:{url:":socialhost:/:session_prefix:_/widget/render/person?usegapi=1"},community:{url:":ctx_socialhost:/:session_prefix::im_prefix:_/widget/render/community?usegapi=1"},follow:{url:":socialhost:/:session_prefix:_/widget/render/follow?usegapi=1"},commentcount:{url:":socialhost:/:session_prefix:_/widget/render/commentcount?usegapi=1"},comments:{url:":socialhost:/:session_prefix:_/widget/render/comments?usegapi=1"},
youtube:{url:":socialhost:/:session_prefix:_/widget/render/youtube?usegapi=1"},reportabuse:{url:":socialhost:/:session_prefix:_/widget/render/reportabuse?usegapi=1"},additnow:{url:":socialhost:/additnow/additnow.html"},appfinder:{url:"https://gsuite.google.com/:session_prefix:marketplace/appfinder?usegapi=1"},":source:":"1p"},poclient:{update_session:"google.updateSessionCallback"},"googleapis.config":{methods:{"pos.plusones.list":!0,"pos.plusones.get":!0,"pos.plusones.insert":!0,"pos.plusones.delete":!0,
"pos.plusones.getSignupState":!0},versions:{pos:"v1"},rpc:"/rpc",root:"https://content.googleapis.com","root-1p":"https://clients6.google.com",useGapiForXd3:!0,xd3:"/static/proxy.html",developerKey:"AIzaSyCKSbrvQasunBoV16zDH9R33D88CeLr9gQ",auth:{useInterimAuth:!1}},report:{apis:["iframes\\..*","gadgets\\..*","gapi\\.appcirclepicker\\..*","gapi\\.client\\..*"],rate:1E-4},client:{perApiBatch:!0}});

var cb,eb,fb;_.Xa=function(a){return"number"==typeof a};_.Ya=function(){};_.$a=function(a){var b=_.La(a);return"array"==b||"object"==b&&"number"==typeof a.length};_.ab=function(a){var b=typeof a;return"object"==b&&null!=a||"function"==b};_.bb=function(a){return"function"==_.La(a)};cb=0;_.db=function(a){return a[_.Na]||(a[_.Na]=++cb)};eb=function(a,b,c){return a.call.apply(a.bind,arguments)};
fb=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}};_.A=function(a,b,c){_.A=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?eb:fb;return _.A.apply(null,arguments)};
_.hb=Array.prototype.indexOf?function(a,b){return Array.prototype.indexOf.call(a,b,void 0)}:function(a,b){if(_.r(a))return _.r(b)&&1==b.length?a.indexOf(b,0):-1;for(var c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1};_.ib=Array.prototype.lastIndexOf?function(a,b){return Array.prototype.lastIndexOf.call(a,b,a.length-1)}:function(a,b){var c=a.length-1;0>c&&(c=Math.max(0,a.length+c));if(_.r(a))return _.r(b)&&1==b.length?a.lastIndexOf(b,c):-1;for(;0<=c;c--)if(c in a&&a[c]===b)return c;return-1};
_.jb=Array.prototype.forEach?function(a,b,c){Array.prototype.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=_.r(a)?a.split(""):a,f=0;f<d;f++)f in e&&b.call(c,e[f],f,a)};_.lb=Array.prototype.filter?function(a,b){return Array.prototype.filter.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=[],e=0,f=_.r(a)?a.split(""):a,h=0;h<c;h++)if(h in f){var k=f[h];b.call(void 0,k,h,a)&&(d[e++]=k)}return d};
_.mb=Array.prototype.map?function(a,b){return Array.prototype.map.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=Array(c),e=_.r(a)?a.split(""):a,f=0;f<c;f++)f in e&&(d[f]=b.call(void 0,e[f],f,a));return d};_.ob=Array.prototype.some?function(a,b,c){return Array.prototype.some.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=_.r(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&b.call(c,e[f],f,a))return!0;return!1}; _.pb=Array.prototype.every?function(a,b,c){return Array.prototype.every.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=_.r(a)?a.split(""):a,f=0;f<d;f++)if(f in e&&!b.call(c,e[f],f,a))return!1;return!0};_.qb=function(a,b){return 0<=(0,_.hb)(a,b)};
var ub;_.rb=String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]};_.sb=String.prototype.repeat?function(a,b){return a.repeat(b)}:function(a,b){return Array(b+1).join(a)};
_.vb=function(a,b){var c=0;a=(0,_.rb)(String(a)).split(".");b=(0,_.rb)(String(b)).split(".");for(var d=Math.max(a.length,b.length),e=0;0==c&&e<d;e++){var f=a[e]||"",h=b[e]||"";do{f=/(\d*)(\D*)(.*)/.exec(f)||["","","",""];h=/(\d*)(\D*)(.*)/.exec(h)||["","","",""];if(0==f[0].length&&0==h[0].length)break;c=ub(0==f[1].length?0:(0,window.parseInt)(f[1],10),0==h[1].length?0:(0,window.parseInt)(h[1],10))||ub(0==f[2].length,0==h[2].length)||ub(f[2],h[2]);f=f[3];h=h[3]}while(0==c)}return c}; ub=function(a,b){return a<b?-1:a>b?1:0};_.wb=2147483648*Math.random()|0;
a:{var zb=_.m.navigator;if(zb){var Ab=zb.userAgent;if(Ab){_.xb=Ab;break a}}_.xb=""}_.Bb=function(a){return-1!=_.xb.indexOf(a)};var Fb;_.Eb=function(a,b,c){for(var d in a)b.call(c,a[d],d,a)};Fb="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");_.Hb=function(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in d)a[c]=d[c];for(var f=0;f<Fb.length;f++)c=Fb[f],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};
_.Ib=function(){return _.Bb("Opera")};_.Jb=function(){return _.Bb("Trident")||_.Bb("MSIE")};_.Kb=function(){return _.Bb("iPhone")&&!_.Bb("iPod")&&!_.Bb("iPad")};_.Lb=function(){return _.Kb()||_.Bb("iPad")||_.Bb("iPod")};var Mb=function(a){Mb[" "](a);return a},Pb;Mb[" "]=_.Ya;_.Nb=function(a,b){try{return Mb(a[b]),!0}catch(c){}return!1};Pb=function(a,b){var c=Ob;return Object.prototype.hasOwnProperty.call(c,a)?c[a]:c[a]=b(a)};var dc,ec,Ob,mc;_.Qb=_.Ib();_.B=_.Jb();_.Rb=_.Bb("Edge");_.Sb=_.Rb||_.B;_.Tb=_.Bb("Gecko")&&!(-1!=_.xb.toLowerCase().indexOf("webkit")&&!_.Bb("Edge"))&&!(_.Bb("Trident")||_.Bb("MSIE"))&&!_.Bb("Edge");_.Ub=-1!=_.xb.toLowerCase().indexOf("webkit")&&!_.Bb("Edge");_.Vb=_.Ub&&_.Bb("Mobile");_.Wb=_.Bb("Macintosh");_.Xb=_.Bb("Windows");_.Yb=_.Bb("Linux")||_.Bb("CrOS");_.Zb=_.Bb("Android");_.$b=_.Kb();_.ac=_.Bb("iPad");_.bc=_.Bb("iPod");_.cc=_.Lb();
dc=function(){var a=_.m.document;return a?a.documentMode:void 0};a:{var fc="",gc=function(){var a=_.xb;if(_.Tb)return/rv:([^\);]+)(\)|;)/.exec(a);if(_.Rb)return/Edge\/([\d\.]+)/.exec(a);if(_.B)return/\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a);if(_.Ub)return/WebKit\/(\S+)/.exec(a);if(_.Qb)return/(?:Version)[ \/]?(\S+)/.exec(a)}();gc&&(fc=gc?gc[1]:"");if(_.B){var hc=dc();if(null!=hc&&hc>(0,window.parseFloat)(fc)){ec=String(hc);break a}}ec=fc}_.ic=ec;Ob={}; _.jc=function(a){return Pb(a,function(){return 0<=_.vb(_.ic,a)})};_.lc=function(a){return Number(_.kc)>=a};var nc=_.m.document;mc=nc&&_.B?dc()||("CSS1Compat"==nc.compatMode?(0,window.parseInt)(_.ic,10):5):void 0;_.kc=mc;

var qc,uc,vc,xc,yc,zc,Ac,Bc;_.oc=function(a,b){return _.ba[a]=b};_.rc=function(a){return Array.prototype.concat.apply([],arguments)};_.sc=function(a){var b=a.length;if(0<b){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]};_.tc=function(a,b){return 0==a.lastIndexOf(b,0)};uc=/&/g;vc=/</g;xc=/>/g;yc=/"/g;zc=/'/g;Ac=/\x00/g;Bc=/[\x00&<>"']/;
_.Cc=function(a){if(!Bc.test(a))return a;-1!=a.indexOf("&")&&(a=a.replace(uc,"&amp;"));-1!=a.indexOf("<")&&(a=a.replace(vc,"&lt;"));-1!=a.indexOf(">")&&(a=a.replace(xc,"&gt;"));-1!=a.indexOf('"')&&(a=a.replace(yc,"&quot;"));-1!=a.indexOf("'")&&(a=a.replace(zc,"&#39;"));-1!=a.indexOf("\x00")&&(a=a.replace(Ac,"&#0;"));return a};_.Dc=function(a){return String(a).replace(/\-([a-z])/g,function(a,c){return c.toUpperCase()})};_.Ec=function(a,b){for(var c in a)if(a[c]==b)return!0;return!1};
var Fc,Gc;Fc=!_.B||_.lc(9);Gc=!_.Tb&&!_.B||_.B&&_.lc(9)||_.Tb&&_.jc("1.9.1");_.Hc=_.B&&!_.jc("9");_.Ic=_.B||_.Qb||_.Ub;_.Jc=_.B&&!_.lc(9);_.Mc=function(a){return function(){return a}}(!0);_.Nc=function(a){var b=!1,c;return function(){b||(c=a(),b=!0);return c}};var Pc,Oc;_.Qc=function(a,b){this.PD=a===Oc&&b||"";this.lQ=Pc};_.Qc.prototype.Hh=!0;_.Qc.prototype.kg=function(){return this.PD};_.Qc.prototype.toString=function(){return"Const{"+this.PD+"}"};_.Rc=function(a){return a instanceof _.Qc&&a.constructor===_.Qc&&a.lQ===Pc?a.PD:"type_error:Const"};_.Sc=function(a){return new _.Qc(Oc,a)};Pc={};Oc={};
var Tc;_.Wc=function(){this.qC="";this.vQ=Tc};_.Wc.prototype.Hh=!0;_.Wc.prototype.kg=function(){return this.qC};_.Wc.prototype.XA=!0;_.Wc.prototype.tl=function(){return 1};_.Xc=function(a){if(a instanceof _.Wc&&a.constructor===_.Wc&&a.vQ===Tc)return a.qC;_.La(a);return"type_error:TrustedResourceUrl"};_.Zc=function(a){return _.Yc(_.Rc(a))};Tc={};_.Yc=function(a){var b=new _.Wc;b.qC=a;return b};
var cd,$c,dd;_.ad=function(){this.em="";this.VP=$c};_.ad.prototype.Hh=!0;_.ad.prototype.kg=function(){return this.em};_.ad.prototype.XA=!0;_.ad.prototype.tl=function(){return 1};_.bd=function(a){if(a instanceof _.ad&&a.constructor===_.ad&&a.VP===$c)return a.em;_.La(a);return"type_error:SafeUrl"};cd=/^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i;_.ed=function(a){if(a instanceof _.ad)return a;a="object"==typeof a&&a.Hh?a.kg():String(a);cd.test(a)||(a="about:invalid#zClosurez");return dd(a)}; _.gd=function(a){if(a instanceof _.ad)return a;a="object"==typeof a&&a.Hh?a.kg():String(a);cd.test(a)||(a="about:invalid#zClosurez");return dd(a)};$c={};dd=function(a){var b=new _.ad;b.em=a;return b};dd("about:blank");
_.id=function(){this.pC="";this.UP=_.hd};_.id.prototype.Hh=!0;_.hd={};_.id.prototype.kg=function(){return this.pC};_.id.prototype.Fi=function(a){this.pC=a;return this};_.jd=(new _.id).Fi("");_.ld=function(){this.oC="";this.TP=_.kd};_.ld.prototype.Hh=!0;_.kd={};_.nd=function(a){a=_.Rc(a);return 0===a.length?md:(new _.ld).Fi(a)};_.ld.prototype.kg=function(){return this.oC};_.ld.prototype.Fi=function(a){this.oC=a;return this};var md=(new _.ld).Fi("");
var od;_.qd=function(){this.em="";this.SP=od;this.bH=null};_.qd.prototype.XA=!0;_.qd.prototype.tl=function(){return this.bH};_.qd.prototype.Hh=!0;_.qd.prototype.kg=function(){return this.em};_.rd=function(a){if(a instanceof _.qd&&a.constructor===_.qd&&a.SP===od)return a.em;_.La(a);return"type_error:SafeHtml"};od={};_.sd=function(a,b){return(new _.qd).Fi(a,b)};_.qd.prototype.Fi=function(a,b){this.em=a;this.bH=b;return this};_.sd("<!DOCTYPE html>",0);_.td=_.sd("",0);_.ud=_.sd("<br>",0);
_.vd=_.Nc(function(){var a=window.document.createElement("div");a.innerHTML="<div><div></div></div>";var b=a.firstChild.firstChild;a.innerHTML="";return!b.parentElement});_.wd=function(a,b){b=b instanceof _.ad?b:_.gd(b);a.href=_.bd(b)};var Cd,Fd,Jd;_.zd=function(a){return a?new _.xd(_.yd(a)):qc||(qc=new _.xd)};_.Ad=function(a,b){return _.r(b)?a.getElementById(b):b};
_.Bd=function(a,b,c,d){a=d||a;b=b&&"*"!=b?String(b).toUpperCase():"";if(a.querySelectorAll&&a.querySelector&&(b||c))return a.querySelectorAll(b+(c?"."+c:""));if(c&&a.getElementsByClassName){a=a.getElementsByClassName(c);if(b){d={};for(var e=0,f=0,h;h=a[f];f++)b==h.nodeName&&(d[e++]=h);d.length=e;return d}return a}a=a.getElementsByTagName(b||"*");if(c){d={};for(f=e=0;h=a[f];f++)b=h.className,"function"==typeof b.split&&_.qb(b.split(/\s+/),c)&&(d[e++]=h);d.length=e;return d}return a};
_.Dd=function(a,b){_.Eb(b,function(b,d){b&&"object"==typeof b&&b.Hh&&(b=b.kg());"style"==d?a.style.cssText=b:"class"==d?a.className=b:"for"==d?a.htmlFor=b:Cd.hasOwnProperty(d)?a.setAttribute(Cd[d],b):_.tc(d,"aria-")||_.tc(d,"data-")?a.setAttribute(d,b):a[d]=b})};Cd={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"};
_.Ed=function(a){return a?a.parentWindow||a.defaultView:window};_.Gd=function(a,b){var c=String(b[0]),d=b[1];if(!Fc&&d&&(d.name||d.type)){c=["<",c];d.name&&c.push(' name="',_.Cc(d.name),'"');if(d.type){c.push(' type="',_.Cc(d.type),'"');var e={};_.Hb(e,d);delete e.type;d=e}c.push(">");c=c.join("")}c=a.createElement(c);d&&(_.r(d)?c.className=d:_.Ma(d)?c.className=d.join(" "):_.Dd(c,d));2<b.length&&Fd(a,c,b,2);return c};
Fd=function(a,b,c,d){function e(c){c&&b.appendChild(_.r(c)?a.createTextNode(c):c)}for(;d<c.length;d++){var f=c[d];!_.$a(f)||_.ab(f)&&0<f.nodeType?e(f):(0,_.jb)(Jd(f)?_.sc(f):f,e)}};_.Kd=function(a){return window.document.createElement(String(a))};_.Ld=function(a){if(1!=a.nodeType)return!1;switch(a.tagName){case "APPLET":case "AREA":case "BASE":case "BR":case "COL":case "COMMAND":case "EMBED":case "FRAME":case "HR":case "IMG":case "INPUT":case "IFRAME":case "ISINDEX":case "KEYGEN":case "LINK":case "NOFRAMES":case "NOSCRIPT":case "META":case "OBJECT":case "PARAM":case "SCRIPT":case "SOURCE":case "STYLE":case "TRACK":case "WBR":return!1}return!0};
_.Md=function(a,b){Fd(_.yd(a),a,arguments,1)};_.Nd=function(a){for(var b;b=a.firstChild;)a.removeChild(b)};_.Od=function(a,b){b.parentNode&&b.parentNode.insertBefore(a,b)};_.Pd=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null};_.Qd=function(a){var b,c=a.parentNode;if(c&&11!=c.nodeType){if(a.removeNode)return a.removeNode(!1);for(;b=a.firstChild;)c.insertBefore(b,a);return _.Pd(a)}};
_.Rd=function(a){return Gc&&void 0!=a.children?a.children:(0,_.lb)(a.childNodes,function(a){return 1==a.nodeType})};_.Sd=function(a){return _.ab(a)&&1==a.nodeType};_.Td=function(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};_.yd=function(a){return 9==a.nodeType?a:a.ownerDocument||a.document};
_.Ud=function(a,b){if("textContent"in a)a.textContent=b;else if(3==a.nodeType)a.data=String(b);else if(a.firstChild&&3==a.firstChild.nodeType){for(;a.lastChild!=a.firstChild;)a.removeChild(a.lastChild);a.firstChild.data=String(b)}else _.Nd(a),a.appendChild(_.yd(a).createTextNode(String(b)))};Jd=function(a){if(a&&"number"==typeof a.length){if(_.ab(a))return"function"==typeof a.item||"string"==typeof a.item;if(_.bb(a))return"function"==typeof a.item}return!1};
_.xd=function(a){this.Va=a||_.m.document||window.document};_.g=_.xd.prototype;_.g.Ea=_.zd;_.g.jD=_.ca(0);_.g.mb=function(){return this.Va};_.g.S=function(a){return _.Ad(this.Va,a)};_.g.getElementsByTagName=function(a,b){return(b||this.Va).getElementsByTagName(String(a))};_.g.ma=function(a,b,c){return _.Gd(this.Va,arguments)};_.g.createElement=function(a){return this.Va.createElement(String(a))};_.g.createTextNode=function(a){return this.Va.createTextNode(String(a))};
_.g.ub=function(){var a=this.Va;return a.parentWindow||a.defaultView};_.g.appendChild=function(a,b){a.appendChild(b)};_.g.append=_.Md;_.g.canHaveChildren=_.Ld;_.g.Ae=_.Nd;_.g.tJ=_.Od;_.g.removeNode=_.Pd;_.g.HS=_.Qd;_.g.Nz=_.Rd;_.g.isElement=_.Sd;_.g.contains=_.Td;_.g.Kh=_.ca(1);
/*
 gapi.loader.OBJECT_CREATE_TEST_OVERRIDE &&*/
_.Vd=window;_.Wd=window.document;_.Yd=_.Vd.location;_.Zd=/\[native code\]/;_.$d=function(a,b,c){return a[b]=a[b]||c};_.ae=function(){var a;if((a=Object.create)&&_.Zd.test(a))a=a(null);else{a={};for(var b in a)a[b]=void 0}return a};_.be=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};_.ce=function(a,b){a=a||{};for(var c in a)_.be(a,c)&&(b[c]=a[c])};_.de=_.$d(_.Vd,"gapi",{});
_.ee=function(a,b,c){var d=new RegExp("([#].*&|[#])"+b+"=([^&#]*)","g");b=new RegExp("([?#].*&|[?#])"+b+"=([^&#]*)","g");if(a=a&&(d.exec(a)||b.exec(a)))try{c=(0,window.decodeURIComponent)(a[2])}catch(e){}return c};_.fe=new RegExp(/^/.source+/([a-zA-Z][-+.a-zA-Z0-9]*:)?/.source+/(\/\/[^\/?#]*)?/.source+/([^?#]*)?/.source+/(\?([^#]*))?/.source+/(#((#|[^#])*))?/.source+/$/.source);
_.ge=new RegExp(/(%([^0-9a-fA-F%]|[0-9a-fA-F]([^0-9a-fA-F%])?)?)*/.source+/%($|[^0-9a-fA-F]|[0-9a-fA-F]($|[^0-9a-fA-F]))/.source,"g");_.he=new RegExp(/\/?\??#?/.source+"("+/[\/?#]/i.source+"|"+/[\uD800-\uDBFF]/i.source+"|"+/%[c-f][0-9a-f](%[89ab][0-9a-f]){0,2}(%[89ab]?)?/i.source+"|"+/%[0-9a-f]?/i.source+")$","i");
_.je=function(a,b,c){_.ie(a,b,c,"add","at")};_.ie=function(a,b,c,d,e){if(a[d+"EventListener"])a[d+"EventListener"](b,c,!1);else if(a[e+"tachEvent"])a[e+"tachEvent"]("on"+b,c)};_.ke=_.$d(_.Vd,"___jsl",_.ae());_.$d(_.ke,"I",0);_.$d(_.ke,"hel",10);var le,me,ne,oe,pe,qe,re;le=function(a){var b=window.___jsl=window.___jsl||{};b[a]=b[a]||[];return b[a]};me=function(a){var b=window.___jsl=window.___jsl||{};b.cfg=!a&&b.cfg||{};return b.cfg};ne=function(a){return"object"===typeof a&&/\[native code\]/.test(a.push)};
oe=function(a,b,c){if(b&&"object"===typeof b)for(var d in b)!Object.prototype.hasOwnProperty.call(b,d)||c&&"___goc"===d&&"undefined"===typeof b[d]||(a[d]&&b[d]&&"object"===typeof a[d]&&"object"===typeof b[d]&&!ne(a[d])&&!ne(b[d])?oe(a[d],b[d]):b[d]&&"object"===typeof b[d]?(a[d]=ne(b[d])?[]:{},oe(a[d],b[d])):a[d]=b[d])};
pe=function(a){if(a&&!/^\s+$/.test(a)){for(;0==a.charCodeAt(a.length-1);)a=a.substring(0,a.length-1);try{var b=window.JSON.parse(a)}catch(c){}if("object"===typeof b)return b;try{b=(new Function("return ("+a+"\n)"))()}catch(c){}if("object"===typeof b)return b;try{b=(new Function("return ({"+a+"\n})"))()}catch(c){}return"object"===typeof b?b:{}}};
qe=function(a,b){var c={___goc:void 0};a.length&&a[a.length-1]&&Object.hasOwnProperty.call(a[a.length-1],"___goc")&&"undefined"===typeof a[a.length-1].___goc&&(c=a.pop());oe(c,b);a.push(c)};
re=function(a){me(!0);var b=window.___gcfg,c=le("cu"),d=window.___gu;b&&b!==d&&(qe(c,b),window.___gu=b);b=le("cu");var e=window.document.scripts||window.document.getElementsByTagName("script")||[];d=[];var f=[];f.push.apply(f,le("us"));for(var h=0;h<e.length;++h)for(var k=e[h],l=0;l<f.length;++l)k.src&&0==k.src.indexOf(f[l])&&d.push(k);0==d.length&&0<e.length&&e[e.length-1].src&&d.push(e[e.length-1]);for(e=0;e<d.length;++e)d[e].getAttribute("gapi_processed")||(d[e].setAttribute("gapi_processed",!0),
(f=d[e])?(h=f.nodeType,f=3==h||4==h?f.nodeValue:f.textContent||f.innerText||f.innerHTML||""):f=void 0,(f=pe(f))&&b.push(f));a&&qe(c,a);d=le("cd");a=0;for(b=d.length;a<b;++a)oe(me(),d[a],!0);d=le("ci");a=0;for(b=d.length;a<b;++a)oe(me(),d[a],!0);a=0;for(b=c.length;a<b;++a)oe(me(),c[a],!0)};_.C=function(a,b){var c=me();if(!a)return c;a=a.split("/");for(var d=0,e=a.length;c&&"object"===typeof c&&d<e;++d)c=c[a[d]];return d===a.length&&void 0!==c?c:b}; _.se=function(a,b){var c;if("string"===typeof a){var d=c={};a=a.split("/");for(var e=0,f=a.length;e<f-1;++e){var h={};d=d[a[e]]=h}d[a[e]]=b}else c=a;re(c)};
var te=function(){var a=window.__GOOGLEAPIS;a&&(a.googleapis&&!a["googleapis.config"]&&(a["googleapis.config"]=a.googleapis),_.$d(_.ke,"ci",[]).push(a),window.__GOOGLEAPIS=void 0)};te&&te();re();_.u("gapi.config.get",_.C);_.u("gapi.config.update",_.se);
_.ue=function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c];if(_.$a(d)){var e=a.length||0,f=d.length||0;a.length=e+f;for(var h=0;h<f;h++)a[e+h]=d[h]}else a.push(d)}};_.ve=function(a){return/^[\s\xa0]*$/.test(a)};_.we=function(a,b){var c=b||window.document;if(c.getElementsByClassName)a=c.getElementsByClassName(a)[0];else{c=window.document;var d=b||c;a=d.querySelectorAll&&d.querySelector&&a?d.querySelector(a?"."+a:""):_.Bd(c,"*",a,b)[0]||null}return a||null};

var De,Ee,Fe,Ge,He,Ie,Je,Ke,Le,Me,Ne,Oe,Pe,Qe,Re,Se,Te,Ue,Ve,We,Xe,Ye,Ze,$e,af,bf,cf,df,ef,ff,gf,kf,lf;Fe=void 0;Ge=function(a){try{return _.m.JSON.parse.call(_.m.JSON,a)}catch(b){return!1}};He=function(a){return Object.prototype.toString.call(a)};Ie=He(0);Je=He(new Date(0));Ke=He(!0);Le=He("");Me=He({});Ne=He([]);
Oe=function(a,b){if(b)for(var c=0,d=b.length;c<d;++c)if(a===b[c])throw new TypeError("Converting circular structure to JSON");d=typeof a;if("undefined"!==d){c=Array.prototype.slice.call(b||[],0);c[c.length]=a;b=[];var e=He(a);if(null!=a&&"function"===typeof a.toJSON&&(Object.prototype.hasOwnProperty.call(a,"toJSON")||(e!==Ne||a.constructor!==Array&&a.constructor!==Object)&&(e!==Me||a.constructor!==Array&&a.constructor!==Object)&&e!==Le&&e!==Ie&&e!==Ke&&e!==Je))return Oe(a.toJSON.call(a),c);if(null==
a)b[b.length]="null";else if(e===Ie)a=Number(a),(0,window.isNaN)(a)||(0,window.isNaN)(a-a)?a="null":-0===a&&0>1/a&&(a="-0"),b[b.length]=String(a);else if(e===Ke)b[b.length]=String(!!Number(a));else{if(e===Je)return Oe(a.toISOString.call(a),c);if(e===Ne&&He(a.length)===Ie){b[b.length]="[";var f=0;for(d=Number(a.length)>>0;f<d;++f)f&&(b[b.length]=","),b[b.length]=Oe(a[f],c)||"null";b[b.length]="]"}else if(e==Le&&He(a.length)===Ie){b[b.length]='"';f=0;for(c=Number(a.length)>>0;f<c;++f)d=String.prototype.charAt.call(a,
f),e=String.prototype.charCodeAt.call(a,f),b[b.length]="\b"===d?"\\b":"\f"===d?"\\f":"\n"===d?"\\n":"\r"===d?"\\r":"\t"===d?"\\t":"\\"===d||'"'===d?"\\"+d:31>=e?"\\u"+(e+65536).toString(16).substr(1):32<=e&&65535>=e?d:"\ufffd";b[b.length]='"'}else if("object"===d){b[b.length]="{";d=0;for(f in a)Object.prototype.hasOwnProperty.call(a,f)&&(e=Oe(a[f],c),void 0!==e&&(d++&&(b[b.length]=","),b[b.length]=Oe(f),b[b.length]=":",b[b.length]=e));b[b.length]="}"}else return}return b.join("")}};Pe=/[\0-\x07\x0b\x0e-\x1f]/;
Qe=/^([^"]*"([^\\"]|\\.)*")*[^"]*"([^"\\]|\\.)*[\0-\x1f]/;Re=/^([^"]*"([^\\"]|\\.)*")*[^"]*"([^"\\]|\\.)*\\[^\\\/"bfnrtu]/;Se=/^([^"]*"([^\\"]|\\.)*")*[^"]*"([^"\\]|\\.)*\\u([0-9a-fA-F]{0,3}[^0-9a-fA-F])/;Te=/"([^\0-\x1f\\"]|\\[\\\/"bfnrt]|\\u[0-9a-fA-F]{4})*"/g;Ue=/-?(0|[1-9][0-9]*)(\.[0-9]+)?([eE][-+]?[0-9]+)?/g;Ve=/[ \t\n\r]+/g;We=/[^"]:/;Xe=/""/g;Ye=/true|false|null/g;Ze=/00/;$e=/[\{]([^0\}]|0[^:])/;af=/(^|\[)[,:]|[,:](\]|\}|[,:]|$)/;bf=/[^\[,:][\[\{]/;cf=/^(\{|\}|\[|\]|,|:|0)+/;df=/\u2028/g;
ef=/\u2029/g;
ff=function(a){a=String(a);if(Pe.test(a)||Qe.test(a)||Re.test(a)||Se.test(a))return!1;var b=a.replace(Te,'""');b=b.replace(Ue,"0");b=b.replace(Ve,"");if(We.test(b))return!1;b=b.replace(Xe,"0");b=b.replace(Ye,"0");if(Ze.test(b)||$e.test(b)||af.test(b)||bf.test(b)||!b||(b=b.replace(cf,"")))return!1;a=a.replace(df,"\\u2028").replace(ef,"\\u2029");b=void 0;try{b=Fe?[Ge(a)]:eval("(function (var_args) {\n  return Array.prototype.slice.call(arguments, 0);\n})(\n"+a+"\n)")}catch(c){return!1}return b&&1===
b.length?b[0]:!1};gf=function(){var a=((_.m.document||{}).scripts||[]).length;if((void 0===De||void 0===Fe||Ee!==a)&&-1!==Ee){De=Fe=!1;Ee=-1;try{try{Fe=!!_.m.JSON&&'{"a":[3,true,"1970-01-01T00:00:00.000Z"]}'===_.m.JSON.stringify.call(_.m.JSON,{a:[3,!0,new Date(0)],c:function(){}})&&!0===Ge("true")&&3===Ge('[{"a":3}]')[0].a}catch(b){}De=Fe&&!Ge("[00]")&&!Ge('"\u0007"')&&!Ge('"\\0"')&&!Ge('"\\v"')}finally{Ee=a}}};_.hf=function(a){if(-1===Ee)return!1;gf();return(De?Ge:ff)(a)};
_.jf=function(a){if(-1!==Ee)return gf(),Fe?_.m.JSON.stringify.call(_.m.JSON,a):Oe(a)};kf=!Date.prototype.toISOString||"function"!==typeof Date.prototype.toISOString||"1970-01-01T00:00:00.000Z"!==(new Date(0)).toISOString();
lf=function(){var a=Date.prototype.getUTCFullYear.call(this);return[0>a?"-"+String(1E6-a).substr(1):9999>=a?String(1E4+a).substr(1):"+"+String(1E6+a).substr(1),"-",String(101+Date.prototype.getUTCMonth.call(this)).substr(1),"-",String(100+Date.prototype.getUTCDate.call(this)).substr(1),"T",String(100+Date.prototype.getUTCHours.call(this)).substr(1),":",String(100+Date.prototype.getUTCMinutes.call(this)).substr(1),":",String(100+Date.prototype.getUTCSeconds.call(this)).substr(1),".",String(1E3+Date.prototype.getUTCMilliseconds.call(this)).substr(1), "Z"].join("")};Date.prototype.toISOString=kf?lf:Date.prototype.toISOString;

_.u("gadgets.json.stringify",_.jf);_.u("gadgets.json.parse",_.hf);
_.Wf=window.gapi&&window.gapi.util||{};
_.Yf=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 b=a.substring(a.indexOf("://")+3),c=b.indexOf("/");-1!=c&&(b=b.substring(0,c));a=a.substring(0,a.indexOf("://"));if("http"!==a&&"https"!==a&&"chrome-extension"!==a&&"file"!==a&&"android-app"!==a&&"chrome-search"!==a&&"app"!==a)throw Error("w`"+a);c="";var d=b.indexOf(":");if(-1!=d){var e=b.substring(d+1);b=b.substring(0, d);if("http"===a&&"80"!==e||"https"===a&&"443"!==e)c=":"+e}return a+"://"+b+c};

_.Wf.Qa=function(a){return _.Yf(a)};
var ye;ye=window.console;_.ze=function(a){ye&&ye.log&&ye.log(a)};_.Ae=function(a){ye&&(ye.error?ye.error(a):ye.log&&ye.log(a))};_.Be=function(){};
_.G=_.G||{};
_.G=_.G||{};
(function(){var a=null;_.G.Hc=function(b){var c="undefined"===typeof b;if(null!==a&&c)return a;var d={};b=b||window.location.href;var e=b.indexOf("?"),f=b.indexOf("#");b=(-1===f?b.substr(e+1):[b.substr(e+1,f-e-1),"&",b.substr(f+1)].join("")).split("&");e=window.decodeURIComponent?window.decodeURIComponent:window.unescape;f=0;for(var h=b.length;f<h;++f){var k=b[f].indexOf("=");if(-1!==k){var l=b[f].substring(0,k);k=b[f].substring(k+1);k=k.replace(/\+/g," ");try{d[l]=e(k)}catch(n){}}}c&&(a=d);return d}; _.G.Hc()})();
_.u("gadgets.util.getUrlParameters",_.G.Hc);
_.ee(_.Vd.location.href,"rpctoken")&&_.je(_.Wd,"unload",function(){});
var fi=function(){this.zs={hL:Zh?"../"+Zh:null,cS:$h,rI:ai,Rca:bi,zu:ci,yda:di};this.Ie=_.Vd;this.VK=this.ZR;this.LS=/MSIE\s*[0-8](\D|$)/.test(window.navigator.userAgent);if(this.zs.hL){this.Ie=this.zs.rI(this.Ie,this.zs.hL);var a=this.Ie.document,b=a.createElement("script");b.setAttribute("type","text/javascript");b.text="window.doPostMsg=function(w,s,o) {window.setTimeout(function(){w.postMessage(s,o);},0);};";a.body.appendChild(b);this.VK=this.Ie.doPostMsg}this.FD={};this.dE={};a=(0,_.A)(this.zA,
this);_.je(this.Ie,"message",a);_.$d(_.ke,"RPMQ",[]).push(a);this.Ie!=this.Ie.parent&&ei(this,this.Ie.parent,'{"h":"'+(0,window.escape)(this.Ie.name)+'"}',"*")},gi=function(a){var b=null;0===a.indexOf('{"h":"')&&a.indexOf('"}')===a.length-2&&(b=(0,window.unescape)(a.substring(6,a.length-2)));return b},hi=function(a){if(!/^\s*{/.test(a))return!1;a=_.hf(a);return null!==a&&"object"===typeof a&&!!a.g};
fi.prototype.zA=function(a){var b=String(a.data);(0,_.Be)("gapi.rpc.receive("+bi+"): "+(!b||512>=b.length?b:b.substr(0,512)+"... ("+b.length+" bytes)"));var c=0!==b.indexOf("!_");c||(b=b.substring(2));var d=hi(b);if(!c&&!d){if(!d&&(c=gi(b))){if(this.FD[c])this.FD[c]();else this.dE[c]=1;return}var e=a.origin,f=this.zs.cS;this.LS?_.Vd.setTimeout(function(){f(b,e)},0):f(b,e)}};fi.prototype.Ec=function(a,b){".."===a||this.dE[a]?(b(),delete this.dE[a]):this.FD[a]=b};
var ei=function(a,b,c,d){var e=hi(c)?"":"!_";(0,_.Be)("gapi.rpc.send("+bi+"): "+(!c||512>=c.length?c:c.substr(0,512)+"... ("+c.length+" bytes)"));a.VK(b,e+c,d)};fi.prototype.ZR=function(a,b,c){a.postMessage(b,c)};fi.prototype.send=function(a,b,c){(a=this.zs.rI(this.Ie,a))&&!a.closed&&ei(this,a,b,c)};
var ii,ji,ki,li,mi,ni,oi,pi,Zh,bi,qi,ri,si,ti,ai,ci,ui,vi,Ei,Fi,Ji,di,Li,Ki,wi,Bi,Mi,$h,Ni,Oi;ii=0;ji=[];ki={};li={};mi=_.G.Hc;ni=mi();oi=ni.rpctoken;pi=ni.parent||_.Wd.referrer;Zh=ni.rly;bi=Zh||(_.Vd!==_.Vd.top||_.Vd.opener)&&_.Vd.name||"..";qi=null;ri={};si=function(){};ti={send:si,Ec:si};
ai=function(a,b){"/"==b.charAt(0)&&(b=b.substring(1),a=_.Vd.top);for(b=b.split("/");b.length;){var c=b.shift();"{"==c.charAt(0)&&"}"==c.charAt(c.length-1)&&(c=c.substring(1,c.length-1));if(".."===c)a=a==a.parent?a.opener:a.parent;else if(".."!==c&&a.frames[c]){if(a=a.frames[c],!("postMessage"in a))throw"Not a window";}else return null}return a};ci=function(a){return(a=ki[a])&&a.Hk};
ui=function(a){if(a.f in{})return!1;var b=a.t,c=ki[a.r];a=a.origin;return c&&(c.Hk===b||!c.Hk&&!b)&&(a===c.origin||"*"===c.origin)};vi=function(a){var b=a.id.split("/"),c=b[b.length-1],d=a.origin;return function(a){var b=a.origin;return a.f==c&&(d==b||"*"==d)}};_.Ci=function(a,b,c){a=wi(a);li[a.name]={Qg:b,Zq:a.Zq,Go:c||ui};Bi()};_.Di=function(a){delete li[wi(a).name]};Ei={};Fi=function(a,b){(a=Ei["_"+a])&&a[1](this)&&a[0].call(this,b)};
Ji=function(a){var b=a.c;if(!b)return si;var c=a.r,d=a.g?"legacy__":"";return function(){var a=[].slice.call(arguments,0);a.unshift(c,d+"__cb",null,b);_.Ii.apply(null,a)}};di=function(a){qi=a};Li=function(a){ri[a]||(ri[a]=_.Vd.setTimeout(function(){ri[a]=!1;Ki(a)},0))};Ki=function(a){var b=ki[a];if(b&&b.ready){var c=b.sC;for(b.sC=[];c.length;)ti.send(a,_.jf(c.shift()),b.origin)}};wi=function(a){return 0===a.indexOf("legacy__")?{name:a.substring(8),Zq:!0}:{name:a,Zq:!1}};
Bi=function(){for(var a=_.C("rpc/residenceSec")||60,b=(new Date).getTime()/1E3,c=0,d;d=ji[c];++c){var e=d.om;if(!e||0<a&&b-d.timestamp>a)ji.splice(c,1),--c;else{var f=e.s,h=li[f]||li["*"];if(h)if(ji.splice(c,1),--c,e.origin=d.origin,d=Ji(e),e.callback=d,h.Go(e)){if("__cb"!==f&&!!h.Zq!=!!e.g)break;e=h.Qg.apply(e,e.a);void 0!==e&&d(e)}else(0,_.Be)("gapi.rpc.rejected("+bi+"): "+f)}}};Mi=function(a,b,c){ji.push({om:a,origin:b,timestamp:(new Date).getTime()/1E3});c||Bi()};
$h=function(a,b){a=_.hf(a);Mi(a,b,!1)};Ni=function(a){for(;a.length;)Mi(a.shift(),this.origin,!0);Bi()};Oi=function(a){var b=!1;a=a.split("|");var c=a[0];0<=c.indexOf("/")&&(b=!0);return{id:c,origin:a[1]||"*",hB:b}};
_.Pi=function(a,b,c,d){var e=Oi(a);d&&(_.Vd.frames[e.id]=_.Vd.frames[e.id]||d);a=e.id;if(!ki.hasOwnProperty(a)){c=c||null;d=e.origin;if(".."===a)d=_.Wf.Qa(pi),c=c||oi;else if(!e.hB){var f=_.Wd.getElementById(a);f&&(f=f.src,d=_.Wf.Qa(f),c=c||mi(f).rpctoken)}"*"===e.origin&&d||(d=e.origin);ki[a]={Hk:c,sC:[],origin:d,IZ:b,aL:function(){var b=a;ki[b].ready=1;Ki(b)}};ti.Ec(a,ki[a].aL)}return ki[a].aL};
_.Ii=function(a,b,c,d){a=a||"..";_.Pi(a);a=a.split("|",1)[0];var e=b,f=[].slice.call(arguments,3),h=c,k=bi,l=oi,n=ki[a],p=k,q=Oi(a);if(n&&".."!==a){if(q.hB){if(!(l=ki[a].IZ)){l=qi?qi.substring(1).split("/"):[bi];p=l.length-1;for(var t=_.Vd.parent;t!==_.Vd.top;){var x=t.parent;if(!p--){for(var w=null,y=x.frames.length,F=0;F<y;++F)x.frames[F]==t&&(w=F);l.unshift("{"+w+"}")}t=x}l="/"+l.join("/")}p=l}else p=k="..";l=n.Hk}h&&q?(n=ui,q.hB&&(n=vi(q)),Ei["_"+ ++ii]=[h,n],h=ii):h=null;f={s:e,f:k,r:p,t:l,c:h, a:f};e=wi(e);f.s=e.name;f.g=e.Zq;ki[a].sC.push(f);Li(a)};if("function"===typeof _.Vd.postMessage||"object"===typeof _.Vd.postMessage)ti=new fi,_.Ci("__cb",Fi,function(){return!0}),_.Ci("_processBatch",Ni,function(){return!0}),_.Pi("..");

_.Qi=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}};_.Ri=function(a,b){a:{for(var c=a.length,d=_.r(a)?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:_.r(a)?a.charAt(b):a[b]};_.Si=[];_.Ti=[];_.Ui=!1;_.Vi=function(a){_.Si[_.Si.length]=a;if(_.Ui)for(var b=0;b<_.Ti.length;b++)a((0,_.A)(_.Ti[b].wrap,_.Ti[b]))};

var Wi,Xi,cj;Wi=null;Xi=/^[\w+/_-]+[=]{0,2}$/;_.Yi=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,_.Yi);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};_.v(_.Yi,Error);_.Yi.prototype.name="CustomError";_.Zi=function(a,b){for(var c in a)if(!(c in b)||a[c]!==b[c])return!1;for(c in b)if(!(c in a))return!1;return!0};_.$i=function(a){var b={},c;for(c in a)b[c]=a[c];return b};_.aj=function(a){return a};
_.bj=function(a,b){a.src=_.Xc(b);if(null===Wi){a:{b=_.m.document;if((b=b.querySelector&&b.querySelector("script[nonce]"))&&(b=b.nonce||b.getAttribute("nonce"))&&Xi.test(b))break a;b=null}Wi=b||""}(b=Wi)&&a.setAttribute("nonce",b)};cj=function(a,b){this.UR=a;this.wZ=b;this.Gv=0;this.We=null};cj.prototype.get=function(){if(0<this.Gv){this.Gv--;var a=this.We;this.We=a.next;a.next=null}else a=this.UR();return a};cj.prototype.put=function(a){this.wZ(a);100>this.Gv&&(this.Gv++,a.next=this.We,this.We=a)};
var dj,fj,gj,ej;dj=function(a){_.m.setTimeout(function(){throw a;},0)};_.hj=function(a){a=ej(a);!_.bb(_.m.setImmediate)||_.m.Window&&_.m.Window.prototype&&!_.Bb("Edge")&&_.m.Window.prototype.setImmediate==_.m.setImmediate?(fj||(fj=gj()),fj(a)):_.m.setImmediate(a)};
gj=function(){var a=_.m.MessageChannel;"undefined"===typeof a&&"undefined"!==typeof window&&window.postMessage&&window.addEventListener&&!_.Bb("Presto")&&(a=function(){var a=window.document.createElement("IFRAME");a.style.display="none";a.src="";window.document.documentElement.appendChild(a);var b=a.contentWindow;a=b.document;a.open();a.write("");a.close();var c="callImmediate"+Math.random(),d="file:"==b.location.protocol?"*":b.location.protocol+"//"+b.location.host;a=(0,_.A)(function(a){if(("*"==
d||a.origin==d)&&a.data==c)this.port1.onmessage()},this);b.addEventListener("message",a,!1);this.port1={};this.port2={postMessage:function(){b.postMessage(c,d)}}});if("undefined"!==typeof a&&!_.Jb()){var b=new a,c={},d=c;b.port1.onmessage=function(){if(_.Ka(c.next)){c=c.next;var a=c.cb;c.cb=null;a()}};return function(a){d.next={cb:a};d=d.next;b.port2.postMessage(0)}}return"undefined"!==typeof window.document&&"onreadystatechange"in window.document.createElement("SCRIPT")?function(a){var b=window.document.createElement("SCRIPT"); b.onreadystatechange=function(){b.onreadystatechange=null;b.parentNode.removeChild(b);b=null;a();a=null};window.document.documentElement.appendChild(b)}:function(a){_.m.setTimeout(a,0)}};ej=_.aj;_.Vi(function(a){ej=a});
var ij=function(){this.dx=this.Jo=null},kj=new cj(function(){return new jj},function(a){a.reset()});ij.prototype.add=function(a,b){var c=kj.get();c.set(a,b);this.dx?this.dx.next=c:this.Jo=c;this.dx=c};ij.prototype.remove=function(){var a=null;this.Jo&&(a=this.Jo,this.Jo=this.Jo.next,this.Jo||(this.dx=null),a.next=null);return a};var jj=function(){this.next=this.scope=this.Qg=null};jj.prototype.set=function(a,b){this.Qg=a;this.scope=b;this.next=null}; jj.prototype.reset=function(){this.next=this.scope=this.Qg=null};
var lj,mj,nj,oj,qj;_.pj=function(a,b){lj||mj();nj||(lj(),nj=!0);oj.add(a,b)};mj=function(){if(_.m.Promise&&_.m.Promise.resolve){var a=_.m.Promise.resolve(void 0);lj=function(){a.then(qj)}}else lj=function(){_.hj(qj)}};nj=!1;oj=new ij;qj=function(){for(var a;a=oj.remove();){try{a.Qg.call(a.scope)}catch(b){dj(b)}kj.put(a)}nj=!1};
_.rj=function(a){a.prototype.then=a.prototype.then;a.prototype.$goog_Thenable=!0};_.sj=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};var uj,vj,Fj,Dj;_.tj=function(a,b){this.Da=0;this.Ti=void 0;this.Wm=this.Cj=this.hb=null;this.Cu=this.rz=!1;if(a!=_.Ya)try{var c=this;a.call(b,function(a){c.$g(2,a)},function(a){c.$g(3,a)})}catch(d){this.$g(3,d)}};uj=function(){this.next=this.context=this.Sn=this.rr=this.Wk=null;this.hp=!1};uj.prototype.reset=function(){this.context=this.Sn=this.rr=this.Wk=null;this.hp=!1};vj=new cj(function(){return new uj},function(a){a.reset()});_.wj=function(a,b,c){var d=vj.get();d.rr=a;d.Sn=b;d.context=c;return d};
_.xj=function(a){if(a instanceof _.tj)return a;var b=new _.tj(_.Ya);b.$g(2,a);return b};_.yj=function(a){return new _.tj(function(b,c){c(a)})};_.Aj=function(a,b,c){zj(a,b,c,null)||_.pj(_.Qi(b,a))};_.Cj=function(){var a,b,c=new _.tj(function(c,e){a=c;b=e});return new Bj(c,a,b)};_.tj.prototype.then=function(a,b,c){return Dj(this,_.bb(a)?a:null,_.bb(b)?b:null,c)};_.rj(_.tj);_.tj.prototype.XD=function(a,b){return Dj(this,null,a,b)};
_.tj.prototype.cancel=function(a){0==this.Da&&_.pj(function(){var b=new Ej(a);Fj(this,b)},this)};Fj=function(a,b){if(0==a.Da)if(a.hb){var c=a.hb;if(c.Cj){for(var d=0,e=null,f=null,h=c.Cj;h&&(h.hp||(d++,h.Wk==a&&(e=h),!(e&&1<d)));h=h.next)e||(f=h);e&&(0==c.Da&&1==d?Fj(c,b):(f?(d=f,d.next==c.Wm&&(c.Wm=d),d.next=d.next.next):Gj(c),Hj(c,e,3,b)))}a.hb=null}else a.$g(3,b)};_.Jj=function(a,b){a.Cj||2!=a.Da&&3!=a.Da||Ij(a);a.Wm?a.Wm.next=b:a.Cj=b;a.Wm=b};
Dj=function(a,b,c,d){var e=_.wj(null,null,null);e.Wk=new _.tj(function(a,h){e.rr=b?function(c){try{var e=b.call(d,c);a(e)}catch(n){h(n)}}:a;e.Sn=c?function(b){try{var e=c.call(d,b);!_.Ka(e)&&b instanceof Ej?h(b):a(e)}catch(n){h(n)}}:h});e.Wk.hb=a;_.Jj(a,e);return e.Wk};_.tj.prototype.L0=function(a){this.Da=0;this.$g(2,a)};_.tj.prototype.M0=function(a){this.Da=0;this.$g(3,a)};
_.tj.prototype.$g=function(a,b){0==this.Da&&(this===b&&(a=3,b=new TypeError("Promise cannot resolve to itself")),this.Da=1,zj(b,this.L0,this.M0,this)||(this.Ti=b,this.Da=a,this.hb=null,Ij(this),3!=a||b instanceof Ej||Kj(this,b)))};
var zj=function(a,b,c,d){if(a instanceof _.tj)return _.Jj(a,_.wj(b||_.Ya,c||null,d)),!0;if(_.sj(a))return a.then(b,c,d),!0;if(_.ab(a))try{var e=a.then;if(_.bb(e))return Lj(a,e,b,c,d),!0}catch(f){return c.call(d,f),!0}return!1},Lj=function(a,b,c,d,e){var f=!1,h=function(a){f||(f=!0,c.call(e,a))},k=function(a){f||(f=!0,d.call(e,a))};try{b.call(a,h,k)}catch(l){k(l)}},Ij=function(a){a.rz||(a.rz=!0,_.pj(a.uS,a))},Gj=function(a){var b=null;a.Cj&&(b=a.Cj,a.Cj=b.next,b.next=null);a.Cj||(a.Wm=null);return b};
_.tj.prototype.uS=function(){for(var a;a=Gj(this);)Hj(this,a,this.Da,this.Ti);this.rz=!1};var Hj=function(a,b,c,d){if(3==c&&b.Sn&&!b.hp)for(;a&&a.Cu;a=a.hb)a.Cu=!1;if(b.Wk)b.Wk.hb=null,Mj(b,c,d);else try{b.hp?b.rr.call(b.context):Mj(b,c,d)}catch(e){Nj.call(null,e)}vj.put(b)},Mj=function(a,b,c){2==b?a.rr.call(a.context,c):a.Sn&&a.Sn.call(a.context,c)},Kj=function(a,b){a.Cu=!0;_.pj(function(){a.Cu&&Nj.call(null,b)})},Nj=dj,Ej=function(a){_.Yi.call(this,a)};_.v(Ej,_.Yi);Ej.prototype.name="cancel"; var Bj=function(a,b,c){this.promise=a;this.resolve=b;this.reject=c};

_.Oj=function(a){return new _.tj(a)};
_.Pj=_.Pj||{};_.Pj.FU=function(){var a=0,b=0;window.self.innerHeight?(a=window.self.innerWidth,b=window.self.innerHeight):window.document.documentElement&&window.document.documentElement.clientHeight?(a=window.document.documentElement.clientWidth,b=window.document.documentElement.clientHeight):window.document.body&&(a=window.document.body.clientWidth,b=window.document.body.clientHeight);return{width:a,height:b}};

_.Pj=_.Pj||{};
(function(){function a(a,c){window.getComputedStyle(a,"").getPropertyValue(c).match(/^([0-9]+)/);return(0,window.parseInt)(RegExp.$1,10)}_.Pj.Zc=function(){var b=_.Pj.FU().height,c=window.document.body,d=window.document.documentElement;if("CSS1Compat"===window.document.compatMode&&d.scrollHeight)return d.scrollHeight!==b?d.scrollHeight:d.offsetHeight;if(0<=window.navigator.userAgent.indexOf("AppleWebKit")){b=0;for(c=[window.document.body];0<c.length;){var e=c.shift();d=e.childNodes;if("undefined"!==
typeof e.style){var f=e.style.overflowY;f||(f=(f=window.document.defaultView.getComputedStyle(e,null))?f.overflowY:null);if("visible"!=f&&"inherit"!=f&&(f=e.style.height,f||(f=(f=window.document.defaultView.getComputedStyle(e,null))?f.height:""),0<f.length&&"auto"!=f))continue}for(e=0;e<d.length;e++){f=d[e];if("undefined"!==typeof f.offsetTop&&"undefined"!==typeof f.offsetHeight){var h=f.offsetTop+f.offsetHeight+a(f,"margin-bottom");b=Math.max(b,h)}c.push(f)}}return b+a(window.document.body,"border-bottom")+ a(window.document.body,"margin-bottom")+a(window.document.body,"padding-bottom")}if(c&&d)return e=d.scrollHeight,f=d.offsetHeight,d.clientHeight!==f&&(e=c.scrollHeight,f=c.offsetHeight),e>b?e>f?e:f:e<f?e:f}})();

var jh;jh=/^https?:\/\/(?:\w|[\-\.])+\.google\.(?:\w|[\-:\.])+(?:\/[^\?#]*)?\/u\/(\d)\//;
_.kh=function(a){var b=_.C("googleapis.config/sessionIndex");"string"===typeof b&&254<b.length&&(b=null);null==b&&(b=window.__X_GOOG_AUTHUSER);"string"===typeof b&&254<b.length&&(b=null);if(null==b){var c=window.google;c&&(b=c.authuser)}"string"===typeof b&&254<b.length&&(b=null);null==b&&(a=a||window.location.href,b=_.ee(a,"authuser")||null,null==b&&(b=(b=a.match(jh))?b[1]:null));if(null==b)return null;b=String(b);254<b.length&&(b=null);return b};

var nh=function(){this.Aj=-1};_.oh=function(){this.Aj=64;this.Fc=[];this.hy=[];this.CQ=[];this.Tv=[];this.Tv[0]=128;for(var a=1;a<this.Aj;++a)this.Tv[a]=0;this.Sw=this.En=0;this.reset()};_.v(_.oh,nh);_.oh.prototype.reset=function(){this.Fc[0]=1732584193;this.Fc[1]=4023233417;this.Fc[2]=2562383102;this.Fc[3]=271733878;this.Fc[4]=3285377520;this.Sw=this.En=0};
var ph=function(a,b,c){c||(c=0);var d=a.CQ;if(_.r(b))for(var e=0;16>e;e++)d[e]=b.charCodeAt(c)<<24|b.charCodeAt(c+1)<<16|b.charCodeAt(c+2)<<8|b.charCodeAt(c+3),c+=4;else for(e=0;16>e;e++)d[e]=b[c]<<24|b[c+1]<<16|b[c+2]<<8|b[c+3],c+=4;for(e=16;80>e;e++){var f=d[e-3]^d[e-8]^d[e-14]^d[e-16];d[e]=(f<<1|f>>>31)&4294967295}b=a.Fc[0];c=a.Fc[1];var h=a.Fc[2],k=a.Fc[3],l=a.Fc[4];for(e=0;80>e;e++){if(40>e)if(20>e){f=k^c&(h^k);var n=1518500249}else f=c^h^k,n=1859775393;else 60>e?(f=c&h|k&(c|h),n=2400959708):
(f=c^h^k,n=3395469782);f=(b<<5|b>>>27)+f+l+n+d[e]&4294967295;l=k;k=h;h=(c<<30|c>>>2)&4294967295;c=b;b=f}a.Fc[0]=a.Fc[0]+b&4294967295;a.Fc[1]=a.Fc[1]+c&4294967295;a.Fc[2]=a.Fc[2]+h&4294967295;a.Fc[3]=a.Fc[3]+k&4294967295;a.Fc[4]=a.Fc[4]+l&4294967295};
_.oh.prototype.update=function(a,b){if(null!=a){_.Ka(b)||(b=a.length);for(var c=b-this.Aj,d=0,e=this.hy,f=this.En;d<b;){if(0==f)for(;d<=c;)ph(this,a,d),d+=this.Aj;if(_.r(a))for(;d<b;){if(e[f]=a.charCodeAt(d),++f,++d,f==this.Aj){ph(this,e);f=0;break}}else for(;d<b;)if(e[f]=a[d],++f,++d,f==this.Aj){ph(this,e);f=0;break}}this.En=f;this.Sw+=b}};
_.oh.prototype.digest=function(){var a=[],b=8*this.Sw;56>this.En?this.update(this.Tv,56-this.En):this.update(this.Tv,this.Aj-(this.En-56));for(var c=this.Aj-1;56<=c;c--)this.hy[c]=b&255,b/=256;ph(this,this.hy);for(c=b=0;5>c;c++)for(var d=24;0<=d;d-=8)a[b]=this.Fc[c]>>d&255,++b;return a};

_.qh=function(){this.ED=new _.oh};_.g=_.qh.prototype;_.g.reset=function(){this.ED.reset()};_.g.kN=function(a){this.ED.update(a)};_.g.aH=function(){return this.ED.digest()};_.g.gE=function(a){a=(0,window.unescape)((0,window.encodeURIComponent)(a));for(var b=[],c=0,d=a.length;c<d;++c)b.push(a.charCodeAt(c));this.kN(b)};_.g.Ng=function(){for(var a=this.aH(),b="",c=0;c<a.length;c++)b+="0123456789ABCDEF".charAt(Math.floor(a[c]/16))+"0123456789ABCDEF".charAt(a[c]%16);return b};

var Rj,Qj,Xj,Yj,Sj,Vj,Tj,Zj,Uj;_.Wj=function(){if(Qj){var a=new _.Vd.Uint32Array(1);Rj.getRandomValues(a);a=Number("0."+a[0])}else a=Sj,a+=(0,window.parseInt)(Tj.substr(0,20),16),Tj=Uj(Tj),a/=Vj+Math.pow(16,20);return a};Rj=_.Vd.crypto;Qj=!1;Xj=0;Yj=0;Sj=1;Vj=0;Tj="";Zj=function(a){a=a||_.Vd.event;var b=a.screenX+a.clientX<<16;b+=a.screenY+a.clientY;b*=(new Date).getTime()%1E6;Sj=Sj*b%Vj;0<Xj&&++Yj==Xj&&_.ie(_.Vd,"mousemove",Zj,"remove","de")};Uj=function(a){var b=new _.qh;b.gE(a);return b.Ng()};
Qj=!!Rj&&"function"==typeof Rj.getRandomValues;Qj||(Vj=1E6*(window.screen.width*window.screen.width+window.screen.height),Tj=Uj(_.Wd.cookie+"|"+_.Wd.location+"|"+(new Date).getTime()+"|"+Math.random()),Xj=_.C("random/maxObserveMousemove")||0,0!=Xj&&_.je(_.Vd,"mousemove",Zj));

var bk,fk,gk,hk,ik,jk,kk,lk,mk,nk,ok,pk,qk,uk,wk,xk,yk,zk,Ak,Bk;_.ak=function(a,b){b=b instanceof _.ad?b:_.gd(b);a.href=_.bd(b)};_.ck=function(a){return!!a&&"object"===typeof a&&_.Zd.test(a.push)};_.dk=function(a){for(var b=0;b<this.length;b++)if(this[b]===a)return b;return-1};_.ek=function(a,b){if(!a)throw Error(b||"");};fk=/&/g;gk=/</g;hk=/>/g;ik=/"/g;jk=/'/g;kk=function(a){return String(a).replace(fk,"&amp;").replace(gk,"&lt;").replace(hk,"&gt;").replace(ik,"&quot;").replace(jk,"&#39;")};lk=/[\ud800-\udbff][\udc00-\udfff]|[^!-~]/g;
mk=/%([a-f]|[0-9a-fA-F][a-f])/g;nk=/^(https?|ftp|file|chrome-extension):$/i;
ok=function(a){a=String(a);a=a.replace(lk,function(a){try{return(0,window.encodeURIComponent)(a)}catch(f){return(0,window.encodeURIComponent)(a.replace(/^[^%]+$/g,"\ufffd"))}}).replace(_.ge,function(a){return a.replace(/%/g,"%25")}).replace(mk,function(a){return a.toUpperCase()});a=a.match(_.fe)||[];var b=_.ae(),c=function(a){return a.replace(/\\/g,"%5C").replace(/\^/g,"%5E").replace(/`/g,"%60").replace(/\{/g,"%7B").replace(/\|/g,"%7C").replace(/\}/g,"%7D")},d=!!(a[1]||"").match(nk);b.np=c((a[1]||
"")+(a[2]||"")+(a[3]||(a[2]&&d?"/":"")));d=function(a){return c(a.replace(/\?/g,"%3F").replace(/#/g,"%23"))};b.query=a[5]?[d(a[5])]:[];b.uh=a[7]?[d(a[7])]:[];return b};pk=function(a){return a.np+(0<a.query.length?"?"+a.query.join("&"):"")+(0<a.uh.length?"#"+a.uh.join("&"):"")};qk=function(a,b){var c=[];if(a)for(var d in a)if(_.be(a,d)&&null!=a[d]){var e=b?b(a[d]):a[d];c.push((0,window.encodeURIComponent)(d)+"="+(0,window.encodeURIComponent)(e))}return c};
_.rk=function(a,b,c,d){a=ok(a);a.query.push.apply(a.query,qk(b,d));a.uh.push.apply(a.uh,qk(c,d));return pk(a)};
_.sk=function(a,b){var c=ok(b);b=c.np;c.query.length&&(b+="?"+c.query.join(""));c.uh.length&&(b+="#"+c.uh.join(""));var d="";2E3<b.length&&(c=b,b=b.substr(0,2E3),b=b.replace(_.he,""),d=c.substr(b.length));var e=a.createElement("div");a=a.createElement("a");c=ok(b);b=c.np;c.query.length&&(b+="?"+c.query.join(""));c.uh.length&&(b+="#"+c.uh.join(""));a.href=b;e.appendChild(a);e.innerHTML=e.innerHTML;b=String(e.firstChild.href);e.parentNode&&e.parentNode.removeChild(e);c=ok(b+d);b=c.np;c.query.length&&
(b+="?"+c.query.join(""));c.uh.length&&(b+="#"+c.uh.join(""));return b};_.tk=/^https?:\/\/[^\/%\\?#\s]+\/[^\s]*$/i;uk=function(a){for(;a.firstChild;)a.removeChild(a.firstChild)};_.vk=function(a,b){var c=_.$d(_.ke,"watt",_.ae());_.$d(c,a,b)};wk=/^https?:\/\/(?:\w|[\-\.])+\.google\.(?:\w|[\-:\.])+(?:\/[^\?#]*)?\/b\/(\d{10,21})\//;
xk=function(a){var b=_.C("googleapis.config/sessionDelegate");"string"===typeof b&&21<b.length&&(b=null);null==b&&(b=(a=(a||window.location.href).match(wk))?a[1]:null);if(null==b)return null;b=String(b);21<b.length&&(b=null);return b};yk=function(){var a=_.ke.onl;if(!a){a=_.ae();_.ke.onl=a;var b=_.ae();a.e=function(a){var c=b[a];c&&(delete b[a],c())};a.a=function(a,d){b[a]=d};a.r=function(a){delete b[a]}}return a};zk=function(a,b){b=b.onload;return"function"===typeof b?(yk().a(a,b),b):null}; Ak=function(a){_.ek(/^\w+$/.test(a),"Unsupported id - "+a);yk();return'onload="window.___jsl.onl.e(&#34;'+a+'&#34;)"'};Bk=function(a){yk().r(a)};
var Dk,Fk,Jk;_.Ck={allowtransparency:"true",frameborder:"0",hspace:"0",marginheight:"0",marginwidth:"0",scrolling:"no",style:"",tabindex:"0",vspace:"0",width:"100%"};Dk={allowtransparency:!0,onload:!0};Fk=0;_.Gk=function(a,b){var c=0;do var d=b.id||["I",Fk++,"_",(new Date).getTime()].join("");while(a.getElementById(d)&&5>++c);_.ek(5>c,"Error creating iframe id");return d};_.Hk=function(a,b){return a?b+"/"+a:""};
_.Ik=function(a,b,c,d){var e={},f={};a.documentMode&&9>a.documentMode&&(e.hostiemode=a.documentMode);_.ce(d.queryParams||{},e);_.ce(d.fragmentParams||{},f);var h=d.pfname;var k=_.ae();_.C("iframes/dropLegacyIdParam")||(k.id=c);k._gfid=c;k.parent=a.location.protocol+"//"+a.location.host;c=_.ee(a.location.href,"parent");h=h||"";!h&&c&&(h=_.ee(a.location.href,"_gfid","")||_.ee(a.location.href,"id",""),h=_.Hk(h,_.ee(a.location.href,"pfname","")));h||(c=_.hf(_.ee(a.location.href,"jcp","")))&&"object"==
typeof c&&(h=_.Hk(c.id,c.pfname));k.pfname=h;d.connectWithJsonParam&&(h={},h.jcp=_.jf(k),k=h);h=_.ee(b,"rpctoken")||e.rpctoken||f.rpctoken;h||(h=d.rpctoken||String(Math.round(1E8*_.Wj())),k.rpctoken=h);d.rpctoken=h;_.ce(k,d.connectWithQueryParams?e:f);k=a.location.href;a=_.ae();(h=_.ee(k,"_bsh",_.ke.bsh))&&(a._bsh=h);(k=_.ke.dpo?_.ke.h:_.ee(k,"jsh",_.ke.h))&&(a.jsh=k);d.hintInFragment?_.ce(a,f):_.ce(a,e);return _.rk(b,e,f,d.paramsSerializer)};
Jk=function(a){_.ek(!a||_.tk.test(a),"Illegal url for new iframe - "+a)};
_.Kk=function(a,b,c,d,e){Jk(c.src);var f,h=zk(d,c),k=h?Ak(d):"";try{window.document.all&&(f=a.createElement('<iframe frameborder="'+kk(String(c.frameborder))+'" scrolling="'+kk(String(c.scrolling))+'" '+k+' name="'+kk(String(c.name))+'"/>'))}catch(n){}finally{f||(f=a.createElement("iframe"),h&&(f.onload=function(){f.onload=null;h.call(this)},Bk(d)))}f.setAttribute("ng-non-bindable","");for(var l in c)a=c[l],"style"===l&&"object"===typeof a?_.ce(a,f.style):Dk[l]||f.setAttribute(l,String(a));(l=e&& e.beforeNode||null)||e&&e.dontclear||uk(b);b.insertBefore(f,l);f=l?l.previousSibling:b.lastChild;c.allowtransparency&&(f.allowTransparency=!0);return f};
var Lk,Ok;Lk=/^:[\w]+$/;_.Mk=/:([a-zA-Z_]+):/g;_.Nk=function(){var a=_.kh()||"0",b=xk();var c=_.kh(void 0)||a;var d=xk(void 0),e="";c&&(e+="u/"+(0,window.encodeURIComponent)(String(c))+"/");d&&(e+="b/"+(0,window.encodeURIComponent)(String(d))+"/");c=e||null;(e=(d=!1===_.C("isLoggedIn"))?"_/im/":"")&&(c="");var f=_.C("iframes/:socialhost:"),h=_.C("iframes/:im_socialhost:");return bk={socialhost:f,ctx_socialhost:d?h:f,session_index:a,session_delegate:b,session_prefix:c,im_prefix:e}};
Ok=function(a,b){return _.Nk()[b]||""};_.Pk=function(a){return _.sk(_.Wd,a.replace(_.Mk,Ok))};_.Qk=function(a){var b=a;Lk.test(a)&&(b=_.C("iframes/"+b.substring(1)+"/url"),_.ek(!!b,"Unknown iframe url config for - "+a));return _.Pk(b)};
_.Rk=function(a,b,c){var d=c||{};c=d.attributes||{};_.ek(!(d.allowPost||d.forcePost)||!c.onload,"onload is not supported by post iframe (allowPost or forcePost)");a=_.Qk(a);c=b.ownerDocument||_.Wd;var e=_.Gk(c,d);a=_.Ik(c,a,e,d);var f=_.ae();_.ce(_.Ck,f);_.ce(d.attributes,f);f.name=f.id=e;f.src=a;d.eurl=a;var h=d||{},k=!!h.allowPost;if(h.forcePost||k&&2E3<a.length){h=ok(a);f.src="";d.dropDataPostorigin||(f["data-postorigin"]=a);a=_.Kk(c,b,f,e);if(-1!=window.navigator.userAgent.indexOf("WebKit")){var l=
a.contentWindow.document;l.open();f=l.createElement("div");k={};var n=e+"_inner";k.name=n;k.src="";k.style="display:none";_.Kk(c,f,k,n,d)}f=(d=h.query[0])?d.split("&"):[];d=[];for(k=0;k<f.length;k++)n=f[k].split("=",2),d.push([(0,window.decodeURIComponent)(n[0]),(0,window.decodeURIComponent)(n[1])]);h.query=[];f=pk(h);_.ek(_.tk.test(f),"Invalid URL: "+f);h=c.createElement("form");h.action=f;h.method="POST";h.target=e;h.style.display="none";for(e=0;e<d.length;e++)f=c.createElement("input"),f.type= "hidden",f.name=d[e][0],f.value=d[e][1],h.appendChild(f);b.appendChild(h);h.submit();h.parentNode.removeChild(h);l&&l.close();b=a}else b=_.Kk(c,b,f,e,d);return b};

_.Sk=function(a){this.R=a};_.g=_.Sk.prototype;_.g.value=function(){return this.R};_.g.bj=function(a){this.R.width=a;return this};_.g.Ed=function(){return this.R.width};_.g.Zi=function(a){this.R.height=a;return this};_.g.Zc=function(){return this.R.height};_.g.ld=function(a){this.R.style=a;return this};_.g.Gl=_.ca(5);
var Tk=function(a){this.R=a};Tk.prototype.uo=function(a){this.R.anchor=a;return this};Tk.prototype.Af=function(){return this.R.anchor};Tk.prototype.aD=function(a){this.R.anchorPosition=a;return this};_.Uk=function(a){a.R.show=!0;return a};Tk.prototype.Zi=function(a){this.R.height=a;return this};Tk.prototype.Zc=function(){return this.R.height};Tk.prototype.bj=function(a){this.R.width=a;return this};Tk.prototype.Ed=function(){return this.R.width};
_.Vk=function(a){this.R=a||{}};_.Vk.prototype.value=function(){return this.R};_.Vk.prototype.setUrl=function(a){this.R.url=a;return this};_.Vk.prototype.getUrl=function(){return this.R.url};_.Wk=function(a,b){a.R.where=b;return a};_.g=_.Vk.prototype;_.g.ld=function(a){this.R.style=a;return this};_.g.Gl=_.ca(4);_.g.De=function(a){this.R.id=a;return this};_.g.ka=function(){return this.R.id};_.g.Bk=_.ca(6);_.Xk=function(a,b){a.R.queryParams=b;return a};_.Yk=function(a,b){a.R.relayOpen=b;return a};
_.Zk=function(a,b){a.R.messageHandlers=b;return a};_.$k=function(a,b){a.R.messageHandlersFilter=b;return a};_.Vk.prototype.vo=_.ca(7);_.Vk.prototype.getContext=function(){return this.R.context};_.Vk.prototype.Pc=function(){return this.R.openerIframe};_.al=function(a){return new Tk(a.R)};_.Vk.prototype.wl=function(){this.R.attributes=this.R.attributes||{};return new _.Sk(this.R.attributes)};_.bl=function(a){a.R.connectWithQueryParams=!0;return a};

var cl,gl,hl,il,ol,nl;_.Sk.prototype.Gl=_.oc(5,function(){return this.R.style});_.Vk.prototype.Gl=_.oc(4,function(){return this.R.style});cl=function(a,b){a.R.onload=b};_.dl=function(a){a.R.closeClickDetection=!0};_.el=function(a){return a.R.rpctoken};_.fl=function(a){a.R.waitForOnload=!0;return a};gl=function(a){return(a=a.R.timeout)?a:null};_.kl=function(a,b,c){if(a){_.ek(_.ck(a),"arrayForEach was called with a non array value");for(var d=0;d<a.length;d++)b.call(c,a[d],d)}};
_.ll=function(a,b,c){if(a)if(_.ck(a))_.kl(a,b,c);else{_.ek("object"===typeof a,"objectForEach was called with a non object value");c=c||a;for(var d in a)_.be(a,d)&&void 0!==a[d]&&b.call(c,a[d],d)}};_.ml=function(a){return new _.tj(function(b,c){var d=a.length,e=[];if(d)for(var f=function(a,c){d--;e[a]=c;0==d&&b(e)},h=function(a){c(a)},k=0,l;k<a.length;k++)l=a[k],_.Aj(l,_.Qi(f,k),h);else b(e)})}; ol=function(a){this.resolve=this.reject=null;this.promise=_.Oj((0,_.A)(function(a,c){this.resolve=a;this.reject=c},this));a&&(this.promise=nl(this.promise,a))};nl=function(a,b){return a.then(function(a){try{b(a)}catch(d){}return a})};
_.pl=function(a){this.R=a||{}};_.v(_.pl,_.Vk);_.ql=function(a,b){a.R.frameName=b;return a};_.pl.prototype.Bd=function(){return this.R.frameName};_.rl=function(a,b){a.R.rpcAddr=b;return a};_.pl.prototype.El=function(){return this.R.rpcAddr};_.sl=function(a,b){a.R.retAddr=b;return a};_.tl=function(a){return a.R.retAddr};_.pl.prototype.Th=function(a){this.R.origin=a;return this};_.pl.prototype.Qa=function(){return this.R.origin};_.pl.prototype.$i=function(a){this.R.setRpcReady=a;return this};_.ul=function(a){return a.R.setRpcReady}; _.pl.prototype.xo=function(a){this.R.context=a};var vl=function(a,b){a.R._rpcReadyFn=b};_.pl.prototype.Ga=function(){return this.R.iframeEl};
var wl,Al,zl;wl=/^[\w\.\-]*$/;_.xl=function(a){return a.Rc===a.getContext().Rc};_.K=function(){return!0};_.yl=function(a){for(var b=_.ae(),c=0;c<a.length;c++)b[a[c]]=!0;return function(a){return!!b[a.Rc]}};Al=function(a,b,c){return function(d){if(!b.Gb){_.ek(this.origin===b.Rc,"Wrong origin "+this.origin+" != "+b.Rc);var e=this.callback;d=zl(a,d,b);!c&&0<d.length&&_.ml(d).then(e)}}};zl=function(a,b,c){a=hl[a];if(!a)return[];for(var d=[],e=0;e<a.length;e++)d.push(_.xj(a[e].call(c,b,c)));return d};
_.Bl=function(a,b,c){_.ek("_default"!=a,"Cannot update default api");il[a]={map:b,filter:c}};_.Cl=function(a,b,c){_.ek("_default"!=a,"Cannot update default api");_.$d(il,a,{map:{},filter:_.xl}).map[b]=c};_.Dl=function(a,b){_.$d(il,"_default",{map:{},filter:_.K}).map[a]=b;_.ll(_.jl.Le,function(c){c.register(a,b,_.K)})};_.El=function(){return _.jl};
_.Gl=function(a){a=a||{};this.Gb=!1;this.PK=_.ae();this.Le=_.ae();this.Ie=a._window||_.Vd;this.Tc=this.Ie.location.href;this.QK=(this.eC=Fl(this.Tc,"parent"))?Fl(this.Tc,"pfname"):"";this.Aa=this.eC?Fl(this.Tc,"_gfid")||Fl(this.Tc,"id"):"";this.zf=_.Hk(this.Aa,this.QK);this.Rc=_.Wf.Qa(this.Tc);if(this.Aa){var b=new _.pl;_.rl(b,a._parentRpcAddr||"..");_.sl(b,a._parentRetAddr||this.Aa);b.Th(_.Wf.Qa(this.eC||this.Tc));_.ql(b,this.QK);this.hb=this.yj(b.value())}else this.hb=null};_.g=_.Gl.prototype;
_.g.Hn=_.ca(9);_.g.Ca=function(){if(!this.Gb){for(var a=0;a<this.Le.length;a++)this.Le[a].Ca();this.Gb=!0}};_.g.Bd=function(){return this.zf};_.g.ub=function(){return this.Ie};_.g.mb=function(){return this.Ie.document};_.g.Bw=_.ca(10);_.g.Uz=function(a){return this.PK[a]};
_.g.yj=function(a){_.ek(!this.Gb,"Cannot attach iframe in disposed context");a=new _.pl(a);a.El()||_.rl(a,a.ka());_.tl(a)||_.sl(a,"..");a.Qa()||a.Th(_.Wf.Qa(a.getUrl()));a.Bd()||_.ql(a,_.Hk(a.ka(),this.zf));var b=a.Bd();if(this.Le[b])return this.Le[b];var c=a.El(),d=c;a.Qa()&&(d=c+"|"+a.Qa());var e=_.tl(a),f=_.el(a);f||(f=(f=a.Ga())&&(f.getAttribute("data-postorigin")||f.src)||a.getUrl(),f=_.ee(f,"rpctoken"));vl(a,_.Pi(d,e,f,a.R._popupWindow));d=((window.gadgets||{}).rpc||{}).setAuthToken;f&&d&&d(c,
f);var h=new _.Hl(this,c,b,a),k=a.R.messageHandlersFilter;_.ll(a.R.messageHandlers,function(a,b){h.register(b,a,k)});_.ul(a)&&h.$i();_.Il(h,"_g_rpcReady");return h};_.g.LC=function(a){_.ql(a,null);var b=a.ka();!b||wl.test(b)&&!this.ub().document.getElementById(b)||(_.ze("Ignoring requested iframe ID - "+b),a.De(null))};var Fl=function(a,b){var c=_.ee(a,b);c||(c=_.hf(_.ee(a,"jcp",""))[b]);return c||""};
_.Gl.prototype.Oh=function(a){_.ek(!this.Gb,"Cannot open iframe in disposed context");var b=new _.pl(a);Jl(this,b);var c=b.Bd();if(c&&this.Le[c])return this.Le[c];this.LC(b);c=b.getUrl();_.ek(c,"No url for new iframe");var d=b.R.queryParams||{};d.usegapi="1";_.Xk(b,d);d=this.LI&&this.LI(c,b);d||(d=b.R.where,_.ek(!!d,"No location for new iframe"),c=_.Rk(c,d,a),b.R.iframeEl=c,d=c.getAttribute("id"));_.rl(b,d).De(d);b.Th(_.Wf.Qa(b.R.eurl||""));this.VJ&&this.VJ(b,b.Ga());c=this.yj(a);c.uD&&c.uD(c,a);
(a=b.R.onCreate)&&a(c);b.R.disableRelayOpen||c.jp("_open");return c};
var Kl=function(a,b,c){var d=b.R.canvasUrl;if(!d)return c;_.ek(!b.R.allowPost&&!b.R.forcePost,"Post is not supported when using canvas url");var e=b.getUrl();_.ek(e&&_.Wf.Qa(e)===a.Rc&&_.Wf.Qa(d)===a.Rc,"Wrong origin for canvas or hidden url "+d);b.setUrl(d);_.fl(b);b.R.canvasUrl=null;return function(a){var b=a.ub(),d=b.location.hash;d=_.Qk(e)+(/#/.test(e)?d.replace(/^#/,"&"):d);b.location.replace(d);c&&c(a)}},Ml=function(a,b,c){var d=b.R.relayOpen;if(d){var e=a.hb;d instanceof _.Hl?(e=d,_.Yk(b,0)):
0<Number(d)&&_.Yk(b,Number(d)-1);if(e){_.ek(!!e.HK,"Relaying iframe open is disabled");if(d=b.Gl())if(d=_.Ll[d])b.xo(a),d(b.value()),b.xo(null);b.R.openerIframe=null;c.resolve(e.HK(b));return!0}}return!1},Ql=function(a,b,c){var d=b.Gl();if(d)if(_.ek(!!_.Nl,"Defer style is disabled, when requesting style "+d),_.Ol[d])Jl(a,b);else return Pl(d,function(){_.ek(!!_.Ol[d],"Fail to load style - "+d);c.resolve(a.open(b.value()))}),!0;return!1};
_.Gl.prototype.open=function(a,b){_.ek(!this.Gb,"Cannot open iframe in disposed context");var c=new _.pl(a);b=Kl(this,c,b);var d=new ol(b);(b=c.getUrl())&&c.setUrl(_.Qk(b));if(Ml(this,c,d)||Ql(this,c,d)||Ml(this,c,d))return d.promise;if(null!=gl(c)){var e=(0,window.setTimeout)(function(){h.Ga().src="about:blank";d.reject({timeout:"Exceeded time limit of :"+gl(c)+"milliseconds"})},gl(c)),f=d.resolve;d.resolve=function(a){(0,window.clearTimeout)(e);f(a)}}c.R.waitForOnload&&cl(c.wl(),function(){d.resolve(h)});
var h=this.Oh(a);c.R.waitForOnload||d.resolve(h);return d.promise};_.Gl.prototype.bI=_.ca(11);_.Hl=function(a,b,c,d){this.Gb=!1;this.Qd=a;this.Ui=b;this.zf=c;this.ya=d;this.jo=_.tl(this.ya);this.Rc=this.ya.Qa();this.xW=this.ya.Ga();this.IM=this.ya.R.where;this.Yn=[];this.jp("_default");a=this.ya.R.apis||[];for(b=0;b<a.length;b++)this.jp(a[b]);this.Qd.Le[c]=this};_.g=_.Hl.prototype;_.g.Hn=_.ca(8);
_.g.Ca=function(){if(!this.Gb){for(var a=0;a<this.Yn.length;a++)this.unregister(this.Yn[a]);delete _.jl.Le[this.Bd()];this.Gb=!0}};_.g.getContext=function(){return this.Qd};_.g.El=function(){return this.Ui};_.g.Bd=function(){return this.zf};_.g.Ga=function(){return this.xW};_.g.$a=function(){return this.IM};_.g.jf=function(a){this.IM=a};_.g.$i=function(){(0,this.ya.R._rpcReadyFn)()};_.g.hM=function(a,b){this.ya.value()[a]=b};_.g.dA=function(a){return this.ya.value()[a]};_.g.Pb=function(){return this.ya.value()};
_.g.ka=function(){return this.ya.ka()};_.g.Qa=function(){return this.Rc};_.g.register=function(a,b,c){_.ek(!this.Gb,"Cannot register handler on disposed iframe "+a);_.ek((c||_.xl)(this),"Rejecting untrusted message "+a);c=this.zf+":"+this.Qd.zf+":"+a;1==_.$d(hl,c,[]).push(b)&&(this.Yn.push(a),_.Ci(c,Al(c,this,"_g_wasClosed"===a)))};
_.g.unregister=function(a,b){var c=this.zf+":"+this.Qd.zf+":"+a,d=hl[c];d&&(b?(b=_.dk.call(d,b),0<=b&&d.splice(b,1)):d.splice(0,d.length),0==d.length&&(b=_.dk.call(this.Yn,a),0<=b&&this.Yn.splice(b,1),_.Di(c)))};_.g.oU=function(){return this.Yn};_.g.jp=function(a){this.Tx=this.Tx||[];if(!(0<=_.dk.call(this.Tx,a))){this.Tx.push(a);a=il[a]||{map:{}};for(var b in a.map)_.be(a.map,b)&&this.register(b,a.map[b],a.filter)}};
_.g.send=function(a,b,c,d){_.ek(!this.Gb,"Cannot send message to disposed iframe - "+a);_.ek((d||_.xl)(this),"Wrong target for message "+a);c=new ol(c);_.Ii(this.Ui,this.Qd.zf+":"+this.zf+":"+a,c.resolve,b);return c.promise};_.Il=function(a,b,c,d){return a.send(b,c,d,_.K)};_.Hl.prototype.HY=function(a){return a};_.Hl.prototype.ping=function(a,b){return _.Il(this,"_g_ping",b,a)};hl=_.ae();il=_.ae();_.jl=new _.Gl;_.Dl("_g_rpcReady",_.Hl.prototype.$i);_.Dl("_g_discover",_.Hl.prototype.oU); _.Dl("_g_ping",_.Hl.prototype.HY);
var Pl,Jl;_.Ol=_.ae();_.Ll=_.ae();_.Nl=function(a){return _.Ol[a]};Pl=function(a,b){_.de.load("gapi.iframes.style."+a,b)};Jl=function(a,b){var c=b.Gl();if(c){b.ld(null);var d=_.Ol[c];_.ek(d,"No such style: "+c);b.xo(a);d(b.value());b.xo(null)}};var Rl,Sl;Rl={height:!0,width:!0};Sl=/^(?!-*(?:expression|(?:moz-)?binding))(?:[.#]?-?(?:[_a-z0-9-]+)(?:-[_a-z0-9-]+)*-?|-?(?:[0-9]+(?:\.[0-9]*)?|\.[0-9]+)(?:[a-z]{1,2}|%)?|!important|)$/i;_.Tl=function(a){"number"===typeof a&&(a=String(a)+"px");return a};_.Hl.prototype.ub=function(){if(!_.xl(this))return null;var a=this.ya.R._popupWindow;if(a)return a;var b=this.Ui.split("/");a=this.getContext().ub();for(var c=0;c<b.length&&a;c++){var d=b[c];a=".."===d?a==a.parent?a.opener:a.parent:a.frames[d]}return a};
var Ul=function(a,b){var c=a.hb,d=!0;b.filter&&(d=b.filter.call(b.Df,b.params));return _.xj(d).then(function(d){return d&&c?(b.NK&&b.NK.call(a,b.params),d=b.sender?b.sender(b.params):_.Il(c,b.message,b.params),b.d1?d.then(function(){return!0}):!0):!1})};
_.Gl.prototype.ty=function(a,b,c){a=Ul(this,{sender:function(a){var b=_.jl.hb;_.ll(_.jl.Le,function(c){c!==b&&_.Il(c,"_g_wasClosed",a)});return _.Il(b,"_g_closeMe",a)},message:"_g_closeMe",params:a,Df:c,filter:this.Uz("onCloseSelfFilter")});b=new ol(b);b.resolve(a);return b.promise};_.Gl.prototype.IC=function(a,b,c){a=a||{};b=new ol(b);b.resolve(Ul(this,{message:"_g_restyleMe",params:a,Df:c,filter:this.Uz("onRestyleSelfFilter"),d1:!0,NK:this.jN}));return b.promise};
_.Gl.prototype.jN=function(a){"auto"===a.height&&(a.height=_.Pj.Zc())};_.Vl=function(a){var b={};if(a)for(var c in a)_.be(a,c)&&_.be(Rl,c)&&Sl.test(a[c])&&(b[c]=a[c]);return b};_.g=_.Hl.prototype;_.g.close=function(a,b){return _.Il(this,"_g_close",a,b)};_.g.Jr=function(a,b){return _.Il(this,"_g_restyle",a,b)};_.g.ho=function(a,b){return _.Il(this,"_g_restyleDone",a,b)};_.g.ER=function(a){return this.getContext().ty(a,void 0,this)};
_.g.EZ=function(a){if(a&&"object"===typeof a)return this.getContext().IC(a,void 0,this)};_.g.FZ=function(a){var b=this.ya.R.onRestyle;b&&b.call(this,a,this);a=a&&"object"===typeof a?_.Vl(a):{};(b=this.Ga())&&a&&"object"===typeof a&&(_.be(a,"height")&&(a.height=_.Tl(a.height)),_.be(a,"width")&&(a.width=_.Tl(a.width)),_.ce(a,b.style))};
_.g.FR=function(a){var b=this.ya.R.onClose;b&&b.call(this,a,this);this.EG&&this.EG()||(b=this.Ga())&&b.parentNode&&b.parentNode.removeChild(b);if(b=this.ya.R.controller){var c={};c.frameName=this.Bd();_.Il(b,"_g_disposeControl",c)}zl(this.zf+":"+this.Qd.zf+":_g_wasClosed",a,this)};_.Gl.prototype.RL=_.ca(12);_.Gl.prototype.kM=_.ca(13);_.Hl.prototype.gL=_.ca(14);_.Hl.prototype.sk=function(a,b){this.register("_g_wasClosed",a,b)};
_.Hl.prototype.g1=function(){delete this.getContext().Le[this.Bd()];this.getContext().ub().setTimeout((0,_.A)(function(){this.Ca()},this),0)};_.Dl("_g_close",_.Hl.prototype.ER);_.Dl("_g_closeMe",_.Hl.prototype.FR);_.Dl("_g_restyle",_.Hl.prototype.EZ);_.Dl("_g_restyleMe",_.Hl.prototype.FZ);_.Dl("_g_wasClosed",_.Hl.prototype.g1);

var $l,cm,dm,em;_.Vk.prototype.vo=_.oc(7,function(a){this.R.apis=a;return this});_.Vk.prototype.Bk=_.oc(6,function(a){this.R.rpctoken=a;return this});_.Wl=function(a,b){a.R.onClose=b};_.Xl=function(a){this.R=a||{}};_.Xl.prototype.value=function(){return this.R};_.Xl.prototype.getIframe=function(){return this.R.iframe};_.Yl=function(a,b){a.R.role=b;return a};_.Xl.prototype.$i=function(a){this.R.setRpcReady=a;return this};_.Xl.prototype.Bk=function(a){this.R.rpctoken=a;return this};
_.Zl=function(a){a.R.selfConnect=!0;return a};$l=function(a){this.R=a||{}};$l.prototype.value=function(){return this.R};var am=function(a){var b=new $l;b.R.role=a;return b};$l.prototype.iI=function(){return this.R.role};$l.prototype.$b=function(a){this.R.handler=a;return this};$l.prototype.Ab=function(){return this.R.handler};var bm=function(a,b){a.R.filter=b;return a};$l.prototype.vo=function(a){this.R.apis=a;return this};cm=function(a){a.R.runOnce=!0;return a};dm=/^https?:\/\/[^\/%\\?#\s]+$/i;
em={longdesc:!0,name:!0,src:!0,frameborder:!0,marginwidth:!0,marginheight:!0,scrolling:!0,align:!0,height:!0,width:!0,id:!0,"class":!0,title:!0,tabindex:!0,hspace:!0,vspace:!0,allowtransparency:!0};_.fm=function(a,b,c){var d=a.Ui,e=b.jo;_.sl(_.rl(c,a.jo+"/"+b.Ui),e+"/"+d);_.ql(c,b.Bd()).Th(b.Rc)};_.Gl.prototype.vy=_.ca(15);_.g=_.Hl.prototype;
_.g.IR=function(a){var b=new _.pl(a);a=new _.Xl(b.value());if(a.R.selfConnect)var c=this;else(_.ek(dm.test(b.Qa()),"Illegal origin for connected iframe - "+b.Qa()),c=this.Qd.Le[b.Bd()],c)?_.ul(b)&&(c.$i(),_.Il(c,"_g_rpcReady")):(b=_.ql(_.sl(_.rl((new _.pl).Bk(_.el(b)),b.El()),_.tl(b)).Th(b.Qa()),b.Bd()).$i(_.ul(b)),c=this.Qd.yj(b.value()));b=this.Qd;var d=a.R.role;a=a.R.data;gm(b);d=d||"";_.$d(b.xy,d,[]).push({Df:c.Bd(),data:a});hm(c,a,b.OB[d])};
_.g.uD=function(a,b){(new _.pl(b)).R._relayedDepth||(b={},_.Zl(_.Yl(new _.Xl(b),"_opener")),_.Il(a,"_g_connect",b))};
_.g.HK=function(a){var b=this,c=a.R.messageHandlers,d=a.R.messageHandlersFilter,e=a.R.onClose;_.Wl(_.$k(_.Zk(a,null),null),null);_.Cj();return _.Il(this,"_g_open",a.value()).then(function(f){var h=new _.pl(f[0]),k=h.Bd();f=new _.pl;var l=b.jo,n=_.tl(h);_.sl(_.rl(f,b.Ui+"/"+h.El()),n+"/"+l);_.ql(f,k);f.Th(h.Qa());f.vo(h.R.apis);f.Bk(_.el(a));_.Zk(f,c);_.$k(f,d);_.Wl(f,e);(h=b.Qd.Le[k])||(h=b.Qd.yj(f.value()));return h})};
_.g.LC=function(a){var b=a.getUrl();_.ek(!b||_.tk.test(b),"Illegal url for new iframe - "+b);var c=a.wl().value();b={};for(var d in c)_.be(c,d)&&_.be(em,d)&&(b[d]=c[d]);_.be(c,"style")&&(d=c.style,"object"===typeof d&&(b.style=_.Vl(d)));a.value().attributes=b};
_.g.uY=function(a){a=new _.pl(a);this.LC(a);var b=a.R._relayedDepth||0;a.R._relayedDepth=b+1;a.R.openerIframe=this;_.Cj();var c=_.el(a);a.Bk(null);return this.Qd.open(a.value()).then((0,_.A)(function(a){var d=(new _.pl(a.Pb())).R.apis,f=new _.pl;_.fm(a,this,f);0==b&&_.Yl(new _.Xl(f.value()),"_opener");f.$i(!0);f.Bk(c);_.Il(a,"_g_connect",f.value());f=new _.pl;_.ql(_.sl(_.rl(f.vo(d),a.El()),a.jo),a.Bd()).Th(a.Qa());return f.value()},this))};var gm=function(a){a.xy||(a.xy=_.ae(),a.OB=_.ae())};
_.Gl.prototype.Ox=function(a,b,c,d){gm(this);"object"===typeof a?(b=new $l(a),c=b.iI()||""):(b=bm(am(a).$b(b).vo(c),d),c=a);d=this.xy[c]||[];a=!1;for(var e=0;e<d.length&&!a;e++)hm(this.Le[d[e].Df],d[e].data,[b]),a=b.R.runOnce;c=_.$d(this.OB,c,[]);a||b.R.dontWait||c.push(b)};_.Gl.prototype.jL=_.ca(16);
var hm=function(a,b,c){c=c||[];for(var d=0;d<c.length;d++){var e=c[d];if(e&&a){var f=e.R.filter||_.xl;if(a&&f(a)){f=e.R.apis||[];for(var h=0;h<f.length;h++)a.jp(f[h]);e.Ab()&&e.Ab()(a,b);e.R.runOnce&&(c.splice(d,1),--d)}}}};_.Gl.prototype.uj=function(a,b,c){this.Ox(cm(bm(am("_opener").$b(a).vo(b),c)).value())};_.Hl.prototype.DZ=function(a){this.getContext().uj(function(b){b.send("_g_wasRestyled",a,void 0,_.K)},null,_.K)};var im=_.jl.hb;im&&im.register("_g_restyleDone",_.Hl.prototype.DZ,_.K); _.Dl("_g_connect",_.Hl.prototype.IR);var jm={};jm._g_open=_.Hl.prototype.uY;_.Bl("_open",jm,_.K);

_.u("gapi.iframes.create",_.Rk);
_.Hl.prototype.gL=_.oc(14,function(a,b){this.register("_g_wasRestyled",a,b)});_.g=_.Gl.prototype;_.g.kM=_.oc(13,function(a){this.Bw("onRestyleSelfFilter",a)});_.g.RL=_.oc(12,function(a){this.Bw("onCloseSelfFilter",a)});_.g.bI=_.oc(11,function(){return this.hb});_.g.Bw=_.oc(10,function(a,b){this.PK[a]=b});_.g.Hn=_.oc(9,function(){return this.Gb});_.Hl.prototype.Hn=_.oc(8,function(){return this.Gb});_.u("gapi.iframes.registerStyle",function(a,b){_.Ol[a]=b});
_.u("gapi.iframes.registerBeforeOpenStyle",function(a,b){_.Ll[a]=b});_.u("gapi.iframes.getStyle",_.Nl);_.u("gapi.iframes.getBeforeOpenStyle",function(a){return _.Ll[a]});_.u("gapi.iframes.registerIframesApi",_.Bl);_.u("gapi.iframes.registerIframesApiHandler",_.Cl);_.u("gapi.iframes.getContext",_.El);_.u("gapi.iframes.SAME_ORIGIN_IFRAMES_FILTER",_.xl);_.u("gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER",_.K);_.u("gapi.iframes.makeWhiteListIframesFilter",_.yl);_.u("gapi.iframes.Context",_.Gl);
_.u("gapi.iframes.Context.prototype.isDisposed",_.Gl.prototype.Hn);_.u("gapi.iframes.Context.prototype.getWindow",_.Gl.prototype.ub);_.u("gapi.iframes.Context.prototype.getFrameName",_.Gl.prototype.Bd);_.u("gapi.iframes.Context.prototype.getGlobalParam",_.Gl.prototype.Uz);_.u("gapi.iframes.Context.prototype.setGlobalParam",_.Gl.prototype.Bw);_.u("gapi.iframes.Context.prototype.open",_.Gl.prototype.open);_.u("gapi.iframes.Context.prototype.openChild",_.Gl.prototype.Oh);
_.u("gapi.iframes.Context.prototype.getParentIframe",_.Gl.prototype.bI);_.u("gapi.iframes.Context.prototype.closeSelf",_.Gl.prototype.ty);_.u("gapi.iframes.Context.prototype.restyleSelf",_.Gl.prototype.IC);_.u("gapi.iframes.Context.prototype.setCloseSelfFilter",_.Gl.prototype.RL);_.u("gapi.iframes.Context.prototype.setRestyleSelfFilter",_.Gl.prototype.kM);_.u("gapi.iframes.Iframe",_.Hl);_.u("gapi.iframes.Iframe.prototype.isDisposed",_.Hl.prototype.Hn);
_.u("gapi.iframes.Iframe.prototype.getContext",_.Hl.prototype.getContext);_.u("gapi.iframes.Iframe.prototype.getFrameName",_.Hl.prototype.Bd);_.u("gapi.iframes.Iframe.prototype.getId",_.Hl.prototype.ka);_.u("gapi.iframes.Iframe.prototype.register",_.Hl.prototype.register);_.u("gapi.iframes.Iframe.prototype.unregister",_.Hl.prototype.unregister);_.u("gapi.iframes.Iframe.prototype.send",_.Hl.prototype.send);_.u("gapi.iframes.Iframe.prototype.applyIframesApi",_.Hl.prototype.jp);
_.u("gapi.iframes.Iframe.prototype.getIframeEl",_.Hl.prototype.Ga);_.u("gapi.iframes.Iframe.prototype.getSiteEl",_.Hl.prototype.$a);_.u("gapi.iframes.Iframe.prototype.setSiteEl",_.Hl.prototype.jf);_.u("gapi.iframes.Iframe.prototype.getWindow",_.Hl.prototype.ub);_.u("gapi.iframes.Iframe.prototype.getOrigin",_.Hl.prototype.Qa);_.u("gapi.iframes.Iframe.prototype.close",_.Hl.prototype.close);_.u("gapi.iframes.Iframe.prototype.restyle",_.Hl.prototype.Jr);
_.u("gapi.iframes.Iframe.prototype.restyleDone",_.Hl.prototype.ho);_.u("gapi.iframes.Iframe.prototype.registerWasRestyled",_.Hl.prototype.gL);_.u("gapi.iframes.Iframe.prototype.registerWasClosed",_.Hl.prototype.sk);_.u("gapi.iframes.Iframe.prototype.getParam",_.Hl.prototype.dA);_.u("gapi.iframes.Iframe.prototype.setParam",_.Hl.prototype.hM);_.u("gapi.iframes.Iframe.prototype.ping",_.Hl.prototype.ping);

var SM=function(a,b){a.R.data=b;return a};_.Gl.prototype.jL=_.oc(16,function(a,b){a=_.$d(this.OB,a,[]);if(b)for(var c=0,d=!1;!d&&c<a.length;c++)a[c].Ve===b&&(d=!0,a.splice(c,1));else a.splice(0,a.length)});
_.Gl.prototype.vy=_.oc(15,function(a,b){a=new _.Xl(a);var c=new _.Xl(b),d=_.ul(a);b=a.getIframe();var e=c.getIframe();if(e){var f=_.el(a),h=new _.pl;_.fm(b,e,h);SM(_.Yl((new _.Xl(h.value())).Bk(f),a.R.role),a.R.data).$i(d);var k=new _.pl;_.fm(e,b,k);SM(_.Yl((new _.Xl(k.value())).Bk(f),c.R.role),c.R.data).$i(!0);_.Il(b,"_g_connect",h.value(),function(){d||_.Il(e,"_g_connect",k.value())});d&&_.Il(e,"_g_connect",k.value())}else c={},SM(_.Yl(_.Zl(new _.Xl(c)),a.R.role),a.R.data),_.Il(b,"_g_connect",c)});
_.u("gapi.iframes.Context.prototype.addOnConnectHandler",_.Gl.prototype.Ox);_.u("gapi.iframes.Context.prototype.removeOnConnectHandler",_.Gl.prototype.jL);_.u("gapi.iframes.Context.prototype.addOnOpenerHandler",_.Gl.prototype.uj);_.u("gapi.iframes.Context.prototype.connectIframes",_.Gl.prototype.vy);

_.Zf=window.googleapis&&window.googleapis.server||{};
(function(){function a(a,b){if(!(a<c)&&d)if(2===a&&d.warn)d.warn(b);else if(3===a&&d.error)try{d.error(b)}catch(h){}else d.log&&d.log(b)}var b=function(b){a(1,b)};_.Qa=function(b){a(2,b)};_.Ua=function(b){a(3,b)};_.xe=function(){};b.INFO=1;b.WARNING=2;b.NONE=4;var c=1,d=window.console?window.console:window.opera?window.opera.postError:void 0;return b})();

_.G=_.G||{};_.G.$s=function(a,b,c,d){"undefined"!=typeof a.addEventListener?a.addEventListener(b,c,d):"undefined"!=typeof a.attachEvent?a.attachEvent("on"+b,c):_.Qa("cannot attachBrowserEvent: "+b)};_.G.fZ=function(a){var b=window;b.removeEventListener?b.removeEventListener("mousemove",a,!1):b.detachEvent?b.detachEvent("onmousemove",a):_.Qa("cannot removeBrowserEvent: mousemove")};

_.$f=function(){function a(){e[0]=1732584193;e[1]=4023233417;e[2]=2562383102;e[3]=271733878;e[4]=3285377520;p=n=0}function b(a){for(var b=h,c=0;64>c;c+=4)b[c/4]=a[c]<<24|a[c+1]<<16|a[c+2]<<8|a[c+3];for(c=16;80>c;c++)a=b[c-3]^b[c-8]^b[c-14]^b[c-16],b[c]=(a<<1|a>>>31)&4294967295;a=e[0];var d=e[1],f=e[2],k=e[3],l=e[4];for(c=0;80>c;c++){if(40>c)if(20>c){var n=k^d&(f^k);var p=1518500249}else n=d^f^k,p=1859775393;else 60>c?(n=d&f|k&(d|f),p=2400959708):(n=d^f^k,p=3395469782);n=((a<<5|a>>>27)&4294967295)+
n+l+p+b[c]&4294967295;l=k;k=f;f=(d<<30|d>>>2)&4294967295;d=a;a=n}e[0]=e[0]+a&4294967295;e[1]=e[1]+d&4294967295;e[2]=e[2]+f&4294967295;e[3]=e[3]+k&4294967295;e[4]=e[4]+l&4294967295}function c(a,c){if("string"===typeof a){a=(0,window.unescape)((0,window.encodeURIComponent)(a));for(var d=[],e=0,h=a.length;e<h;++e)d.push(a.charCodeAt(e));a=d}c||(c=a.length);d=0;if(0==n)for(;d+64<c;)b(a.slice(d,d+64)),d+=64,p+=64;for(;d<c;)if(f[n++]=a[d++],p++,64==n)for(n=0,b(f);d+64<c;)b(a.slice(d,d+64)),d+=64,p+=64}
function d(){var a=[],d=8*p;56>n?c(k,56-n):c(k,64-(n-56));for(var h=63;56<=h;h--)f[h]=d&255,d>>>=8;b(f);for(h=d=0;5>h;h++)for(var l=24;0<=l;l-=8)a[d++]=e[h]>>l&255;return a}for(var e=[],f=[],h=[],k=[128],l=1;64>l;++l)k[l]=0;var n,p;a();return{reset:a,update:c,digest:d,Ng:function(){for(var a=d(),b="",c=0;c<a.length;c++)b+="0123456789ABCDEF".charAt(Math.floor(a[c]/16))+"0123456789ABCDEF".charAt(a[c]%16);return b}}};
_.ag=function(){function a(a){var b=_.$f();b.update(a);return b.Ng()}var b=window.crypto;if(b&&"function"==typeof b.getRandomValues)return function(){var a=new window.Uint32Array(1);b.getRandomValues(a);return Number("0."+a[0])};var c=_.C("random/maxObserveMousemove");null==c&&(c=-1);var d=0,e=Math.random(),f=1,h=1E6*(window.screen.width*window.screen.width+window.screen.height),k=function(a){a=a||window.event;var b=a.screenX+a.clientX<<16;b+=a.screenY+a.clientY;b*=(new Date).getTime()%1E6;f=f*b%
h;0<c&&++d==c&&_.G.fZ(k)};0!=c&&_.G.$s(window,"mousemove",k,!1);var l=a(window.document.cookie+"|"+window.document.location+"|"+(new Date).getTime()+"|"+e);return function(){var b=f;b+=(0,window.parseInt)(l.substr(0,20),16);l=a(l);return b/(h+Math.pow(16,20))}}();
_.u("shindig.random",_.ag);
_.G=_.G||{};(function(){var a=[];_.G.cda=function(b){a.push(b)};_.G.pda=function(){for(var b=0,c=a.length;b<c;++b)a[b]()}})();
_.Ce=function(){var a=window.gadgets&&window.gadgets.config&&window.gadgets.config.get;a&&_.se(a());return{register:function(a,c,d){d&&d(_.C())},get:function(a){return _.C(a)},update:function(a,c){if(c)throw"Config replacement is not supported";_.se(a)},Qb:function(){}}}();
_.u("gadgets.config.register",_.Ce.register);_.u("gadgets.config.get",_.Ce.get);_.u("gadgets.config.init",_.Ce.Qb);_.u("gadgets.config.update",_.Ce.update);
var of;_.mf=function(){var a=_.Wd.readyState;return"complete"===a||"interactive"===a&&-1==window.navigator.userAgent.indexOf("MSIE")};_.nf=function(a){if(_.mf())a();else{var b=!1,c=function(){if(!b)return b=!0,a.apply(this,arguments)};_.Vd.addEventListener?(_.Vd.addEventListener("load",c,!1),_.Vd.addEventListener("DOMContentLoaded",c,!1)):_.Vd.attachEvent&&(_.Vd.attachEvent("onreadystatechange",function(){_.mf()&&c.apply(this,arguments)}),_.Vd.attachEvent("onload",c))}};of=of||{};of.vL=null; of.lK=null;of.Nu=null;of.frameElement=null;
of=of||{};
of.AE||(of.AE=function(){function a(a,b,c){"undefined"!=typeof window.addEventListener?window.addEventListener(a,b,c):"undefined"!=typeof window.attachEvent&&window.attachEvent("on"+a,b);"message"===a&&(window.___jsl=window.___jsl||{},a=window.___jsl,a.RPMQ=a.RPMQ||[],a.RPMQ.push(b))}function b(a){var b=_.hf(a.data);if(b&&b.f){(0,_.xe)("gadgets.rpc.receive("+window.name+"): "+a.data);var d=_.I.Hl(b.f);e&&("undefined"!==typeof a.origin?a.origin!==d:a.domain!==/^.+:\/\/([^:]+).*/.exec(d)[1])?_.Ua("Invalid rpc message origin. "+
d+" vs "+(a.origin||"")):c(b,a.origin)}}var c,d,e=!0;return{KH:function(){return"wpm"},gX:function(){return!0},Qb:function(f,h){_.Ce.register("rpc",null,function(a){"true"===String((a&&a.rpc||{}).disableForceSecure)&&(e=!1)});c=f;d=h;a("message",b,!1);d("..",!0);return!0},Ec:function(a){d(a,!0);return!0},call:function(a,b,c){var d=_.I.Hl(a),e=_.I.KF(a);d?window.setTimeout(function(){var a=_.jf(c);(0,_.xe)("gadgets.rpc.send("+window.name+"): "+a);e.postMessage(a,d)},0):".."!=a&&_.Ua("No relay set (used as window.postMessage targetOrigin), cannot send cross-domain message"); return!0}}}());
if(window.gadgets&&window.gadgets.rpc)"undefined"!=typeof _.I&&_.I||(_.I=window.gadgets.rpc,_.I.config=_.I.config,_.I.register=_.I.register,_.I.unregister=_.I.unregister,_.I.eL=_.I.registerDefault,_.I.iN=_.I.unregisterDefault,_.I.BH=_.I.forceParentVerifiable,_.I.call=_.I.call,_.I.tq=_.I.getRelayUrl,_.I.Vh=_.I.setRelayUrl,_.I.zw=_.I.setAuthToken,_.I.Xr=_.I.setupReceiver,_.I.ql=_.I.getAuthToken,_.I.zC=_.I.removeReceiver,_.I.fI=_.I.getRelayChannel,_.I.bL=_.I.receive,_.I.dL=_.I.receiveSameDomain,_.I.Qa=
_.I.getOrigin,_.I.Hl=_.I.getTargetOrigin,_.I.KF=_.I._getTargetWin,_.I.JQ=_.I._parseSiblingId);else{_.I=function(){function a(a,b){if(!T[a]){var c=L;b||(c=ma);T[a]=c;b=na[a]||[];for(var d=0;d<b.length;++d){var e=b[d];e.t=D[a];c.call(a,e.f,e)}na[a]=[]}}function b(){function a(){Ga=!0}H||("undefined"!=typeof window.addEventListener?window.addEventListener("unload",a,!1):"undefined"!=typeof window.attachEvent&&window.attachEvent("onunload",a),H=!0)}function c(a,c,d,e,f){D[c]&&D[c]===d||(_.Ua("Invalid gadgets.rpc token. "+
D[c]+" vs "+d),W(c,2));f.onunload=function(){J[c]&&!Ga&&(W(c,1),_.I.zC(c))};b();e=_.hf((0,window.decodeURIComponent)(e))}function d(b,c){if(b&&"string"===typeof b.s&&"string"===typeof b.f&&b.a instanceof Array)if(D[b.f]&&D[b.f]!==b.t&&(_.Ua("Invalid gadgets.rpc token. "+D[b.f]+" vs "+b.t),W(b.f,2)),"__ack"===b.s)window.setTimeout(function(){a(b.f,!0)},0);else{b.c&&(b.callback=function(a){_.I.call(b.f,(b.g?"legacy__":"")+"__cb",null,b.c,a)});if(c){var d=e(c);b.origin=c;var f=b.r;try{var h=e(f)}catch(wa){}f&&
h==d||(f=c);b.referer=f}c=(y[b.s]||y[""]).apply(b,b.a);b.c&&"undefined"!==typeof c&&_.I.call(b.f,"__cb",null,b.c,c)}}function e(a){if(!a)return"";a=a.split("#")[0].split("?")[0];a=a.toLowerCase();0==a.indexOf("//")&&(a=window.location.protocol+a);-1==a.indexOf("://")&&(a=window.location.protocol+"//"+a);var b=a.substring(a.indexOf("://")+3),c=b.indexOf("/");-1!=c&&(b=b.substring(0,c));a=a.substring(0,a.indexOf("://"));if("http"!==a&&"https"!==a&&"chrome-extension"!==a&&"file"!==a&&"android-app"!==
a&&"chrome-search"!==a)throw Error("p");c="";var d=b.indexOf(":");if(-1!=d){var e=b.substring(d+1);b=b.substring(0,d);if("http"===a&&"80"!==e||"https"===a&&"443"!==e)c=":"+e}return a+"://"+b+c}function f(a){if("/"==a.charAt(0)){var b=a.indexOf("|");return{id:0<b?a.substring(1,b):a.substring(1),origin:0<b?a.substring(b+1):null}}return null}function h(a){if("undefined"===typeof a||".."===a)return window.parent;var b=f(a);if(b)return window.top.frames[b.id];a=String(a);return(b=window.frames[a])?b:(b=
window.document.getElementById(a))&&b.contentWindow?b.contentWindow:null}function k(a,b){if(!0!==J[a]){"undefined"===typeof J[a]&&(J[a]=0);var c=h(a);".."!==a&&null==c||!0!==L.Ec(a,b)?!0!==J[a]&&10>J[a]++?window.setTimeout(function(){k(a,b)},500):(T[a]=ma,J[a]=!0):J[a]=!0}}function l(a){(a=F[a])&&"/"===a.substring(0,1)&&(a="/"===a.substring(1,2)?window.document.location.protocol+a:window.document.location.protocol+"//"+window.document.location.host+a);return a}function n(a,b,c){b&&!/http(s)?:\/\/.+/.test(b)&&
(0==b.indexOf("//")?b=window.location.protocol+b:"/"==b.charAt(0)?b=window.location.protocol+"//"+window.location.host+b:-1==b.indexOf("://")&&(b=window.location.protocol+"//"+b));F[a]=b;"undefined"!==typeof c&&(E[a]=!!c)}function p(a,b){b=b||"";D[a]=String(b);k(a,b)}function q(a){a=(a.passReferrer||"").split(":",2);ta=a[0]||"none";aa=a[1]||"origin"}function t(b){"true"===String(b.useLegacyProtocol)&&(L=of.Nu||ma,L.Qb(d,a))}function x(a,b){function c(c){c=c&&c.rpc||{};q(c);var d=c.parentRelayUrl||
"";d=e(V.parent||b)+d;n("..",d,"true"===String(c.useLegacyProtocol));t(c);p("..",a)}!V.parent&&b?c({}):_.Ce.register("rpc",null,c)}function w(a,b,c){if(".."===a)x(c||V.rpctoken||V.ifpctok||"",b);else a:{var d=null;if("/"!=a.charAt(0)){if(!_.G)break a;d=window.document.getElementById(a);if(!d)throw Error("q`"+a);}d=d&&d.src;b=b||_.I.Qa(d);n(a,b);b=_.G.Hc(d);p(a,c||b.rpctoken)}}var y={},F={},E={},D={},z=0,M={},J={},V={},T={},na={},ta=null,aa=null,va=window.top!==window.self,ea=window.name,W=function(){},
Va=window.console,qa=Va&&Va.log&&function(a){Va.log(a)}||function(){},ma=function(){function a(a){return function(){qa(a+": call ignored")}}return{KH:function(){return"noop"},gX:function(){return!0},Qb:a("init"),Ec:a("setup"),call:a("call")}}();_.G&&(V=_.G.Hc());var Ga=!1,H=!1,L=function(){if("rmr"==V.rpctx)return of.vL;var a="function"===typeof window.postMessage?of.AE:"object"===typeof window.postMessage?of.AE:window.ActiveXObject?of.lK?of.lK:of.Nu:0<window.navigator.userAgent.indexOf("WebKit")?
of.vL:"Gecko"===window.navigator.product?of.frameElement:of.Nu;a||(a=ma);return a}();y[""]=function(){qa("Unknown RPC service: "+this.s)};y.__cb=function(a,b){var c=M[a];c&&(delete M[a],c.call(this,b))};return{config:function(a){"function"===typeof a.BL&&(W=a.BL)},register:function(a,b){if("__cb"===a||"__ack"===a)throw Error("r");if(""===a)throw Error("s");y[a]=b},unregister:function(a){if("__cb"===a||"__ack"===a)throw Error("t");if(""===a)throw Error("u");delete y[a]},eL:function(a){y[""]=a},iN:function(){delete y[""]},
BH:function(){},call:function(a,b,c,d){a=a||"..";var e="..";".."===a?e=ea:"/"==a.charAt(0)&&(e=_.I.Qa(window.location.href),e="/"+ea+(e?"|"+e:""));++z;c&&(M[z]=c);var h={s:b,f:e,c:c?z:0,a:Array.prototype.slice.call(arguments,3),t:D[a],l:!!E[a]};a:if("bidir"===ta||"c2p"===ta&&".."===a||"p2c"===ta&&".."!==a){var k=window.location.href;var l="?";if("query"===aa)l="#";else if("hash"===aa)break a;l=k.lastIndexOf(l);l=-1===l?k.length:l;k=k.substring(0,l)}else k=null;k&&(h.r=k);if(".."===a||null!=f(a)||
window.document.getElementById(a))(k=T[a])||null===f(a)||(k=L),0===b.indexOf("legacy__")&&(k=L,h.s=b.substring(8),h.c=h.c?h.c:z),h.g=!0,h.r=e,k?(E[a]&&(k=of.Nu),!1===k.call(a,e,h)&&(T[a]=ma,L.call(a,e,h))):na[a]?na[a].push(h):na[a]=[h]},tq:l,Vh:n,zw:p,Xr:w,ql:function(a){return D[a]},zC:function(a){delete F[a];delete E[a];delete D[a];delete J[a];delete T[a]},fI:function(){return L.KH()},bL:function(a,b){4<a.length?L.iba(a,d):c.apply(null,a.concat(b))},dL:function(a){a.a=Array.prototype.slice.call(a.a);
window.setTimeout(function(){d(a)},0)},Qa:e,Hl:function(a){var b=null,c=l(a);c?b=c:(c=f(a))?b=c.origin:".."==a?b=V.parent:(a=window.document.getElementById(a))&&"iframe"===a.tagName.toLowerCase()&&(b=a.src);return e(b)},Qb:function(){!1===L.Qb(d,a)&&(L=ma);va?w(".."):_.Ce.register("rpc",null,function(a){a=a.rpc||{};q(a);t(a)})},KF:h,JQ:f,r1:"__ack",p9:ea||"..",E9:0,D9:1,C9:2}}();_.I.Qb()};
_.I.config({BL:function(a){throw Error("v`"+a);}});_.xe=_.Be;_.u("gadgets.rpc.config",_.I.config);_.u("gadgets.rpc.register",_.I.register);_.u("gadgets.rpc.unregister",_.I.unregister);_.u("gadgets.rpc.registerDefault",_.I.eL);_.u("gadgets.rpc.unregisterDefault",_.I.iN);_.u("gadgets.rpc.forceParentVerifiable",_.I.BH);_.u("gadgets.rpc.call",_.I.call);_.u("gadgets.rpc.getRelayUrl",_.I.tq);_.u("gadgets.rpc.setRelayUrl",_.I.Vh);_.u("gadgets.rpc.setAuthToken",_.I.zw);_.u("gadgets.rpc.setupReceiver",_.I.Xr);_.u("gadgets.rpc.getAuthToken",_.I.ql); _.u("gadgets.rpc.removeReceiver",_.I.zC);_.u("gadgets.rpc.getRelayChannel",_.I.fI);_.u("gadgets.rpc.receive",_.I.bL);_.u("gadgets.rpc.receiveSameDomain",_.I.dL);_.u("gadgets.rpc.getOrigin",_.I.Qa);_.u("gadgets.rpc.getTargetOrigin",_.I.Hl);

var bg=function(a){return{execute:function(b){var c={method:a.httpMethod||"GET",root:a.root,path:a.url,params:a.urlParams,headers:a.headers,body:a.body},d=window.gapi,e=function(){var a=d.config.get("client/apiKey"),e=d.config.get("client/version");try{var k=d.config.get("googleapis.config/developerKey"),l=d.config.get("client/apiKey",k);d.config.update("client/apiKey",l);d.config.update("client/version","1.0.0-alpha");var n=d.client;n.request.call(n,c).then(b,b)}finally{d.config.update("client/apiKey",
a),d.config.update("client/version",e)}};d.client?e():d.load.call(d,"client",e)}}},cg=function(a,b){return function(c){var d={};c=c.body;var e=_.hf(c),f={};if(e&&e.length)for(var h=0,k=e.length;h<k;++h){var l=e[h];f[l.id]=l}h=0;for(k=b.length;h<k;++h)l=b[h].id,d[l]=e&&e.length?f[l]:e;a(d,c)}},dg=function(a){a.transport={name:"googleapis",execute:function(b,c){for(var d=[],e=0,f=b.length;e<f;++e){var h=b[e],k=h.method,l=String(k).split(".")[0];l=_.C("googleapis.config/versions/"+k)||_.C("googleapis.config/versions/"+
l)||"v1";d.push({jsonrpc:"2.0",id:h.id,method:k,apiVersion:String(l),params:h.params})}b=bg({httpMethod:"POST",root:a.transport.root,url:"/rpc?pp=0",headers:{"Content-Type":"application/json"},body:d});b.execute.call(b,cg(c,d))},root:void 0}},eg=function(a){var b=this.method,c=this.transport;c.execute.call(c,[{method:b,id:b,params:this.rpc}],function(c){c=c[b];c.error||(c=c.data||c.result);a(c)})},gg=function(){for(var a=fg,b=a.split("."),c=function(b){b=b||{};b.groupId=b.groupId||"@self";b.userId=
b.userId||"@viewer";b={method:a,rpc:b||{}};dg(b);b.execute=eg;return b},d=_.m,e=0,f=b.length;e<f;++e){var h=d[b[e]]||{};e+1==f&&(h=c);d=d[b[e]]=h}if(1<b.length&&"googleapis"!=b[0])for(b[0]="googleapis","delete"==b[b.length-1]&&(b[b.length-1]="remove"),d=_.m,e=0,f=b.length;e<f;++e)h=d[b[e]]||{},e+1==f&&(h=c),d=d[b[e]]=h},fg;for(fg in _.C("googleapis.config/methods"))gg();
_.u("googleapis.newHttpRequest",function(a){return bg(a)});_.u("googleapis.setUrlParameter",function(a,b){if("trace"!==a)throw Error("x");_.se("client/trace",b)});
_.km=_.$d(_.ke,"rw",_.ae());
var lm=function(a,b){(a=_.km[a])&&a.state<b&&(a.state=b)};var mm=function(a){a=(a=_.km[a])?a.oid:void 0;if(a){var b=_.Wd.getElementById(a);b&&b.parentNode.removeChild(b);delete _.km[a];mm(a)}};_.nm=function(a){a=a.container;"string"===typeof a&&(a=window.document.getElementById(a));return a};_.om=function(a){var b=a.clientWidth;return"position:absolute;top:-10000px;width:"+(b?b+"px":a.style.width||"300px")+";margin:0px;border-style:none;"};
_.pm=function(a,b){var c={},d=a.Pb(),e=b&&b.width,f=b&&b.height,h=b&&b.verticalAlign;h&&(c.verticalAlign=h);e||(e=d.width||a.width);f||(f=d.height||a.height);d.width=c.width=e;d.height=c.height=f;d=a.Ga();e=a.ka();lm(e,2);a:{e=a.$a();c=c||{};if(_.ke.oa){var k=d.id;if(k){f=(f=_.km[k])?f.state:void 0;if(1===f||4===f)break a;mm(k)}}(f=e.nextSibling)&&f.getAttribute&&f.getAttribute("data-gapistub")&&(e.parentNode.removeChild(f),e.style.cssText="");f=c.width;h=c.height;var l=e.style;l.textIndent="0";l.margin=
"0";l.padding="0";l.background="transparent";l.borderStyle="none";l.cssFloat="none";l.styleFloat="none";l.lineHeight="normal";l.fontSize="1px";l.verticalAlign="baseline";e=e.style;e.display="inline-block";d=d.style;d.position="static";d.left="0";d.top="0";d.visibility="visible";f&&(e.width=d.width=f+"px");h&&(e.height=d.height=h+"px");c.verticalAlign&&(e.verticalAlign=c.verticalAlign);k&&lm(k,3)}(k=b?b.title:null)&&a.Ga().setAttribute("title",k);(b=b?b.ariaLabel:null)&&a.Ga().setAttribute("aria-label",
b)};_.qm=function(a){var b=a.$a();b&&b.removeChild(a.Ga())};_.rm=function(a){a.where=_.nm(a);var b=a.messageHandlers=a.messageHandlers||{},c=function(a){_.pm(this,a)};b._ready=c;b._renderstart=c;var d=a.onClose;a.onClose=function(a){d&&d.call(this,a);_.qm(this)};a.onCreate=function(a){a=a.Ga();a.style.cssText=_.om(a)}};

var Xf=_.Wf=_.Wf||{};window.___jsl=window.___jsl||{};Xf.cy={Tba:function(){return window.___jsl.bsh},UH:function(){return window.___jsl.h},cD:function(a){window.___jsl.bsh=a},C_:function(a){window.___jsl.h=a}};
_.G=_.G||{};_.G.uv=function(a,b,c){for(var d=[],e=2,f=arguments.length;e<f;++e)d.push(arguments[e]);return function(){for(var c=d.slice(),e=0,f=arguments.length;e<f;++e)c.push(arguments[e]);return b.apply(a,c)}};_.G.gr=function(a){var b,c,d={};for(b=0;c=a[b];++b)d[c]=c;return d};

_.G=_.G||{};
(function(){function a(a,b){return String.fromCharCode(b)}var b={0:!1,10:!0,13:!0,34:!0,39:!0,60:!0,62:!0,92:!0,8232:!0,8233:!0,65282:!0,65287:!0,65308:!0,65310:!0,65340:!0};_.G.escape=function(a,b){if(a){if("string"===typeof a)return _.G.Zt(a);if("Array"===typeof a){var c=0;for(b=a.length;c<b;++c)a[c]=_.G.escape(a[c])}else if("object"===typeof a&&b){b={};for(c in a)a.hasOwnProperty(c)&&(b[_.G.Zt(c)]=_.G.escape(a[c],!0));return b}}return a};_.G.Zt=function(a){if(!a)return a;for(var c=[],e,f,h=0,k= a.length;h<k;++h)e=a.charCodeAt(h),f=b[e],!0===f?c.push("&#",e,";"):!1!==f&&c.push(a.charAt(h));return c.join("")};_.G.Kda=function(b){return b?b.replace(/&#([0-9]+);/g,a):b}})();

_.N={};_.tm={};window.iframer=_.tm;
_.N.Ia=_.N.Ia||{};_.N.Ia.qR=function(a){try{return!!a.document}catch(b){}return!1};_.N.Ia.oI=function(a){var b=a.parent;return a!=b&&_.N.Ia.qR(b)?_.N.Ia.oI(b):a};_.N.Ia.mca=function(a){var b=a.userAgent||"";a=a.product||"";return 0!=b.indexOf("Opera")&&-1==b.indexOf("WebKit")&&"Gecko"==a&&0<b.indexOf("rv:1.")};

var So,To,Uo,Wo,Xo,Yo,cp,dp,ep,fp,hp,ip,jp,lp,mp,op;So=function(){_.N.hJ++;return["I",_.N.hJ,"_",(new Date).getTime()].join("")};To=function(a){return a instanceof Array?a.join(","):a instanceof Object?_.jf(a):a};Uo=function(){};Wo=function(a){a&&a.match(Vo)&&_.se("googleapis.config/gcv",a)};Xo=function(a){_.Wf.cy.C_(a)};Yo=function(a){_.Wf.cy.cD(a)};_.Zo=function(a,b){b=b||{};for(var c in a)a.hasOwnProperty(c)&&(b[c]=a[c]);return b};
_.ap=function(a,b,c,d,e){var f=[],h;for(h in a)if(a.hasOwnProperty(h)){var k=b,l=c,n=a[h],p=d,q=$o(h);q[k]=q[k]||{};p=_.G.uv(p,n);n._iframe_wrapped_rpc_&&(p._iframe_wrapped_rpc_=!0);q[k][l]=p;f.push(h)}if(e)for(h in _.N.wn)_.N.wn.hasOwnProperty(h)&&f.push(h);return f.join(",")};cp=function(a,b,c){var d={};if(a&&a._methods){a=a._methods.split(",");for(var e=0;e<a.length;e++){var f=a[e];d[f]=bp(f,b,c)}}return d};
dp=function(a){if(a&&a.disableMultiLevelParentRelay)a=!1;else{var b;if(b=_.tm&&_.tm._open&&"inline"!=a.style&&!0!==a.inline)a=a.container,b=!(a&&("string"==typeof a&&window.document.getElementById(a)||window.document==(a.ownerDocument||a.document)));a=b}return a};ep=function(a,b){var c={};b=b.params||{};for(var d in a)"#"==d.charAt(0)&&(c[d.substring(1)]=a[d]),0==d.indexOf("fr-")&&(c[d.substring(3)]=a[d]),"#"==b[d]&&(c[d]=a[d]);for(var e in c)delete a["fr-"+e],delete a["#"+e],delete a[e];return c};
fp=function(a){if(":"==a.charAt(0)){var b=_.C("iframes/"+a.substring(1));a={};_.ce(b,a);(b=a.url)&&(a.url=_.Pk(b));a.params||(a.params={});return a}return{url:_.Pk(a)}};hp=function(a){function b(){}b.prototype=gp.prototype;a.prototype=new b};ip=function(a){return _.N.ms[a]};jp=function(a,b){_.N.ms[a]=b};lp=function(a){a=a||{};"auto"===a.height&&(a.height=_.Pj.Zc());var b=window&&kp&&kp.Na();b?b.rL(a.width||0,a.height||0):_.tm&&_.tm._resizeMe&&_.tm._resizeMe(a)};mp=function(a){Wo(a)};
_.np=function(){return _.Vd.location.origin||_.Vd.location.protocol+"//"+_.Vd.location.host};op=function(a){var b=_.ee(a.location.href,"urlindex");if(b=_.$d(_.ke,"fUrl",[])[b]){var c=a.location.hash;b+=/#/.test(b)?c.replace(/^#/,"&"):c;a.location.replace(b)}};
if(window.ToolbarApi)kp=window.ToolbarApi,kp.Na=window.ToolbarApi.getInstance,kp.prototype=window.ToolbarApi.prototype,_.g=kp.prototype,_.g.openWindow=kp.prototype.openWindow,_.g.FG=kp.prototype.closeWindow,_.g.fM=kp.prototype.setOnCloseHandler,_.g.tG=kp.prototype.canClosePopup,_.g.rL=kp.prototype.resizeWindow;else{var kp=function(){},pp=null;kp.Na=function(){!pp&&window.external&&window.external.GTB_IsToolbar&&(pp=new kp);return pp};_.g=kp.prototype;_.g.openWindow=function(a){return window.external.GTB_OpenPopup&&
window.external.GTB_OpenPopup(a)};_.g.FG=function(a){window.external.GTB_ClosePopupWindow&&window.external.GTB_ClosePopupWindow(a)};_.g.fM=function(a,b){window.external.GTB_SetOnCloseHandler&&window.external.GTB_SetOnCloseHandler(a,b)};_.g.tG=function(a){return window.external.GTB_CanClosePopup&&window.external.GTB_CanClosePopup(a)};_.g.rL=function(a,b){return window.external.GTB_ResizeWindow&&window.external.GTB_ResizeWindow(a,b)};window.ToolbarApi=kp;window.ToolbarApi.getInstance=kp.Na};
var qp=function(){_.I.register("_noop_echo",function(){this.callback(_.N.hU(_.N.ak[this.f]))})},rp=function(){window.setTimeout(function(){_.I.call("..","_noop_echo",_.N.DY)},0)},bp=function(a,b,c){var d=function(d){var e=Array.prototype.slice.call(arguments,0),h=e[e.length-1];if("function"===typeof h){var k=h;e.pop()}e.unshift(b,a,k,c);_.I.call.apply(_.I,e)};d._iframe_wrapped_rpc_=!0;return d},$o=function(a){_.N.gw[a]||(_.N.gw[a]={},_.I.register(a,function(b,c){var d=this.f;if(!("string"!=typeof b||
b in{}||d in{})){var e=this.callback,f=_.N.gw[a][d],h;f&&Object.hasOwnProperty.call(f,b)?h=f[b]:Object.hasOwnProperty.call(_.N.wn,a)&&(h=_.N.wn[a]);if(h)return d=Array.prototype.slice.call(arguments,1),h._iframe_wrapped_rpc_&&e&&d.push(e),h.apply({},d)}_.Ua(['Unregistered call in window "',window.name,'" for method "',a,'", via proxyId "',b,'" from frame "',d,'".'].join(""));return null}));return _.N.gw[a]};
_.N.nR=function(a,b,c){var d=Array.prototype.slice.call(arguments);_.N.cI(function(a){a.sameOrigin&&(d.unshift("/"+a.claimedOpenerId+"|"+window.location.protocol+"//"+window.location.host),_.I.call.apply(_.I,d))})};_.N.bZ=function(a,b){_.I.register(a,b)};
var Vo=/^[-_.0-9A-Za-z]+$/,sp={open:"open",onready:"ready",close:"close",onresize:"resize",onOpen:"open",onReady:"ready",onClose:"close",onResize:"resize",onRenderStart:"renderstart"},tp={onBeforeParentOpen:"beforeparentopen"},up={onOpen:function(a){var b=a.Pb();a.Gf(b.container||b.element);return a},onClose:function(a){a.remove()}};_.N.wl=function(a){var b=_.ae();_.ce(_.Ck,b);_.ce(a,b);return b};
var gp=function(a,b,c,d,e,f,h,k){this.config=fp(a);this.openParams=this.xr=b||{};this.params=c||{};this.methods=d;this.Nw=!1;vp(this,b.style);this.xp={};wp(this,function(){var a;(a=this.xr.style)&&_.N.ms[a]?a=_.N.ms[a]:a?(_.Qa(['Missing handler for style "',a,'". Continuing with default handler.'].join("")),a=null):a=up;if(a){if("function"===typeof a)var b=a(this);else{var c={};for(b in a){var d=a[b];c[b]="function"===typeof d?_.G.uv(a,d,this):d}b=c}for(var h in e)a=b[h],"function"===typeof a&&xp(this,
e[h],_.G.uv(b,a))}f&&xp(this,"close",f)});this.Mi=this.ac=h;this.ZB=(k||[]).slice();h&&this.ZB.unshift(h.ka())};gp.prototype.Pb=function(){return this.xr};gp.prototype.Uj=function(){return this.params};gp.prototype.tu=function(){return this.methods};gp.prototype.Pc=function(){return this.Mi};var vp=function(a,b){a.Nw||((b=b&&!_.N.ms[b]&&_.N.Ly[b])?(a.Ky=[],b(function(){a.Nw=!0;for(var b=0,d=a.Ky.length;b<d;++b)a.Ky[b].call(a)})):a.Nw=!0)},wp=function(a,b){a.Nw?b.call(a):a.Ky.push(b)};
gp.prototype.Vc=function(a,b){wp(this,function(){xp(this,a,b)})};var xp=function(a,b,c){a.xp[b]=a.xp[b]||[];a.xp[b].push(c)};gp.prototype.jm=function(a,b){wp(this,function(){var c=this.xp[a];if(c)for(var d=0,e=c.length;d<e;++d)if(c[d]===b){c.splice(d,1);break}})};
gp.prototype.Sg=function(a,b){var c=this.xp[a];if(c)for(var d=Array.prototype.slice.call(arguments,1),e=0,f=c.length;e<f;++e)try{var h=c[e].apply({},d)}catch(k){_.Ua(['Exception when calling callback "',a,'" with exception "',k.name,": ",k.message,'".'].join(""))}return h};
var yp=function(a){return"number"==typeof a?{value:a,Ez:a+"px"}:"100%"==a?{value:100,Ez:"100%",CJ:!0}:null},zp=function(a,b,c,d,e,f,h){gp.call(this,a,b,c,d,sp,e,f,h);this.id=b.id||So();this.Lr=b.rpctoken&&String(b.rpctoken)||Math.round(1E9*(0,_.ag)());this.kW=ep(this.params,this.config);this.vz={};wp(this,function(){this.Sg("open");_.Zo(this.vz,this)})};hp(zp);_.g=zp.prototype;
_.g.Gf=function(a,b){if(!this.config.url)return _.Ua("Cannot open iframe, empty URL."),this;var c=this.id;_.N.ak[c]=this;var d=_.Zo(this.methods);d._ready=this.Ov;d._close=this.close;d._open=this.Pv;d._resizeMe=this.co;d._renderstart=this.BK;var e=this.kW;this.Lr&&(e.rpctoken=this.Lr);e._methods=_.ap(d,c,"",this,!0);this.el=a="string"===typeof a?window.document.getElementById(a):a;d={};d.id=c;if(b){d.attributes=b;var f=b.style;if("string"===typeof f){if(f){var h=[];f=f.split(";");for(var k=0,l=f.length;k<
l;++k){var n=f[k];if(0!=n.length||k+1!=l)n=n.split(":"),2==n.length&&n[0].match(/^[ a-zA-Z_-]+$/)&&n[1].match(/^[ +.%0-9a-zA-Z_-]+$/)?h.push(n.join(":")):_.Ua(['Iframe style "',f[k],'" not allowed.'].join(""))}h=h.join(";")}else h="";b.style=h}}this.Pb().allowPost&&(d.allowPost=!0);this.Pb().forcePost&&(d.forcePost=!0);d.queryParams=this.params;d.fragmentParams=e;d.paramsSerializer=To;this.Ug=_.Rk(this.config.url,a,d);a=this.Ug.getAttribute("data-postorigin")||this.Ug.src;_.N.ak[c]=this;_.I.zw(this.id,
this.Lr);_.I.Vh(this.id,a);return this};_.g.qe=function(a,b){this.vz[a]=b};_.g.ka=function(){return this.id};_.g.Ga=function(){return this.Ug};_.g.$a=function(){return this.el};_.g.jf=function(a){this.el=a};_.g.Ov=function(a){var b=cp(a,this.id,"");this.Mi&&"function"==typeof this.methods._ready&&(a._methods=_.ap(b,this.Mi.ka(),this.id,this,!1),this.methods._ready(a));_.Zo(a,this);_.Zo(b,this);this.Sg("ready",a)};_.g.BK=function(a){this.Sg("renderstart",a)};
_.g.close=function(a){a=this.Sg("close",a);delete _.N.ak[this.id];return a};_.g.remove=function(){var a=window.document.getElementById(this.id);a&&a.parentNode&&a.parentNode.removeChild(a)};
_.g.Pv=function(a){var b=cp(a.params,this.id,a.proxyId);delete a.params._methods;"_parent"==a.openParams.anchor&&(a.openParams.anchor=this.el);if(dp(a.openParams))new Ap(a.url,a.openParams,a.params,b,b._onclose,this,a.openedByProxyChain);else{var c=new zp(a.url,a.openParams,a.params,b,b._onclose,this,a.openedByProxyChain),d=this;wp(c,function(){var a={childId:c.ka()},f=c.vz;f._toclose=c.close;a._methods=_.ap(f,d.id,c.id,c,!1);b._onopen(a)})}};
_.g.co=function(a){if(void 0===this.Sg("resize",a)&&this.Ug){var b=yp(a.width);null!=b&&(this.Ug.style.width=b.Ez);a=yp(a.height);null!=a&&(this.Ug.style.height=a.Ez);this.Ug.parentElement&&(null!=b&&b.CJ||null!=a&&a.CJ)&&(this.Ug.parentElement.style.display="block")}};
var Ap=function(a,b,c,d,e,f,h){gp.call(this,a,b,c,d,tp,e,f,h);this.url=a;this.Bm=null;this.rC=So();wp(this,function(){this.Sg("beforeparentopen");var a=_.Zo(this.methods);a._onopen=this.tY;a._ready=this.Ov;a._onclose=this.rY;this.params._methods=_.ap(a,"..",this.rC,this,!0);a={};for(c in this.params)a[c]=To(this.params[c]);var b=this.config.url;if(this.xr.hideUrlFromParent){var c=window.name;var d=b;b=_.rk(this.config.url,this.params,{},To);var e=a;a={};a._methods=e._methods;a["#opener"]=e["#opener"];
a["#urlindex"]=e["#urlindex"];a["#opener"]&&void 0!=e["#urlindex"]?(a["#opener"]=c+","+a["#opener"],c=d):(d=_.$d(_.ke,"fUrl",[]),e=d.length,d[e]=b,_.ke.rUrl=op,a["#opener"]=c,a["#urlindex"]=e,c=_.Wf.Qa(_.Vd.location.href),b=_.C("iframes/relay_url_"+(0,window.encodeURIComponent)(c))||"/_/gapi/sibling/1/frame.html",c+=b);b=c}_.tm._open({url:b,openParams:this.xr,params:a,proxyId:this.rC,openedByProxyChain:this.ZB})})};hp(Ap);Ap.prototype.zU=function(){return this.Bm};
Ap.prototype.tY=function(a){this.Bm=a.childId;var b=cp(a,"..",this.Bm);_.Zo(b,this);this.close=b._toclose;_.N.ak[this.Bm]=this;this.Mi&&this.methods._onopen&&(a._methods=_.ap(b,this.Mi.ka(),this.Bm,this,!1),this.methods._onopen(a))};Ap.prototype.Ov=function(a){var b=String(this.Bm),c=cp(a,"..",b);_.Zo(a,this);_.Zo(c,this);this.Sg("ready",a);this.Mi&&this.methods._ready&&(a._methods=_.ap(c,this.Mi.ka(),b,this,!1),this.methods._ready(a))};
Ap.prototype.rY=function(a){if(this.Mi&&this.methods._onclose)this.methods._onclose(a);else return a=this.Sg("close",a),delete _.N.ak[this.Bm],a};
var Bp=function(a,b,c,d,e,f,h){gp.call(this,a,b,c,d,tp,f,h);this.id=b.id||So();this.I0=e;d._close=this.close;this.onClosed=this.vK;this.BN=0;wp(this,function(){this.Sg("beforeparentopen");var b=_.Zo(this.methods);this.params._methods=_.ap(b,"..",this.rC,this,!0);b={};b.queryParams=this.params;a=_.Ik(_.Wd,this.config.url,this.id,b);var c=e.openWindow(a);this.canAutoClose=function(a){a(e.tG(c))};e.fM(c,this);this.BN=c})};hp(Bp);
Bp.prototype.close=function(a){a=this.Sg("close",a);this.I0.FG(this.BN);return a};Bp.prototype.vK=function(){this.Sg("close")};
(function(){_.N.ak={};_.N.ms={};_.N.Ly={};_.N.hJ=0;_.N.gw={};_.N.wn={};_.N.Vv=null;_.N.Uv=[];_.N.DY=function(a){var b=!1;try{if(null!=a){var c=window.parent.frames[a.id];b=c.iframer.id==a.id&&c.iframes.openedId_(_.tm.id)}}catch(f){}try{_.N.Vv={origin:this.origin,referer:this.referer,claimedOpenerId:a&&a.id,claimedOpenerProxyChain:a&&a.proxyChain||[],sameOrigin:b};for(a=0;a<_.N.Uv.length;++a)_.N.Uv[a](_.N.Vv);_.N.Uv=[]}catch(f){}};_.N.hU=function(a){var b=a&&a.Mi,c=null;b&&(c={},c.id=b.ka(),c.proxyChain=
a.ZB);return c};qp();if(window.parent!=window){var a=_.G.Hc();a.gcv&&Wo(a.gcv);var b=a.jsh;b&&Xo(b);_.Zo(cp(a,"..",""),_.tm);_.Zo(a,_.tm);rp()}_.N.Ab=ip;_.N.$b=jp;_.N.B_=mp;_.N.resize=lp;_.N.pT=function(a){return _.N.Ly[a]};_.N.fD=function(a,b){_.N.Ly[a]=b};_.N.qL=lp;_.N.a0=mp;_.N.Iu={};_.N.Iu.get=ip;_.N.Iu.set=jp;_.N.QQ=function(a,b){$o(a);_.N.wn[a]=b||window[a]};_.N.Hba=function(a){delete _.N.wn[a]};_.N.open=function(a,b,e,f,h,k){3==arguments.length?f={}:4==arguments.length&&"function"===typeof f&&
(h=f,f={});var c="bubble"===b.style&&kp?kp.Na():null;return c?new Bp(a,b,e,f,c,h,k):dp(b)?new Ap(a,b,e,f,h,k):new zp(a,b,e,f,h,k)};_.N.close=function(a,b){_.tm&&_.tm._close&&_.tm._close(a,b)};_.N.ready=function(a,b,e){2==arguments.length&&"function"===typeof b&&(e=b,b={});var c=a||{};"height"in c||(c.height=_.Pj.Zc());c._methods=_.ap(b||{},"..","",_.tm,!0);_.tm&&_.tm._ready&&_.tm._ready(c,e)};_.N.cI=function(a){_.N.Vv?a(_.N.Vv):_.N.Uv.push(a)};_.N.xY=function(a){return!!_.N.ak[a]};_.N.BT=function(){return["https://ssl.gstatic.com/gb/js/",
_.C("googleapis.config/gcv")].join("")};_.N.YK=function(a){var b={mouseover:1,mouseout:1};if(_.tm._event)for(var c=0;c<a.length;c++){var f=a[c];f in b&&_.G.$s(window.document,f,function(a){_.tm._event({event:a.type,timestamp:(new Date).getTime()})},!0)}};_.N.L_=Xo;_.N.cD=Yo;_.N.TJ=Uo;_.N.jJ=_.tm})();
_.u("iframes.allow",_.N.QQ);_.u("iframes.callSiblingOpener",_.N.nR);_.u("iframes.registerForOpenedSibling",_.N.bZ);_.u("iframes.close",_.N.close);_.u("iframes.getGoogleConnectJsUri",_.N.BT);_.u("iframes.getHandler",_.N.Ab);_.u("iframes.getDeferredHandler",_.N.pT);_.u("iframes.getParentInfo",_.N.cI);_.u("iframes.iframer",_.N.jJ);_.u("iframes.open",_.N.open);_.u("iframes.openedId_",_.N.xY);_.u("iframes.propagate",_.N.YK);_.u("iframes.ready",_.N.ready);_.u("iframes.resize",_.N.resize);
_.u("iframes.setGoogleConnectJsVersion",_.N.B_);_.u("iframes.setBootstrapHint",_.N.cD);_.u("iframes.setJsHint",_.N.L_);_.u("iframes.setHandler",_.N.$b);_.u("iframes.setDeferredHandler",_.N.fD);_.u("IframeBase",gp);_.u("IframeBase.prototype.addCallback",gp.prototype.Vc);_.u("IframeBase.prototype.getMethods",gp.prototype.tu);_.u("IframeBase.prototype.getOpenerIframe",gp.prototype.Pc);_.u("IframeBase.prototype.getOpenParams",gp.prototype.Pb);_.u("IframeBase.prototype.getParams",gp.prototype.Uj);
_.u("IframeBase.prototype.removeCallback",gp.prototype.jm);_.u("Iframe",zp);_.u("Iframe.prototype.close",zp.prototype.close);_.u("Iframe.prototype.exposeMethod",zp.prototype.qe);_.u("Iframe.prototype.getId",zp.prototype.ka);_.u("Iframe.prototype.getIframeEl",zp.prototype.Ga);_.u("Iframe.prototype.getSiteEl",zp.prototype.$a);_.u("Iframe.prototype.openInto",zp.prototype.Gf);_.u("Iframe.prototype.remove",zp.prototype.remove);_.u("Iframe.prototype.setSiteEl",zp.prototype.jf);
_.u("Iframe.prototype.addCallback",zp.prototype.Vc);_.u("Iframe.prototype.getMethods",zp.prototype.tu);_.u("Iframe.prototype.getOpenerIframe",zp.prototype.Pc);_.u("Iframe.prototype.getOpenParams",zp.prototype.Pb);_.u("Iframe.prototype.getParams",zp.prototype.Uj);_.u("Iframe.prototype.removeCallback",zp.prototype.jm);_.u("IframeProxy",Ap);_.u("IframeProxy.prototype.getTargetIframeId",Ap.prototype.zU);_.u("IframeProxy.prototype.addCallback",Ap.prototype.Vc);_.u("IframeProxy.prototype.getMethods",Ap.prototype.tu);
_.u("IframeProxy.prototype.getOpenerIframe",Ap.prototype.Pc);_.u("IframeProxy.prototype.getOpenParams",Ap.prototype.Pb);_.u("IframeProxy.prototype.getParams",Ap.prototype.Uj);_.u("IframeProxy.prototype.removeCallback",Ap.prototype.jm);_.u("IframeWindow",Bp);_.u("IframeWindow.prototype.close",Bp.prototype.close);_.u("IframeWindow.prototype.onClosed",Bp.prototype.vK);_.u("iframes.util.getTopMostAccessibleWindow",_.N.Ia.oI);_.u("iframes.handlers.get",_.N.Iu.get);_.u("iframes.handlers.set",_.N.Iu.set); _.u("iframes.resizeMe",_.N.qL);_.u("iframes.setVersionOverride",_.N.a0);
gp.prototype.send=function(a,b,c){_.N.EL(this,a,b,c)};_.tm.send=function(a,b,c){_.N.EL(_.tm,a,b,c)};gp.prototype.register=function(a,b){var c=this;c.Vc(a,function(a){b.call(c,a)})};_.N.EL=function(a,b,c,d){var e=[];void 0!==c&&e.push(c);d&&e.push(function(a){d.call(this,[a])});a[b]&&a[b].apply(a,e)};_.N.Oo=function(){return!0};_.u("iframes.CROSS_ORIGIN_IFRAMES_FILTER",_.N.Oo);_.u("IframeBase.prototype.send",gp.prototype.send);_.u("IframeBase.prototype.register",gp.prototype.register);
_.u("Iframe.prototype.send",zp.prototype.send);_.u("Iframe.prototype.register",zp.prototype.register);_.u("IframeProxy.prototype.send",Ap.prototype.send);_.u("IframeProxy.prototype.register",Ap.prototype.register);_.u("IframeWindow.prototype.send",Bp.prototype.send);_.u("IframeWindow.prototype.register",Bp.prototype.register);_.u("iframes.iframer.send",_.N.jJ.send);

var Fs=_.N.$b,Gs={open:function(a){var b=_.nm(a.Pb());return a.Gf(b,{style:_.om(b)})},attach:function(a,b){var c=_.nm(a.Pb()),d=b.id,e=b.getAttribute("data-postorigin")||b.src,f=/#(?:.*&)?rpctoken=(\d+)/.exec(e);f=f&&f[1];a.id=d;a.Lr=f;a.el=c;a.Ug=b;_.N.ak[d]=a;b=_.Zo(a.methods);b._ready=a.Ov;b._close=a.close;b._open=a.Pv;b._resizeMe=a.co;b._renderstart=a.BK;_.ap(b,d,"",a,!0);_.I.zw(a.id,a.Lr);_.I.Vh(a.id,e);c=_.N.wl({style:_.om(c)});for(var h in c)Object.prototype.hasOwnProperty.call(c,h)&&("style"== h?a.Ug.style.cssText=c[h]:a.Ug.setAttribute(h,c[h]))}};Gs.onready=_.pm;Gs.onRenderStart=_.pm;Gs.close=_.qm;Fs("inline",Gs);

_.Vf=(window.gapi||{}).load;
_.sm=_.ae();
_.um=function(a){var b=window;a=(a||b.location.href).match(/.*(\?|#|&)usegapi=([^&#]+)/)||[];return"1"===(0,window.decodeURIComponent)(a[a.length-1]||"")};
var vm,wm,xm,ym,zm,Am,Em,Fm;vm=function(a){if(_.Zd.test(Object.keys))return Object.keys(a);var b=[],c;for(c in a)_.be(a,c)&&b.push(c);return b};wm=function(a,b){if(!_.mf())try{a()}catch(c){}_.nf(b)};xm={button:!0,div:!0,span:!0};ym=function(a){var b=_.$d(_.ke,"sws",[]);return 0<=_.dk.call(b,a)};zm=function(a){return _.$d(_.ke,"watt",_.ae())[a]};Am=function(a){return function(b,c){return a?_.Nk()[c]||a[c]||"":_.Nk()[c]||""}};
_.Bm={apppackagename:1,callback:1,clientid:1,cookiepolicy:1,openidrealm:-1,includegrantedscopes:-1,requestvisibleactions:1,scope:1};_.Cm=!1;
_.Dm=function(){if(!_.Cm){for(var a=window.document.getElementsByTagName("meta"),b=0;b<a.length;++b){var c=a[b].name.toLowerCase();if(_.tc(c,"google-signin-")){c=c.substring(14);var d=a[b].content;_.Bm[c]&&d&&(_.sm[c]=d)}}if(window.self!==window.top){a=window.document.location.toString();for(var e in _.Bm)0<_.Bm[e]&&(b=_.ee(a,e,""))&&(_.sm[e]=b)}_.Cm=!0}e=_.ae();_.ce(_.sm,e);return e};
Em=function(a){var b;a.match(/^https?%3A/i)&&(b=(0,window.decodeURIComponent)(a));return _.sk(window.document,b?b:a)};Fm=function(a){a=a||"canonical";for(var b=window.document.getElementsByTagName("link"),c=0,d=b.length;c<d;c++){var e=b[c],f=e.getAttribute("rel");if(f&&f.toLowerCase()==a&&(e=e.getAttribute("href"))&&(e=Em(e))&&null!=e.match(/^https?:\/\/[\w\-_\.]+/i))return e}return window.location.href};_.Gm=function(){return window.location.origin||window.location.protocol+"//"+window.location.host};
_.Hm=function(a,b,c,d){return(a="string"==typeof a?a:void 0)?Em(a):Fm(d)};_.Im=function(a,b,c){null==a&&c&&(a=c.db,null==a&&(a=c.gwidget&&c.gwidget.db));return a||void 0};_.Jm=function(a,b,c){null==a&&c&&(a=c.ecp,null==a&&(a=c.gwidget&&c.gwidget.ecp));return a||void 0};
_.Km=function(a,b,c){return _.Hm(a,b,c,b.action?void 0:"publisher")};var Lm,Mm,Nm,Om,Pm,Qm,Sm,Rm;Lm={se:"0"};Mm={post:!0};Nm={style:"position:absolute;top:-10000px;width:450px;margin:0px;border-style:none"};Om="onPlusOne _ready _close _open _resizeMe _renderstart oncircled drefresh erefresh".split(" ");Pm=_.$d(_.ke,"WI",_.ae());Qm=["style","data-gapiscan"];
Sm=function(a){for(var b=_.ae(),c=0!=a.nodeName.toLowerCase().indexOf("g:"),d=0,e=a.attributes.length;d<e;d++){var f=a.attributes[d],h=f.name,k=f.value;0<=_.dk.call(Qm,h)||c&&0!=h.indexOf("data-")||"null"===k||"specified"in f&&!f.specified||(c&&(h=h.substr(5)),b[h.toLowerCase()]=k)}a=a.style;(c=Rm(a&&a.height))&&(b.height=String(c));(a=Rm(a&&a.width))&&(b.width=String(a));return b};
_.Um=function(a,b,c,d,e,f){if(c.rd)var h=b;else h=window.document.createElement("div"),b.setAttribute("data-gapistub",!0),h.style.cssText="position:absolute;width:450px;left:-10000px;",b.parentNode.insertBefore(h,b);f.siteElement=h;h.id||(h.id=_.Tm(a));b=_.ae();b[">type"]=a;_.ce(c,b);a=_.Rk(d,h,e);f.iframeNode=a;f.id=a.getAttribute("id")};_.Tm=function(a){_.$d(Pm,a,0);return"___"+a+"_"+Pm[a]++}; Rm=function(a){var b=void 0;"number"===typeof a?b=a:"string"===typeof a&&(b=(0,window.parseInt)(a,10));return b};
var Vm=function(){},Ym=function(a){var b=a.Zm,c=function(a){c.H.constructor.call(this,a);var b=this.nh.length;this.Mg=[];for(var d=0;d<b;++d)this.nh[d].Eba||(this.Mg[d]=new this.nh[d](a))};_.v(c,b);for(var d=[];a;){if(b=a.Zm){b.nh&&_.ue(d,b.nh);var e=b.prototype,f;for(f in e)if(e.hasOwnProperty(f)&&_.bb(e[f])&&e[f]!==b){var h=!!e[f].rba,k=Wm(f,e,d,h);(h=Xm(f,e,k,h))&&(c.prototype[f]=h)}}a=a.H&&a.H.constructor}c.prototype.nh=d;return c},Wm=function(a,b,c,d){for(var e=[],f=0;f<c.length&&(c[f].prototype[a]===
b[a]||(e.push(f),!d));++f);return e},Xm=function(a,b,c,d){return c.length?d?function(b){var d=this.Mg[c[0]];return d?d[a].apply(this.Mg[c[0]],arguments):this.nh[c[0]].prototype[a].apply(this,arguments)}:b[a].pR?function(b){a:{var d=Array.prototype.slice.call(arguments,0);for(var e=0;e<c.length;++e){var k=this.Mg[c[e]];if(k=k?k[a].apply(k,d):this.nh[c[e]].prototype[a].apply(this,d)){d=k;break a}}d=!1}return d}:b[a].oR?function(b){a:{var d=Array.prototype.slice.call(arguments,0);for(var e=0;e<c.length;++e){var k=
this.Mg[c[e]];k=k?k[a].apply(k,d):this.nh[c[e]].prototype[a].apply(this,d);if(null!=k){d=k;break a}}d=void 0}return d}:b[a].mK?function(b){for(var d=Array.prototype.slice.call(arguments,0),e=0;e<c.length;++e){var k=this.Mg[c[e]];k?k[a].apply(k,d):this.nh[c[e]].prototype[a].apply(this,d)}}:function(b){for(var d=Array.prototype.slice.call(arguments,0),e=[],k=0;k<c.length;++k){var l=this.Mg[c[k]];e.push(l?l[a].apply(l,d):this.nh[c[k]].prototype[a].apply(this,d))}return e}:d||b[a].pR||b[a].oR||b[a].mK? null:Zm},Zm=function(){return[]};Vm.prototype.Az=function(a){if(this.Mg)for(var b=0;b<this.Mg.length;++b)if(this.Mg[b]instanceof a)return this.Mg[b];return null};
var an=function(a){return this.Ya.Az(a)};var bn,cn,dn,en,fn=/(?:^|\s)g-((\S)*)(?:$|\s)/,gn={plusone:!0,autocomplete:!0,profile:!0,signin:!0,signin2:!0};bn=_.$d(_.ke,"SW",_.ae());cn=_.$d(_.ke,"SA",_.ae());dn=_.$d(_.ke,"SM",_.ae());en=_.$d(_.ke,"FW",[]);
var ln=function(a,b){var c;hn.ps0=(new Date).getTime();jn("ps0");a=("string"===typeof a?window.document.getElementById(a):a)||_.Wd;var d=_.Wd.documentMode;if(a.querySelectorAll&&(!d||8<d)){d=b?[b]:vm(bn).concat(vm(cn)).concat(vm(dn));for(var e=[],f=0;f<d.length;f++){var h=d[f];e.push(".g-"+h,"g\\:"+h)}d=a.querySelectorAll(e.join(","))}else d=a.getElementsByTagName("*");a=_.ae();for(e=0;e<d.length;e++){f=d[e];var k=f;h=b;var l=k.nodeName.toLowerCase(),n=void 0;if(k.getAttribute("data-gapiscan"))h=
null;else{var p=l.indexOf("g:");0==p?n=l.substr(2):(p=(p=String(k.className||k.getAttribute("class")))&&fn.exec(p))&&(n=p[1]);h=!n||!(bn[n]||cn[n]||dn[n])||h&&n!==h?null:n}h&&(gn[h]||0==f.nodeName.toLowerCase().indexOf("g:")||0!=vm(Sm(f)).length)&&(f.setAttribute("data-gapiscan",!0),_.$d(a,h,[]).push(f))}for(q in a)en.push(q);hn.ps1=(new Date).getTime();jn("ps1");if(b=en.join(":"))try{_.de.load(b,void 0)}catch(t){_.ze(t);return}e=[];for(c in a){d=a[c];var q=0;for(b=d.length;q<b;q++)f=d[q],kn(c,f, Sm(f),e,b)}};
var mn=function(a,b){var c=zm(a);b&&c?(c(b),(c=b.iframeNode)&&c.setAttribute("data-gapiattached",!0)):_.de.load(a,function(){var c=zm(a),e=b&&b.iframeNode,f=b&&b.userParams;e&&c?(c(b),e.setAttribute("data-gapiattached",!0)):(c=_.de[a].go,"signin2"==a?c(e,f):c(e&&e.parentNode,f))})},kn=function(a,b,c,d,e,f,h){switch(nn(b,a,f)){case 0:a=dn[a]?a+"_annotation":a;d={};d.iframeNode=b;d.userParams=c;mn(a,d);break;case 1:if(b.parentNode){for(var k in c){if(f=_.be(c,k))f=c[k],f=!!f&&"object"===typeof f&&(!f.toString||
f.toString===Object.prototype.toString||f.toString===Array.prototype.toString);if(f)try{c[k]=_.jf(c[k])}catch(F){delete c[k]}}k=!0;c.dontclear&&(k=!1);delete c.dontclear;var l;f={};var n=l=a;"plus"==a&&c.action&&(l=a+"_"+c.action,n=a+"/"+c.action);(l=_.C("iframes/"+l+"/url"))||(l=":im_socialhost:/:session_prefix::im_prefix:_/widget/render/"+n+"?usegapi=1");for(p in Lm)f[p]=p+"/"+(c[p]||Lm[p])+"/";var p=_.sk(_.Wd,l.replace(_.Mk,Am(f)));n="iframes/"+a+"/params/";f={};_.ce(c,f);(l=_.C("lang")||_.C("gwidget/lang"))&&
(f.hl=l);Mm[a]||(f.origin=_.Gm());f.exp=_.C(n+"exp");if(n=_.C(n+"location"))for(l=0;l<n.length;l++){var q=n[l];f[q]=_.Vd.location[q]}switch(a){case "plus":case "follow":f.url=_.Km(f.href,c,null);delete f.href;break;case "plusone":n=(n=c.href)?Em(n):Fm();f.url=n;f.db=_.Im(c.db,void 0,_.C());f.ecp=_.Jm(c.ecp,void 0,_.C());delete f.href;break;case "signin":f.url=Fm()}_.ke.ILI&&(f.iloader="1");delete f["data-onload"];delete f.rd;for(var t in Lm)f[t]&&delete f[t];f.gsrc=_.C("iframes/:source:");t=_.C("inline/css");
"undefined"!==typeof t&&0<e&&t>=e&&(f.ic="1");t=/^#|^fr-/;e={};for(var x in f)_.be(f,x)&&t.test(x)&&(e[x.replace(t,"")]=f[x],delete f[x]);x="q"==_.C("iframes/"+a+"/params/si")?f:e;t=_.Dm();for(var w in t)!_.be(t,w)||_.be(f,w)||_.be(e,w)||(x[w]=t[w]);w=[].concat(Om);x=_.C("iframes/"+a+"/methods");_.ck(x)&&(w=w.concat(x));for(y in c)_.be(c,y)&&/^on/.test(y)&&("plus"!=a||"onconnect"!=y)&&(w.push(y),delete f[y]);delete f.callback;e._methods=w.join(",");var y=_.rk(p,f,e);w=h||{};w.allowPost=1;w.attributes=
Nm;w.dontclear=!k;h={};h.userParams=c;h.url=y;h.type=a;_.Um(a,b,c,y,w,h);b=h.id;c=_.ae();c.id=b;c.userParams=h.userParams;c.url=h.url;c.type=h.type;c.state=1;_.km[b]=c;b=h}else b=null;b&&((c=b.id)&&d.push(c),mn(a,b))}},nn=function(a,b,c){if(a&&1===a.nodeType&&b){if(c)return 1;if(dn[b]){if(xm[a.nodeName.toLowerCase()])return(a=a.innerHTML)&&a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")?0:1}else{if(cn[b])return 0;if(bn[b])return 1}}return null};
_.$d(_.de,"platform",{}).go=function(a,b){ln(a,b)};var on=_.$d(_.ke,"perf",_.ae()),hn=_.$d(on,"g",_.ae()),pn=_.$d(on,"i",_.ae()),qn,rn,sn,jn,un,vn,wn;_.$d(on,"r",[]);qn=_.ae();rn=_.ae();sn=function(a,b,c,d){qn[c]=qn[c]||!!d;_.$d(rn,c,[]);rn[c].push([a,b])};jn=function(a,b,c){var d=on.r;"function"===typeof d?d(a,b,c):d.push([a,b,c])};un=function(a,b,c,d){if("_p"==b)throw Error("D");_.tn(a,b,c,d)};_.tn=function(a,b,c,d){vn(b,c)[a]=d||(new Date).getTime();jn(a,b,c)};vn=function(a,b){a=_.$d(pn,a,_.ae());return _.$d(a,b,_.ae())}; wn=function(a,b,c){var d=null;b&&c&&(d=vn(b,c)[a]);return d||hn[a]};
(function(){function a(a){this.t={};this.tick=function(a,b,c){this.t[a]=[void 0!=c?c:(new Date).getTime(),b];if(void 0==c)try{window.console.timeStamp("CSI/"+a)}catch(p){}};this.tick("start",null,a)}var b;if(window.performance)var c=(b=window.performance.timing)&&b.responseStart;var d=0<c?new a(c):new a;window.__gapi_jstiming__={Timer:a,load:d};if(b){var e=b.navigationStart;0<e&&c>=e&&(window.__gapi_jstiming__.srt=c-e)}if(b){var f=window.__gapi_jstiming__.load;0<e&&c>=e&&(f.tick("_wtsrt",void 0,e),
f.tick("wtsrt_","_wtsrt",c),f.tick("tbsd_","wtsrt_"))}try{b=null,window.chrome&&window.chrome.csi&&(b=Math.floor(window.chrome.csi().pageT),f&&0<e&&(f.tick("_tbnd",void 0,window.chrome.csi().startE),f.tick("tbnd_","_tbnd",e))),null==b&&window.gtbExternal&&(b=window.gtbExternal.pageT()),null==b&&window.external&&(b=window.external.pageT,f&&0<e&&(f.tick("_tbnd",void 0,window.external.startE),f.tick("tbnd_","_tbnd",e))),b&&(window.__gapi_jstiming__.pt=b)}catch(h){}})();
if(window.__gapi_jstiming__){window.__gapi_jstiming__.iG={};window.__gapi_jstiming__.pZ=1;var xn=function(a,b,c){var d=a.t[b],e=a.t.start;if(d&&(e||c))return d=a.t[b][0],e=void 0!=c?c:e[0],Math.round(d-e)};window.__gapi_jstiming__.getTick=xn;window.__gapi_jstiming__.getLabels=function(a){var b=[],c;for(c in a.t)b.push(c);return b};var yn=function(a,b,c){var d="";window.__gapi_jstiming__.srt&&(d+="&srt="+window.__gapi_jstiming__.srt);window.__gapi_jstiming__.pt&&(d+="&tbsrt="+window.__gapi_jstiming__.pt);
try{window.external&&window.external.tran?d+="&tran="+window.external.tran:window.gtbExternal&&window.gtbExternal.tran?d+="&tran="+window.gtbExternal.tran():window.chrome&&window.chrome.csi&&(d+="&tran="+window.chrome.csi().tran)}catch(q){}var e=window.chrome;if(e&&(e=e.loadTimes)){e().wasFetchedViaSpdy&&(d+="&p=s");if(e().wasNpnNegotiated){d+="&npn=1";var f=e().npnNegotiatedProtocol;f&&(d+="&npnv="+(window.encodeURIComponent||window.escape)(f))}e().wasAlternateProtocolAvailable&&(d+="&apa=1")}var h=
a.t,k=h.start;e=[];f=[];for(var l in h)if("start"!=l&&0!=l.indexOf("_")){var n=h[l][1];n?h[n]&&f.push(l+"."+xn(a,l,h[n][0])):k&&e.push(l+"."+xn(a,l))}if(b)for(var p in b)d+="&"+p+"="+b[p];(b=c)||(b="https:"==window.document.location.protocol?"https://csi.gstatic.com/csi":"http://csi.gstatic.com/csi");return[b,"?v=3","&s="+(window.__gapi_jstiming__.sn||"")+"&action=",a.name,f.length?"&it="+f.join(","):"",d,"&rt=",e.join(",")].join("")},zn=function(a,b,c){a=yn(a,b,c);if(!a)return"";b=new window.Image;
var d=window.__gapi_jstiming__.pZ++;window.__gapi_jstiming__.iG[d]=b;b.onload=b.onerror=function(){window.__gapi_jstiming__&&delete window.__gapi_jstiming__.iG[d]};b.src=a;b=null;return a};window.__gapi_jstiming__.report=function(a,b,c){var d=window.document.visibilityState,e="visibilitychange";d||(d=window.document.webkitVisibilityState,e="webkitvisibilitychange");if("prerender"==d){var f=!1,h=function(){if(!f){b?b.prerender="1":b={prerender:"1"};if("prerender"==(window.document.visibilityState|| window.document.webkitVisibilityState))var d=!1;else zn(a,b,c),d=!0;d&&(f=!0,window.document.removeEventListener(e,h,!1))}};window.document.addEventListener(e,h,!1);return""}return zn(a,b,c)}};
var An={g:"gapi_global",m:"gapi_module",w:"gwidget"},Bn=function(a,b){this.type=a?"_p"==a?"m":"w":"g";this.name=a;this.Co=b};Bn.prototype.key=function(){switch(this.type){case "g":return this.type;case "m":return this.type+"."+this.Co;case "w":return this.type+"."+this.name+this.Co}};
var Cn=new Bn,Dn=window.navigator.userAgent.match(/iPhone|iPad|Android|PalmWebOS|Maemo|Bada/),En=_.$d(on,"_c",_.ae()),Fn=Math.random()<(_.C("csi/rate")||0),Hn=function(a,b,c){for(var d=new Bn(b,c),e=_.$d(En,d.key(),_.ae()),f=rn[a]||[],h=0;h<f.length;++h){var k=f[h],l=k[0],n=a,p=b,q=c;k=wn(k[1],p,q);n=wn(n,p,q);e[l]=k&&n?n-k:null}qn[a]&&Fn&&(Gn(Cn),Gn(d))},In=function(a,b){b=b||[];for(var c=[],d=0;d<b.length;d++)c.push(a+b[d]);return c},Gn=function(a){var b=_.Vd.__gapi_jstiming__;b.sn=An[a.type];var c=
new b.Timer(0);a:{switch(a.type){case "g":var d="global";break a;case "m":d=a.Co;break a;case "w":d=a.name;break a}d=void 0}c.name=d;d=!1;var e=a.key(),f=En[e];c.tick("_start",null,0);for(var h in f)c.tick(h,"_start",f[h]),d=!0;En[e]=_.ae();d&&(h=[],h.push("l"+(_.C("isPlusUser")?"1":"0")),d="m"+(Dn?"1":"0"),h.push(d),"m"==a.type?h.push("p"+a.Co):"w"==a.type&&(e="n"+a.Co,h.push(e),"0"==a.Co&&h.push(d+e)),h.push("u"+(_.C("isLoggedIn")?"1":"0")),a=In("",h),a=In("abc_",a).join(","),b.report(c,{e:a}))};
sn("blt","bs0","bs1");sn("psi","ps0","ps1");sn("rpcqi","rqe","rqd");sn("bsprt","bsrt0","bsrt1");sn("bsrqt","bsrt1","bsrt2");sn("bsrst","bsrt2","bsrt3");sn("mli","ml0","ml1");sn("mei","me0","me1",!0);sn("wcdi","wrs","wcdi");sn("wci","wrs","wdc");sn("wdi","wrs","wrdi");sn("wdt","bs0","wrdt");sn("wri","wrs","wrri",!0);sn("wrt","bs0","wrrt");sn("wji","wje0","wje1",!0);sn("wjli","wjl0","wjl1");sn("whi","wh0","wh1",!0);sn("wai","waaf0","waaf1",!0);sn("wadi","wrs","waaf1",!0);sn("wadt","bs0","waaf1",!0);
sn("wprt","wrt0","wrt1");sn("wrqt","wrt1","wrt2");sn("wrst","wrt2","wrt3",!0);sn("fbprt","fsrt0","fsrt1");sn("fbrqt","fsrt1","fsrt2");sn("fbrst","fsrt2","fsrt3",!0);sn("fdns","fdns0","fdns1");sn("fcon","fcon0","fcon1");sn("freq","freq0","freq1");sn("frsp","frsp0","frsp1");sn("fttfb","fttfb0","fttfb1");sn("ftot","ftot0","ftot1",!0);var Jn=on.r;if("function"!==typeof Jn){for(var Kn;Kn=Jn.shift();)Hn.apply(null,Kn);on.r=Hn};
var Ln=["div"],Mn="onload",Nn=!0,On=!0,Pn=function(a){return a},Qn=null,Rn=function(a){var b=_.C(a);return"undefined"!==typeof b?b:_.C("gwidget/"+a)},no,oo,po,qo,go,io,ro,ho,so,to,uo,vo;Qn=_.C();_.C("gwidget");var Sn=Rn("parsetags");Mn="explicit"===Sn||"onload"===Sn?Sn:Mn;var Tn=Rn("google_analytics");"undefined"!==typeof Tn&&(Nn=!!Tn);var Un=Rn("data_layer");"undefined"!==typeof Un&&(On=!!Un);
var Vn=function(){var a=this&&this.ka();a&&(_.ke.drw=a)},Wn=function(){_.ke.drw=null},Xn=function(a){return function(b){var c=a;"number"===typeof b?c=b:"string"===typeof b&&(c=b.indexOf("px"),-1!=c&&(b=b.substring(0,c)),c=(0,window.parseInt)(b,10));return c}},Yn=function(a){"string"===typeof a&&(a=window[a]);return"function"===typeof a?a:null},Zn=function(){return Rn("lang")||"en-US"},$n=function(a){if(!_.N.Ab("attach")){var b={},c=_.N.Ab("inline"),d;for(d in c)c.hasOwnProperty(d)&&(b[d]=c[d]);b.open=
function(a){var b=a.Pb().renderData.id;b=window.document.getElementById(b);if(!b)throw Error("E");return c.attach(a,b)};_.N.$b("attach",b)}a.style="attach"},ao=function(){var a={};a.width=[Xn(450)];a.height=[Xn(24)];a.onready=[Yn];a.lang=[Zn,"hl"];a.iloader=[function(){return _.ke.ILI},"iloader"];return a}(),eo=function(a){var b={};b.He=a[0];b.Io=-1;b.Qda="___"+b.He+"_";b.h1="g:"+b.He;b.Cca="g-"+b.He;b.kL=[];b.config={};b.qt=[];b.oN={};b.Tw={};var c=function(a){for(var c in a)if(_.be(a,c)){b.config[c]=
[Yn];b.qt.push(c);var d=a[c],e=null,l=null,n=null;"function"===typeof d?e=d:d&&"object"===typeof d&&(e=d.lca,l=d.Uw,n=d.nE);n&&(b.qt.push(n),b.config[n]=[Yn],b.oN[c]=n);e&&(b.config[c]=[e]);l&&(b.Tw[c]=l)}},d=function(a){for(var c={},d=0;d<a.length;++d)c[a[d].toLowerCase()]=1;c[b.h1]=1;b.AX=c};a[1]&&(b.parameters=a[1]);(function(a){b.config=a;for(var c in ao)ao.hasOwnProperty(c)&&!b.config.hasOwnProperty(c)&&(b.config[c]=ao[c])})(a[2]||{});a[3]&&c(a[3]);a[4]&&d(a[4]);a[5]&&(b.tk=a[5]);b.Hda=!0===
a[6];b.RY=a[7];b.U0=a[8];b.AX||d(Ln);b.UB=function(a){b.Io++;un("wrs",b.He,String(b.Io));var c=[],d=a.element,e=a.config,l=":"+b.He;":plus"==l&&a.rk&&a.rk.action&&(l+="_"+a.rk.action);var n=bo(b,e),p={};_.ce(_.Dm(),p);for(var q in a.rk)null!=a.rk[q]&&(p[q]=a.rk[q]);q={container:d.id,renderData:a.kZ,style:"inline",height:e.height,width:e.width};$n(q);b.tk&&(c[2]=q,c[3]=p,c[4]=n,b.tk("i",c));l=_.N.open(l,q,p,n);co(b,l,e,d,a.VR);c[5]=l;b.tk&&b.tk("e",c)};return b},bo=function(a,b){for(var c={},d=a.qt.length-
1;0<=d;--d){var e=a.qt[d],f=b[a.oN[e]||e]||b[e],h=b[e];h&&f!==h&&(f=function(a,b){return function(c){b.apply(this,arguments);a.apply(this,arguments)}}(f,h));f&&(c[e]=f)}for(var k in a.Tw)a.Tw.hasOwnProperty(k)&&(c[k]=fo(c[k]||function(){},a.Tw[k]));c.drefresh=Vn;c.erefresh=Wn;return c},fo=function(a,b){return function(c){var d=b(c);if(d){var e=c.href||null;if(Nn){if(window._gat)try{var f=window._gat._getTrackerByName("~0");f&&"UA-XXXXX-X"!=f._getAccount()?f._trackSocial("Google",d,e):window._gaq&&
window._gaq.push(["_trackSocial","Google",d,e])}catch(k){}if(window.ga&&window.ga.getAll)try{var h=window.ga.getAll();for(f=0;f<h.length;f++)h[f].send("social","Google",d,e)}catch(k){}}if(On&&window.dataLayer)try{window.dataLayer.push({event:"social",socialNetwork:"Google",socialAction:d,socialTarget:e})}catch(k){}}a.call(this,c)}},co=function(a,b,c,d,e){go(b,c);ho(b,d);io(a,b,e);jo(a.He,a.Io.toString(),b);(new ko).Ya.Rk(a,b,c,d,e)},ko=function(){if(!this.Ya){for(var a=this.constructor;a&&!a.Zm;)a=
a.H&&a.H.constructor;a.Zm.XG||(a.Zm.XG=Ym(a));this.Ya=new a.Zm.XG(this);this.Az||(this.Az=an)}},lo=function(){},mo=ko;lo.H||_.v(lo,Vm);mo.Zm=lo;lo.prototype.Rk=function(a){a=a?a:function(){};a.mK=!0;return a}();no=function(a){return _.Hl&&"undefined"!=typeof _.Hl&&a instanceof _.Hl};oo=function(a){return no(a)?"_renderstart":"renderstart"};po=function(a){return no(a)?"_ready":"ready"};qo=function(){return!0};
go=function(a,b){if(b.onready){var c=!1,d=function(){c||(c=!0,b.onready.call(null))};a.register(po(a),d,qo);a.register(oo(a),d,qo)}};
io=function(a,b,c){var d=a.He,e=String(a.Io),f=!1,h=function(){f||(f=!0,c&&un("wrdt",d,e),un("wrdi",d,e))};b.register(oo(b),h,qo);var k=!1;a=function(){k||(k=!0,h(),c&&un("wrrt",d,e),un("wrri",d,e))};b.register(po(b),a,qo);no(b)?b.register("widget-interactive-"+b.id,a,qo):_.I.register("widget-interactive-"+b.id,a);_.I.register("widget-csi-tick-"+b.id,function(a,b,c){"wdc"===a?un("wdc",d,e,c):"wje0"===a?un("wje0",d,e,c):"wje1"===a?un("wje1",d,e,c):"wh0"==a?_.tn("wh0",d,e,c):"wh1"==a?_.tn("wh1",d,e,
c):"wcdi"==a&&_.tn("wcdi",d,e,c)})};ro=function(a){return"number"==typeof a?a+"px":"100%"==a?a:null};ho=function(a,b){var c=function(c){c=c||a;var d=ro(c.width);d&&b.style.width!=d&&(b.style.width=d);(c=ro(c.height))&&b.style.height!=c&&(b.style.height=c)};no(a)?a.hM("onRestyle",c):(a.register("ready",c,qo),a.register("renderstart",c,qo),a.register("resize",c,qo))};so=function(a,b){for(var c in ao)if(ao.hasOwnProperty(c)){var d=ao[c][1];d&&!b.hasOwnProperty(d)&&(b[d]=a[d])}return b};
to=function(a,b){var c={},d;for(d in a)a.hasOwnProperty(d)&&(c[a[d][1]||d]=(a[d]&&a[d][0]||Pn)(b[d.toLowerCase()],b,Qn));return c};uo=function(a){if(a=a.RY)for(var b=0;b<a.length;b++)(new window.Image).src=a[b]};vo=function(a,b){var c=b.userParams,d=b.siteElement;d||(d=(d=b.iframeNode)&&d.parentNode);if(d&&1===d.nodeType){var e=to(a.config,c);a.kL.push({element:d,config:e,rk:so(e,to(a.parameters,c)),kda:3,VR:!!c["data-onload"],kZ:b})}b=a.kL;for(a=a.UB;0<b.length;)a(b.shift())};
_.wo=function(a){var b=eo(a);uo(b);_.vk(b.He,function(a){vo(b,a)});bn[b.He]=!0;var c={wa:function(a,c,f){var d=c||{};d.type=b.He;c=d.type;delete d.type;var e=("string"===typeof a?window.document.getElementById(a):a)||void 0;if(e){a={};for(var l in d)_.be(d,l)&&(a[l.toLowerCase()]=d[l]);a.rd=1;(l=!!a.ri)&&delete a.ri;kn(c,e,a,[],0,l,f)}else _.ze("string"==="gapi."+c+".render: missing element "+typeof a?a:"")},go:function(a){ln(a,b.He)},lda:function(){var a=_.$d(_.ke,"WI",_.ae()),b;for(b in a)delete a[b]}}; a=function(){"onload"===Mn&&c.go()};ym(b.He)||wm(a,a);_.u("gapi."+b.He+".go",c.go);_.u("gapi."+b.He+".render",c.wa);return c};
var xo=vo,yo=function(a,b){a.Io++;un("wrs",a.He,String(a.Io));var c=b.userParams,d=to(a.config,c),e=[],f=b.iframeNode,h=b.siteElement,k=bo(a,d),l=to(a.parameters,c);_.ce(_.Dm(),l);l=so(d,l);c=!!c["data-onload"];var n=_.jl,p=_.ae();p.renderData=b;p.height=d.height;p.width=d.width;p.id=b.id;p.url=b.url;p.iframeEl=f;p.where=p.container=h;p.apis=["_open"];p.messageHandlers=k;p.messageHandlersFilter=_.K;_.rm(p);f=l;a.tk&&(e[2]=p,e[3]=f,e[4]=k,a.tk("i",e));k=n.yj(p);k.id=b.id;k.uD(k,p);co(a,k,d,h,c);e[5]= k;a.tk&&a.tk("e",e)};vo=function(a,b){var c=b.url;a.U0||_.um(c)?_.El?yo(a,b):(0,_.Vf)("gapi.iframes.impl",function(){yo(a,b)}):_.N.open?xo(a,b):(0,_.Vf)("iframes",function(){xo(a,b)})};
var zo=function(){var a=window;return!!a.performance&&!!a.performance.getEntries},jo=function(a,b,c){if(zo()){var d=function(){var a=!1;return function(){if(a)return!0;a=!0;return!1}}(),e=function(){d()||window.setTimeout(function(){var d=c.Ga().src;var e=d.indexOf("#");-1!=e&&(d=d.substring(0,e));d=window.performance.getEntriesByName(d);1>d.length?d=null:(d=d[0],d=0==d.responseStart?null:d);if(d){e=Math.round(d.requestStart);var k=Math.round(d.responseStart),l=Math.round(d.responseEnd);un("wrt0", a,b,Math.round(d.startTime));un("wrt1",a,b,e);un("wrt2",a,b,k);un("wrt3",a,b,l)}},1E3)};c.register(oo(c),e,qo);c.register(po(c),e,qo)}};
_.u("gapi.widget.make",_.wo);
var Ao,Bo,Co,Eo;Ao=["left","right"];Bo="inline bubble none only pp vertical-bubble".split(" ");Co=function(a,b){if("string"==typeof a){a=a.toLowerCase();var c;for(c=0;c<b.length;c++)if(b[c]==a)return a}};_.Do=function(a){return Co(a,Bo)};Eo=function(a){return Co(a,Ao)};_.Fo=function(a){a.source=[null,"source"];a.expandTo=[null,"expandTo"];a.align=[Eo];a.annotation=[_.Do];a.origin=[_.Gm]};

_.N.fD("bubble",function(a){(0,_.Vf)("iframes-styles-bubble",a)});
_.N.fD("slide-menu",function(a){(0,_.Vf)("iframes-styles-slide-menu",a)});
_.u("gapi.plusone.render",_.lX);_.u("gapi.plusone.go",_.mX);
var nX={tall:{"true":{width:50,height:60},"false":{width:50,height:24}},small:{"false":{width:24,height:15},"true":{width:70,height:15}},medium:{"false":{width:32,height:20},"true":{width:90,height:20}},standard:{"false":{width:38,height:24},"true":{width:106,height:24}}},oX={width:180,height:35},pX=function(a){return"string"==typeof a?""!=a&&"0"!=a&&"false"!=a.toLowerCase():!!a},qX=function(a){var b=(0,window.parseInt)(a,10);if(b==a)return String(b)},rX=function(a){if(pX(a))return"true"},sX=function(a){return"string"==
typeof a&&nX[a.toLowerCase()]?a.toLowerCase():"standard"},tX=function(a,b){return"tall"==sX(b)?"true":null==a||pX(a)?"true":"false"},uX=function(a,b){return nX[sX(a)][tX(b,a)]},vX=function(a,b,c){a=_.Do(a);b=sX(b);if(""!=a){if("inline"==a||"only"==a)return a=450,c.width&&(a=120<c.width?c.width:120),{width:a,height:nX[b]["false"].height};if("bubble"!=a){if("none"==a)return nX[b]["false"];if("pp"==a)return oX}}return nX[b]["true"]},wX={href:[_.Hm,"url"],width:[qX],size:[sX],resize:[rX],autosize:[rX],
count:[function(a,b){return tX(b.count,b.size)}],db:[_.Im],ecp:[_.Jm],textcolor:[function(a){if("string"==typeof a&&a.match(/^[0-9A-F]{6}$/i))return a}],drm:[rX],recommendations:[],fu:[],ad:[rX],cr:[qX],ag:[qX],"fr-ai":[],"fr-sigh":[]};
(function(){var a={0:"plusone"},b=_.C("iframes/plusone/preloadUrl");b&&(a[7]=b);_.Fo(wX);a[1]=wX;a[2]={width:[function(a,b){return b.annotation?vX(b.annotation,b.size,b).width:uX(b.size,b.count).width}],height:[function(a,b){return b.annotation?vX(b.annotation,b.size,b).height:uX(b.size,b.count).height}]};a[3]={onPlusOne:{Uw:function(a){return"on"==a.state?"+1":null},nE:"callback"},onstartinteraction:!0,onendinteraction:!0,onpopup:!0};a[4]=["div","button"];a=_.wo(a);_.mX=a.go;_.lX=a.wa})();

});
// Google Inc.
