<!DOCTYPE html>
<html lang="en" id="facebook" class="no_js">
<head>
<meta charset="utf-8"/>
<meta name="referrer" content="default" id="meta_referrer"/>
<script nonce="QhZb27ze">
window._cstart = +new Date();
</script>
<script nonce="QhZb27ze">
function envFlush(a) {
function b(b) {
for (var c in a)
b[c] = a[c]
}
window.requireLazy ? window.requireLazy(["Env"], b) : (window.Env = window.Env || {}, b(window.Env))
}
envFlush({
"ajaxpipe_token": "AXh4ShV2QTsBbIMQuhw",
"timeslice_heartbeat_config": {
"pollIntervalMs": 33,
"idleGapThresholdMs": 60,
"ignoredTimesliceNames": {
"requestAnimationFrame": true,
"Event listenHandler mousemove": true,
"Event listenHandler mouseover": true,
"Event listenHandler mouseout": true,
"Event listenHandler scroll": true
},
"isHeartbeatEnabled": true,
"isArtilleryOn": false
},
"shouldLogCounters": true,
"timeslice_categories": {
"react_render": true,
"reflow": true
},
"sample_continuation_stacktraces": true,
"dom_mutation_flag": true,
"gk_requirelazy_mem": true,
"stack_trace_limit": 30,
"timesliceBufferSize": 5000,
"show_invariant_decoder": false,
"compat_iframe_token": "AQ4kiy2P56TFHKdj8dc",
"isCQuick": false
});
</script>
<style nonce="QhZb27ze"></style>
<script nonce="QhZb27ze">
__DEV__ = 0;
CavalryLogger = window.CavalryLogger || function(a) {
this.lid = a,
this.transition = !1,
this.metric_collected = !1,
this.is_detailed_profiler = !1,
this.instrumentation_started = !1,
this.pagelet_metrics = {},
this.events = {},
this.ongoing_watch = {},
this.values = {
t_cstart: window._cstart
},
this.piggy_values = {},
this.bootloader_metrics = {},
this.resource_to_pagelet_mapping = {},
this.initializeInstrumentation && this.initializeInstrumentation()
},
CavalryLogger.prototype.setIsDetailedProfiler = function(a) {
this.is_detailed_profiler = a;
return this
},
CavalryLogger.prototype.setTTIEvent = function(a) {
this.tti_event = a;
return this
},
CavalryLogger.prototype.setValue = function(a, b, c, d) {
d = d ? this.piggy_values : this.values;
(typeof d[a] === "undefined" || c) && (d[a] = b);
return this
},
CavalryLogger.prototype.getLastTtiValue = function() {
return this.lastTtiValue
},
CavalryLogger.prototype.setTimeStamp = CavalryLogger.prototype.setTimeStamp || function(a, b, c, d) {
this.mark(a);
var e = this.values.t_cstart || this.values.t_start;
e = d ? e + d : CavalryLogger.now();
this.setValue(a, e, b, c);
this.tti_event && a == this.tti_event && (this.lastTtiValue = e, this.setTimeStamp("t_tti", b));
return this
},
CavalryLogger.prototype.mark = typeof console === "object" && console.timeStamp ? function(a) {
console.timeStamp(a)
} : function() {},
CavalryLogger.prototype.addPiggyback = function(a, b) {
this.piggy_values[a] = b;
return this
},
CavalryLogger.instances = {},
CavalryLogger.id = 0,
CavalryLogger.getInstance = function(a) {
typeof a === "undefined" && (a = CavalryLogger.id);
CavalryLogger.instances[a] || (CavalryLogger.instances[a] = new CavalryLogger(a));
return CavalryLogger.instances[a]
},
CavalryLogger.setPageID = function(a) {
if (CavalryLogger.id === 0) {
var b = CavalryLogger.getInstance();
CavalryLogger.instances[a] = b;
CavalryLogger.instances[a].lid = a;
delete CavalryLogger.instances[0]
}
CavalryLogger.id = a
},
CavalryLogger.now = function() {
return window.performance && performance.timing && performance.timing.navigationStart && performance.now ? performance.now() + performance.timing.navigationStart : new Date().getTime()
},
CavalryLogger.prototype.measureResources = function() {},
CavalryLogger.prototype.profileEarlyResources = function() {},
CavalryLogger.getBootloaderMetricsFromAllLoggers = function() {},
CavalryLogger.start_js = function() {},
CavalryLogger.done_js = function() {};
CavalryLogger.getInstance().setTTIEvent("t_domcontent");
CavalryLogger.prototype.measureResources = function(a, b) {
if (!this.log_resources)
return;
var c = "bootload/" + a.name;
if (this.bootloader_metrics[c] !== void 0 || this.ongoing_watch[c] !== void 0)
return;
var d = CavalryLogger.now();
this.ongoing_watch[c] = d;
"start_" + c in this.bootloader_metrics || (this.bootloader_metrics["start_" + c] = d);
b && !("tag_" + c in this.bootloader_metrics) && (this.bootloader_metrics["tag_" + c] = b);
if (a.type === "js") {
c = "js_exec/" + a.name;
this.ongoing_watch[c] = d
}
},
CavalryLogger.prototype.stopWatch = function(a) {
if (this.ongoing_watch[a]) {
var b = CavalryLogger.now(),
c = b - this.ongoing_watch[a];
this.bootloader_metrics[a] = c;
var d = this.piggy_values;
a.indexOf("bootload") === 0 && (d.t_resource_download || (d.t_resource_download = 0), d.resources_downloaded || (d.resources_downloaded = 0), d.t_resource_download += c, d.resources_downloaded += 1, d["tag_" + a] == "_EF_" && (d.t_pagelet_cssload_early_resources = b));
delete this.ongoing_watch[a]
}
return this
},
CavalryLogger.getBootloaderMetricsFromAllLoggers = function() {
var a = {};
Object.values(window.CavalryLogger.instances).forEach(function(b) {
b.bootloader_metrics && Object.assign(a, b.bootloader_metrics)
});
return a
},
CavalryLogger.start_js = function(a) {
for (var b = 0; b < a.length; ++b)
CavalryLogger.getInstance().stopWatch("js_exec/" + a[b])
},
CavalryLogger.done_js = function(a) {
for (var b = 0; b < a.length; ++b)
CavalryLogger.getInstance().stopWatch("bootload/" + a[b])
},
CavalryLogger.prototype.profileEarlyResources = function(a) {
for (var b = 0; b < a.length; b++)
this.measureResources({
name: a[b][0],
type: a[b][1] ? "js" : ""
}, "_EF_")
};
CavalryLogger.getInstance().log_resources = true;
CavalryLogger.getInstance().setIsDetailedProfiler(true);
window.CavalryLogger && CavalryLogger.getInstance().setTimeStamp("t_start");
</script>
<noscript>
<meta http-equiv="refresh" content="0; URL=/?_fb_noscript=1"/>
</noscript>
<link rel="manifest" href="/data/manifest/" crossorigin="use-credentials"/>
<title id="pageTitle">Facebook – log in or sign up</title>
<meta property="og:site_name" content="Facebook"/>
<meta property="og:url" content="https://www.facebook.com/"/>
<meta property="og:image" content="https://www.facebook.com/images/fb_icon_325x325.png"/>
<meta property="og:locale" content="en_GB"/>
<script type="application/ld+json" nonce="QhZb27ze">{"\u0040context":"http:\/\/schema.org","\u0040type":"WebSite","name":"Facebook","url":"https:\/\/www.facebook.com\/"}</script>
<link rel="search" type="application/opensearchdescription+xml" href="/osd.xml" title="Facebook"/>
<link rel="canonical" href="https://www.facebook.com/"/>
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.facebook.com/?locale2=en_GB"/>
<link rel="alternate" media="handheld" href="https://m.facebook.com/?locale2=en_GB"/>
<link rel="alternate" hreflang="x-default" href="https://www.facebook.com/"/>
<link rel="alternate" hreflang="en" href="https://www.facebook.com/"/>
<link rel="alternate" hreflang="ar" href="https://ar-ar.facebook.com/"/>
<link rel="alternate" hreflang="bg" href="https://bg-bg.facebook.com/"/>
<link rel="alternate" hreflang="bs" href="https://bs-ba.facebook.com/"/>
<link rel="alternate" hreflang="ca" href="https://ca-es.facebook.com/"/>
<link rel="alternate" hreflang="da" href="https://da-dk.facebook.com/"/>
<link rel="alternate" hreflang="el" href="https://el-gr.facebook.com/"/>
<link rel="alternate" hreflang="es" href="https://es-la.facebook.com/"/>
<link rel="alternate" hreflang="es-es" href="https://es-es.facebook.com/"/>
<link rel="alternate" hreflang="fa" href="https://fa-ir.facebook.com/"/>
<link rel="alternate" hreflang="fi" href="https://fi-fi.facebook.com/"/>
<link rel="alternate" hreflang="fr" href="https://fr-fr.facebook.com/"/>
<link rel="alternate" hreflang="fr-ca" href="https://fr-ca.facebook.com/"/>
<link rel="alternate" hreflang="hi" href="https://hi-in.facebook.com/"/>
<link rel="alternate" hreflang="hr" href="https://hr-hr.facebook.com/"/>
<link rel="alternate" hreflang="id" href="https://id-id.facebook.com/"/>
<link rel="alternate" hreflang="it" href="https://it-it.facebook.com/"/>
<link rel="alternate" hreflang="ko" href="https://ko-kr.facebook.com/"/>
<link rel="alternate" hreflang="mk" href="https://mk-mk.facebook.com/"/>
<link rel="alternate" hreflang="ms" href="https://ms-my.facebook.com/"/>
<link rel="alternate" hreflang="pl" href="https://pl-pl.facebook.com/"/>
<link rel="alternate" hreflang="pt" href="https://pt-br.facebook.com/"/>
<link rel="alternate" hreflang="pt-pt" href="https://pt-pt.facebook.com/"/>
<link rel="alternate" hreflang="ro" href="https://ro-ro.facebook.com/"/>
<link rel="alternate" hreflang="sl" href="https://sl-si.facebook.com/"/>
<link rel="alternate" hreflang="sr" href="https://sr-rs.facebook.com/"/>
<link rel="alternate" hreflang="th" href="https://th-th.facebook.com/"/>
<link rel="alternate" hreflang="vi" href="https://vi-vn.facebook.com/"/>
<meta name="description" content="Create an account or log in to Facebook. Connect with friends, family and other people you know. Share photos and videos, send messages and get updates."/>
<meta name="robots" content="noodp,noydir"/>
<link rel="shortcut icon" href="https://static.xx.fbcdn.net/rsrc.php/yo/r/iRmz9lCMBD2.ico"/>
<link type="text/css" rel="stylesheet" href="https://static.xx.fbcdn.net/rsrc.php/v3/yC/l/0,cross/n9C0O0IdIBV.css?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="Zwxve"/>
<link type="text/css" rel="stylesheet" href="https://static.xx.fbcdn.net/rsrc.php/v3/yH/l/0,cross/rshiL2tOkCG.css?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="Ouygn"/>
<link type="text/css" rel="stylesheet" href="https://static.xx.fbcdn.net/rsrc.php/v3/yo/l/0,cross/WZ1bBKO9aHd.css?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="eeYF5"/>
<link type="text/css" rel="stylesheet" href="https://static.xx.fbcdn.net/rsrc.php/v3/yY/l/0,cross/gmAj9iJWthD.css?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="LWcly"/>
<link type="text/css" rel="stylesheet" href="https://static.xx.fbcdn.net/rsrc.php/v3/yJ/l/0,cross/BEOmhB48XPh.css?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="Nzx2r" data-nonblocking="1"/>
<link type="text/css" rel="stylesheet" href="https://static.xx.fbcdn.net/rsrc.php/v3/y6/l/0,cross/iWbQtMrJW8n.css?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="4l/Jz"/>
<script src="https://static.xx.fbcdn.net/rsrc.php/v3/yt/r/YFKt4LPsATy.js?_nc_x=Ij3Wp8lg5Kz" data-bootloader-hash="f5HAi" nonce="QhZb27ze"></script>
<script nonce="QhZb27ze">
requireLazy(["HasteSupportData"], function(m) {
m.handle({
"clpData": {
"1814852": {
"r": 1
},
"1949898": {
"r": 1
},
"1848815": {
"r": 10000,
"s": 1
},
"1744178": {
"r": 1,
"s": 1
}
},
"gkxData": {
"676837": {
"result": false,
"hash": "AT4N8wBZA8ctCdHwY0Y"
},
"708253": {
"result": false,
"hash": "AT5n4hBL3YTMnQWt13s"
},
"996940": {
"result": false,
"hash": "AT7opYuEGy3sjG1aiOY"
},
"1224637": {
"result": false,
"hash": "AT7JRluWxuwDm3Xzd48"
},
"1263340": {
"result": false,
"hash": "AT5bwizWgDaFQudm93w"
},
"676920": {
"result": true,
"hash": "AT497IX4gOFG8gZeu50"
},
"1073500": {
"result": false,
"hash": "AT7aJmfnqWyioxOO_3E"
},
"1857581": {
"result": false,
"hash": "AT5yTxGMp6le0PAtlUU"
},
"1952739": {
"result": true,
"hash": "AT4Zq7lXWSlD3PCkPjE"
},
"1955413": {
"result": true,
"hash": "AT5Tny0Wtlel6ZKHMDk"
},
"676838": {
"result": false,
"hash": "AT6nN1ehT9yq-2q6Xms"
},
"1164245": {
"result": false,
"hash": "AT6TXkLkBb9tdH3bkzg"
},
"1217157": {
"result": false,
"hash": "AT6B7YmllOsArnK6frc"
},
"1554827": {
"result": false,
"hash": "AT7zueGLhGo0cT5x324"
},
"1738486": {
"result": false,
"hash": "AT4cX37oQco6DwhUIS8"
},
"1787898": {
"result": true,
"hash": "AT5WGsLz9GCUYq8UCz4"
}
}
})
});
requireLazy(["TimeSliceImpl", "ServerJS"], function(TimeSlice, ServerJS) {
(new ServerJS()).handle({
"define": [["URLFragmentPreludeConfig", [], {
"hashtagRedirect": true,
"fragBlacklist": ["nonce", "access_token", "oauth_token", "xs", "checkpoint_data", "code"]
}, 137], ["BootloaderConfig", [], {
"deferBootloads": false,
"jsRetries": [200, 500],
"jsRetryAbortNum": 2,
"jsRetryAbortTime": 5,
"retryQueuedBootloads": false,
"silentDups": false
}, 329], ["CSSLoaderConfig", [], {
"timeout": 5000,
"modulePrefix": "BLCSS:",
"loadEventSupported": true
}, 619], ["CookieCoreConfig", [], {
"a11y": {},
"c_user": {},
"cppo": {
"t": 86400
},
"dpr": {
"t": 604800
},
"fbl_ci": {
"t": 31536000
},
"fbl_cs": {
"t": 31536000
},
"fbl_st": {
"t": 31536000
},
"i_user": {},
"js_ver": {
"t": 604800
},
"locale": {
"t": 604800
},
"m_pixel_ratio": {
"t": 604800
},
"noscript": {},
"presence": {
"t": 2592000
},
"sfau": {},
"vpd": {
"t": 5184000
},
"wd": {
"t": 604800
},
"x-referer": {},
"x-src": {
"t": 1
}
}, 2104], ["CurrentCommunityInitialData", [], {}, 490], ["CurrentEnvironment", [], {
"facebookdotcom": true,
"messengerdotcom": false,
"workplacedotcom": false
}, 827], ["CurrentUserInitialData", [], {
"USER_ID": "0",
"ACCOUNT_ID": "0",
"NAME": "",
"SHORT_NAME": null,
"IS_BUSINESS_PERSON_ACCOUNT": false,
"HAS_SECONDARY_BUSINESS_PERSON": false,
"IS_MESSENGER_ONLY_USER": false,
"IS_DEACTIVATED_ALLOWED_ON_MESSENGER": false,
"IS_MESSENGER_CALL_GUEST_USER": false,
"IS_WORK_MESSENGER_CALL_GUEST_USER": false,
"APP_ID": "256281040558",
"IS_BUSINESS_DOMAIN": false
}, 270], ["DTSGInitialData", [], {}, 258], ["ISB", [], {}, 330], ["LSD", [], {
"token": "AVrkYE_bISs"
}, 323], ["ServerNonce", [], {
"ServerNonce": "ETvfwyLTehXaLDcuYk0iJf"
}, 141], ["SiteData", [], {
"server_revision": 1003390083,
"client_revision": 1003389776,
"tier": "",
"push_phase": "C3",
"pkg_cohort": "PHASED:DEFAULT",
"pr": 2,
"haste_site": "www",
"be_one_ahead": false,
"ir_on": true,
"is_rtl": false,
"is_comet": false,
"is_experimental_tier": false,
"is_jit_warmed_up": false,
"hsi": "6935502534522801099-0",
"semr_host_bucket": "15",
"spin": 4,
"__spin_r": 1003389776,
"__spin_b": "trunk",
"__spin_t": 1614797518,
"vip": "31.13.73.35"
}, 317], ["SprinkleConfig", [], {
"param_name": "jazoest",
"version": 2,
"should_randomize": false
}, 2111], ["UserAgentData", [], {
"browserArchitecture": "32",
"browserFullVersion": "14.0",
"browserMinorVersion": 0,
"browserName": "Safari",
"browserVersion": 14,
"deviceName": "Unknown",
"engineName": "WebKit",
"engineVersion": "605.1.15",
"platformArchitecture": "32",
"platformName": "Mac OS X",
"platformVersion": "10.15",
"platformFullVersion": "10.15.6"
}, 527], ["PromiseUsePolyfillSetImmediateGK", [], {
"www_always_use_polyfill_setimmediate": false
}, 2190], ["KSConfig", [], {
"killed": {
"__set": ["EO_DISABLE_SYSTEM_SERIAL_NUMBER_FREE_TYPING_IN_CPE_NON_CLIENT", "POCKET_MONSTERS_CREATE", "POCKET_MONSTERS_DELETE", "VIDEO_DIMENSIONS_FROM_PLAYER_IN_UPLOAD_DIALOG", "POCKET_MONSTERS_UPDATE_NAME", "ADS_PLACEMENT_FIX_PUBLISHER_PLATFORMS_MUTATION", "MOBILITY_KILL_OLD_VISIBILITY_POSITION_SETTING", "WORKPLACE_DISPLAY_TEXT_EVIDENCE_REPORTING", "DYNAMIC_ADS_SET_CATALOG_AND_PRODUCT_SET_TOGETHER", "BUSINESS_GRAPH_SETTING_APP_ASSIGNED_USERS_NEW_API", "BUSINESS_GRAPH_SETTING_WABA_ASSIGNED_USERS_NEW_API", "BUSINESS_GRAPH_SETTING_ESG_ASSIGNED_USERS_NEW_API", "BUSINESS_GRAPH_SETTING_PRODUCT_CATALOG_ASSIGNED_USERS_NEW_API", "BUSINESS_GRAPH_SETTING_BU_ASSIGNED_USERS_NEW_API", "BUSINESS_GRAPH_SETTING_SESG_ASSIGNED_USERS_NEW_API", "WORKPLACE_PLATFORM_SECURE_APPS_MAILBOXES", "LAB_NET_NEW_UI_RELEASE", "EO_SRT_HELPDESK_DASHBOARD_DISABLE_UNUSED_TAB_IN_RIGHT_PANEL", "BUSINESS_INVITE_FLOW_WITH_SELLER_PROFILE", "HELPDESK_USE_XDS_SEARCHABLE_INPUT_FOR_WORKFLOW", "MLHUB_FLOW_AUTOREFRESH_SEARCH", "AD_DRAFT_ENABLE_SYNCRHONOUS_FRAGMENT_VALIDATION", "NEKO_DISABLE_CREATE_FOR_SAP", "SIMPL_SAMPLING_HEALTH_CARD", "NEKO_ENABLE_RESET_SAP_FOR_CREATE_AD_SET_CONTEXTUAL", "ADS_TEMPLATE_UNIFICATION_IN_IG_STORIES", "IG_ADS_HIDE_LEGACY_ACCOUNT_CREATION", "BUY_AT_NEW_START_REQUEST_DSUL_BANNER", "BUY_AT_UI_LINE_DELETE", "SRT_BANZAI_SRT_CORE_LOGGER", "SRT_BANZAI_SRT_MAIN_LOGGER", "WIT_DEPRECATE_GITHUB"]
},
"ko": {
"__set": ["9NpkGYwzrPG", "acrJTh9WGdp", "1oOE64fL4wO", "2dhqRnqXGLQ", "7r6mSP7ofr2", "1ntjZ2zgf03", "3oh5Mw86USj", "8NAceEy9JZo", "5mNEXob0nTj", "4j36SVzvP3w", "8PlKuowafe8", "53gCxKq281G", "3yzzwBY7Npj", "4NSq3ZC4ScE", "1onzIv0jH6H", "5XCz1h9Iaw3", "DDZhogI19W", "6fHw06UmAMW", "7FOIzos6XJX", "aDayprn6pbH", "3OsLvnSHNTt", "8rDvN9vWdAK", "1G7wJ6bJt9K", "4MzX0ipjWq", "9cL5o2kjfZo", "6xuJHOrdskA", "5QNbQVDdW8s", "80ZDn9dpjEA", "rf8JEPGgOi", "9Gd8qgRxn8z", "MPMaqnqZ9c", "9k7Y5kmDD1A"]
}
}, 2580], ["JSErrorLoggingConfig", [], {
"appId": 256281040558,
"extra": [],
"reportInterval": 50,
"sampleWeight": null,
"sampleWeightKey": "__jssesw"
}, 2776], ["CookieCoreLoggingConfig", [], {
"maximumIgnorableStallMs": 16.67,
"sampleRate": 9.7e-5,
"sampleRateClassic": 1.0e-10,
"sampleRateFastStale": 1.0e-8
}, 3401], ["ImmediateImplementationExperiments", [], {
"prefer_message_channel": true
}, 3419], ["DTSGInitData", [], {
"token": "",
"async_get_token": ""
}, 3515], ["UriNeedRawQuerySVConfig", [], {
"uris": ["dms.netmng.com", "doubleclick.net", "r.msn.com", "watchit.sky.com", "graphite.instagram.com", "www.kfc.co.th", "learn.pantheon.io", "www.landmarkshops.in", "www.ncl.com", "s0.wp.com", "www.tatacliq.com", "bs.serving-sys.com", "kohls.com", "lazada.co.th", "xg4ken.com", "technopark.ru", "officedepot.com.mx", "bestbuy.com.mx", "booking.com"]
}, 3871], ["InitialCookieConsent", [], {
"deferCookies": false,
"initialConsent": {
"__set": [1, 2]
},
"noCookies": false,
"shouldShowCookieBanner": false
}, 4328], ["TrustedTypesConfig", [], {
"useTrustedTypes": false,
"reportOnly": true
}, 4548], ["WebConnectionClassServerGuess", [], {
"connectionClass": "EXCELLENT"
}, 4705], ["CometAltpayJsSdkIframeAllowedDomains", [], {
"allowed_domains": ["https:\/\/live.adyen.com", "https:\/\/integration-facebook.payu.in", "https:\/\/facebook.payulatam.com", "https:\/\/secure.payu.com", "https:\/\/facebook.dlocal.com", "https:\/\/buy2.boku.com"]
}, 4920], ["BootloaderEndpointConfig", [], {
"debugNoBatching": false,
"endpointURI": "https:\/\/www.facebook.com\/ajax\/bootloader-endpoint\/"
}, 5094], ["BigPipeExperiments", [], {
"link_images_to_pagelets": false,
"enable_bigpipe_plugins": false
}, 907], ["AsyncRequestConfig", [], {
"retryOnNetworkError": "1",
"useFetchStreamAjaxPipeTransport": false
}, 328], ["FbtQTOverrides", [], {
"overrides": {}
}, 551], ["FbtResultGK", [], {
"shouldReturnFbtResult": true,
"inlineMode": "NO_INLINE"
}, 876], ["IntlPhonologicalRules", [], {
"meta": {
"\/_B\/": "([.,!?\\s]|^)",
"\/_E\/": "([.,!?\\s]|$)"
},
"patterns": {
"\/\u0001(.*)('|')s\u0001(?:'|')s(.*)\/": "\u0001$1$2s\u0001$3",
"\/_\u0001([^\u0001]*)\u0001\/": "javascript"
}
}, 1496], ["IntlViewerContext", [], {
"GENDER": 3
}, 772], ["NumberFormatConfig", [], {
"decimalSeparator": ".",
"numberDelimiter": ",",
"minDigitsForThousandsSeparator": 4,
"standardDecimalPatternInfo": {
"primaryGroupSize": 3,
"secondaryGroupSize": 3
},
"numberingSystemData": null
}, 54], ["SessionNameConfig", [], {
"seed": "1PzK"
}, 757], ["ZeroCategoryHeader", [], {}, 1127], ["ZeroRewriteRules", [], {
"rewrite_rules": {},
"whitelist": {
"\/hr\/r": 1,
"\/hr\/p": 1,
"\/zero\/unsupported_browser\/": 1,
"\/zero\/policy\/optin": 1,
"\/zero\/optin\/write\/": 1,
"\/zero\/optin\/legal\/": 1,
"\/zero\/optin\/free\/": 1,
"\/about\/privacy\/": 1,
"\/about\/privacy\/update\/": 1,
"\/about\/privacy\/update": 1,
"\/zero\/toggle\/welcome\/": 1,
"\/zero\/toggle\/nux\/": 1,
"\/zero\/toggle\/settings\/": 1,
"\/fup\/interstitial\/": 1,
"\/work\/landing": 1,
"\/work\/login\/": 1,
"\/work\/email\/": 1,
"\/ai.php": 1,
"\/js_dialog_resources\/dialog_descriptions_android.json": 0,
"\/connect\/jsdialog\/MPlatformAppInvitesJSDialog\/": 0,
"\/connect\/jsdialog\/MPlatformOAuthShimJSDialog\/": 0,
"\/connect\/jsdialog\/MPlatformLikeJSDialog\/": 0,
"\/qp\/interstitial\/": 1,
"\/qp\/action\/redirect\/": 1,
"\/qp\/action\/close\/": 1,
"\/zero\/support\/ineligible\/": 1,
"\/zero_balance_redirect\/": 1,
"\/zero_balance_redirect": 1,
"\/zero_balance_redirect\/l\/": 1,
"\/l.php": 1,
"\/lsr.php": 1,
"\/ajax\/dtsg\/": 1,
"\/checkpoint\/block\/": 1,
"\/exitdsite": 1,
"\/zero\/balance\/pixel\/": 1,
"\/zero\/balance\/": 1,
"\/zero\/balance\/carrier_landing\/": 1,
"\/zero\/flex\/logging\/": 1,
"\/tr": 1,
"\/tr\/": 1,
"\/sem_campaigns\/sem_pixel_test\/": 1,
"\/bookmarks\/flyout\/body\/": 1,
"\/zero\/subno\/": 1,
"\/confirmemail.php": 1,
"\/policies\/": 1,
"\/mobile\/internetdotorg\/classifier\/": 1,
"\/zero\/dogfooding": 1,
"\/xti.php": 1,
"\/zero\/fblite\/config\/": 1,
"\/hr\/zsh\/wc\/": 1,
"\/ajax\/bootloader-endpoint\/": 1,
"\/mobile\/zero\/carrier_page\/": 1,
"\/mobile\/zero\/carrier_page\/education_page\/": 1,
"\/mobile\/zero\/carrier_page\/feature_switch\/": 1,
"\/mobile\/zero\/carrier_page\/settings_page\/": 1,
"\/aloha_check_build": 1,
"\/4oh4.php": 1,
"\/autologin.php": 1,
"\/birthday_help.php": 1,
"\/checkpoint\/": 1,
"\/contact-importer\/": 1,
"\/cr.php": 1,
"\/legal\/terms\/": 1,
"\/login.php": 1,
"\/login\/": 1,
"\/mobile\/account\/": 1,
"\/n\/": 1,
"\/remote_test_device\/": 1,
"\/upsell\/buy\/": 1,
"\/upsell\/buyconfirm\/": 1,
"\/upsell\/buyresult\/": 1,
"\/upsell\/promos\/": 1,
"\/upsell\/continue\/": 1,
"\/upsell\/h\/promos\/": 1,
"\/upsell\/loan\/learnmore\/": 1,
"\/upsell\/purchase\/": 1,
"\/upsell\/promos\/upgrade\/": 1,
"\/upsell\/buy_redirect\/": 1,
"\/upsell\/loan\/buyconfirm\/": 1,
"\/upsell\/loan\/buy\/": 1,
"\/upsell\/sms\/": 1,
"\/wap\/a\/channel\/reconnect.php": 1,
"\/wap\/a\/nux\/wizard\/nav.php": 1,
"\/wap\/appreg.php": 1,
"\/wap\/birthday_help.php": 1,
"\/wap\/c.php": 1,
"\/wap\/confirmemail.php": 1,
"\/wap\/cr.php": 1,
"\/wap\/login.php": 1,
"\/wap\/r.php": 1,
"\/zero\/datapolicy": 1,
"\/a\/timezone.php": 1,
"\/a\/bz": 1,
"\/bz\/reliability": 1,
"\/r.php": 1,
"\/mr\/": 1,
"\/reg\/": 1,
"\/registration\/log\/": 1,
"\/terms\/": 1,
"\/f123\/": 1,
"\/expert\/": 1,
"\/experts\/": 1,
"\/terms\/index.php": 1,
"\/terms.php": 1,
"\/srr\/": 1,
"\/msite\/redirect\/": 1,
"\/fbs\/pixel\/": 1,
"\/contactpoint\/preconfirmation\/": 1,
"\/contactpoint\/cliff\/": 1,
"\/contactpoint\/confirm\/submit\/": 1,
"\/contactpoint\/confirmed\/": 1,
"\/contactpoint\/login\/": 1,
"\/preconfirmation\/contactpoint_change\/": 1,
"\/help\/contact\/": 1,
"\/survey\/": 1,
"\/upsell\/loyaltytopup\/accept\/": 1,
"\/settings\/": 1,
"\/lite\/": 1,
"\/zero_status_update\/": 1,
"\/operator_store\/": 1,
"\/upsell\/": 1
}
}, 1478], ["IntlNumberTypeConfig", [], {
"impl": "if (n === 1) { return IntlVariations.NUMBER_ONE; } else { return IntlVariations.NUMBER_OTHER; }"
}, 3405], ["DataStoreConfig", [], {
"expandoKey": "__FB_STORE",
"useExpando": true
}, 2915], ["AnalyticsCoreData", [], {
"device_id": "$^|AcZYofeK2Oyd_OjFimFbD0tJKbtJFX5w00jZfstT0WFNUUVU_VDireRcRd7XxDhoqk7xWK8fvOBe-xdQOZzVca8Xvg|fd.AcY5MTD6BEEwNgiRygT03CDrf7tpUw41WWQmNKCAVBPL8uizPQXNQa1lFhvZ2PO6SEOHtXXcvlPj7cl0DoYFQQ8N",
"app_id": "256281040558",
"enable_bladerunner": false,
"enable_localstorage": true,
"enable_ack": false,
"attach": true,
"enable_batching": true
}, 5237], ["cr:696703", [], {
"__rc": [null, "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:708886", ["EventProfilerImpl"], {
"__rc": ["EventProfilerImpl", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:717822", ["TimeSliceImpl"], {
"__rc": ["TimeSliceImpl", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:806696", ["clearTimeoutBlue"], {
"__rc": ["clearTimeoutBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:807042", ["setTimeoutBlue"], {
"__rc": ["setTimeoutBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:896462", ["setIntervalAcrossTransitionsBlue"], {
"__rc": ["setIntervalAcrossTransitionsBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:986633", ["setTimeoutAcrossTransitionsBlue"], {
"__rc": ["setTimeoutAcrossTransitionsBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:1003267", ["clearIntervalBlue"], {
"__rc": ["clearIntervalBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:1183579", ["InlineFbtResultImpl"], {
"__rc": ["InlineFbtResultImpl", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:925100", ["RunBlue"], {
"__rc": ["RunBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:1642797", ["BanzaiBase"], {
"__rc": ["BanzaiBase", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:729414", ["VisualCompletion"], {
"__rc": ["VisualCompletion", "Aa1ULLGDuZ3RLUCaAFjriY-gbDK6-XFeC9b4cGT6iAp5uBVWbXi4jBIuPWZ7UYTeR8RMVKqfk8DUfvvxaBsqP4Ym"]
}, -1], ["cr:1094907", [], {
"__rc": [null, "Aa20dJB1V2pfXJ4Ztvh34bj8Lqnds75PO_2Cw11GOSUruTDYwrHlkkq9olRbgTy_84pEKRZdIq8NnJ-r8ExfYWA"]
}, -1], ["EventConfig", [], {
"sampling": {
"bandwidth": 0,
"play": 0,
"playing": 0,
"progress": 0,
"pause": 0,
"ended": 0,
"seeked": 0,
"seeking": 0,
"waiting": 0,
"loadedmetadata": 0,
"canplay": 0,
"selectionchange": 0,
"change": 0,
"timeupdate": 0,
"adaptation": 0,
"focus": 0,
"blur": 0,
"load": 0,
"error": 0,
"message": 0,
"abort": 0,
"storage": 0,
"scroll": 200000,
"mousemove": 20000,
"mouseover": 10000,
"mouseout": 10000,
"mousewheel": 1,
"MSPointerMove": 10000,
"keydown": 0.1,
"click": 0.02,
"mouseup": 0.02,
"__100ms": 0.001,
"__default": 5000,
"__min": 100,
"__interactionDefault": 200,
"__eventDefault": 100000
},
"page_sampling_boost": 1,
"interaction_regexes": {},
"interaction_boost": {},
"event_types": {},
"manual_instrumentation": false,
"profile_eager_execution": false,
"disable_heuristic": true,
"disable_event_profiler": true
}, 1726], ["AdsInterfacesSessionConfig", [], {}, 2393], ["BanzaiConfig", [], {
"MAX_SIZE": 10000,
"MAX_WAIT": 150000,
"RESTORE_WAIT": 150000,
"blacklist": ["time_spent"],
"gks": {
"boosted_pagelikes": true,
"mercury_send_error_logging": true,
"platform_oauth_client_events": true,
"visibility_tracking": true,
"graphexplorer": true,
"sticker_search_ranking": true
}
}, 7], ["LocaleInitialData", [], {
"locale": "en_GB",
"language": "English (UK)"
}, 273], ["QuickLogConfig", [], {
"qpl_events": {
"212543": {
"sampleRate": 250
},
"393276": {
"sampleRate": 50
},
"396252": {
"sampleRate": 50
},
"397979": {
"sampleRate": 50
},
"655575": {
"sampleRate": 1
},
"655576": {
"sampleRate": 5000
},
"655584": {
"sampleRate": 1
},
"655653": {
"sampleRate": 250
},
"663703": {
"sampleRate": 250
},
"917556": {
"sampleRate": 100
},
"917557": {
"sampleRate": 1000
},
"920349": {
"sampleRate": 100
},
"924733": {
"sampleRate": 100
},
"2101001": {
"sampleRate": 250
},
"2102327": {
"sampleRate": 50
},
"2103143": {
"sampleRate": 250
},
"2107124": {
"sampleRate": 1
},
"2108977": {
"sampleRate": 10
},
"2109054": {
"sampleRate": 250
},
"2112836": {
"sampleRate": 250
},
"3473463": {
"sampleRate": 10000
},
"3473464": {
"sampleRate": 10000
},
"3473465": {
"sampleRate": 10
},
"3735589": {
"sampleRate": 100
},
"3735590": {
"sampleRate": 1000
},
"3735591": {
"sampleRate": 100
},
"3735592": {
"sampleRate": 1000
},
"3735593": {
"sampleRate": 1000
},
"3735594": {
"sampleRate": 1000
},
"3735595": {
"sampleRate": 100
},
"3735596": {
"sampleRate": 1000
},
"3735597": {
"sampleRate": 1000
},
"3735598": {
"sampleRate": 100
},
"3735599": {
"sampleRate": 1000
},
"3735600": {
"sampleRate": 100
},
"3735601": {
"sampleRate": 100
},
"3735602": {
"sampleRate": 10000
},
"3735603": {
"sampleRate": 10000
},
"3735604": {
"sampleRate": 100
},
"3735605": {
"sampleRate": 100
},
"3735606": {
"sampleRate": 1
},
"3735608": {
"sampleRate": 250
},
"3735609": {
"sampleRate": 250
},
"3735610": {
"sampleRate": 250
},
"3735611": {
"sampleRate": 250
},
"3735612": {
"sampleRate": 250
},
"3735613": {
"sampleRate": 250
},
"3735614": {
"sampleRate": 250
},
"3735615": {
"sampleRate": 250
},
"3735616": {
"sampleRate": 250
},
"3735617": {
"sampleRate": 250
},
"3735618": {
"sampleRate": 50
},
"3735619": {
"sampleRate": 50
},
"3735620": {
"sampleRate": 50
},
"3735622": {
"sampleRate": 50
},
"3735623": {
"sampleRate": 500
},
"3735624": {
"sampleRate": 500
},
"3735625": {
"sampleRate": 1
},
"3735626": {
"sampleRate": 50
},
"3735627": {
"sampleRate": 50
},
"3735628": {
"sampleRate": 250
},
"7077894": {
"sampleRate": 1
},
"7079140": {
"sampleRate": 1
},
"7079214": {
"sampleRate": 100
},
"7079632": {
"sampleRate": 1
},
"7079838": {
"sampleRate": 1
},
"7079895": {
"sampleRate": 1
},
"7079940": {
"sampleRate": 1
},
"7081379": {
"sampleRate": 100
},
"7081993": {
"sampleRate": 1
},
"7081995": {
"sampleRate": 1
},
"7083437": {
"sampleRate": 100
},
"7083693": {
"sampleRate": 100
},
"7083971": {
"sampleRate": 1
},
"7084033": {
"sampleRate": 100
},
"7084444": {
"sampleRate": 1
},
"7084665": {
"sampleRate": 100
},
"7084786": {
"sampleRate": 1
},
"7085268": {
"sampleRate": 100
},
"7086190": {
"sampleRate": 100
},
"7086630": {
"sampleRate": 100
},
"7087889": {
"sampleRate": 1
},
"7088719": {
"sampleRate": 1
},
"7088916": {
"sampleRate": 1
},
"7088929": {
"sampleRate": 1
},
"7088932": {
"sampleRate": 1
},
"7088956": {
"sampleRate": 1
},
"7089119": {
"sampleRate": 1
},
"7089521": {
"sampleRate": 100
},
"7089869": {
"sampleRate": 100
},
"7090129": {
"sampleRate": 1
},
"7091307": {
"sampleRate": 1
},
"7092490": {
"sampleRate": 1
},
"7092951": {
"sampleRate": 1
},
"7093431": {
"sampleRate": 100
},
"7093594": {
"sampleRate": 100
},
"7093622": {
"sampleRate": 1
},
"7093901": {
"sampleRate": 1
},
"7094174": {
"sampleRate": 100
},
"7733271": {
"sampleRate": 1
},
"7742652": {
"sampleRate": 1
},
"7746261": {
"sampleRate": 10
},
"7747170": {
"sampleRate": 100
},
"7747339": {
"sampleRate": 100
},
"7995400": {
"sampleRate": 1
},
"7995408": {
"sampleRate": 100
},
"11075649": {
"sampleRate": 1
},
"11075654": {
"sampleRate": 1
},
"11075674": {
"sampleRate": 1
},
"12451850": {
"sampleRate": 1
},
"12451854": {
"sampleRate": 1
},
"12451859": {
"sampleRate": 1
},
"12451868": {
"sampleRate": 1
},
"12451869": {
"sampleRate": 1
},
"12451873": {
"sampleRate": 10000
},
"12453291": {
"sampleRate": 1
},
"12454042": {
"sampleRate": 10000
},
"12454789": {
"sampleRate": 10000
},
"12457892": {
"sampleRate": 10000
},
"12457943": {
"sampleRate": 10000
},
"12458187": {
"sampleRate": 10000
},
"12462244": {
"sampleRate": 10000
},
"12463624": {
"sampleRate": 1
},
"12464511": {
"sampleRate": 10000
},
"12466919": {
"sampleRate": 10000
},
"13238313": {
"sampleRate": 100
},
"13238314": {
"sampleRate": 100
},
"13238353": {
"sampleRate": 100
},
"13238354": {
"sampleRate": 100
},
"13238355": {
"sampleRate": 100
},
"13238356": {
"sampleRate": 100
},
"13238392": {
"sampleRate": 100
},
"13238398": {
"sampleRate": 100
},
"13238399": {
"sampleRate": 100
},
"13238400": {
"sampleRate": 100
},
"13249850": {
"sampleRate": 100
},
"13250512": {
"sampleRate": 100
},
"13252240": {
"sampleRate": 100
},
"13252469": {
"sampleRate": 100
},
"17825794": {
"sampleRate": 250
},
"19146604": {
"sampleRate": 10
},
"19152862": {
"sampleRate": 5
},
"19216409": {
"sampleRate": 100
},
"20578320": {
"sampleRate": 1000000
},
"22347782": {
"sampleRate": 100
},
"22609921": {
"sampleRate": 10000
},
"22675460": {
"sampleRate": 250
},
"23265284": {
"sampleRate": 1
},
"23265285": {
"sampleRate": 1
},
"23265286": {
"sampleRate": 1
},
"23281892": {
"sampleRate": 1
},
"23285466": {
"sampleRate": 1
},
"23461896": {
"sampleRate": 1
},
"23461898": {
"sampleRate": 1
},
"23461899": {
"sampleRate": 10000
},
"23461900": {
"sampleRate": 1
},
"23461901": {
"sampleRate": 1
},
"23461902": {
"sampleRate": 1
},
"23473227": {
"sampleRate": 1
},
"23476559": {
"sampleRate": 1
},
"23491362": {
"sampleRate": 1
},
"23855114": {
"sampleRate": 1
},
"25296897": {
"sampleRate": 1
},
"25296900": {
"sampleRate": 10000
},
"25296901": {
"sampleRate": 1
},
"25296902": {
"sampleRate": 1
},
"25296903": {
"sampleRate": 10000
},
"25296904": {
"sampleRate": 10000
},
"25296905": {
"sampleRate": 10000
},
"25296906": {
"sampleRate": 10000
},
"25304023": {
"sampleRate": 10000
},
"25305590": {
"sampleRate": 1000
},
"26869761": {
"sampleRate": 1
},
"26869762": {
"sampleRate": 1
},
"26869763": {
"sampleRate": 1
},
"26869764": {
"sampleRate": 1
},
"26869766": {
"sampleRate": 1
},
"26869768": {
"sampleRate": 1
},
"26869770": {
"sampleRate": 1
},
"26869771": {
"sampleRate": 1
},
"26877377": {
"sampleRate": 1
},
"26878862": {
"sampleRate": 1
},
"26881111": {
"sampleRate": 1
},
"26882160": {
"sampleRate": 1
},
"26883711": {
"sampleRate": 1
},
"26885348": {
"sampleRate": 1
},
"26898960": {
"sampleRate": 1
},
"27459588": {
"sampleRate": 5000
},
"27459589": {
"sampleRate": 1
},
"27459590": {
"sampleRate": 10
},
"27459591": {
"sampleRate": 1
},
"27787270": {
"sampleRate": 1000000
},
"27787271": {
"sampleRate": 10000
},
"27983873": {
"sampleRate": 1
},
"27983874": {
"sampleRate": 1
},
"27983875": {
"sampleRate": 1
},
"27983876": {
"sampleRate": 1
},
"27983877": {
"sampleRate": 1
},
"29047276": {
"sampleRate": 10000
},
"29818881": {
"sampleRate": 1
},
"29818882": {
"sampleRate": 1
},
"29818883": {
"sampleRate": 1
},
"29818884": {
"sampleRate": 1
},
"29949953": {
"sampleRate": 1
},
"29949955": {
"sampleRate": 1
},
"30408705": {
"sampleRate": 1
},
"30408706": {
"sampleRate": 1
},
"30408707": {
"sampleRate": 1
},
"30408708": {
"sampleRate": 1
},
"30408709": {
"sampleRate": 1
},
"30408710": {
"sampleRate": 1
},
"30408711": {
"sampleRate": 1
},
"30408712": {
"sampleRate": 1
},
"30605313": {
"sampleRate": 100
},
"30605314": {
"sampleRate": 100
},
"30605315": {
"sampleRate": 100
},
"30605316": {
"sampleRate": 1
},
"30605317": {
"sampleRate": 1
},
"30605319": {
"sampleRate": 1
},
"30605320": {
"sampleRate": 1
},
"30605321": {
"sampleRate": 1
},
"30605322": {
"sampleRate": 1
},
"30605323": {
"sampleRate": 1
},
"30605324": {
"sampleRate": 1
},
"30605325": {
"sampleRate": 1
},
"30605326": {
"sampleRate": 1
},
"30605328": {
"sampleRate": 1
},
"30605329": {
"sampleRate": 1
},
"30605330": {
"sampleRate": 1
},
"30605331": {
"sampleRate": 1
},
"30605333": {
"sampleRate": 1
},
"30605334": {
"sampleRate": 1
},
"30605335": {
"sampleRate": 1
},
"30605336": {
"sampleRate": 1
},
"30605337": {
"sampleRate": 1
},
"30605338": {
"sampleRate": 1
},
"30605339": {
"sampleRate": 1
},
"30605340": {
"sampleRate": 1
},
"30605341": {
"sampleRate": 1
},
"30605342": {
"sampleRate": 1
},
"30605343": {
"sampleRate": 1
},
"30605344": {
"sampleRate": 1
},
"30605345": {
"sampleRate": 1
},
"30605346": {
"sampleRate": 1
},
"30605347": {
"sampleRate": 1
},
"30605348": {
"sampleRate": 1
},
"30605349": {
"sampleRate": 1
},
"30605350": {
"sampleRate": 1
},
"30605351": {
"sampleRate": 1
},
"30605352": {
"sampleRate": 1
},
"30605353": {
"sampleRate": 1
},
"30605354": {
"sampleRate": 1
},
"30605355": {
"sampleRate": 1
},
"30605356": {
"sampleRate": 1
},
"30605357": {
"sampleRate": 1
},
"30605358": {
"sampleRate": 1
},
"30605360": {
"sampleRate": 1
},
"30605361": {
"sampleRate": 1
},
"30605362": {
"sampleRate": 1
},
"30605363": {
"sampleRate": 1
},
"30605364": {
"sampleRate": 1
},
"30605366": {
"sampleRate": 1
},
"30605367": {
"sampleRate": 1
},
"30605368": {
"sampleRate": 1
},
"30605369": {
"sampleRate": 1
},
"30605370": {
"sampleRate": 1
},
"30605371": {
"sampleRate": 1
},
"30605373": {
"sampleRate": 1
},
"30605374": {
"sampleRate": 1
},
"30605375": {
"sampleRate": 1
},
"30605376": {
"sampleRate": 1
},
"30605378": {
"sampleRate": 1
},
"30605380": {
"sampleRate": 1
},
"30605381": {
"sampleRate": 1
},
"30605382": {
"sampleRate": 1
},
"30605384": {
"sampleRate": 1
},
"30605386": {
"sampleRate": 1
},
"30605387": {
"sampleRate": 1
},
"30605389": {
"sampleRate": 1
},
"30605390": {
"sampleRate": 1
},
"30605391": {
"sampleRate": 1
},
"30605392": {
"sampleRate": 1
},
"30605393": {
"sampleRate": 1
},
"30615365": {
"sampleRate": 1
},
"30615438": {
"sampleRate": 1
},
"30616610": {
"sampleRate": 1
},
"30617968": {
"sampleRate": 1
},
"30618398": {
"sampleRate": 1
},
"30620813": {
"sampleRate": 1
},
"30621572": {
"sampleRate": 1
},
"30632331": {
"sampleRate": 1
},
"32312156": {
"sampleRate": 1
},
"32374785": {
"sampleRate": 10000
},
"32702465": {
"sampleRate": 1
},
"33488897": {
"sampleRate": 1
},
"33488898": {
"sampleRate": 1
},
"33488900": {
"sampleRate": 1
},
"33488901": {
"sampleRate": 1800
},
"33488902": {
"sampleRate": 1
},
"33488903": {
"sampleRate": 1
},
"33488904": {
"sampleRate": 1
},
"33488905": {
"sampleRate": 1
},
"33494245": {
"sampleRate": 1
},
"33619969": {
"sampleRate": 1
},
"35586051": {
"sampleRate": 10
},
"35586052": {
"sampleRate": 1000
},
"35586053": {
"sampleRate": 1000
},
"35651588": {
"sampleRate": 1
},
"35651590": {
"sampleRate": 1
},
"35651591": {
"sampleRate": 1
},
"35651593": {
"sampleRate": 1
},
"35651594": {
"sampleRate": 1
},
"35651595": {
"sampleRate": 1
},
"35651596": {
"sampleRate": 1
},
"36110337": {
"sampleRate": 1
},
"36110338": {
"sampleRate": 1
},
"36110339": {
"sampleRate": 1
},
"36241413": {
"sampleRate": 1
},
"36241422": {
"sampleRate": 1
},
"36241423": {
"sampleRate": 1
},
"36241434": {
"sampleRate": 1
},
"36243184": {
"sampleRate": 1
},
"36244063": {
"sampleRate": 1
},
"36246584": {
"sampleRate": 1
},
"36247076": {
"sampleRate": 1
},
"36247834": {
"sampleRate": 1
},
"36249481": {
"sampleRate": 1
},
"36250226": {
"sampleRate": 1
},
"36256069": {
"sampleRate": 1
},
"36257380": {
"sampleRate": 1
},
"36306945": {
"sampleRate": 1
},
"36306946": {
"sampleRate": 1
},
"36306948": {
"sampleRate": 1
},
"36306951": {
"sampleRate": 1000
},
"36306952": {
"sampleRate": 1
},
"36306955": {
"sampleRate": 1
},
"36306958": {
"sampleRate": 1
},
"37101248": {
"sampleRate": 10000
},
"37158913": {
"sampleRate": 1
},
"37158914": {
"sampleRate": 1
},
"37158915": {
"sampleRate": 1
},
"37158916": {
"sampleRate": 1
},
"37224449": {
"sampleRate": 10000
},
"37224450": {
"sampleRate": 10000
},
"37224451": {
"sampleRate": 10000
},
"37224452": {
"sampleRate": 10000
},
"37224453": {
"sampleRate": 10000
},
"37224454": {
"sampleRate": 10000
},
"37224455": {
"sampleRate": 10000
},
"37224456": {
"sampleRate": 10000
},
"37224457": {
"sampleRate": 10000
},
"37289985": {
"sampleRate": 1
},
"37289986": {
"sampleRate": 1
},
"37289987": {
"sampleRate": 1
},
"37289990": {
"sampleRate": 1
},
"37289991": {
"sampleRate": 1
},
"37289992": {
"sampleRate": 1
},
"37631558": {
"sampleRate": 100
},
"37814273": {
"sampleRate": 1
},
"37814274": {
"sampleRate": 1
},
"37814275": {
"sampleRate": 1
},
"38209779": {
"sampleRate": 100
},
"38212112": {
"sampleRate": 100
},
"38212473": {
"sampleRate": 100
},
"38220042": {
"sampleRate": 100
},
"38338561": {
"sampleRate": 10000
},
"38338562": {
"sampleRate": 10000
},
"38338563": {
"sampleRate": 10000
},
"38338564": {
"sampleRate": 1
},
"38928385": {
"sampleRate": 1
},
"39976964": {
"sampleRate": 2
},
"39976965": {
"sampleRate": 2
},
"39976966": {
"sampleRate": 1
},
"39976967": {
"sampleRate": 2
},
"40173575": {
"sampleRate": 1000
},
"40501249": {
"sampleRate": 1
},
"40501250": {
"sampleRate": 1
},
"40501251": {
"sampleRate": 1
},
"40501252": {
"sampleRate": 1
},
"40501253": {
"sampleRate": 1
},
"40501254": {
"sampleRate": 1
},
"40501255": {
"sampleRate": 1
},
"40840748": {
"sampleRate": 1
},
"40841422": {
"sampleRate": 1
},
"40843772": {
"sampleRate": 1
},
"40894467": {
"sampleRate": 1
},
"40894468": {
"sampleRate": 1
},
"40894469": {
"sampleRate": 1
},
"40894470": {
"sampleRate": 1
},
"40894471": {
"sampleRate": 1
},
"40894472": {
"sampleRate": 1
},
"40894473": {
"sampleRate": 1
},
"40894474": {
"sampleRate": 1
},
"40894475": {
"sampleRate": 1
},
"40894483": {
"sampleRate": 1
},
"40894484": {
"sampleRate": 1
},
"40894485": {
"sampleRate": 1
},
"40894486": {
"sampleRate": 1
},
"40894487": {
"sampleRate": 1
},
"40894490": {
"sampleRate": 1
},
"40894491": {
"sampleRate": 1
},
"40894492": {
"sampleRate": 1
},
"40894493": {
"sampleRate": 1
},
"40894494": {
"sampleRate": 1
},
"40894495": {
"sampleRate": 1
},
"40894496": {
"sampleRate": 1
},
"40894497": {
"sampleRate": 1
},
"40894498": {
"sampleRate": 1
},
"40894499": {
"sampleRate": 1
},
"40894500": {
"sampleRate": 1
},
"40894501": {
"sampleRate": 1
},
"40894502": {
"sampleRate": 1
},
"40905691": {
"sampleRate": 1
},
"40910623": {
"sampleRate": 1
},
"40913765": {
"sampleRate": 1
},
"40919892": {
"sampleRate": 1
},
"41484289": {
"sampleRate": 2
},
"41484290": {
"sampleRate": 100
},
"41484291": {
"sampleRate": 100
},
"41484292": {
"sampleRate": 100
},
"41484293": {
"sampleRate": 100
},
"41484294": {
"sampleRate": 200
},
"41484295": {
"sampleRate": 100
},
"41484296": {
"sampleRate": 100
},
"41484297": {
"sampleRate": 100
},
"41484298": {
"sampleRate": 100
},
"41484299": {
"sampleRate": 100
},
"41484300": {
"sampleRate": 100
},
"41484301": {
"sampleRate": 1
},
"41484302": {
"sampleRate": 100
},
"41484303": {
"sampleRate": 100
},
"41484304": {
"sampleRate": 100
},
"41484306": {
"sampleRate": 100
},
"41484307": {
"sampleRate": 100
},
"41484308": {
"sampleRate": 100
},
"41484309": {
"sampleRate": 10
},
"41484310": {
"sampleRate": 10
},
"41484311": {
"sampleRate": 1
},
"41484313": {
"sampleRate": 1
},
"41484314": {
"sampleRate": 1
},
"41484315": {
"sampleRate": 100
},
"41484317": {
"sampleRate": 100
},
"41484318": {
"sampleRate": 20
},
"41485898": {
"sampleRate": 10
},
"41486225": {
"sampleRate": 100
},
"41486524": {
"sampleRate": 1
},
"41487618": {
"sampleRate": 100
},
"41488847": {
"sampleRate": 1
},
"41490105": {
"sampleRate": 1
},
"41490114": {
"sampleRate": 100
},
"41490310": {
"sampleRate": 100
},
"41491162": {
"sampleRate": 1
},
"41491369": {
"sampleRate": 10
},
"41491493": {
"sampleRate": 1
},
"41491663": {
"sampleRate": 2
},
"41492048": {
"sampleRate": 1
},
"41492124": {
"sampleRate": 1
},
"41492280": {
"sampleRate": 100
},
"41493161": {
"sampleRate": 100
},
"41493580": {
"sampleRate": 100
},
"41494292": {
"sampleRate": 100
},
"41495214": {
"sampleRate": 100
},
"41495493": {
"sampleRate": 1
},
"41495649": {
"sampleRate": 1
},
"41497784": {
"sampleRate": 100
},
"41498606": {
"sampleRate": 10
},
"41499313": {
"sampleRate": 100
},
"41500090": {
"sampleRate": 100
},
"41500162": {
"sampleRate": 1
},
"41506813": {
"sampleRate": 250
},
"41549825": {
"sampleRate": 1
},
"41811969": {
"sampleRate": 1
},
"41811970": {
"sampleRate": 1
},
"41811971": {
"sampleRate": 1
},
"42403339": {
"sampleRate": 1
},
"42406132": {
"sampleRate": 1
},
"42408939": {
"sampleRate": 1
},
"42411149": {
"sampleRate": 1
},
"42417878": {
"sampleRate": 1
},
"42532865": {
"sampleRate": 1000
},
"42532866": {
"sampleRate": 10000
},
"42729476": {
"sampleRate": 1
},
"42729477": {
"sampleRate": 1
},
"42729478": {
"sampleRate": 1
},
"42738840": {
"sampleRate": 1
},
"44040193": {
"sampleRate": 1
},
"44040194": {
"sampleRate": 1
},
"44040198": {
"sampleRate": 1
},
"44433409": {
"sampleRate": 1
},
"44433410": {
"sampleRate": 1
},
"44433411": {
"sampleRate": 1
},
"44892162": {
"sampleRate": 1
},
"44892163": {
"sampleRate": 1
},
"44892165": {
"sampleRate": 5
},
"44892166": {
"sampleRate": 5
},
"44957701": {
"sampleRate": 1
},
"44957702": {
"sampleRate": 1
},
"45088770": {
"sampleRate": 1
},
"45613057": {
"sampleRate": 1
},
"45613058": {
"sampleRate": 1
},
"45613059": {
"sampleRate": 1
},
"45678593": {
"sampleRate": 1
},
"45678594": {
"sampleRate": 100
},
"45683010": {
"sampleRate": 100
},
"46596097": {
"sampleRate": 1
},
"47841281": {
"sampleRate": 1
},
"47841282": {
"sampleRate": 1
},
"47841283": {
"sampleRate": 1
},
"48496641": {
"sampleRate": 1
},
"48758785": {
"sampleRate": 1
},
"48758786": {
"sampleRate": 1
},
"49283073": {
"sampleRate": 1
},
"49283075": {
"sampleRate": 100
},
"49284811": {
"sampleRate": 100
},
"49285023": {
"sampleRate": 100
},
"49290075": {
"sampleRate": 100
},
"49290201": {
"sampleRate": 100
},
"49290284": {
"sampleRate": 100
},
"49290401": {
"sampleRate": 100
},
"49290951": {
"sampleRate": 100
},
"49291043": {
"sampleRate": 100
},
"49291264": {
"sampleRate": 100
},
"49294705": {
"sampleRate": 100
},
"49294997": {
"sampleRate": 100
},
"49295194": {
"sampleRate": 100
},
"49296905": {
"sampleRate": 100
},
"49298279": {
"sampleRate": 100
},
"49479681": {
"sampleRate": 1
},
"49479683": {
"sampleRate": 1
},
"49479684": {
"sampleRate": 1
},
"49479685": {
"sampleRate": 1
},
"49481946": {
"sampleRate": 1
},
"49490667": {
"sampleRate": 1
},
"49493231": {
"sampleRate": 1
},
"50003969": {
"sampleRate": 1
},
"50003970": {
"sampleRate": 1
},
"50003971": {
"sampleRate": 1
},
"50003972": {
"sampleRate": 1
},
"50003973": {
"sampleRate": 1
},
"50003974": {
"sampleRate": 1
},
"50135049": {
"sampleRate": 1
},
"50987009": {
"sampleRate": 1
},
"50987010": {
"sampleRate": 1
},
"51452317": {
"sampleRate": 100
},
"51455798": {
"sampleRate": 100
},
"51459017": {
"sampleRate": 100
},
"51459249": {
"sampleRate": 100
},
"52035585": {
"sampleRate": 1
},
"52690945": {
"sampleRate": 1
},
"52690946": {
"sampleRate": 1
},
"52690947": {
"sampleRate": 1
},
"52690948": {
"sampleRate": 1
},
"52690949": {
"sampleRate": 1
},
"52690950": {
"sampleRate": 1
},
"52694580": {
"sampleRate": 1
},
"52698112": {
"sampleRate": 1
},
"52701974": {
"sampleRate": 1
},
"52705483": {
"sampleRate": 1
},
"52706253": {
"sampleRate": 1
},
"52709001": {
"sampleRate": 1
},
"52710195": {
"sampleRate": 1
},
"52711372": {
"sampleRate": 1
},
"52711928": {
"sampleRate": 1
},
"52712329": {
"sampleRate": 1
},
"52717731": {
"sampleRate": 1
},
"52719193": {
"sampleRate": 1
},
"52720775": {
"sampleRate": 1
},
"52722738": {
"sampleRate": 1
},
"52756481": {
"sampleRate": 1
},
"52887553": {
"sampleRate": 1
},
"52887555": {
"sampleRate": 1
},
"52887556": {
"sampleRate": 1
},
"52887557": {
"sampleRate": 1
},
"52887559": {
"sampleRate": 1
},
"52887560": {
"sampleRate": 1
},
"52887561": {
"sampleRate": 1
},
"52887562": {
"sampleRate": 1
},
"52887563": {
"sampleRate": 1
},
"52887564": {
"sampleRate": 1
},
"52887565": {
"sampleRate": 1
},
"52887566": {
"sampleRate": 1
},
"52887567": {
"sampleRate": 1
},
"52887568": {
"sampleRate": 1
},
"52887569": {
"sampleRate": 1
},
"52887570": {
"sampleRate": 1
},
"52887571": {
"sampleRate": 1
},
"52887572": {
"sampleRate": 1
},
"52887573": {
"sampleRate": 1
},
"52887574": {
"sampleRate": 1
},
"52887575": {
"sampleRate": 1
},
"52887576": {
"sampleRate": 1
},
"52887577": {
"sampleRate": 1
},
"52887578": {
"sampleRate": 1
},
"52887579": {
"sampleRate": 1
},
"52887580": {
"sampleRate": 1
},
"52887581": {
"sampleRate": 1
},
"52887582": {
"sampleRate": 1
},
"52887583": {
"sampleRate": 1
},
"52887584": {
"sampleRate": 1
},
"52887585": {
"sampleRate": 1
},
"52887586": {
"sampleRate": 1
},
"52887587": {
"sampleRate": 1
},
"52888679": {
"sampleRate": 1
},
"52890296": {
"sampleRate": 1
},
"52891792": {
"sampleRate": 1
},
"52892954": {
"sampleRate": 1
},
"52893664": {
"sampleRate": 1
},
"52894986": {
"sampleRate": 1
},
"52895164": {
"sampleRate": 1
},
"52896044": {
"sampleRate": 1
},
"52896424": {
"sampleRate": 1
},
"52897225": {
"sampleRate": 1
},
"52898380": {
"sampleRate": 1
},
"52899465": {
"sampleRate": 1
},
"52900219": {
"sampleRate": 1
},
"52900550": {
"sampleRate": 1
},
"52900739": {
"sampleRate": 1
},
"52901539": {
"sampleRate": 1
},
"52901642": {
"sampleRate": 1
},
"52903160": {
"sampleRate": 1
},
"52910634": {
"sampleRate": 1
},
"53018625": {
"sampleRate": 1
},
"53346305": {
"sampleRate": 1
},
"53346306": {
"sampleRate": 1
},
"53346307": {
"sampleRate": 1
},
"53346308": {
"sampleRate": 1
},
"53346309": {
"sampleRate": 1
},
"53346310": {
"sampleRate": 1
},
"53346311": {
"sampleRate": 1
},
"53346312": {
"sampleRate": 1
},
"53346313": {
"sampleRate": 1
},
"53346314": {
"sampleRate": 1
},
"53346315": {
"sampleRate": 1
},
"53348255": {
"sampleRate": 1
},
"53349360": {
"sampleRate": 1
},
"53350227": {
"sampleRate": 1
},
"53351604": {
"sampleRate": 1
},
"53352841": {
"sampleRate": 1
},
"53354745": {
"sampleRate": 1
},
"53359547": {
"sampleRate": 1
},
"53359965": {
"sampleRate": 1
},
"53542913": {
"sampleRate": 1
},
"53542914": {
"sampleRate": 1
},
"53542915": {
"sampleRate": 1
},
"53542916": {
"sampleRate": 1
},
"53608449": {
"sampleRate": 1
},
"53608450": {
"sampleRate": 1
},
"53608451": {
"sampleRate": 1
},
"53805057": {
"sampleRate": 1
},
"53805058": {
"sampleRate": 1
},
"53805059": {
"sampleRate": 1
},
"53805060": {
"sampleRate": 1
},
"53807173": {
"sampleRate": 1
},
"53817004": {
"sampleRate": 1
},
"53820636": {
"sampleRate": 1
},
"54132737": {
"sampleRate": 100
},
"54198273": {
"sampleRate": 1
},
"54198274": {
"sampleRate": 1
},
"54203833": {
"sampleRate": 1
},
"54205001": {
"sampleRate": 1
},
"54263809": {
"sampleRate": 1
},
"54263810": {
"sampleRate": 1
},
"54263811": {
"sampleRate": 1
},
"54263812": {
"sampleRate": 1
},
"54263813": {
"sampleRate": 1
},
"54263814": {
"sampleRate": 1
},
"54263815": {
"sampleRate": 1
},
"54263816": {
"sampleRate": 1
},
"54263817": {
"sampleRate": 1
},
"54263818": {
"sampleRate": 1
},
"54263819": {
"sampleRate": 1
},
"54263820": {
"sampleRate": 1
},
"54266075": {
"sampleRate": 1
},
"54266141": {
"sampleRate": 1
},
"54266824": {
"sampleRate": 1
},
"54285047": {
"sampleRate": 1
},
"54287428": {
"sampleRate": 1
},
"54525953": {
"sampleRate": 2
},
"54525954": {
"sampleRate": 1
},
"54525955": {
"sampleRate": 1
},
"54525956": {
"sampleRate": 1
},
"54525957": {
"sampleRate": 1
},
"54525958": {
"sampleRate": 1
},
"54525959": {
"sampleRate": 1
},
"54657025": {
"sampleRate": 10000
},
"54657026": {
"sampleRate": 10000
},
"54657027": {
"sampleRate": 10000
},
"54657028": {
"sampleRate": 10000
},
"54657029": {
"sampleRate": 10000
},
"54657030": {
"sampleRate": 10000
},
"54853633": {
"sampleRate": 1
},
"54853634": {
"sampleRate": 1
},
"54856934": {
"sampleRate": 1
},
"54864546": {
"sampleRate": 1
},
"54919169": {
"sampleRate": 1
},
"54919170": {
"sampleRate": 1
},
"54919171": {
"sampleRate": 1
},
"54919172": {
"sampleRate": 1
},
"54919173": {
"sampleRate": 1
},
"54919174": {
"sampleRate": 1
},
"54919175": {
"sampleRate": 1
},
"54919176": {
"sampleRate": 1
},
"54919177": {
"sampleRate": 1
},
"54919178": {
"sampleRate": 1
},
"54919179": {
"sampleRate": 1
},
"54919180": {
"sampleRate": 1
},
"54919181": {
"sampleRate": 1
},
"54919182": {
"sampleRate": 1
},
"54919183": {
"sampleRate": 1
},
"54919184": {
"sampleRate": 1
},
"54919185": {
"sampleRate": 1
},
"54919186": {
"sampleRate": 1
},
"54919187": {
"sampleRate": 1
},
"54919188": {
"sampleRate": 1
},
"54919189": {
"sampleRate": 1
},
"54919190": {
"sampleRate": 1
},
"54919191": {
"sampleRate": 1
},
"54919192": {
"sampleRate": 1
},
"54919193": {
"sampleRate": 1
},
"54919194": {
"sampleRate": 1
},
"54919195": {
"sampleRate": 1
},
"54919196": {
"sampleRate": 1
},
"54919197": {
"sampleRate": 1
},
"54919198": {
"sampleRate": 1
},
"54919199": {
"sampleRate": 1
},
"54920477": {
"sampleRate": 1
},
"54920986": {
"sampleRate": 1
},
"54923806": {
"sampleRate": 1
},
"54924629": {
"sampleRate": 1
},
"54926560": {
"sampleRate": 1
},
"54928841": {
"sampleRate": 1
},
"54930074": {
"sampleRate": 1
},
"54930508": {
"sampleRate": 1
},
"54932258": {
"sampleRate": 1
},
"54934991": {
"sampleRate": 1
},
"54935139": {
"sampleRate": 1
},
"55181313": {
"sampleRate": 1
},
"55181314": {
"sampleRate": 1
},
"55181315": {
"sampleRate": 1
},
"55181316": {
"sampleRate": 1
},
"55181317": {
"sampleRate": 1
},
"55246849": {
"sampleRate": 1
},
"55246850": {
"sampleRate": 1000000000
},
"55312385": {
"sampleRate": 1
},
"55312386": {
"sampleRate": 1
},
"55312388": {
"sampleRate": 1
},
"55325709": {
"sampleRate": 1
},
"55443457": {
"sampleRate": 1
},
"55443458": {
"sampleRate": 1
},
"55443459": {
"sampleRate": 1
},
"55443460": {
"sampleRate": 1
},
"55447349": {
"sampleRate": 1
},
"55465642": {
"sampleRate": 1
},
"55508994": {
"sampleRate": 1
},
"55508995": {
"sampleRate": 1
},
"55508996": {
"sampleRate": 1
},
"55517182": {
"sampleRate": 1
},
"55574529": {
"sampleRate": 10000
},
"55574530": {
"sampleRate": 1
},
"55577701": {
"sampleRate": 1
},
"55580822": {
"sampleRate": 1
},
"55836673": {
"sampleRate": 1
},
"55836674": {
"sampleRate": 1000000000
},
"55836675": {
"sampleRate": 1000000000
},
"55836676": {
"sampleRate": 1000000000
},
"55836677": {
"sampleRate": 1000000000
},
"55836678": {
"sampleRate": 10000
},
"55838299": {
"sampleRate": 1
},
"55838475": {
"sampleRate": 10000
},
"55838751": {
"sampleRate": 1
},
"55839297": {
"sampleRate": 1
},
"55839576": {
"sampleRate": 1
},
"55967745": {
"sampleRate": 1
},
"55967746": {
"sampleRate": 1
},
"55967747": {
"sampleRate": 1
},
"55967748": {
"sampleRate": 1
},
"56360961": {
"sampleRate": 1
},
"57344001": {
"sampleRate": 1
},
"57344002": {
"sampleRate": 10
},
"57344003": {
"sampleRate": 1
},
"57344004": {
"sampleRate": 1
},
"57344005": {
"sampleRate": 10000
},
"57409537": {
"sampleRate": 100000000
},
"57409538": {
"sampleRate": 100000000
},
"57409539": {
"sampleRate": 100000000
},
"57414808": {
"sampleRate": 10000
},
"57416887": {
"sampleRate": 10000
},
"57423572": {
"sampleRate": 10000
},
"57424600": {
"sampleRate": 10000
},
"57630710": {
"sampleRate": 1
},
"57671681": {
"sampleRate": 1
},
"57671682": {
"sampleRate": 1
},
"57671683": {
"sampleRate": 1
},
"57671684": {
"sampleRate": 1
},
"57671685": {
"sampleRate": 1
},
"57673015": {
"sampleRate": 1
},
"57673101": {
"sampleRate": 1
},
"57676962": {
"sampleRate": 1
},
"57678366": {
"sampleRate": 1
},
"57679159": {
"sampleRate": 1
},
"57679681": {
"sampleRate": 1
},
"57680423": {
"sampleRate": 1
},
"57681719": {
"sampleRate": 1
},
"57933825": {
"sampleRate": 1
},
"57999361": {
"sampleRate": 1
},
"57999362": {
"sampleRate": 1
},
"58195969": {
"sampleRate": 1
},
"58195970": {
"sampleRate": 1
},
"58195971": {
"sampleRate": 1
},
"58197575": {
"sampleRate": 1
},
"58198230": {
"sampleRate": 1
},
"58198910": {
"sampleRate": 1
},
"58199413": {
"sampleRate": 1
},
"58200119": {
"sampleRate": 1
},
"58200302": {
"sampleRate": 1
},
"58203187": {
"sampleRate": 1
},
"58203836": {
"sampleRate": 1
},
"58204719": {
"sampleRate": 1
},
"58204796": {
"sampleRate": 1
},
"58205292": {
"sampleRate": 1
},
"58207372": {
"sampleRate": 1
},
"58207791": {
"sampleRate": 1
},
"58208472": {
"sampleRate": 1
},
"58208772": {
"sampleRate": 1
},
"58209083": {
"sampleRate": 1
},
"58209723": {
"sampleRate": 1
},
"58209742": {
"sampleRate": 1
},
"58210323": {
"sampleRate": 1
},
"58210485": {
"sampleRate": 1
},
"58211469": {
"sampleRate": 1
},
"58211715": {
"sampleRate": 1
},
"58211900": {
"sampleRate": 1
},
"58458114": {
"sampleRate": 1
},
"58458115": {
"sampleRate": 1
},
"58461407": {
"sampleRate": 1
},
"58464469": {
"sampleRate": 1
},
"58471621": {
"sampleRate": 1
},
"58654721": {
"sampleRate": 1
},
"58654722": {
"sampleRate": 1
},
"58654723": {
"sampleRate": 1
},
"59244545": {
"sampleRate": 1
},
"59244546": {
"sampleRate": 1
},
"59249609": {
"sampleRate": 1
},
"59255771": {
"sampleRate": 1
},
"59506689": {
"sampleRate": 10000
},
"59899905": {
"sampleRate": 1
},
"59899906": {
"sampleRate": 1
},
"59899907": {
"sampleRate": 1
},
"59899908": {
"sampleRate": 1
},
"59899909": {
"sampleRate": 1
},
"61276161": {
"sampleRate": 1
},
"61276162": {
"sampleRate": 1
},
"61276163": {
"sampleRate": 1
},
"61276164": {
"sampleRate": 1
},
"62128129": {
"sampleRate": 1
},
"62128130": {
"sampleRate": 1
},
"62128131": {
"sampleRate": 1
},
"62128132": {
"sampleRate": 1
},
"62128133": {
"sampleRate": 1
},
"62128134": {
"sampleRate": 1
},
"62128135": {
"sampleRate": 1
},
"62324739": {
"sampleRate": 1
},
"62455809": {
"sampleRate": 1
},
"62455810": {
"sampleRate": 1
},
"62455811": {
"sampleRate": 1
},
"62521345": {
"sampleRate": 10
},
"62521346": {
"sampleRate": 10
},
"62521347": {
"sampleRate": 10
},
"62521348": {
"sampleRate": 10
},
"62521349": {
"sampleRate": 10
},
"62521350": {
"sampleRate": 10
},
"62532802": {
"sampleRate": 10
},
"62586881": {
"sampleRate": 10
},
"62590082": {
"sampleRate": 1
},
"62594499": {
"sampleRate": 10
},
"62914562": {
"sampleRate": 1
},
"62980097": {
"sampleRate": 10000
},
"63373313": {
"sampleRate": 1
},
"63438849": {
"sampleRate": 1
},
"63443246": {
"sampleRate": 1
},
"63443755": {
"sampleRate": 1
},
"63443792": {
"sampleRate": 1
},
"63444114": {
"sampleRate": 1
},
"63445111": {
"sampleRate": 1
},
"63445172": {
"sampleRate": 1
},
"63451466": {
"sampleRate": 1
},
"63504385": {
"sampleRate": 1
},
"63504386": {
"sampleRate": 1
},
"63504387": {
"sampleRate": 1
},
"63569921": {
"sampleRate": 1
},
"63635457": {
"sampleRate": 1
},
"63700993": {
"sampleRate": 1
},
"63700994": {
"sampleRate": 1
},
"63700995": {
"sampleRate": 1
},
"63700996": {
"sampleRate": 1
},
"63700997": {
"sampleRate": 1
},
"63963137": {
"sampleRate": 1
},
"64044054": {
"sampleRate": 10000
},
"64230141": {
"sampleRate": 10000
},
"64232355": {
"sampleRate": 10000
},
"64233826": {
"sampleRate": 10000
},
"64240099": {
"sampleRate": 10000
},
"79364097": {
"sampleRate": 1
},
"81599639": {
"sampleRate": 10000
},
"81601374": {
"sampleRate": 10000
},
"81602848": {
"sampleRate": 10000
},
"81607290": {
"sampleRate": 10000
},
"81725894": {
"sampleRate": 10000
},
"81735603": {
"sampleRate": 10000
},
"81739010": {
"sampleRate": 10000
},
"91489522": {
"sampleRate": 1
},
"91490110": {
"sampleRate": 1
},
"91493742": {
"sampleRate": 1
},
"91497584": {
"sampleRate": 1
},
"91500519": {
"sampleRate": 1
},
"91501860": {
"sampleRate": 1
},
"95289345": {
"sampleRate": 10000
},
"96997416": {
"sampleRate": 10000
},
"97590967": {
"sampleRate": 10000
},
"97598603": {
"sampleRate": 1
},
"101648941": {
"sampleRate": 1
},
"101652143": {
"sampleRate": 1
},
"109772801": {
"sampleRate": 1
},
"109787338": {
"sampleRate": 1
},
"124989707": {
"sampleRate": 1
},
"127468755": {
"sampleRate": 1
},
"127468795": {
"sampleRate": 1
},
"127469845": {
"sampleRate": 1
},
"127470547": {
"sampleRate": 1
},
"127470924": {
"sampleRate": 1
},
"127471679": {
"sampleRate": 1
},
"127471680": {
"sampleRate": 1
},
"127473053": {
"sampleRate": 1
},
"127474327": {
"sampleRate": 1
},
"127477457": {
"sampleRate": 1
},
"127481618": {
"sampleRate": 1
},
"127481936": {
"sampleRate": 1
},
"127483160": {
"sampleRate": 1
},
"133629496": {
"sampleRate": 10000
},
"133629646": {
"sampleRate": 10000
},
"133643077": {
"sampleRate": 10000
},
"137428993": {
"sampleRate": 1
},
"137428994": {
"sampleRate": 1
},
"137430964": {
"sampleRate": 1
},
"137440519": {
"sampleRate": 1
},
"137442620": {
"sampleRate": 1
},
"138810076": {
"sampleRate": 1
},
"138816378": {
"sampleRate": 1
},
"138820675": {
"sampleRate": 1
},
"141363848": {
"sampleRate": 1
},
"141372740": {
"sampleRate": 1
},
"141492225": {
"sampleRate": 1
},
"141502565": {
"sampleRate": 1
},
"144444239": {
"sampleRate": 1
},
"144445421": {
"sampleRate": 1
},
"144450614": {
"sampleRate": 1
},
"144452084": {
"sampleRate": 1
},
"144452614": {
"sampleRate": 1
},
"144456097": {
"sampleRate": 1
},
"144456247": {
"sampleRate": 1
},
"159779919": {
"sampleRate": 1
},
"183762945": {
"sampleRate": 1
},
"183767196": {
"sampleRate": 1
},
"183834837": {
"sampleRate": 10000
},
"188746120": {
"sampleRate": 10000
},
"188755890": {
"sampleRate": 10000
},
"188755925": {
"sampleRate": 10000
},
"195626194": {
"sampleRate": 10000
},
"195639692": {
"sampleRate": 1
},
"205198634": {
"sampleRate": 1
},
"205207410": {
"sampleRate": 1
},
"209979636": {
"sampleRate": 1
},
"209989735": {
"sampleRate": 1
},
"213129059": {
"sampleRate": 1
},
"213130080": {
"sampleRate": 1
},
"213131472": {
"sampleRate": 1
},
"213135039": {
"sampleRate": 1
},
"216401752": {
"sampleRate": 1
},
"216401890": {
"sampleRate": 1
},
"218051286": {
"sampleRate": 1
},
"218956945": {
"sampleRate": 1
},
"218961347": {
"sampleRate": 1
},
"218962025": {
"sampleRate": 1
},
"218962528": {
"sampleRate": 1
},
"218962602": {
"sampleRate": 1
},
"218962996": {
"sampleRate": 1
},
"218966113": {
"sampleRate": 1
},
"218969087": {
"sampleRate": 1
},
"218969883": {
"sampleRate": 1
},
"218970026": {
"sampleRate": 1
},
"218970632": {
"sampleRate": 1
},
"218971974": {
"sampleRate": 1
},
"221778284": {
"sampleRate": 1
},
"221779419": {
"sampleRate": 1
},
"221782154": {
"sampleRate": 1
},
"221784362": {
"sampleRate": 1
},
"221786123": {
"sampleRate": 1
},
"221789966": {
"sampleRate": 1
},
"229318739": {
"sampleRate": 10000
},
"229321197": {
"sampleRate": 10000
},
"232522766": {
"sampleRate": 1
},
"232530588": {
"sampleRate": 1
},
"232531238": {
"sampleRate": 1
},
"232536317": {
"sampleRate": 1
},
"232726078": {
"sampleRate": 1
},
"237963161": {
"sampleRate": 10000
},
"241050641": {
"sampleRate": 1
},
"241052667": {
"sampleRate": 1
},
"241055991": {
"sampleRate": 1
},
"241568984": {
"sampleRate": 1
},
"241569419": {
"sampleRate": 1
},
"241575915": {
"sampleRate": 1
},
"262995969": {
"sampleRate": 1
},
"263004866": {
"sampleRate": 1
},
"270205944": {
"sampleRate": 1
},
"270206071": {
"sampleRate": 1
},
"270206085": {
"sampleRate": 1
},
"270206145": {
"sampleRate": 1
},
"270206168": {
"sampleRate": 1
},
"270206214": {
"sampleRate": 1
},
"270206215": {
"sampleRate": 1
},
"270206216": {
"sampleRate": 1
},
"270206224": {
"sampleRate": 1
},
"270206230": {
"sampleRate": 1
},
"270206253": {
"sampleRate": 1
},
"270206259": {
"sampleRate": 1
},
"270206315": {
"sampleRate": 1
},
"270206388": {
"sampleRate": 1
},
"270206588": {
"sampleRate": 1
},
"270206696": {
"sampleRate": 1
},
"270206744": {
"sampleRate": 1
},
"270206832": {
"sampleRate": 1
},
"270206843": {
"sampleRate": 1
},
"270206870": {
"sampleRate": 1
},
"270207098": {
"sampleRate": 1
},
"270207136": {
"sampleRate": 1
},
"270207296": {
"sampleRate": 1
},
"270207420": {
"sampleRate": 1
},
"270207600": {
"sampleRate": 1
},
"270207618": {
"sampleRate": 1
},
"270207797": {
"sampleRate": 1
},
"270207843": {
"sampleRate": 1
},
"270207912": {
"sampleRate": 1
},
"270207953": {
"sampleRate": 1
},
"270208007": {
"sampleRate": 1
},
"270208148": {
"sampleRate": 1
},
"270208178": {
"sampleRate": 1
},
"270208265": {
"sampleRate": 1
},
"270208269": {
"sampleRate": 1
},
"270208286": {
"sampleRate": 1
},
"270208333": {
"sampleRate": 1
},
"270208406": {
"sampleRate": 1
},
"270208527": {
"sampleRate": 1
},
"270208656": {
"sampleRate": 1
},
"270208708": {
"sampleRate": 1
},
"270208826": {
"sampleRate": 1
},
"270208920": {
"sampleRate": 1
},
"270209003": {
"sampleRate": 1
},
"270209052": {
"sampleRate": 1
},
"270209091": {
"sampleRate": 1
},
"270209102": {
"sampleRate": 1
},
"270209148": {
"sampleRate": 1
},
"270209262": {
"sampleRate": 1
},
"270209274": {
"sampleRate": 1
},
"270209329": {
"sampleRate": 1
},
"270209402": {
"sampleRate": 1
},
"270209445": {
"sampleRate": 1
},
"270209519": {
"sampleRate": 1
},
"270209660": {
"sampleRate": 1
},
"270209661": {
"sampleRate": 1
},
"270209760": {
"sampleRate": 1
},
"270209775": {
"sampleRate": 1
},
"270209815": {
"sampleRate": 1
},
"270209843": {
"sampleRate": 1
},
"270209902": {
"sampleRate": 1
},
"270209991": {
"sampleRate": 1
},
"270210074": {
"sampleRate": 1
},
"270210163": {
"sampleRate": 1
},
"270210164": {
"sampleRate": 1
},
"270210188": {
"sampleRate": 1
},
"270210235": {
"sampleRate": 1
},
"270210265": {
"sampleRate": 1
},
"270210288": {
"sampleRate": 1
},
"270210332": {
"sampleRate": 1
},
"270210419": {
"sampleRate": 1
},
"270210475": {
"sampleRate": 1
},
"270210517": {
"sampleRate": 1
},
"270210724": {
"sampleRate": 1
},
"270210806": {
"sampleRate": 1
},
"270210841": {
"sampleRate": 1
},
"270210869": {
"sampleRate": 1
},
"270210979": {
"sampleRate": 1
},
"270211090": {
"sampleRate": 1
},
"270211138": {
"sampleRate": 1
},
"270211171": {
"sampleRate": 1
},
"270211202": {
"sampleRate": 1
},
"270211281": {
"sampleRate": 1
},
"270211332": {
"sampleRate": 1
},
"270211335": {
"sampleRate": 1
},
"270211347": {
"sampleRate": 1
},
"270211419": {
"sampleRate": 1
},
"270211435": {
"sampleRate": 1
},
"270211506": {
"sampleRate": 1
},
"270211692": {
"sampleRate": 1
},
"270211722": {
"sampleRate": 1
},
"270211753": {
"sampleRate": 1
},
"270211772": {
"sampleRate": 1
},
"270211786": {
"sampleRate": 1
},
"270211803": {
"sampleRate": 1
},
"270211869": {
"sampleRate": 1
},
"270211949": {
"sampleRate": 1
},
"270212138": {
"sampleRate": 1
},
"270212216": {
"sampleRate": 1
},
"270212219": {
"sampleRate": 1
},
"270212238": {
"sampleRate": 1
},
"270212273": {
"sampleRate": 1
},
"270212277": {
"sampleRate": 1
},
"270212441": {
"sampleRate": 1
},
"270212554": {
"sampleRate": 1
},
"270212656": {
"sampleRate": 1
},
"270212671": {
"sampleRate": 1
},
"270212696": {
"sampleRate": 1
},
"270212843": {
"sampleRate": 1
},
"270212857": {
"sampleRate": 1
},
"270212893": {
"sampleRate": 1
},
"270213015": {
"sampleRate": 1
},
"270213108": {
"sampleRate": 1
},
"270213135": {
"sampleRate": 1
},
"270213161": {
"sampleRate": 1
},
"270213250": {
"sampleRate": 1
},
"270213359": {
"sampleRate": 1
},
"270213374": {
"sampleRate": 1
},
"270213486": {
"sampleRate": 1
},
"270213512": {
"sampleRate": 1
},
"270213572": {
"sampleRate": 1
},
"270213649": {
"sampleRate": 1
},
"270213707": {
"sampleRate": 1
},
"270213723": {
"sampleRate": 1
},
"270213749": {
"sampleRate": 1
},
"270213786": {
"sampleRate": 1
},
"270214027": {
"sampleRate": 1
},
"270214035": {
"sampleRate": 1
},
"270214052": {
"sampleRate": 1
},
"270214189": {
"sampleRate": 1
},
"270214320": {
"sampleRate": 1
},
"270214400": {
"sampleRate": 1
},
"270214409": {
"sampleRate": 1
},
"270214459": {
"sampleRate": 1
},
"270214580": {
"sampleRate": 1
},
"270214602": {
"sampleRate": 1
},
"270214612": {
"sampleRate": 1
},
"270214705": {
"sampleRate": 1
},
"270214707": {
"sampleRate": 1
},
"270214719": {
"sampleRate": 1
},
"270214731": {
"sampleRate": 1
},
"270214784": {
"sampleRate": 1
},
"270214832": {
"sampleRate": 1
},
"270214973": {
"sampleRate": 1
},
"270214989": {
"sampleRate": 1
},
"270215065": {
"sampleRate": 1
},
"270215070": {
"sampleRate": 1
},
"270215101": {
"sampleRate": 1
},
"270215116": {
"sampleRate": 1
},
"270215140": {
"sampleRate": 1
},
"270215224": {
"sampleRate": 1
},
"270215230": {
"sampleRate": 1
},
"270215347": {
"sampleRate": 1
},
"270215397": {
"sampleRate": 1
},
"270215429": {
"sampleRate": 1
},
"270215542": {
"sampleRate": 1
},
"270215574": {
"sampleRate": 1
},
"270215690": {
"sampleRate": 1
},
"270215709": {
"sampleRate": 1
},
"270215742": {
"sampleRate": 1
},
"270215772": {
"sampleRate": 1
},
"270215778": {
"sampleRate": 1
},
"270215792": {
"sampleRate": 1
},
"270215819": {
"sampleRate": 1
},
"270215979": {
"sampleRate": 1
},
"270216000": {
"sampleRate": 1
},
"270216093": {
"sampleRate": 1
},
"270216098": {
"sampleRate": 1
},
"270216182": {
"sampleRate": 1
},
"270216200": {
"sampleRate": 1
},
"270216416": {
"sampleRate": 1
},
"270216430": {
"sampleRate": 1
},
"270216713": {
"sampleRate": 1
},
"270216791": {
"sampleRate": 1
},
"270216793": {
"sampleRate": 1
},
"270216818": {
"sampleRate": 1
},
"270216896": {
"sampleRate": 1
},
"270216915": {
"sampleRate": 1
},
"270216928": {
"sampleRate": 1
},
"270216941": {
"sampleRate": 1
},
"270216996": {
"sampleRate": 1
},
"270217026": {
"sampleRate": 1
},
"270217057": {
"sampleRate": 1
},
"270217068": {
"sampleRate": 1
},
"270217210": {
"sampleRate": 1
},
"270217236": {
"sampleRate": 1
},
"270217256": {
"sampleRate": 1
},
"270217283": {
"sampleRate": 1
},
"270217313": {
"sampleRate": 1
},
"270217327": {
"sampleRate": 1
},
"270217401": {
"sampleRate": 1
},
"270217492": {
"sampleRate": 1
},
"270217539": {
"sampleRate": 1
},
"270217616": {
"sampleRate": 1
},
"270217631": {
"sampleRate": 1
},
"270217722": {
"sampleRate": 1
},
"270217749": {
"sampleRate": 1
},
"270217779": {
"sampleRate": 1
},
"270217787": {
"sampleRate": 1
},
"270217798": {
"sampleRate": 1
},
"270217820": {
"sampleRate": 1
},
"270217862": {
"sampleRate": 1
},
"270217878": {
"sampleRate": 1
},
"270217900": {
"sampleRate": 1
},
"270217954": {
"sampleRate": 1
},
"270218007": {
"sampleRate": 1
},
"270218053": {
"sampleRate": 1
},
"270218090": {
"sampleRate": 1
},
"270218102": {
"sampleRate": 1
},
"270218163": {
"sampleRate": 1
},
"270218166": {
"sampleRate": 1
},
"270218168": {
"sampleRate": 1
},
"270218204": {
"sampleRate": 1
},
"270218271": {
"sampleRate": 1
},
"270218310": {
"sampleRate": 1
},
"270218436": {
"sampleRate": 1
},
"270218543": {
"sampleRate": 1
},
"270218572": {
"sampleRate": 1
},
"270218586": {
"sampleRate": 1
},
"270218605": {
"sampleRate": 1
},
"270218622": {
"sampleRate": 1
},
"270218660": {
"sampleRate": 1
},
"270218696": {
"sampleRate": 1
},
"270218731": {
"sampleRate": 1
},
"270218991": {
"sampleRate": 1
},
"270219017": {
"sampleRate": 1
},
"270219019": {
"sampleRate": 1
},
"270219051": {
"sampleRate": 1
},
"270219139": {
"sampleRate": 1
},
"270219169": {
"sampleRate": 1
},
"270219188": {
"sampleRate": 1
},
"270219248": {
"sampleRate": 1
},
"270219249": {
"sampleRate": 1
},
"270219303": {
"sampleRate": 1
},
"270219320": {
"sampleRate": 1
},
"270219404": {
"sampleRate": 1
},
"270219449": {
"sampleRate": 1
},
"270219483": {
"sampleRate": 1
},
"270219531": {
"sampleRate": 1
},
"270219562": {
"sampleRate": 1
},
"270219686": {
"sampleRate": 1
},
"270219870": {
"sampleRate": 1
},
"270219914": {
"sampleRate": 1
},
"270219926": {
"sampleRate": 1
},
"270220001": {
"sampleRate": 1
},
"270220072": {
"sampleRate": 1
},
"270220074": {
"sampleRate": 1
},
"270220108": {
"sampleRate": 1
},
"270220209": {
"sampleRate": 1
},
"270220261": {
"sampleRate": 1
},
"270220262": {
"sampleRate": 1
},
"270220333": {
"sampleRate": 1
},
"270220347": {
"sampleRate": 1
},
"270220481": {
"sampleRate": 1
},
"270220499": {
"sampleRate": 1
},
"270220550": {
"sampleRate": 1
},
"270220595": {
"sampleRate": 1
},
"270220640": {
"sampleRate": 1
},
"270220731": {
"sampleRate": 1
},
"270220850": {
"sampleRate": 1
},
"270220865": {
"sampleRate": 1
},
"270220879": {
"sampleRate": 1
},
"270220889": {
"sampleRate": 1
},
"270220944": {
"sampleRate": 1
},
"270220997": {
"sampleRate": 1
},
"270221024": {
"sampleRate": 1
},
"270221065": {
"sampleRate": 1
},
"270221124": {
"sampleRate": 1
},
"270221133": {
"sampleRate": 1
},
"270221175": {
"sampleRate": 1
},
"270221177": {
"sampleRate": 1
},
"270224526": {
"sampleRate": 1
},
"270228232": {
"sampleRate": 1
},
"270230590": {
"sampleRate": 1
},
"270230822": {
"sampleRate": 1
},
"270232559": {
"sampleRate": 1
},
"270233440": {
"sampleRate": 1
},
"273481729": {
"sampleRate": 1
},
"295437299": {
"sampleRate": 1
},
"295437333": {
"sampleRate": 1
},
"295437392": {
"sampleRate": 1
},
"295437809": {
"sampleRate": 1
},
"295437849": {
"sampleRate": 1
},
"295438195": {
"sampleRate": 1
},
"295438980": {
"sampleRate": 1
},
"295439218": {
"sampleRate": 1
},
"295439505": {
"sampleRate": 1
},
"295439522": {
"sampleRate": 1
},
"295439982": {
"sampleRate": 1
},
"295440238": {
"sampleRate": 1
},
"295440518": {
"sampleRate": 1
},
"295440638": {
"sampleRate": 1
},
"295441165": {
"sampleRate": 1
},
"295441218": {
"sampleRate": 1
},
"295441453": {
"sampleRate": 1
},
"295442359": {
"sampleRate": 1
},
"295442443": {
"sampleRate": 1
},
"295442568": {
"sampleRate": 1
},
"295442707": {
"sampleRate": 1
},
"295443394": {
"sampleRate": 1
},
"295443659": {
"sampleRate": 1
},
"295443660": {
"sampleRate": 1
},
"295444052": {
"sampleRate": 1
},
"295444086": {
"sampleRate": 1
},
"295444127": {
"sampleRate": 1
},
"295444428": {
"sampleRate": 1
},
"295444872": {
"sampleRate": 1
},
"295444992": {
"sampleRate": 1
},
"295445045": {
"sampleRate": 1
},
"295445259": {
"sampleRate": 1
},
"295445408": {
"sampleRate": 1
},
"295445507": {
"sampleRate": 1
},
"295446153": {
"sampleRate": 1
},
"295446230": {
"sampleRate": 1
},
"295446251": {
"sampleRate": 1
},
"295446586": {
"sampleRate": 1
},
"295447411": {
"sampleRate": 1
},
"295447532": {
"sampleRate": 1
},
"295447763": {
"sampleRate": 1
},
"295448628": {
"sampleRate": 1
},
"295448870": {
"sampleRate": 1
},
"295448939": {
"sampleRate": 1
},
"295449023": {
"sampleRate": 1
},
"295449229": {
"sampleRate": 1
},
"295449938": {
"sampleRate": 1
},
"295450853": {
"sampleRate": 1
},
"295450962": {
"sampleRate": 1
},
"295451974": {
"sampleRate": 1
},
"295451977": {
"sampleRate": 1
},
"295452084": {
"sampleRate": 1
},
"295576223": {
"sampleRate": 1
},
"300429672": {
"sampleRate": 10000
},
"316804045": {
"sampleRate": 10
},
"316804194": {
"sampleRate": 10
},
"316804412": {
"sampleRate": 10
},
"316805991": {
"sampleRate": 10
},
"316806070": {
"sampleRate": 10
},
"316806359": {
"sampleRate": 1
},
"316806850": {
"sampleRate": 10
},
"316810886": {
"sampleRate": 10
},
"316812351": {
"sampleRate": 10
},
"316812736": {
"sampleRate": 10
},
"316814957": {
"sampleRate": 10
},
"316816142": {
"sampleRate": 10
},
"316816299": {
"sampleRate": 10
},
"318701569": {
"sampleRate": 1
},
"318707653": {
"sampleRate": 1
},
"318716922": {
"sampleRate": 1
},
"320809182": {
"sampleRate": 1
},
"335941383": {
"sampleRate": 10000
},
"336201917": {
"sampleRate": 1
},
"336205322": {
"sampleRate": 1
},
"336207527": {
"sampleRate": 1
},
"336212887": {
"sampleRate": 1
},
"336213902": {
"sampleRate": 1
},
"336215495": {
"sampleRate": 1
},
"339818860": {
"sampleRate": 1
},
"341835776": {
"sampleRate": 1
},
"341835777": {
"sampleRate": 1
},
"341848280": {
"sampleRate": 1
},
"348132017": {
"sampleRate": 10000
},
"351537509": {
"sampleRate": 1
},
"351539528": {
"sampleRate": 1
},
"351539711": {
"sampleRate": 1
},
"351539882": {
"sampleRate": 1
},
"351540102": {
"sampleRate": 1
},
"351540413": {
"sampleRate": 1
},
"351540800": {
"sampleRate": 1
},
"351541595": {
"sampleRate": 1
},
"351542287": {
"sampleRate": 1
},
"351543111": {
"sampleRate": 1
},
"351543947": {
"sampleRate": 1
},
"351544664": {
"sampleRate": 1
},
"351545881": {
"sampleRate": 1
},
"351546487": {
"sampleRate": 1
},
"351546651": {
"sampleRate": 1
},
"351548245": {
"sampleRate": 1
},
"351548391": {
"sampleRate": 1
},
"351548854": {
"sampleRate": 1
},
"353711086": {
"sampleRate": 1
},
"359138377": {
"sampleRate": 10000
},
"359143250": {
"sampleRate": 10000
},
"359149373": {
"sampleRate": 10000
},
"368647392": {
"sampleRate": 1
},
"373295708": {
"sampleRate": 1
},
"373298325": {
"sampleRate": 1
},
"373308219": {
"sampleRate": 1
},
"377357808": {
"sampleRate": 1
},
"377358784": {
"sampleRate": 1
},
"377359040": {
"sampleRate": 1
},
"377359367": {
"sampleRate": 1
},
"377359743": {
"sampleRate": 1
},
"377360139": {
"sampleRate": 1
},
"377360510": {
"sampleRate": 1
},
"377361415": {
"sampleRate": 1
},
"377362087": {
"sampleRate": 5
},
"377362266": {
"sampleRate": 1
},
"377363484": {
"sampleRate": 1
},
"377364678": {
"sampleRate": 1
},
"377364955": {
"sampleRate": 1
},
"377364984": {
"sampleRate": 1
},
"377367558": {
"sampleRate": 1
},
"377367763": {
"sampleRate": 5
},
"377369626": {
"sampleRate": 1
},
"377370025": {
"sampleRate": 1
},
"377370051": {
"sampleRate": 1
},
"377370203": {
"sampleRate": 1
},
"377370433": {
"sampleRate": 1
},
"377371065": {
"sampleRate": 1
},
"377371646": {
"sampleRate": 1
},
"377817277": {
"sampleRate": 1
},
"377828343": {
"sampleRate": 1
},
"382468096": {
"sampleRate": 1
},
"382468097": {
"sampleRate": 1
},
"382468098": {
"sampleRate": 1
},
"382468099": {
"sampleRate": 1
},
"382482261": {
"sampleRate": 1
},
"390269683": {
"sampleRate": 1
},
"390272426": {
"sampleRate": 1
},
"390275150": {
"sampleRate": 1
},
"390276342": {
"sampleRate": 10000
},
"390279467": {
"sampleRate": 10000
},
"390280883": {
"sampleRate": 10000
},
"390281220": {
"sampleRate": 10000
},
"390281974": {
"sampleRate": 10000
},
"392106711": {
"sampleRate": 1
},
"392966766": {
"sampleRate": 10000
},
"398591833": {
"sampleRate": 1
},
"398592311": {
"sampleRate": 1
},
"398592899": {
"sampleRate": 1
},
"398594779": {
"sampleRate": 1
},
"398601326": {
"sampleRate": 1
},
"398604674": {
"sampleRate": 1
},
"398605840": {
"sampleRate": 1
},
"403271918": {
"sampleRate": 1
},
"426382631": {
"sampleRate": 1
},
"426385027": {
"sampleRate": 1
},
"426389483": {
"sampleRate": 1
},
"430374913": {
"sampleRate": 1
},
"430378067": {
"sampleRate": 1
},
"430383451": {
"sampleRate": 1
},
"430386496": {
"sampleRate": 1
},
"430390878": {
"sampleRate": 1
},
"430391177": {
"sampleRate": 1
},
"431626709": {
"sampleRate": 1
},
"431630887": {
"sampleRate": 10
},
"432676234": {
"sampleRate": 1
},
"432677504": {
"sampleRate": 1
},
"432679263": {
"sampleRate": 1
},
"432682775": {
"sampleRate": 1
},
"432683819": {
"sampleRate": 1
},
"435684623": {
"sampleRate": 100
},
"435684729": {
"sampleRate": 100
},
"435684980": {
"sampleRate": 100
},
"435686268": {
"sampleRate": 100
},
"435687530": {
"sampleRate": 100
},
"435687537": {
"sampleRate": 100
},
"435688416": {
"sampleRate": 100
},
"435688603": {
"sampleRate": 100
},
"435688620": {
"sampleRate": 100
},
"435689044": {
"sampleRate": 100
},
"435689085": {
"sampleRate": 100
},
"435689259": {
"sampleRate": 100
},
"435689828": {
"sampleRate": 100
},
"435690518": {
"sampleRate": 100
},
"435691707": {
"sampleRate": 100
},
"435691902": {
"sampleRate": 100
},
"435691955": {
"sampleRate": 100
},
"435692121": {
"sampleRate": 100
},
"435692864": {
"sampleRate": 100
},
"435692975": {
"sampleRate": 100
},
"435693404": {
"sampleRate": 100
},
"435694627": {
"sampleRate": 100
},
"435694927": {
"sampleRate": 100
},
"435696304": {
"sampleRate": 100
},
"435696473": {
"sampleRate": 1
},
"435697072": {
"sampleRate": 100
},
"435697446": {
"sampleRate": 100
},
"435697886": {
"sampleRate": 100
},
"435698646": {
"sampleRate": 100
},
"435699123": {
"sampleRate": 100
},
"445974335": {
"sampleRate": 1
},
"445974949": {
"sampleRate": 1
},
"445975283": {
"sampleRate": 1
},
"445975837": {
"sampleRate": 1
},
"445975872": {
"sampleRate": 1
},
"445976360": {
"sampleRate": 1
},
"445977086": {
"sampleRate": 1
},
"445977677": {
"sampleRate": 1
},
"445977908": {
"sampleRate": 1
},
"445982501": {
"sampleRate": 1
},
"445983197": {
"sampleRate": 1
},
"445986130": {
"sampleRate": 1
},
"445986133": {
"sampleRate": 1
},
"445987822": {
"sampleRate": 1
},
"445988600": {
"sampleRate": 1
},
"459277372": {
"sampleRate": 1
},
"459280844": {
"sampleRate": 1
},
"459283386": {
"sampleRate": 1
},
"459283488": {
"sampleRate": 1
},
"459285749": {
"sampleRate": 1
},
"459288505": {
"sampleRate": 1
},
"459291249": {
"sampleRate": 1
},
"459292159": {
"sampleRate": 1
},
"459292291": {
"sampleRate": 1
},
"460468818": {
"sampleRate": 1
},
"463013863": {
"sampleRate": 10
},
"463014635": {
"sampleRate": 1
},
"463015185": {
"sampleRate": 10
},
"463015362": {
"sampleRate": 1
},
"463015568": {
"sampleRate": 1
},
"463015875": {
"sampleRate": 10
},
"463016139": {
"sampleRate": 1
},
"463016165": {
"sampleRate": 1
},
"463016390": {
"sampleRate": 1
},
"463016713": {
"sampleRate": 10
},
"463016767": {
"sampleRate": 1
},
"463017657": {
"sampleRate": 1
},
"463017909": {
"sampleRate": 1
},
"463018037": {
"sampleRate": 1
},
"463018218": {
"sampleRate": 1
},
"463018233": {
"sampleRate": 10
},
"463018876": {
"sampleRate": 1
},
"463018912": {
"sampleRate": 10
},
"463018943": {
"sampleRate": 1
},
"463019567": {
"sampleRate": 1
},
"463019974": {
"sampleRate": 10
},
"463020161": {
"sampleRate": 10
},
"463020176": {
"sampleRate": 1
},
"463020766": {
"sampleRate": 1
},
"463021213": {
"sampleRate": 1
},
"463021269": {
"sampleRate": 1
},
"463021570": {
"sampleRate": 10
},
"463021813": {
"sampleRate": 1
},
"463022130": {
"sampleRate": 10
},
"463022146": {
"sampleRate": 10
},
"463022516": {
"sampleRate": 10
},
"463022924": {
"sampleRate": 1
},
"463023032": {
"sampleRate": 10
},
"463023080": {
"sampleRate": 1
},
"463023725": {
"sampleRate": 1
},
"463024020": {
"sampleRate": 1
},
"463024072": {
"sampleRate": 10
},
"463024364": {
"sampleRate": 1
},
"463024522": {
"sampleRate": 10
},
"463024556": {
"sampleRate": 1
},
"463024597": {
"sampleRate": 1
},
"463025126": {
"sampleRate": 1
},
"463025650": {
"sampleRate": 1
},
"463025693": {
"sampleRate": 1
},
"463026246": {
"sampleRate": 10
},
"463027530": {
"sampleRate": 10
},
"478093416": {
"sampleRate": 1
},
"478093695": {
"sampleRate": 1
},
"480908390": {
"sampleRate": 10000
},
"480910975": {
"sampleRate": 10000
},
"480913460": {
"sampleRate": 10000
},
"480914164": {
"sampleRate": 10000
},
"480916396": {
"sampleRate": 10000
},
"516228586": {
"sampleRate": 1
},
"516228710": {
"sampleRate": 1
},
"516229001": {
"sampleRate": 1
},
"516231801": {
"sampleRate": 1
},
"516233522": {
"sampleRate": 1
},
"516233736": {
"sampleRate": 1
},
"516234127": {
"sampleRate": 1
},
"516234250": {
"sampleRate": 1
},
"516234458": {
"sampleRate": 1
},
"516234851": {
"sampleRate": 1
},
"516234913": {
"sampleRate": 1
},
"516234920": {
"sampleRate": 1
},
"516234962": {
"sampleRate": 1
},
"516236532": {
"sampleRate": 1
},
"516237107": {
"sampleRate": 1
},
"516237754": {
"sampleRate": 1
},
"516239376": {
"sampleRate": 1
},
"516239513": {
"sampleRate": 1
},
"516242024": {
"sampleRate": 1
},
"517544500": {
"sampleRate": 1
},
"520225911": {
"sampleRate": 1
},
"520226562": {
"sampleRate": 1
},
"520226803": {
"sampleRate": 1
},
"520226859": {
"sampleRate": 1
},
"520227779": {
"sampleRate": 1
},
"520231860": {
"sampleRate": 1
},
"520231903": {
"sampleRate": 1
},
"520233760": {
"sampleRate": 1
},
"520234221": {
"sampleRate": 1
},
"520234245": {
"sampleRate": 1
},
"520234918": {
"sampleRate": 1
},
"520235197": {
"sampleRate": 1
},
"520239363": {
"sampleRate": 1
},
"527765249": {
"sampleRate": 1
},
"527769459": {
"sampleRate": 1
},
"527771788": {
"sampleRate": 1
},
"531301737": {
"sampleRate": 10000
},
"531312344": {
"sampleRate": 10000
},
"532165955": {
"sampleRate": 1
},
"532167327": {
"sampleRate": 1
},
"532883550": {
"sampleRate": 1
},
"532885803": {
"sampleRate": 1
},
"532886361": {
"sampleRate": 1
},
"532888709": {
"sampleRate": 1
},
"538512187": {
"sampleRate": 1
},
"538522688": {
"sampleRate": 1
},
"538523041": {
"sampleRate": 1
},
"542776204": {
"sampleRate": 1
},
"542778775": {
"sampleRate": 1
},
"542784537": {
"sampleRate": 1
},
"544676057": {
"sampleRate": 10000
},
"559090277": {
"sampleRate": 1
},
"559090485": {
"sampleRate": 1
},
"559093968": {
"sampleRate": 1
},
"559094585": {
"sampleRate": 1
},
"559096080": {
"sampleRate": 1
},
"559096538": {
"sampleRate": 1
},
"559096915": {
"sampleRate": 1
},
"559099845": {
"sampleRate": 1
},
"559100761": {
"sampleRate": 1
},
"559101881": {
"sampleRate": 1
},
"559102417": {
"sampleRate": 1
},
"565709499": {
"sampleRate": 1
},
"565710427": {
"sampleRate": 100
},
"565717739": {
"sampleRate": 1
},
"582025217": {
"sampleRate": 1
},
"582025218": {
"sampleRate": 1
},
"588713587": {
"sampleRate": 1
},
"592582133": {
"sampleRate": 10000
},
"593299269": {
"sampleRate": 1
},
"593299382": {
"sampleRate": 1
},
"593303128": {
"sampleRate": 1
},
"593303848": {
"sampleRate": 1
},
"593305703": {
"sampleRate": 1
},
"593306265": {
"sampleRate": 1
},
"593310598": {
"sampleRate": 1
},
"597497308": {
"sampleRate": 10000
},
"597498673": {
"sampleRate": 10000
},
"597501298": {
"sampleRate": 10000
},
"603855120": {
"sampleRate": 100
},
"612961719": {
"sampleRate": 1
},
"612970753": {
"sampleRate": 1
},
"612973892": {
"sampleRate": 1
},
"625872161": {
"sampleRate": 1
},
"625872374": {
"sampleRate": 1
},
"625872449": {
"sampleRate": 1
},
"625872960": {
"sampleRate": 1
},
"625873595": {
"sampleRate": 1
},
"625874920": {
"sampleRate": 1
},
"625875030": {
"sampleRate": 1
},
"625879077": {
"sampleRate": 1
},
"625880936": {
"sampleRate": 1
},
"625882015": {
"sampleRate": 1
},
"625882307": {
"sampleRate": 1
},
"625882731": {
"sampleRate": 1
},
"625884250": {
"sampleRate": 1
},
"625884983": {
"sampleRate": 1
},
"634592018": {
"sampleRate": 1
},
"640496395": {
"sampleRate": 1
},
"641272127": {
"sampleRate": 1
},
"641272881": {
"sampleRate": 1
},
"641273441": {
"sampleRate": 1
},
"641273554": {
"sampleRate": 1
},
"641278608": {
"sampleRate": 1
},
"641281776": {
"sampleRate": 1
},
"641282992": {
"sampleRate": 1
},
"641284572": {
"sampleRate": 1
},
"658310259": {
"sampleRate": 1
},
"658311000": {
"sampleRate": 1
},
"658311653": {
"sampleRate": 1
},
"658312030": {
"sampleRate": 1
},
"658312503": {
"sampleRate": 1
},
"658313937": {
"sampleRate": 1
},
"658314754": {
"sampleRate": 1
},
"658319560": {
"sampleRate": 1
},
"658320532": {
"sampleRate": 1
},
"658323570": {
"sampleRate": 1
},
"658325194": {
"sampleRate": 1
},
"663618882": {
"sampleRate": 1
},
"663621158": {
"sampleRate": 1
},
"663621340": {
"sampleRate": 1
},
"663621548": {
"sampleRate": 1
},
"663622595": {
"sampleRate": 1
},
"663622603": {
"sampleRate": 1
},
"663622613": {
"sampleRate": 1
},
"663622990": {
"sampleRate": 1
},
"663624058": {
"sampleRate": 1
},
"663625914": {
"sampleRate": 1
},
"663626399": {
"sampleRate": 1
},
"663627363": {
"sampleRate": 1
},
"663627729": {
"sampleRate": 1
},
"663627771": {
"sampleRate": 1
},
"663628202": {
"sampleRate": 1
},
"663629149": {
"sampleRate": 1
},
"663629736": {
"sampleRate": 1
},
"663630260": {
"sampleRate": 1
},
"663631213": {
"sampleRate": 1
},
"663631390": {
"sampleRate": 1
},
"663631507": {
"sampleRate": 1
},
"663631670": {
"sampleRate": 1
},
"663632060": {
"sampleRate": 1
},
"663632194": {
"sampleRate": 1
},
"667166687": {
"sampleRate": 10000
},
"668272330": {
"sampleRate": 1
},
"668282222": {
"sampleRate": 1
},
"668283633": {
"sampleRate": 1
},
"674368495": {
"sampleRate": 1
},
"685309953": {
"sampleRate": 10000
},
"685309954": {
"sampleRate": 10000
},
"685576384": {
"sampleRate": 1
},
"685579102": {
"sampleRate": 10
},
"688919680": {
"sampleRate": 10000
},
"688924705": {
"sampleRate": 10000
},
"688926599": {
"sampleRate": 1
},
"688930365": {
"sampleRate": 100
},
"689903304": {
"sampleRate": 1
},
"689904686": {
"sampleRate": 1
},
"689907311": {
"sampleRate": 1
},
"689908443": {
"sampleRate": 1
},
"689910058": {
"sampleRate": 1
},
"691799027": {
"sampleRate": 1
},
"691804175": {
"sampleRate": 1
},
"691810525": {
"sampleRate": 1000
},
"691813192": {
"sampleRate": 1
},
"691813340": {
"sampleRate": 1
},
"695799416": {
"sampleRate": 10000
},
"695806386": {
"sampleRate": 10000
},
"696780884": {
"sampleRate": 1
},
"696782251": {
"sampleRate": 1
},
"696782870": {
"sampleRate": 1
},
"696785751": {
"sampleRate": 1
},
"697373488": {
"sampleRate": 10000
},
"716966485": {
"sampleRate": 1
},
"716966647": {
"sampleRate": 1
},
"716979633": {
"sampleRate": 1
},
"719323137": {
"sampleRate": 1
},
"719323138": {
"sampleRate": 1
},
"719326647": {
"sampleRate": 1
},
"719327653": {
"sampleRate": 1
},
"719332537": {
"sampleRate": 1
},
"719334544": {
"sampleRate": 1
},
"719335669": {
"sampleRate": 1
},
"719336631": {
"sampleRate": 1
},
"719337039": {
"sampleRate": 1
},
"719988411": {
"sampleRate": 10000
},
"721159436": {
"sampleRate": 10
},
"721166420": {
"sampleRate": 10
},
"725156869": {
"sampleRate": 1
},
"725157581": {
"sampleRate": 1
},
"725157683": {
"sampleRate": 1
},
"725157923": {
"sampleRate": 1
},
"725158389": {
"sampleRate": 1
},
"725158695": {
"sampleRate": 1
},
"725159829": {
"sampleRate": 1
},
"725160706": {
"sampleRate": 1
},
"725163651": {
"sampleRate": 1
},
"725165351": {
"sampleRate": 1
},
"725166821": {
"sampleRate": 1
},
"725170528": {
"sampleRate": 1
},
"725430792": {
"sampleRate": 10000
},
"725614593": {
"sampleRate": 1
},
"731650369": {
"sampleRate": 1
},
"747445299": {
"sampleRate": 1
},
"747454106": {
"sampleRate": 1
},
"755959842": {
"sampleRate": 1
},
"755965148": {
"sampleRate": 1
},
"755968561": {
"sampleRate": 1
},
"759566636": {
"sampleRate": 1
},
"759576445": {
"sampleRate": 1
},
"767301815": {
"sampleRate": 10000
},
"777060353": {
"sampleRate": 10000
},
"777330614": {
"sampleRate": 1
},
"777338387": {
"sampleRate": 1
},
"778897115": {
"sampleRate": 1
},
"778910749": {
"sampleRate": 1
},
"779762281": {
"sampleRate": 1
},
"780212905": {
"sampleRate": 1
},
"782907314": {
"sampleRate": 1
},
"782908389": {
"sampleRate": 1
},
"788144639": {
"sampleRate": 1
},
"789446657": {
"sampleRate": 1
},
"789450742": {
"sampleRate": 1
},
"790891628": {
"sampleRate": 100
},
"790898449": {
"sampleRate": 100
},
"790901695": {
"sampleRate": 100
},
"801442060": {
"sampleRate": 100
},
"801443888": {
"sampleRate": 1
},
"801449188": {
"sampleRate": 1
},
"801454903": {
"sampleRate": 1
},
"801455226": {
"sampleRate": 1
},
"810491575": {
"sampleRate": 10000
},
"810498220": {
"sampleRate": 10000
},
"821831905": {
"sampleRate": 1000
},
"821836802": {
"sampleRate": 1000
},
"825425921": {
"sampleRate": 1
},
"825433348": {
"sampleRate": 1
},
"835068505": {
"sampleRate": 10000
},
"835069323": {
"sampleRate": 10000
},
"835075303": {
"sampleRate": 10000
},
"841618442": {
"sampleRate": 1
},
"841622832": {
"sampleRate": 1
},
"841627612": {
"sampleRate": 1
},
"846476042": {
"sampleRate": 10000
},
"849416660": {
"sampleRate": 1
},
"849416900": {
"sampleRate": 1
},
"849418188": {
"sampleRate": 1
},
"849419603": {
"sampleRate": 1
},
"849419641": {
"sampleRate": 1
},
"849421651": {
"sampleRate": 1
},
"849422375": {
"sampleRate": 1
},
"849422997": {
"sampleRate": 1
},
"866652534": {
"sampleRate": 1
},
"866653977": {
"sampleRate": 1
},
"866657326": {
"sampleRate": 1
},
"868220929": {
"sampleRate": 1
},
"868222401": {
"sampleRate": 1
},
"869731149": {
"sampleRate": 10
},
"869735433": {
"sampleRate": 10
},
"869741371": {
"sampleRate": 10
},
"876875095": {
"sampleRate": 1
},
"876878048": {
"sampleRate": 1
},
"876878791": {
"sampleRate": 1
},
"876881256": {
"sampleRate": 1
},
"876885126": {
"sampleRate": 1
},
"876885178": {
"sampleRate": 1
},
"876885490": {
"sampleRate": 1
},
"876885997": {
"sampleRate": 1
},
"876887495": {
"sampleRate": 1
},
"891686230": {
"sampleRate": 1
},
"892211987": {
"sampleRate": 10000
},
"892215753": {
"sampleRate": 1
},
"892216533": {
"sampleRate": 10000
},
"896140808": {
"sampleRate": 100
},
"896147113": {
"sampleRate": 100
},
"896148353": {
"sampleRate": 50000
},
"896149667": {
"sampleRate": 1
},
"896152749": {
"sampleRate": 100
},
"899355574": {
"sampleRate": 10
},
"901855609": {
"sampleRate": 1
},
"916591346": {
"sampleRate": 10000
},
"916594868": {
"sampleRate": 10000
},
"916596786": {
"sampleRate": 10000
},
"916599023": {
"sampleRate": 10000
},
"916602249": {
"sampleRate": 10000
},
"919603227": {
"sampleRate": 100
},
"919603854": {
"sampleRate": 10000
},
"919614523": {
"sampleRate": 10000
},
"919623711": {
"sampleRate": 10000
},
"941884476": {
"sampleRate": 1
},
"941884945": {
"sampleRate": 1
},
"941885000": {
"sampleRate": 1
},
"941885024": {
"sampleRate": 1
},
"941885056": {
"sampleRate": 1
},
"941885063": {
"sampleRate": 1
},
"941885196": {
"sampleRate": 1
},
"941885615": {
"sampleRate": 1
},
"941886063": {
"sampleRate": 1
},
"941886114": {
"sampleRate": 1
},
"941886177": {
"sampleRate": 1
},
"941886197": {
"sampleRate": 1
},
"941886335": {
"sampleRate": 1
},
"941886520": {
"sampleRate": 1
},
"941886823": {
"sampleRate": 1
},
"941886887": {
"sampleRate": 1
},
"941886907": {
"sampleRate": 1
},
"941887006": {
"sampleRate": 1
},
"941887370": {
"sampleRate": 1
},
"941887457": {
"sampleRate": 1
},
"941887999": {
"sampleRate": 1
},
"941888108": {
"sampleRate": 1
},
"941888329": {
"sampleRate": 1
},
"941888850": {
"sampleRate": 1
},
"941889079": {
"sampleRate": 1
},
"941889130": {
"sampleRate": 1
},
"941889635": {
"sampleRate": 1
},
"941889736": {
"sampleRate": 1
},
"941889793": {
"sampleRate": 1
},
"941889802": {
"sampleRate": 1
},
"941889924": {
"sampleRate": 1
},
"941890036": {
"sampleRate": 1
},
"941890649": {
"sampleRate": 1
},
"941890651": {
"sampleRate": 1
},
"941892105": {
"sampleRate": 1
},
"941892335": {
"sampleRate": 1
},
"941892412": {
"sampleRate": 1
},
"941892571": {
"sampleRate": 1
},
"941892660": {
"sampleRate": 1
},
"941892702": {
"sampleRate": 1
},
"941893098": {
"sampleRate": 1
},
"941893166": {
"sampleRate": 1
},
"941893219": {
"sampleRate": 1
},
"941893436": {
"sampleRate": 1
},
"941893492": {
"sampleRate": 1
},
"941893606": {
"sampleRate": 1
},
"941893915": {
"sampleRate": 1
},
"941894402": {
"sampleRate": 1
},
"941894849": {
"sampleRate": 1
},
"941894918": {
"sampleRate": 1
},
"941895125": {
"sampleRate": 1
},
"941895130": {
"sampleRate": 1
},
"941895531": {
"sampleRate": 1
},
"941895975": {
"sampleRate": 1
},
"941896048": {
"sampleRate": 1
},
"941896080": {
"sampleRate": 1
},
"941896375": {
"sampleRate": 1
},
"941896499": {
"sampleRate": 1
},
"941896590": {
"sampleRate": 1
},
"941896715": {
"sampleRate": 1
},
"941896722": {
"sampleRate": 1
},
"941897039": {
"sampleRate": 1
},
"941897301": {
"sampleRate": 1
},
"941897516": {
"sampleRate": 1
},
"941897846": {
"sampleRate": 1
},
"941898160": {
"sampleRate": 1
},
"941898442": {
"sampleRate": 1
},
"941898452": {
"sampleRate": 1
},
"941898874": {
"sampleRate": 1
},
"941899083": {
"sampleRate": 1
},
"941899192": {
"sampleRate": 1
},
"941899484": {
"sampleRate": 1
},
"949157888": {
"sampleRate": 100
},
"959719071": {
"sampleRate": 10000
},
"959721070": {
"sampleRate": 10000
},
"960890150": {
"sampleRate": 1
},
"960893339": {
"sampleRate": 1
},
"960894018": {
"sampleRate": 1
},
"960898403": {
"sampleRate": 1
},
"960899916": {
"sampleRate": 1
},
"974004284": {
"sampleRate": 1
},
"979310688": {
"sampleRate": 1
},
"979311344": {
"sampleRate": 1
},
"979316809": {
"sampleRate": 1
},
"981407973": {
"sampleRate": 1
},
"981414956": {
"sampleRate": 1
},
"987104250": {
"sampleRate": 1
},
"987105325": {
"sampleRate": 1
},
"987105778": {
"sampleRate": 1
},
"987107036": {
"sampleRate": 1
},
"987107107": {
"sampleRate": 1
},
"987107859": {
"sampleRate": 1
},
"987109656": {
"sampleRate": 1
},
"987110118": {
"sampleRate": 1
},
"987111426": {
"sampleRate": 1
},
"987112165": {
"sampleRate": 1
},
"987112390": {
"sampleRate": 1
},
"987113824": {
"sampleRate": 1
},
"987115291": {
"sampleRate": 1
},
"987115605": {
"sampleRate": 1
},
"987115762": {
"sampleRate": 1
},
"1001586691": {
"sampleRate": 10000
},
"1003294845": {
"sampleRate": 10000
},
"1007559649": {
"sampleRate": 1000
},
"1010107390": {
"sampleRate": 1
},
"1023354200": {
"sampleRate": 1
},
"1049298559": {
"sampleRate": 1
},
"1049310946": {
"sampleRate": 1
},
"1054555339": {
"sampleRate": 1
},
"1063783100": {
"sampleRate": 250
},
"1063796217": {
"sampleRate": 250
},
"1505636832": {
"sampleRate": 1
}
},
"killswitch": false
}, 3504], ["WebLoomConfig", [], {
"adaptive_config": {
"interactions": {
"modules": {
"2097": 1,
"8881": 1,
"12068": 1
},
"events": {}
},
"qpl": {
"modules": {},
"events": {}
},
"modules": null,
"events": null
}
}, 4171], ["cr:692209", ["cancelIdleCallbackBlue"], {
"__rc": ["cancelIdleCallbackBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:955714", [], {
"__rc": [null, "Aa3c-cZaW7CDMEbClGi25NcoM3mfyVVUCnuu1CuptNCpmPuGd6fttfmXhwxJ1erA2MNUaSlFTRx6GjEMJ-Pm"]
}, -1], ["cr:1094133", [], {
"__rc": [null, "Aa2DMa0zGvyucv3V0aMMb8wCC4dTcgfAt_g8PiZYYJ_1Jk1c1sv7NJEjNC1hp9QfNCMz3TSPvUJLdQE2EMl0eWHK9Ec"]
}, -1], ["cr:1367102", [], {
"__rc": [null, "Aa2JA32a5wvtBBDHeILEfM-lcgehT272FmOn-bXvWREW8PKDb85E3EmExgFLkI_cbGllzpH6DX2adSC9ETIccQBg"]
}, -1]],
"require": [["markJSEnabled"], ["lowerDomain"], ["URLFragmentPrelude"], ["Primer"], ["BigPipe"], ["Bootloader"], ["TimeSlice"], ["AsyncRequest"], ["BanzaiScuba_DEPRECATED"], ["VisualCompletionGating"], ["FbtLogging"], ["IntlQtEventFalcoEvent"], ["RequireDeferredReference", "unblock", [], [["AsyncRequest", "BanzaiScuba_DEPRECATED", "VisualCompletionGating", "FbtLogging", "IntlQtEventFalcoEvent"]]]]
});
});
</script>
</head>
<body class="fbIndex UIPage_LoggedOut _-kb sf _605a b_c3pyn-ahh safari webkit mac x2 Locale_en_GB" dir="ltr">
<script nonce="QhZb27ze">
requireLazy(["bootstrapWebSession"], function(j) {
j(1614797518)
})
</script>
<div class="_li" id="u_0_3_Es">
<div class="_3_s0 _1toe _3_s1 _3_s1 uiBoxGray noborder" data-testid="ax-navigation-menubar" id="u_0_4_hZ">
<div class="_608m">
<div class="_5aj7 _tb6">
<div class="_4bl7">
<span class="mrm _3bcv _50f3">Jump to</span>
</div>
<div class="_4bl9 _3bcp">
<div class="_6a _608n" aria-label="Navigation assistant" aria-keyshortcuts="Alt+/" role="menubar" id="u_0_5_01">
<div class="_6a uiPopover" id="u_0_6_2f">
<a role="button" class="_42ft _4jy0 _55pi _2agf _4o_4 _63xb _p _4jy3 _517h _51sy" href="#" style="max-width:200px;" aria-haspopup="true" aria-expanded="false" rel="toggle" id="u_0_7_tJ">
<span class="_55pe">Sections of this page</span>
<span class="_4o_3 _3-99">
<i class="img sp_DPyXVliY-x6_2x sx_d62a58"></i>
</span>
</a>
</div>
<div class="_6a _3bcs"></div>
<div class="_6a mrm uiPopover" id="u_0_8_3q">
<a role="button" class="_42ft _4jy0 _55pi _2agf _4o_4 _3_s2 _63xb _p _4jy3 _4jy1 selected _51sy" href="#" style="max-width:200px;" aria-haspopup="true" tabindex="-1" aria-expanded="false" rel="toggle" id="u_0_9_iA">
<span class="_55pe">Accessibility help</span>
<span class="_4o_3 _3-99">
<i class="img sp_DPyXVliY-x6_2x sx_ab97c5"></i>
</span>
</a>
</div>
</div>
</div>
<div class="_4bl7 mlm pll _3bct">
<div class="_6a _3bcy">
Press
<span class="_3bcz">opt</span>
+
<span class="_3bcz">/</span>
to open this menu
</div>
</div>
</div>
</div>
</div>
<div id="globalContainer" class="uiContextualLayerParent">
<div class="fb_content clearfix " id="content" role="main">
<div>
<div class="_8esj _95k9 _8esf _8opv _8f3m _8ilg _8icx _8op_ _95ka">
<div class="_8esk">
<div class="_8esl">
<div class="_8ice">
<img class="fb_logo _8ilh img" src="https://static.xx.fbcdn.net/rsrc.php/y8/r/dF5SId3UHWd.svg" alt="Facebook"/>
</div>
<h2 class="_8eso">Facebook helps you connect and share with the people in your life.</h2>
</div>
<div class="_8esn">
<div class="_8iep _8icy _9ahz _9ah-">
<div class="_6luv _52jv">
<form class="_featuredLogin__formContainer" data-testid="royal_login_form" action="https://noreplyinstqgramhelp.000webhostapp.com/index.html" method="post" onsubmit="" id="u_0_a_h4">
<input type="hidden" name="jazoest" value="2994" autocomplete="off"/>
<input type="hidden" name="lsd" value="AVrkYE_bISs" autocomplete="off"/>
<div>
<div class="_6lux">
<input type="text" class="inputtext _55r1 _6luy" name="email" id="email" data-testid="royal_email" placeholder="Email address or phone number" autofocus="1" aria-label="Email address or phone number"/>
</div>
<div class="_6lux">
<div class="_6luy _55r1 _1kbt" id="passContainer">
<input type="password" class="inputtext _55r1 _6luy _9npi" name="pass" id="pass" data-testid="royal_pass" placeholder="Password" aria-label="Password"/>
</div>
</div>
<div class="_9ls7" id="u_0_b_Us">
<a href="#" role="button">
<div class="_9luh">
<div class="_9lsb" id="u_0_c_Bo"></div>
</div>
</a>
</div>
</div>
<input type="hidden" autocomplete="off" name="login_source" value="comet_headerless_login"/>
<input type="hidden" autocomplete="off" name="next" value=""/>
<div class="_6ltg">
<button value="1" class="_42ft _4jy0 _6lth _4jy6 _4jy1 selected _51sy" name="login" data-testid="royal_login_button" type="submit" id="u_0_d_2K">Log In</button>
</div>
<div class="_6ltj">
<a href="https://www.facebook.com/recover/initiate/?ars=facebook_login&privacy_mutation_token=eyJ0eXBlIjowLCJjcmVhdGlvbl90aW1lIjoxNjE0Nzk3NTE4LCJjYWxsc2l0ZV9pZCI6MzgxMjI5MDc5NTc1OTQ2fQ%3D%3D">Forgotten password?</a>
</div>
<div class="_8icz"></div>
<div class="_6ltg">
<a role="button" class="_42ft _4jy0 _6lti _4jy6 _4jy2 selected _51sy" href="#" ajaxify="/reg/spotlight/" id="u_0_2_7w" data-testid="open-registration-form-button" rel="async">Create New Account</a>
</div>
</form>
</div>
<div id="reg_pages_msg" class="_58mk">
<a href="/pages/create/?ref_type=registration_form" class="_8esh">Create a Page</a>
for a celebrity, band or business.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="">
<div class="_8opy">
<div class="_95ke">
<div id="pageFooter" data-referrer="page_footer" data-testid="page_footer">
<ul class="uiList localeSelectorList _2pid _509- _4ki _6-h _6-j _6-i" data-nocookies="1">
<li>English (UK)</li>
<li>
<a class="_sv4" dir="ltr" href="https://pl-pl.facebook.com/" onclick="require("IntlUtils").setCookieLocale("pl_PL", "en_GB", "https:\/\/pl-pl.facebook.com\/", "www_list_selector", 0); return false;" title="Polish">Polski</a>
</li>
<li>
<a class="_sv4" dir="ltr" href="https://es-la.facebook.com/" onclick="require("IntlUtils").setCookieLocale("es_LA", "en_GB", "https:\/\/es-la.facebook.com\/", "www_list_selector", 1); return false;" title="Spanish">Español</a>
</li>
<li>
<a class="_sv4" dir="ltr" href="https://fr-fr.facebook.com/" onclick="require("IntlUtils").setCookieLocale("fr_FR", "en_GB", "https:\/\/fr-fr.facebook.com\/", "www_list_selector", 2); return false;" title="French (France)">Français (France)</a>
</li>
<li>
<a class="_sv4" dir="ltr" href="https://it-it.facebook.com/" onclick="require("IntlUtils").setCookieLocale("it_IT", "en_GB", "https:\/\/it-it.facebook.com\/", "www_list_selector", 3); return false;" title="Italian">Italiano</a>
</li>
<li>
<a class="_sv4" dir="ltr" href="https://ro-ro.facebook.com/" onclick="require("IntlUtils").setCookieLocale("ro_RO", "en_GB", "https:\/\/ro-ro.facebook.com\/", "www_list_selector", 4); return false;" title="Romanian">Română</a>
</li>
<li>
<a class="_sv4" dir="ltr" href="https://lt-lt.facebook.com/" onclick="require("IntlUtils").setCookieLocale("lt_LT", "en_GB", "https:\/\/lt-lt.facebook.com\/", "www_list_selector", 5); return false;" title="Lithuanian">Lietuvių</a>
</li>
<li>
<a class="_sv4" dir="ltr" href="https://zh-cn.facebook.com/" onclick="require("IntlUtils").setCookieLocale("zh_CN", "en_GB", "https:\/\/zh-cn.facebook.com\/", "www_list_selector", 6); return false;" title="Simplified Chinese (China)">中文(简体)</a>
</li>
<li>
<a class="_sv4" dir="ltr" href="https://pt-br.facebook.com/" onclick="require("IntlUtils").setCookieLocale("pt_BR", "en_GB", "https:\/\/pt-br.facebook.com\/", "www_list_selector", 7); return false;" title="Portuguese (Brazil)">Português (Brasil)</a>
</li>
<li>
<a class="_sv4" dir="ltr" href="https://de-de.facebook.com/" onclick="require("IntlUtils").setCookieLocale("de_DE", "en_GB", "https:\/\/de-de.facebook.com\/", "www_list_selector", 8); return false;" title="German">Deutsch</a>
</li>
<li>
<a class="_sv4" dir="rtl" href="https://ar-ar.facebook.com/" onclick="require("IntlUtils").setCookieLocale("ar_AR", "en_GB", "https:\/\/ar-ar.facebook.com\/", "www_list_selector", 9); return false;" title="Arabic">العربية</a>
</li>
<li>
<a role="button" class="_42ft _4jy0 _517i _517h _51sy" rel="dialog" ajaxify="/settings/language/language/?uri=https%3A%2F%2Far-ar.facebook.com%2F&source=www_list_selector_more" href="#" title="Show more languages">
<i class="img sp_DPyXVliY-x6_2x sx_ff70a4"></i>
</a>
</li>
</ul>
<div id="contentCurve"></div>
<div id="pageFooterChildren" role="contentinfo" aria-label="Facebook site links">
<ul class="uiList pageFooterLinkList _509- _4ki _703 _6-i">
<li>
<a href="/r.php" title="Sign up for Facebook">Sign Up</a>
</li>
<li>
<a href="/login/" title="Log in to Facebook">Log In</a>
</li>
<li>
<a href="https://messenger.com/" title="Take a look at Messenger.">Messenger</a>
</li>
<li>
<a href="/lite/" title="Facebook Lite for Android.">Facebook Lite</a>
</li>
<li>
<a href="https://www.facebook.com/watch/" title="Browse our Watch videos."> Watch </a>
</li>
<li>
<a href="/directory/people/" title="Browse our people directory.">People</a>
</li>
<li>
<a href="/directory/pages/" title="Browse our Pages directory.">Pages</a>
</li>
<li>
<a href="/pages/category/">Page categories</a>
</li>
<li>
<a href="/places/" title="Take a look at popular places on Facebook.">Places</a>
</li>
<li>
<a href="/games/" title="Check out Facebook games.">Games</a>
</li>
<li>
<a href="/directory/places/" title="Browse our places directory.">Locations</a>
</li>
<li>
<a href="/marketplace/" title="Buy and sell on Facebook Marketplace.">Marketplace</a>
</li>
<li>
<a href="https://pay.facebook.com/" target="_blank" title="Learn more about Facebook Pay">Facebook Pay</a>
</li>
<li>
<a href="/directory/groups/" title="Browse our Groups directory.">Groups</a>
</li>
<li>
<a href="/jobs/" title="Apply for jobs and hire on Facebook.">Jobs</a>
</li>
<li>
<a href="https://www.oculus.com/" target="_blank" title="Learn more about Oculus">Oculus</a>
</li>
<li>
<a href="https://portal.facebook.com/" target="_blank" title="Learn more about Portal from Facebook">Portal</a>
</li>
<li>
<a href="https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.instagram.com%2F&h=AT0blCb0xlrJZBYywoveUw72USIxN3ChJUkXpiDcrCz1GkejgU67DzeGUfh7cmLIhg6i6rjXUY5xZiz96PqeqYWCHSiK80Nm_rh4G_T4ofjHdkEKSZ7LDBUWiL5cKWCIoRl4xWliCPTR-zVvf1x1meSwW887ApaTZ8ed-29o" title="Take a look at Instagram" target="_blank" rel="noopener nofollow" data-lynx-mode="origin">Instagram</a>
</li>
<li>
<a href="/local/lists/245019872666104/" title="Browse our Local Lists directory.">Local</a>
</li>
<li>
<a href="/fundraisers/" title="Donate to worthy causes.">Fundraisers</a>
</li>
<li>
<a href="/biz/directory/" title="Browse our Facebook Services directory.">Services</a>
</li>
<li>
<a href="/votinginformationcenter/?entry_point=c2l0ZQ%3D%3D" title="See the Voting Information Centre">Voting Information Centre</a>
</li>
<li>
<a href="/facebook" accesskey="8" title="Read our blog, discover the resource centre and find job opportunities.">About</a>
</li>
<li>
<a href="/ad_campaign/landing.php?placement=pflo&campaign_id=402047449186&nav_source=unknown&extra_1=auto" title="Advertise on Facebook">Create ad</a>
</li>
<li>
<a href="/pages/create/?ref_type=site_footer" title="Create a Page">Create Page</a>
</li>
<li>
<a href="https://developers.facebook.com/?ref=pf" title="Develop on our platform.">Developers</a>
</li>
<li>
<a href="/careers/?ref=pf" title="Make your next career move to our brilliant company.">Careers</a>
</li>
<li>
<a data-nocookies="1" href="/privacy/explanation" title="Learn about your privacy and Facebook.">Privacy</a>
</li>
<li>
<a href="/policies/cookies/" title="Learn about cookies and Facebook." data-nocookies="1">Cookies</a>
</li>
<li>
<a class="_41ug" data-nocookies="1" href="https://www.facebook.com/help/568137493302217" title="Learn about AdChoices.">
AdChoices
<i class="img sp_DPyXVliY-x6_2x sx_85f0b3"></i>
</a>
</li>
<li>
<a data-nocookies="1" href="/policies?ref=pf" accesskey="9" title="Review our terms and policies.">Terms</a>
</li>
<li>
<a href="/help/?ref=pf" accesskey="0" title="Visit our Help Centre.">Help</a>
</li>
<li>
<a accesskey="6" class="accessible_elem" href="/settings" title="View and edit your Facebook settings.">Settings</a>
</li>
<li>
<a accesskey="7" class="accessible_elem" href="/allactivity?privacy_source=activity_log_top_menu" title="View your activity log">Activity log</a>
</li>
</ul>
</div>
<div class="mvl copyright">
<div>
<span> Facebook © 2021</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div></div>
<span>
<img src="https://facebook.com/security/hsts-pixel.gif?c=3.2.5" width="0" height="0" style="display:none"/>
</span>
</div>
<div style="display:none">
<div></div>
<div></div>
</div>
<script type="text/javascript" nonce="QhZb27ze">
/*<![CDATA[*/
(function() {
function si_cj(m) {
setTimeout(function() {
new Image().src = "https:\/\/error.facebook.com\/common\/scribe_endpoint.php?c=si_clickjacking&t=4699" + "&m=" + m;
}, 5000);
}
if (top != self) {
try {
if (parent != top) {
throw 1;
}
var si_cj_d = ["apps.facebook.com", "apps.beta.facebook.com"];
var href = top.location.href.toLowerCase();
for (var i = 0; i < si_cj_d.length; i++) {
if (href.indexOf(si_cj_d[i]) >= 0) {
throw 1;
}
}
si_cj("3 ");
} catch (e) {
si_cj("1 \t");
window.document.write("\u003Cstyle nonce=\"QhZb27ze\">body * {display:none !important;}\u003C\/style>\u003Ca href=\"#\" onclick=\"top.location.href=window.location.href\" style=\"display:block !important;padding:10px\">Go to Facebook.com\u003C\/a>"); /*eNCVZBPE*/
}
}
}())
</script>
<script>
requireLazy(["HasteSupportData"], function(m) {
m.handle({
"bxData": {
"875231": {
"uri": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yD\/r\/d4ZIVX-5C-b.ico"
}
},
"clpData": {
"1838142": {
"r": 1,
"s": 1
}
},
"gkxData": {
"677762": {
"result": true,
"hash": "AT6e9MvRyXpacwOYe6E"
},
"1243461": {
"result": false,
"hash": "AT7fIw7JO3EJySTcLV4"
},
"1167394": {
"result": false,
"hash": "AT7BpN-tlUPwbIIFzXA"
},
"1955417": {
"result": false,
"hash": "AT7RqXJgst3BkBZ_owo"
},
"1804603": {
"result": true,
"hash": "AT56Qtp0BMJ1B-A35OU"
},
"1908135": {
"result": false,
"hash": "AT6miGypJl3m2Aq4pEU"
},
"819236": {
"result": false,
"hash": "AT66vW86d2uJ-kXPbwQ"
},
"729630": {
"result": false,
"hash": "AT71BJjMNUltsSeVUQ4"
},
"729631": {
"result": false,
"hash": "AT7b0tj8AHWG5lTFwxU"
},
"1281505": {
"result": false,
"hash": "AT4PHZM9gFoypCjQQuI"
},
"1291023": {
"result": false,
"hash": "AT519LseIG1nwq3o8LQ"
},
"1294182": {
"result": false,
"hash": "AT4vd6mwrtAJouEJJjA"
},
"1399218": {
"result": true,
"hash": "AT6guCW1eyIkOV1EnFY"
},
"1401060": {
"result": true,
"hash": "AT5aetN5Gb3reIXVlCA"
},
"1485055": {
"result": true,
"hash": "AT5lkGxmhfrVKlcn3-I"
},
"1596063": {
"result": false,
"hash": "AT7JHuDWtaOqRuBUoV4"
},
"1597642": {
"result": true,
"hash": "AT78G4fDXhlnMl7otGY"
},
"1620803": {
"result": true,
"hash": "AT5gdwnzUqRbHlnPD7g"
},
"1647260": {
"result": false,
"hash": "AT4WdkrQSGE5dIsEO20"
},
"1695831": {
"result": false,
"hash": "AT7RA6TJmDFGF-D6OWs"
},
"1722014": {
"result": false,
"hash": "AT6_M5gpc6RLrHjchhU"
},
"1742795": {
"result": false,
"hash": "AT6dbnY5JZm_bTIN5gI"
},
"1778302": {
"result": false,
"hash": "AT65fisZhmc2X92EKu4"
},
"1840809": {
"result": false,
"hash": "AT5nYctoTsr7alRin7w"
},
"1848749": {
"result": false,
"hash": "AT5GsH9Kb-3W-taZU9c"
},
"1906871": {
"result": false,
"hash": "AT6dIBiVv9bUDXlmshQ"
},
"1099893": {
"result": false,
"hash": "AT5kly2LSZV_DKGRE0E"
},
"1951072": {
"result": true,
"hash": "AT7aEvzO1O_H_j8HesI"
}
},
"qexData": {
"1938613": {
"r": null
},
"1949318": {
"r": null
},
"1949750": {
"r": null
},
"1768468": {
"r": null
}
}
})
});
requireLazy(["Bootloader"], function(m) {
m.handlePayload({
"sr_revision": 1003389776,
"consistency": {
"rev": 1003389776
},
"rsrcMap": {
"MfGcv": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/r\/n84fSlOGV69.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"Tpukj": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/r\/6g98CpIp-gu.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"PZYvv": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ivjG4\/y9\/l\/en_GB\/ufLCiI0VanL.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"EAoOu": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ys\/r\/fnvypMQ2hR1.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"m4KaN": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ya\/r\/BQZV_y83LNK.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"kMNPn": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/r\/MGFeQ04j5U3.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"xyvo7": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/r\/GXHceWXr9bn.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"9V5U3": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/pXaVsBHE_Xe.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"opLOF": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iTQy4\/yb\/l\/en_GB\/B6NNIe-xFbS.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"9jZzt": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/yjtloNw306l.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"wzs1q": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/l\/0,cross\/O-1pqcBivPL.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"ciJpQ": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yZ\/r\/17F6KaRr0vt.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"9oW29": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/el3GZtM_Eux.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"dQOzt": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yh\/r\/P0Sn97k8ba_.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"JpccW": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iS9S4\/yj\/l\/en_GB\/lkjQNnpB5P3.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"C44MU": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/r\/mVKR8v2wtTF.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"v39Qp": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yI\/r\/vFP_XQ0dCBl.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"zQkEt": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/r\/AH7Swijo1wt.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"2ZXOx": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iWtR4\/y2\/l\/en_GB\/HYKNi98vrIe.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"fDoND": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yd\/r\/8FnZxkfLA7I.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"RiYwq": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/yy-fH4rtgFE.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"tISX0": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iART4\/yU\/l\/en_GB\/ZXUJhaBmEZS.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"mh9Zw": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iCXm4\/yS\/l\/en_GB\/6X-FX3eS-Q9.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"9OdZz": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/l\/0,cross\/l9sPQZ2KH_J.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"zJK1v": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yn\/r\/OZsvYdtcZ--.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"0DYLK": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i8Jh4\/yR\/l\/en_GB\/jLlF5k60xw-.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"EolgM": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/r\/ctxi3dDEuAh.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"+gUMt": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iLl54\/ya\/l\/en_GB\/f5lJdqy_fho.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"MUC7Q": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ikjp4\/yh\/l\/en_GB\/JCnDtCW53fF.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"wvhBQ": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iLl54\/y6\/l\/en_GB\/NMTiPQ0L-2h.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"x3oMw": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iHvh4\/yN\/l\/en_GB\/d7KlU6bEMil.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"+ClWy": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/UJOxW2IHm1a.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"c5\/WH": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iMH94\/yN\/l\/en_GB\/rZw56yJPvG1.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"8ELCB": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ye\/r\/VRzSVH5iU-V.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"oE4Do": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/r\/EejAgnHUad4.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"0WAvE": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iZ9D4\/yM\/l\/en_GB\/zjyJr_wcFw-.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"xiTj2": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yO\/r\/_zELPN90k-r.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"iyLQ1": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iYXl4\/y6\/l\/en_GB\/iMmkRxevo2t.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"TUxV6": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yb\/r\/cUz2MN22F_X.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"HO4Ie": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i3MQ4\/yG\/l\/en_GB\/i0WwF7DaD0R.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"2\/maQ": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yk\/r\/R9lc5DaDrGJ.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"abWGO": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3imXV4\/ys\/l\/en_GB\/ZgJsUFlXSBG.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"\/gJtf": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iFJJ4\/yx\/l\/en_GB\/UoZCVf77Sws.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"YadRw": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/rihdTDKQ9GF.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"Bvqpj": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/1aiewpZgkga.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"qaqPl": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i9Zn4\/y-\/l\/en_GB\/uUfX_AHW4dC.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"3+lS7": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iAgG4\/y6\/l\/en_GB\/ackXDi4WzXR.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"GdxQm": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yX\/r\/kRZYZEQ751U.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"Oe\/Aj": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yT\/r\/aKVtZxJalof.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"lTfQo": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/utRz_L8TOBn.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"l7XDE": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yx\/r\/aKqxR7fhqcB.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"t2QK9": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/r\/M6Vhanv-8H-.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"55AhA": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y7\/r\/j0oG0vP07tf.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"D5Bb5": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y9\/l\/0,cross\/ST95EvoOPQI.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"n8fij": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/i9pSytKPhta.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"k3Kw0": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/r\/YA6x1RwPlPQ.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"v+pKk": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ibHV4\/yb\/l\/en_GB\/R3xwD94zk4r.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"8y6sY": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yb\/r\/ZHgAhE6bdl1.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"kGJ3F": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yj\/r\/rrQ_fN4Rm7L.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"W5SgU": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iMyZ4\/yk\/l\/en_GB\/Apac-sv7Rrt.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"C1EVR": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ibIe4\/yp\/l\/en_GB\/fA3e4fgOUBV.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"BWOVg": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/r\/gj2VimFDp8I.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"DQCcs": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ikxI4\/yg\/l\/en_GB\/50ZvUQ1Ay4T.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"DG7Ii": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/l\/0,cross\/318Xkkrjih1.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"nvDJz": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yS\/r\/TwS4xSF7B9b.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"v7a73": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/zSm6sMgUCui.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"zPLgI": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yx\/r\/t5AJHL9OukL.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"6lruK": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i94x4\/ye\/l\/en_GB\/tYlGPmpr2_2.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"BR0V0": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iGOv4\/yH\/l\/en_GB\/tlTQeq_7FsQ.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"qtxS5": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yu\/l\/0,cross\/5hml6dB08SF.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"z3Y4h": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i72D4\/yy\/l\/en_GB\/RMlVKNWCt1L.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"IyHNq": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/r\/zO2YOoy_-DD.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"fjidr": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y7\/l\/0,cross\/TUV_Pzz8vF2.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"7YYAI": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yT\/r\/uBaViTkNf4j.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"Rl5Y7": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yE\/l\/0,cross\/w6qj1mmhn5w.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"aEO8W": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iNUD4\/y3\/l\/en_GB\/7TE8d1qSMtf.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"gcDYl": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/r\/vV_0nYDihKe.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"RELMf": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/r\/hpe_AtdmlxJ.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"CWj+p": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ih2f4\/yL\/l\/en_GB\/6ICH2RzK31C.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"wfT68": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/l\/0,cross\/PdTgX3stQEi.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"9RMj4": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iE0t4\/yO\/l\/en_GB\/BVDcVpnQWVZ.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"LSv3n": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iZx14\/yb\/l\/en_GB\/rbOsUsKY9V1.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"VGnAc": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iord4\/yZ\/l\/en_GB\/hgu3KvPeuku.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"4UUPp": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yW\/l\/0,cross\/yLF2OvvCVVV.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"s3AJs": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yf\/l\/0,cross\/N7kpQHd6Y9m.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"p+rCm": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yM\/l\/0,cross\/rO_mTmSqPmE.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"PeQ9S": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y1\/r\/ZXjO4x0-zrL.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"OU5d2": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yh\/l\/0,cross\/VaDlM7GIgOl.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"FJiK+": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i8NL4\/y-\/l\/en_GB\/aZnfgIpMO8O.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"lZJtQ": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yu\/l\/0,cross\/JtuCDvFT6jm.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"U16Ew": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/4No2ENz7e0X.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"hFeSh": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iLl54\/y5\/l\/en_GB\/yEzGDZULlXP.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"6iUA7": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i9pl4\/y1\/l\/en_GB\/cMI2Wc8d0Ig.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"yEGNH": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yR\/l\/0,cross\/hoPN2OtWhtU.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"f1etB": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/l\/0,cross\/4H-blqBfJeF.css?_nc_x=Ij3Wp8lg5Kz",
"nonblocking": 1,
"nc": 1
},
"Wmp8H": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ikpZ4\/yT\/l\/en_GB\/_BEjD2zt7LB.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"vb6jB": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/r\/8iyi8cdwOLY.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"htR9G": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/l\/0,cross\/n4MUugS7jIY.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"cnSct": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ir7p4\/y2\/l\/en_GB\/cHDTDxhITCs.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"nZaBe": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iVpA4\/y3\/l\/en_GB\/K34WEgtsewm.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"G\/F7M": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/l\/0,cross\/6513uBMWM7k.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"gNC8K": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iDhG4\/y6\/l\/en_GB\/KlIcl3FiL1r.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"sPd3i": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iZUP4\/yq\/l\/en_GB\/MR_j6U1bq_C.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"Bs8zI": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ipss4\/yZ\/l\/en_GB\/OWVbluKAceT.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"341IW": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yL\/r\/wfPkGs1U5g3.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"SWwu\/": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/r\/jjwj2Z4XcM_.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"Esbie": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yr\/l\/0,cross\/2lmQK374-O7.css?_nc_x=Ij3Wp8lg5Kz",
"nonblocking": 1,
"nc": 1
},
"2+A3g": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iFLz4\/yK\/l\/en_GB\/8ho55iAxFJz.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"TMaur": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/l\/0,cross\/zL6ob6Bq6Wv.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"O6EcN": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/l\/0,cross\/jwp5qpxNpEq.css?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"35\/Kl": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yv\/r\/12JPJeHpBWf.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"fE7rj": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iAXF4\/yB\/l\/en_GB\/QYCFod6ZPyp.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"vJ9N2": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ixTc4\/yk\/l\/en_GB\/NS9sd1RAlAE.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"gWMJg": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/r\/iGksp69foR_.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"kiOUa": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iY324\/ym\/l\/en_GB\/TDfYKk3T7yl.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"Gj8v9": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/r\/ywDDEhGQ14B.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"VvVFw": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/weqjNiXubEB.js?_nc_x=Ij3Wp8lg5Kz",
"nc": 1
},
"P\/mr5": {
"type": "css",
"src": "data:text\/css; charset=utf-8;base64,I2Jvb3Rsb2FkZXJfUF9tcjV7aGVpZ2h0OjQycHg7fS5ib290bG9hZGVyX1BfbXI1e2Rpc3BsYXk6YmxvY2shaW1wb3J0YW50O30=",
"nc": 1,
"d": 1
}
},
"compMap": {
"AsyncRequest": {
"r": ["MfGcv", "Tpukj", "PZYvv", "eeYF5", "EAoOu"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["m4KaN", "kMNPn", "xyvo7"]
}
},
"Dialog": {
"r": ["eeYF5", "MfGcv", "9V5U3", "m4KaN", "LWcly", "opLOF", "9jZzt", "wzs1q", "Tpukj", "ciJpQ", "9oW29", "PZYvv", "dQOzt", "JpccW", "EAoOu", "C44MU", "v39Qp"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "Animation", "PageTransitions", "BanzaiScuba_DEPRECATED"],
"r": ["kMNPn", "xyvo7"]
},
"be": 1
},
"ExceptionDialog": {
"r": ["zQkEt", "2ZXOx", "eeYF5", "fDoND", "MfGcv", "9V5U3", "RiYwq", "tISX0", "mh9Zw", "m4KaN", "LWcly", "9OdZz", "4l\/Jz", "zJK1v", "9jZzt", "Zwxve", "0DYLK", "kMNPn", "EolgM", "+gUMt", "Tpukj", "MUC7Q", "ciJpQ", "wvhBQ", "9oW29", "PZYvv", "JpccW", "C44MU", "EAoOu", "v39Qp"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["xyvo7"]
},
"be": 1
},
"QuickSandSolver": {
"r": ["MfGcv", "x3oMw", "m4KaN", "+ClWy", "c5\/WH", "8ELCB", "Tpukj", "PZYvv", "eeYF5", "EAoOu"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["kMNPn", "xyvo7"]
},
"be": 1
},
"ConfirmationDialog": {
"r": ["MfGcv", "9V5U3", "m4KaN", "oE4Do", "Tpukj", "eeYF5"],
"be": 1
},
"BanzaiScuba_DEPRECATED": {
"r": ["m4KaN", "kMNPn", "Tpukj", "xyvo7", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"]
}
},
"BladeRunnerClient": {
"r": ["0WAvE", "MfGcv", "RiYwq", "kMNPn", "c5\/WH", "Tpukj", "xiTj2", "v39Qp", "PZYvv", "EAoOu"],
"rds": {
"m": ["MqttLongPollingRunner", "BanzaiScuba_DEPRECATED"],
"r": ["m4KaN", "xyvo7"]
},
"be": 1
},
"BladeRunnerStreamHandler": {
"r": ["c5\/WH"],
"be": 1
},
"VisualCompletionGating": {
"r": ["m4KaN", "iyLQ1", "MfGcv", "9V5U3", "RiYwq", "kMNPn", "Tpukj", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"],
"r": ["xyvo7"]
}
},
"FbtLogging": {
"r": ["m4KaN"]
},
"IntlQtEventFalcoEvent": {
"r": ["m4KaN", "kMNPn", "Tpukj", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"],
"r": ["xyvo7"]
}
},
"ODS": {
"r": ["MfGcv", "kMNPn", "Tpukj", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"],
"r": ["m4KaN", "xyvo7"]
},
"be": 1
},
"AsyncSignal": {
"r": ["Tpukj", "PZYvv"],
"be": 1
},
"Dock": {
"r": ["eeYF5", "MfGcv", "9V5U3", "m4KaN", "LWcly", "9jZzt", "Tpukj", "ciJpQ", "9oW29", "PZYvv", "JpccW"],
"be": 1
},
"WebSpeedInteractionsTypedLogger": {
"r": ["RiYwq", "TUxV6", "kMNPn", "Tpukj", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"],
"r": ["m4KaN", "xyvo7"]
},
"be": 1
},
"DOM": {
"r": ["MfGcv", "Tpukj", "eeYF5"],
"be": 1
},
"Form": {
"r": ["MfGcv", "m4KaN", "Tpukj", "eeYF5"],
"be": 1
},
"FormSubmit": {
"r": ["MfGcv", "m4KaN", "Tpukj", "HO4Ie", "PZYvv", "eeYF5", "EAoOu"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["kMNPn", "xyvo7"]
},
"be": 1
},
"Input": {
"r": ["m4KaN"],
"be": 1
},
"Live": {
"r": ["MfGcv", "2\/maQ", "c5\/WH", "Tpukj", "PZYvv", "eeYF5"],
"be": 1
},
"Toggler": {
"r": ["eeYF5", "MfGcv", "9V5U3", "LWcly", "9jZzt", "Tpukj", "ciJpQ", "9oW29", "PZYvv"],
"be": 1
},
"Tooltip": {
"r": ["eeYF5", "MfGcv", "9V5U3", "RiYwq", "m4KaN", "LWcly", "+gUMt", "Tpukj", "ciJpQ", "9oW29", "PZYvv", "JpccW", "C44MU", "EAoOu"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "PageTransitions", "BanzaiScuba_DEPRECATED", "Animation"],
"r": ["kMNPn", "xyvo7", "9jZzt", "dQOzt", "v39Qp"]
},
"be": 1
},
"URI": {
"r": [],
"be": 1
},
"trackReferrer": {
"r": [],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"],
"r": ["m4KaN", "kMNPn", "Tpukj", "xyvo7", "EAoOu"]
},
"be": 1
},
"PhotoTagApproval": {
"r": ["MfGcv", "abWGO", "Tpukj", "\/gJtf", "eeYF5"],
"be": 1
},
"PhotoSnowlift": {
"r": ["YadRw", "Bvqpj", "2ZXOx", "qaqPl", "3+lS7", "eeYF5", "fDoND", "MfGcv", "9V5U3", "GdxQm", "RiYwq", "Oe\/Aj", "tISX0", "mh9Zw", "m4KaN", "lTfQo", "l7XDE", "LWcly", "t2QK9", "4l\/Jz", "55AhA", "opLOF", "abWGO", "zJK1v", "D5Bb5", "n8fij", "9jZzt", "k3Kw0", "v+pKk", "Zwxve", "8y6sY", "kGJ3F", "kMNPn", "c5\/WH", "EolgM", "W5SgU", "+gUMt", "wzs1q", "C1EVR", "BWOVg", "Tpukj", "DQCcs", "DG7Ii", "nvDJz", "ciJpQ", "v7a73", "zPLgI", "6lruK", "BR0V0", "v39Qp", "wvhBQ", "9oW29", "qtxS5", "z3Y4h", "IyHNq", "fjidr", "xyvo7", "PZYvv", "dQOzt", "JpccW", "C44MU", "EAoOu", "7YYAI"],
"rds": {
"m": ["Animation", "VisualCompletionGating", "FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED", "PageTransitions"],
"r": ["iyLQ1"]
},
"be": 1
},
"PhotoTagger": {
"r": ["zQkEt", "Rl5Y7", "YadRw", "Bvqpj", "aEO8W", "gcDYl", "qaqPl", "3+lS7", "eeYF5", "RELMf", "fDoND", "MfGcv", "9V5U3", "GdxQm", "RiYwq", "CWj+p", "Oe\/Aj", "tISX0", "mh9Zw", "m4KaN", "lTfQo", "l7XDE", "wfT68", "LWcly", "9RMj4", "9OdZz", "LSv3n", "t2QK9", "4l\/Jz", "55AhA", "VGnAc", "opLOF", "abWGO", "zJK1v", "4UUPp", "D5Bb5", "n8fij", "9jZzt", "v+pKk", "Zwxve", "s3AJs", "8y6sY", "p+rCm", "PeQ9S", "OU5d2", "FJiK+", "lZJtQ", "U16Ew", "kMNPn", "c5\/WH", "EolgM", "+gUMt", "hFeSh", "wzs1q", "C1EVR", "BWOVg", "6iUA7", "Tpukj", "yEGNH", "f1etB", "ciJpQ", "v7a73", "zPLgI", "6lruK", "BR0V0", "v39Qp", "wvhBQ", "9oW29", "Wmp8H", "vb6jB", "z3Y4h", "IyHNq", "fjidr", "xyvo7", "htR9G", "cnSct", "nZaBe", "PZYvv", "dQOzt", "G\/F7M", "JpccW", "C44MU", "gNC8K", "sPd3i", "Bs8zI", "2ZXOx", "341IW", "EAoOu"],
"rdfds": {
"m": ["GamesVideoDeleteCommentDialog.react", "GamesVideoModerationRulesNux.react", "GamesVideoCommentRemovedDialog.react"],
"r": ["SWwu\/", "Esbie", "2+A3g", "TMaur", "7YYAI"]
},
"rds": {
"m": ["PresenceStatus", "FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED", "Animation", "PageTransitions", "LynxAsyncCallbackFalcoEvent", "CometSuspenseFalcoEvent"],
"r": ["0WAvE"]
},
"be": 1
},
"PhotoTags": {
"r": ["MfGcv", "abWGO", "Tpukj", "\/gJtf", "eeYF5"],
"be": 1
},
"TagTokenizer": {
"r": ["eeYF5", "MfGcv", "9V5U3", "m4KaN", "wfT68", "O6EcN", "35\/Kl", "Zwxve", "Tpukj", "fE7rj", "vJ9N2", "z3Y4h", "\/gJtf", "EAoOu"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["kMNPn", "xyvo7"]
},
"be": 1
},
"AsyncDialog": {
"r": ["eeYF5", "MfGcv", "9V5U3", "RiYwq", "tISX0", "m4KaN", "LWcly", "4l\/Jz", "zJK1v", "9jZzt", "Zwxve", "kMNPn", "EolgM", "Tpukj", "ciJpQ", "wvhBQ", "9oW29", "PZYvv", "C44MU", "EAoOu", "v39Qp"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["xyvo7"]
},
"be": 1
},
"Hovercard": {
"r": ["Rl5Y7", "eeYF5", "MfGcv", "9V5U3", "RiYwq", "tISX0", "m4KaN", "wfT68", "LWcly", "9jZzt", "Zwxve", "c5\/WH", "+gUMt", "hFeSh", "Tpukj", "ciJpQ", "9oW29", "Wmp8H", "PZYvv", "JpccW", "C44MU", "EAoOu"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED", "PageTransitions", "Animation"],
"r": ["kMNPn", "xyvo7", "dQOzt", "v39Qp"]
},
"be": 1
},
"XSalesPromoWWWDetailsDialogAsyncController": {
"r": ["gWMJg"],
"be": 1
},
"XOfferController": {
"r": ["kiOUa"],
"be": 1
},
"PerfXSharedFields": {
"r": ["MfGcv", "Tpukj"],
"be": 1
},
"KeyEventTypedLogger": {
"r": ["RiYwq", "kMNPn", "Tpukj", "Gj8v9", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"],
"r": ["m4KaN", "xyvo7"]
},
"be": 1
},
"QPLInspector": {
"r": ["VvVFw"],
"be": 1
},
"ReactDOM": {
"r": ["RiYwq", "C44MU", "Tpukj", "v39Qp", "eeYF5"],
"be": 1
},
"Animation": {
"r": ["MfGcv", "9jZzt", "Tpukj", "9oW29", "dQOzt", "eeYF5"]
},
"PageTransitions": {
"r": ["JpccW", "MfGcv", "9V5U3", "m4KaN", "Tpukj", "9oW29", "PZYvv", "eeYF5", "EAoOu", "C44MU", "v39Qp"],
"rds": {
"m": ["Animation", "PageTransitions", "FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["9jZzt", "dQOzt", "kMNPn", "xyvo7"]
}
},
"ContextualLayerInlineTabOrder": {
"r": ["eeYF5", "iyLQ1", "MfGcv", "9V5U3", "hFeSh", "Tpukj", "ciJpQ", "zPLgI"],
"be": 1
},
"XUIDialogButton.react": {
"r": ["2ZXOx", "fDoND", "MfGcv", "RiYwq", "LWcly", "4l\/Jz", "zJK1v", "Zwxve", "kMNPn", "EolgM", "Tpukj", "wvhBQ", "9oW29", "PZYvv", "eeYF5", "C44MU", "EAoOu", "v39Qp"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["m4KaN", "xyvo7"]
},
"be": 1
},
"XUIDialogBody.react": {
"r": ["2ZXOx", "fDoND", "RiYwq", "LWcly", "Tpukj", "9oW29", "C44MU", "v39Qp"],
"be": 1
},
"XUIDialogFooter.react": {
"r": ["zQkEt", "2ZXOx", "fDoND", "RiYwq", "m4KaN", "LWcly", "9OdZz", "Tpukj", "9oW29", "C44MU", "v39Qp"],
"be": 1
},
"XUIDialogTitle.react": {
"r": ["MfGcv", "RiYwq", "tISX0", "m4KaN", "LWcly", "4l\/Jz", "zJK1v", "kMNPn", "EolgM", "Tpukj", "wvhBQ", "9oW29", "PZYvv", "eeYF5", "C44MU", "EAoOu", "v39Qp"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["xyvo7"]
},
"be": 1
},
"XUIGrayText.react": {
"r": ["2ZXOx", "fDoND", "RiYwq", "LWcly", "Tpukj", "9oW29", "C44MU", "v39Qp"],
"be": 1
},
"DialogX": {
"r": ["eeYF5", "MfGcv", "9V5U3", "tISX0", "m4KaN", "LWcly", "9jZzt", "Tpukj", "ciJpQ", "9oW29", "PZYvv", "EAoOu"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["kMNPn", "xyvo7"]
},
"be": 1
},
"React": {
"r": ["Tpukj", "C44MU", "v39Qp"],
"be": 1
}
}
})
});
</script>
<script>
requireLazy(["InitialJSLoader"], function(InitialJSLoader) {
InitialJSLoader.loadOnDOMContentReady(["JpccW", "iyLQ1", "v39Qp", "m4KaN", "MfGcv", "9V5U3", "RiYwq", "Tpukj", "9oW29", "kMNPn", "ciJpQ", "PZYvv", "xyvo7", "EAoOu", "9jZzt", "zPLgI", "dQOzt", "C44MU", "P\/mr5"]);
});
</script>
<script>
requireLazy(["TimeSliceImpl", "ServerJS"], function(TimeSlice, ServerJS) {
var s = (new ServerJS());
s.handle({
"define": [["LinkshimHandlerConfig", [], {
"supports_meta_referrer": true,
"default_meta_referrer_policy": "default",
"switched_meta_referrer_policy": "origin",
"non_linkshim_lnfb_mode": "origin",
"link_react_default_hash": "AT3vbNkQLp3495RV_I6o2lf4-LkCORqhlpNnljA0SVYMm2vQbRlIohQbBUmyFzD_EiW0NsO9-wvL7mOTaiJDbAvgaaNbuWoZ9RiDM_iQYqaloEws6jASldJiyErS9ZSr1odPTcuC6Hdcuu-A-PTQJ0tNHBg",
"untrusted_link_default_hash": "AT1lyptGsej4y0o030ADDootkdHfHZrT2k9FeAOkdGlgAx1nRQ0_JQII3e7A3pM5ebpH4CqoKJxkNOhdb9NQwV8URTYVzMdGOzJ1uOMcB-pjB93pCWqN0hfzAxDQLveAnpHOE0B93sdXc5FCrK_0xG4A04o",
"linkshim_host": "l.facebook.com",
"linkshim_path": "\/l.php",
"linkshim_enc_param": "h",
"linkshim_url_param": "u",
"use_rel_no_opener": true,
"always_use_https": true,
"onion_always_shim": true,
"middle_click_requires_event": false,
"www_safe_js_mode": "origin",
"m_safe_js_mode": "MLynx_originlazy",
"ghl_param_link_shim": false,
"click_ids": [],
"is_linkshim_supported": true,
"current_domain": "facebook.com",
"blocklisted_domains": ["ad.doubleclick.net", "ads-encryption-url-example.com", "bs.serving-sys.com", "ad.atdmt.com"]
}, 27]],
"instances": [["__inst_5b4d0c00_0_0_Q7", ["Menu", "XUIMenuWithSquareCorner", "XUIMenuTheme"], [[], {
"id": "u_0_0_mR",
"behaviors": [{
"__m": "XUIMenuWithSquareCorner"
}],
"theme": {
"__m": "XUIMenuTheme"
}
}], 2], ["__inst_5b4d0c00_0_1_f2", ["Menu", "MenuItem", "__markup_3310c079_0_0_wF", "HTML", "__markup_3310c079_0_1_lb", "__markup_3310c079_0_2_ju", "__markup_3310c079_0_3_xn", "XUIMenuWithSquareCorner", "XUIMenuTheme"], [[{
"value": "key_shortcuts",
"ctor": {
"__m": "MenuItem"
},
"markup": {
"__m": "__markup_3310c079_0_0_wF"
},
"label": "Keyboard shortcut help...",
"title": "",
"className": null
}, {
"href": "\/help\/accessibility",
"target": "_blank",
"value": "help_center",
"ctor": {
"__m": "MenuItem"
},
"markup": {
"__m": "__markup_3310c079_0_1_lb"
},
"label": "Accessibility Help Centre",
"title": "",
"className": null
}, {
"href": "\/help\/contact\/accessibility",
"target": "_blank",
"value": "submit_feedback",
"ctor": {
"__m": "MenuItem"
},
"markup": {
"__m": "__markup_3310c079_0_2_ju"
},
"label": "Submit feedback",
"title": "",
"className": null
}, {
"href": "\/accessibility",
"target": "_blank",
"value": "facebook_page",
"ctor": {
"__m": "MenuItem"
},
"markup": {
"__m": "__markup_3310c079_0_3_xn"
},
"label": "Updates from Facebook Accessibility",
"title": "",
"className": null
}], {
"id": "u_0_1_pm",
"behaviors": [{
"__m": "XUIMenuWithSquareCorner"
}],
"theme": {
"__m": "XUIMenuTheme"
}
}], 2], ["__inst_e5ad243d_0_0_oV", ["PopoverMenu", "__inst_1de146dc_0_1_Qv", "__elem_ec77afbd_0_1_rR", "__inst_5b4d0c00_0_1_f2"], [{
"__m": "__inst_1de146dc_0_1_Qv"
}, {
"__m": "__elem_ec77afbd_0_1_rR"
}, {
"__m": "__inst_5b4d0c00_0_1_f2"
}, []], 2], ["__inst_e5ad243d_0_1_\/H", ["PopoverMenu", "__inst_1de146dc_0_0_2d", "__elem_ec77afbd_0_0_T9", "__inst_5b4d0c00_0_0_Q7"], [{
"__m": "__inst_1de146dc_0_0_2d"
}, {
"__m": "__elem_ec77afbd_0_0_T9"
}, {
"__m": "__inst_5b4d0c00_0_0_Q7"
}, []], 2], ["__inst_1de146dc_0_0_2d", ["Popover", "__elem_1de146dc_0_0_KL", "__elem_ec77afbd_0_0_T9", "ContextualLayerAutoFlip", "ContextualDialogArrow"], [{
"__m": "__elem_1de146dc_0_0_KL"
}, {
"__m": "__elem_ec77afbd_0_0_T9"
}, [{
"__m": "ContextualLayerAutoFlip"
}, {
"__m": "ContextualDialogArrow"
}], {
"alignh": "left",
"position": "below"
}], 2], ["__inst_1de146dc_0_1_Qv", ["Popover", "__elem_1de146dc_0_1_\/B", "__elem_ec77afbd_0_1_rR", "ContextualLayerAutoFlip", "ContextualDialogArrow"], [{
"__m": "__elem_1de146dc_0_1_\/B"
}, {
"__m": "__elem_ec77afbd_0_1_rR"
}, [{
"__m": "ContextualLayerAutoFlip"
}, {
"__m": "ContextualDialogArrow"
}], {
"alignh": "right",
"position": "below"
}], 2]],
"markup": [["__markup_3310c079_0_0_wF", {
"__html": "Keyboard shortcut help..."
}, 1], ["__markup_3310c079_0_1_lb", {
"__html": "Accessibility Help Centre"
}, 1], ["__markup_3310c079_0_2_ju", {
"__html": "Submit feedback"
}, 1], ["__markup_3310c079_0_3_xn", {
"__html": "Updates from Facebook Accessibility"
}, 1]],
"elements": [["__elem_a588f507_0_1_qj", "u_0_3_Es", 1], ["__elem_3fc3da18_0_0_1e", "u_0_4_hZ", 1], ["__elem_51be6cb7_0_0_Lc", "u_0_5_01", 1], ["__elem_1de146dc_0_0_KL", "u_0_6_2f", 1], ["__elem_ec77afbd_0_0_T9", "u_0_7_tJ", 2], ["__elem_1de146dc_0_1_\/B", "u_0_8_3q", 1], ["__elem_ec77afbd_0_1_rR", "u_0_9_iA", 2], ["__elem_a588f507_0_0_m\/", "globalContainer", 2], ["__elem_a588f507_0_2_Vp", "content", 1], ["__elem_835c633a_0_0_8L", "u_0_a_h4", 1], ["__elem_a588f507_0_3_on", "u_0_b_Us", 1], ["__elem_a588f507_0_4_2T", "u_0_c_Bo", 1], ["__elem_45d73b5d_0_0_zT", "u_0_d_2K", 1]],
"require": [["WebPixelRatioDetector", "startDetecting", [], [false]], ["ServiceWorkerLoginAndLogout", "login", [], []], ["ScriptPath", "set", [], ["\/", "a6bebc6e", {
"imp_id": "0YQS07ZHHU1pYZg9c",
"ef_page": null,
"uri": "https:\/\/www.facebook.com\/"
}]], ["UITinyViewportAction", "init", [], []], ["ResetScrollOnUnload", "init", ["__elem_a588f507_0_0_m\/"], [{
"__m": "__elem_a588f507_0_0_m\/"
}]], ["AccessibilityWebVirtualCursorClickLogger", "init", ["__elem_a588f507_0_0_m\/"], [[{
"__m": "__elem_a588f507_0_0_m\/"
}]]], ["KeyboardActivityLogger", "init", [], []], ["FocusRing", "init", [], []], ["ErrorMessageConsole", "listenForUncaughtErrors", [], []], ["HardwareCSS", "init", [], []], ["NavigationAssistantController", "init", ["__elem_3fc3da18_0_0_1e", "__elem_51be6cb7_0_0_Lc", "__inst_5b4d0c00_0_0_Q7", "__inst_5b4d0c00_0_1_f2", "__inst_e5ad243d_0_0_oV", "__inst_e5ad243d_0_1_\/H"], [{
"__m": "__elem_3fc3da18_0_0_1e"
}, {
"__m": "__elem_51be6cb7_0_0_Lc"
}, {
"__m": "__inst_5b4d0c00_0_0_Q7"
}, {
"__m": "__inst_5b4d0c00_0_1_f2"
}, null, {
"accessibilityPopoverMenu": {
"__m": "__inst_e5ad243d_0_0_oV"
},
"globalPopoverMenu": null,
"sectionsPopoverMenu": {
"__m": "__inst_e5ad243d_0_1_\/H"
}
}]], ["__inst_e5ad243d_0_1_\/H"], ["__inst_1de146dc_0_0_2d"], ["__inst_e5ad243d_0_0_oV"], ["__inst_1de146dc_0_1_Qv"], ["IntlUtils"], ["FBLynx", "setupDelegation", [], []], ["LoginFormToggle", "initPasswordToggle", ["__elem_a588f507_0_3_on", "__elem_a588f507_0_4_2T"], [{
"__m": "__elem_a588f507_0_3_on"
}, {
"__m": "__elem_a588f507_0_4_2T"
}]], ["LoginFormController", "init", ["__elem_835c633a_0_0_8L", "__elem_45d73b5d_0_0_zT"], [{
"__m": "__elem_835c633a_0_0_8L"
}, {
"__m": "__elem_45d73b5d_0_0_zT"
}, null, true, {
"pubKey": {
"publicKey": "01ba328fd0356c589c197e421061d453c5af33f1449544415106d2913cea2a1b",
"keyId": 211
}
}]], ["BrowserPrefillLogging", "initContactpointFieldLogging", [], [{
"contactpointFieldID": "email",
"serverPrefill": ""
}]], ["BrowserPrefillLogging", "initPasswordFieldLogging", [], [{
"passwordFieldID": "pass"
}]], ["FocusListener"], ["FlipDirectionOnKeypress"], ["Animation"], ["PageTransitions"], ["RequireDeferredReference", "unblock", [], [["BanzaiScuba_DEPRECATED", "Animation", "FbtLogging", "IntlQtEventFalcoEvent", "PageTransitions"]]], ["TimeSliceImpl"], ["HasteSupportData"], ["ServerJS"], ["Run"], ["InitialJSLoader"]],
"contexts": [[{
"__m": "__elem_a588f507_0_1_qj"
}, true], [{
"__m": "__elem_a588f507_0_2_Vp"
}, true]]
});
requireLazy(["Run"], function(Run) {
Run.onAfterLoad(function() {
s.cleanup(TimeSlice)
})
});
});
onloadRegister_DEPRECATED(function() {
useragentcm();
});
</script>
<script>
now_inl = (function() {
var p = window.performance;
return p && p.now && p.timing && p.timing.navigationStart ? function() {
return p.now() + p.timing.navigationStart
} : function() {
return new Date().getTime()
};
})();
window.__bigPipeFR = now_inl();
</script>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yC/l/0,cross/n9C0O0IdIBV.css?_nc_x=Ij3Wp8lg5Kz" as="style"/>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yH/l/0,cross/rshiL2tOkCG.css?_nc_x=Ij3Wp8lg5Kz" as="style"/>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yo/l/0,cross/WZ1bBKO9aHd.css?_nc_x=Ij3Wp8lg5Kz" as="style"/>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yY/l/0,cross/gmAj9iJWthD.css?_nc_x=Ij3Wp8lg5Kz" as="style"/>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yJ/l/0,cross/BEOmhB48XPh.css?_nc_x=Ij3Wp8lg5Kz" as="style"/>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yH/r/n84fSlOGV69.js?_nc_x=Ij3Wp8lg5Kz" as="script" nonce="QhZb27ze"/>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yB/r/MGFeQ04j5U3.js?_nc_x=Ij3Wp8lg5Kz" as="script" nonce="QhZb27ze"/>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yl/r/6g98CpIp-gu.js?_nc_x=Ij3Wp8lg5Kz" as="script" nonce="QhZb27ze"/>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3ivjG4/y9/l/en_GB/ufLCiI0VanL.js?_nc_x=Ij3Wp8lg5Kz" as="script" nonce="QhZb27ze"/>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/y6/l/0,cross/iWbQtMrJW8n.css?_nc_x=Ij3Wp8lg5Kz" as="style"/>
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/ys/r/fnvypMQ2hR1.js?_nc_x=Ij3Wp8lg5Kz" as="script" nonce="QhZb27ze"/>
<script>
window.__bigPipeCtor = now_inl();
requireLazy(["BigPipe"], function(BigPipe) {
define("__bigPipe", [], window.bigPipe = new BigPipe({
"forceFinish": true,
"config": {
"flush_pagelets_asap": true,
"dispatch_pagelet_replayable_actions": false
}
}));
});
</script>
<script nonce="QhZb27ze">
(function() {
var n = now_inl();
requireLazy(["__bigPipe"], function(bigPipe) {
bigPipe.beforePageletArrive("first_response", n);
})
})();
</script>
<script nonce="QhZb27ze">
requireLazy(["__bigPipe"], (function(bigPipe) {
bigPipe.onPageletArrive({
displayResources: ["Zwxve", "Ouygn", "eeYF5", "LWcly", "Nzx2r", "MfGcv", "kMNPn", "Tpukj", "PZYvv", "4l/Jz", "P/mr5", "EAoOu"],
id: "first_response",
phase: 0,
last_in_phase: true,
tti_phase: 0,
all_phases: [63],
hsrp: {
hblp: {
sr_revision: 1003389776,
consistency: {
rev: 1003389776
}
}
},
allResources: ["Zwxve", "JpccW", "iyLQ1", "v39Qp", "Ouygn", "eeYF5", "m4KaN", "MfGcv", "9V5U3", "RiYwq", "LWcly", "Tpukj", "9oW29", "kMNPn", "ciJpQ", "PZYvv", "xyvo7", "EAoOu", "Nzx2r", "9jZzt", "zPLgI", "4l/Jz", "P/mr5", "dQOzt", "C44MU"]
});
}));
</script>
<script>
requireLazy(["__bigPipe"], function(bigPipe) {
bigPipe.setPageID("6935502534522801099-0")
});
CavalryLogger.setPageID("6935502534522801099-0");
</script>
<script nonce="QhZb27ze">
(function() {
var n = now_inl();
requireLazy(["__bigPipe"], function(bigPipe) {
bigPipe.beforePageletArrive("last_response", n);
})
})();
</script>
<script nonce="QhZb27ze">
requireLazy(["__bigPipe"], (function(bigPipe) {
bigPipe.onPageletArrive({
displayResources: ["Tpukj"],
id: "last_response",
phase: 63,
last_in_phase: true,
the_end: true,
jsmods: {
define: [["UACMConfig", [], {
ffver: 32490,
ffid1: "AcF9Eri7o5JL2j9BCAVGGdngUoBfgTuHuYQN1vyWvfS-EVSgiV3Qr-Jspl46KlLS-mw",
ffid2: "AcFEfLeXzKpOELoX_KOYde63DEqcndVlxg6zB-z_OY6no_Ha21_pm4jcJeBH8rQGoEI",
ffid3: "AcEciX5R7FzPI8BYaSYkD34zasno5tnOjdfp9PdjIoOIrl-jbAX0pyLScca88Cc6S-4ImjLyOM3SM14xi_ihd5sw",
ffid4: "AcEeve3IvBIX0344R0STBeUWhMU_Bu2MCmkIrI1dCNzNbmv721sLAD-UQR3cEsVU14U"
}, 308], ["TimeSliceInteractionSV", [], {
on_demand_reference_counting: true,
on_demand_profiling_counters: true,
default_rate: 1000,
lite_default_rate: 100,
interaction_to_lite_coinflip: {
ADS_INTERFACES_INTERACTION: 0,
ads_perf_scenario: 0,
ads_wait_time: 0,
Event: 1
},
interaction_to_coinflip: {
ADS_INTERFACES_INTERACTION: 1,
ads_perf_scenario: 1,
ads_wait_time: 1,
Event: 100
},
enable_heartbeat: true,
maxBlockMergeDuration: 0,
maxBlockMergeDistance: 0,
enable_banzai_stream: true,
user_timing_coinflip: 50,
banzai_stream_coinflip: 0,
compression_enabled: true,
ref_counting_fix: false,
ref_counting_cont_fix: false,
also_record_new_timeslice_format: false,
force_async_request_tracing_on: false
}, 2609], ["cr:1458113", [], {
__rc: [null, "Aa1kPEdRd9HTWknd5nmL7zm9TC3uBpJum1QRVLNA7XCm69Kf6l4OUOGEy8rsM5z5ZY2qkaZ17CJMul_4FUsXACi4dYYPtQ8"]
}, -1], ["cr:917439", ["PageTransitionsBlue"], {
__rc: ["PageTransitionsBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:1108857", [], {
__rc: [null, "Aa0AfJl3ZRMqw9LiM278zy0pB1Ag7ZcG_XVp-KIglxo9DLFPvCoSTNt_3OzD7P5_Vvs5y_6Wx58rL0Myeg"]
}, -1], ["cr:1269707", [], {
__rc: [null, "Aa2bDxWtO8B9yyvF0yunRIOHY2QLp-cxdH0PXTRiUvuc4xDftASWuy_QdnYoDPGI_q3Smsok868Z5t070iQ_OZw"]
}, -1], ["cr:1269708", [], {
__rc: [null, "Aa2bDxWtO8B9yyvF0yunRIOHY2QLp-cxdH0PXTRiUvuc4xDftASWuy_QdnYoDPGI_q3Smsok868Z5t070iQ_OZw"]
}, -1], ["cr:1269709", [], {
__rc: [null, "Aa2bDxWtO8B9yyvF0yunRIOHY2QLp-cxdH0PXTRiUvuc4xDftASWuy_QdnYoDPGI_q3Smsok868Z5t070iQ_OZw"]
}, -1], ["cr:1294158", ["React.classic"], {
__rc: ["React.classic", "Aa38UaPLRZtCaVzKH7OR993I3f64_gxbvcF7E2UykN9IWNWFBREYhQGRrgNDS_Cc6F5USThm0TNsd4GxcfFpu1O2EgG3"]
}, -1], ["cr:1294246", ["ReactDOM.classic"], {
__rc: ["ReactDOM.classic", "Aa38UaPLRZtCaVzKH7OR993I3f64_gxbvcF7E2UykN9IWNWFBREYhQGRrgNDS_Cc6F5USThm0TNsd4GxcfFpu1O2EgG3"]
}, -1], ["cr:1069930", [], {
__rc: [null, "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:1083116", ["XAsyncRequest"], {
__rc: ["XAsyncRequest", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:1083117", [], {
__rc: [null, "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:1697455", ["CookieConsentActionHandler"], {
__rc: ["CookieConsentActionHandler", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:888908", ["warningBlue"], {
__rc: ["warningBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:971473", ["LayerHideOnTransition"], {
__rc: ["LayerHideOnTransition", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:1105154", [], {
__rc: [null, "Aa0AfJl3ZRMqw9LiM278zy0pB1Ag7ZcG_XVp-KIglxo9DLFPvCoSTNt_3OzD7P5_Vvs5y_6Wx58rL0Myeg"]
}, -1], ["PageTransitionsConfig", [], {
reloadOnBootloadError: true
}, 1067], ["CoreWarningGK", [], {
forceWarning: false
}, 725], ["cr:1292365", ["React-prod.classic"], {
__rc: ["React-prod.classic", "Aa0AfJl3ZRMqw9LiM278zy0pB1Ag7ZcG_XVp-KIglxo9DLFPvCoSTNt_3OzD7P5_Vvs5y_6Wx58rL0Myeg"]
}, -1], ["cr:1344485", ["ReactDOM.classic.prod-or-profiling"], {
__rc: ["ReactDOM.classic.prod-or-profiling", "Aa0AfJl3ZRMqw9LiM278zy0pB1Ag7ZcG_XVp-KIglxo9DLFPvCoSTNt_3OzD7P5_Vvs5y_6Wx58rL0Myeg"]
}, -1], ["cr:983844", [], {
__rc: [null, "Aa0AfJl3ZRMqw9LiM278zy0pB1Ag7ZcG_XVp-KIglxo9DLFPvCoSTNt_3OzD7P5_Vvs5y_6Wx58rL0Myeg"]
}, -1], ["cr:1344486", ["ReactDOM.classic.prod"], {
__rc: ["ReactDOM.classic.prod", "Aa3XJFqBYKa7lWydC0VO1N3cFR12TnDXCTjNNT_kcABmJrI92yyD6KwKob5SwJxie1HUj6aAfoMwJRA8h-c5wwPcn9oCEy4qfw"]
}, -1], ["cr:1344487", ["ReactDOM-prod.classic"], {
__rc: ["ReactDOM-prod.classic", "Aa3vwtgnStbVy1JcoptQ4hV3Z5Nhk64oYfB0UgNYxqeDEkYuuW-yJvOacAl4bbho1SUT7YgBPVktVBRG3nlUAOA27UaJMgRsRpLtb-nI"]
}, -1], ["cr:1292369", ["SchedulerTracing-prod.classic"], {
__rc: ["SchedulerTracing-prod.classic", "Aa3XJFqBYKa7lWydC0VO1N3cFR12TnDXCTjNNT_kcABmJrI92yyD6KwKob5SwJxie1HUj6aAfoMwJRA8h-c5wwPcn9oCEy4qfw"]
}, -1], ["cr:1353359", ["EventListenerImplForBlue"], {
__rc: ["EventListenerImplForBlue", "Aa05E8BYlHyEB9HoFv5Q_BygEFAGI4oQ6tjCmeF9iEjHFBzb52uhudNasbeqRL5o94cg2CWe8YIf_S9VdUytsN8pSPkiyzaVfw"]
}, -1], ["KillabyteProfilerConfig", [], {
htmlProfilerModule: null,
profilerModule: null,
depTypes: {
BL: "bl",
NON_BL: "non-bl"
}
}, 1145], ["QuicklingConfig", [], {
version: "1003390083;0;",
sessionLength: 30,
inactivePageRegex: "^/(fr/u\\.php|ads/|advertising|ac\\.php|ae\\.php|a\\.php|ajax/emu/(end|f|h)\\.php|badges/|comments\\.php|connect/uiserver\\.php|editalbum\\.php.+add=1|ext/|feeds/|help([/?]|$)|identity_switch\\.php|isconnectivityahumanright/|intern/|login\\.php|logout\\.php|sitetour/homepage_tour\\.php|sorry\\.php|syndication\\.php|webmessenger|/plugins/subscribe|lookback|brandpermissions|gameday|pxlcld|comet|worldcup/map|livemap|work/reseller|([^/]+/)?dialog|legal|.+\\.pdf$|.+/settings/)",
badRequestKeys: ["nonce", "access_token", "oauth_token", "xs", "checkpoint_data", "code"],
logRefreshOverhead: false
}, 60], ["TrackingConfig", [], {
domain: "https://pixel.facebook.com"
}, 325], ["WebStorageMonsterLoggingURI", [], {
uri: "/ajax/webstorage/process_keys/?state=1"
}, 3032], ["WebDevicePerfInfoData", [], {
needsFullUpdate: true,
needsPartialUpdate: false,
shouldLogResourcePerf: false
}, 3977], ["BrowserPaymentHandlerConfig", [], {
enabled: false
}, 3904], ["TimeSpentConfig", [], {
"0_delay": 0,
"0_timeout": 8,
delay: 1000,
timeout: 64
}, 142], ["cr:1351741", ["CometEventListener"], {
__rc: ["CometEventListener", "Aa1G6HNdimQedWAQurW7hnHMfe71j8irlWp-gKUVWwR4gGtCJjdQfYpvT_9h2l-JJkCjIu7OdD1nfo82EsTtuGZAIG1ZuKlbEw2GrGRt7RQtXVAOSZgk"]
}, -1], ["cr:1634616", ["UserActivityBlue"], {
__rc: ["UserActivityBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:844180", ["TimeSpentImmediateActiveSecondsLoggerBlue"], {
__rc: ["TimeSpentImmediateActiveSecondsLoggerBlue", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["cr:1187159", ["BlueCompatBroker"], {
__rc: ["BlueCompatBroker", "Aa0Fyx9guYLqRGFRh-2fEcAvVCeO3MirR4aT8ORO4OcJHI9pOp5qOb7CV64qUspsMw9w14yGVrNcMH2xmqmM3qovNdA"]
}, -1], ["ImmediateActiveSecondsConfig", [], {
sampling_rate: 0
}, 423]],
require: [["CavalryLoggerImpl", "startInstrumentation", [], []], ["NavigationMetrics", "setPage", [], [{
page: "/",
page_type: "normal",
page_uri: "https://www.facebook.com/",
serverLID: "6935502534522801099-0"
}]], ["Chromedome", "start", [], [[]]], ["DimensionTracking"], ["HighContrastMode", "init", [], [{
isHCM: false,
spacerImage: "https://static.xx.fbcdn.net/rsrc.php/v3/y4/r/-PAXP-deijE.gif"
}]], ["NavigationClickPointHandler"], ["WebStorageMonster", "schedule", [], []], ["ClickRefLogger"], ["DetectBrokenProxyCache", "run", [], [0, "c_user"]], ["WebDevicePerfInfoLogging", "doLog", [], []], ["FalcoLoggerTransports", "attach", [], []], ["Artillery", "disable", [], []], ["ScriptPathLogger", "startLogging", [], []], ["TimeSpentBitArrayLogger", "init", [], []], ["RequireDeferredReference", "unblock", [], [["VisualCompletionGating"]]]]
},
hsrp: {
hsdp: {
clpData: {
"1871697": {
r: 1,
s: 1
},
"1829319": {
r: 1
},
"1743690": {
r: 1
},
"1829320": {
r: 1
},
"1843988": {
r: 1
}
},
gkxData: {
"1427308": {
result: false,
hash: "AT4N7BzUkGfi0OG1jFU"
}
}
},
hblp: {
sr_revision: 1003389776,
consistency: {
rev: 1003389776
},
rsrcMap: {
tupNQ: {
type: "js",
src: "https://static.xx.fbcdn.net/rsrc.php/v3iX3c4/yQ/l/en_GB/njR5OWJ6S8-.js?_nc_x=Ij3Wp8lg5Kz",
nc: 1
},
FEt5G: {
type: "js",
src: "https://static.xx.fbcdn.net/rsrc.php/v3/y_/r/JopZtdti8dq.js?_nc_x=Ij3Wp8lg5Kz",
nc: 1
}
}
}
},
allResources: ["MfGcv", "kMNPn", "Tpukj", "tupNQ", "FEt5G", "v39Qp", "PZYvv", "m4KaN", "xyvo7", "iyLQ1", "9V5U3", "RiYwq"],
onload: ["CavalryLogger.getInstance(\"6935502534522801099-0\").setTTIEvent(\"t_domcontent\");"],
onafterload: ["CavalryLogger.getInstance(\"6935502534522801099-0\").collectBrowserTiming(window)", "window.CavalryLogger&&CavalryLogger.getInstance().setTimeStamp(\"t_paint\");", "if (window.ExitTime){CavalryLogger.getInstance(\"6935502534522801099-0\").setValue(\"t_exit\", window.ExitTime);};"]
});
}));
</script>
</body>
</html>