; (function (window, document, undefined) { mti = {}; mti.O = function (a, b) { var c = arguments.length > 2 ? Array.prototype.slice.call(arguments, 2) : []; return function () { c.push.apply(c, arguments); return b.apply(a, c) } }; mti.g = function (a, b) { this.n = a; this.b = b }; mti.g.prototype.createElement = function (a, b, c) { a = this.n.createElement(a); if (b) for (var d in b) if (b.hasOwnProperty(d)) if (d == "style" && this.b.getName() == "MSIE") a.style.cssText = b[d]; else a.setAttribute(d, b[d]); c && a.appendChild(this.n.createTextNode(c)); return a }; function q(a, b, c) { a = a.n.getElementsByTagName(b)[0]; if (!a) a = document.documentElement; if (a && a.lastChild) { a.insertBefore(c, a.lastChild); return true } return false } function s(a, b) { function c() { document.body ? b() : setTimeout(c, 0) } c() } mti.g.B = false; function aa(a, b) { if (mti.g.B === true) b(); else if (a.b.getName() == "MSIE") { var c = a.n, d = false, e = function () { if (!d) { d = true; b(); mti.g.B = true } }; (function () { try { c.documentElement.doScroll("left"); if (c.readyState != "complete") { setTimeout(arguments.callee, 50); return } } catch (f) { setTimeout(arguments.callee, 50); return } e() })(); c.onreadystatechange = function () { if (c.readyState == "complete") { c.onreadystatechange = null; e() } } } else if (a.b.va == "AppleWebKit" && a.b.ua < 525) (function () { if (["loaded", "complete"].indexOf(this.n.readyState) > -1) { b(); mti.g.B = true } else setTimeout(arguments.callee, 50) })(); else if (a.n.addEventListener) a.n.addEventListener("DOMContentLoaded", function () { b(); mti.g.B = true }, false); else window.onload = function () { b(); mti.g.B = true } } function z(a, b) { if (b.parentNode) { b.parentNode.removeChild(b); return true } return false } function A(a, b, c) { a = b.className.split(/\s+/); for (var d = 0, e = a.length; d < e; d++) if (a[d] == c) return; a.push(c); b.className = a.join(" ").replace(/^\s+/, "") } function B(a, b, c) { a = b.className.split(/\s+/); for (var d = [], e = 0, f = a.length; e < f; e++) a[e] != c && d.push(a[e]); b.className = d.join(" ").replace(/^\s+/, "").replace(/\s+$/, "") } function C(a, b) { if (typeof b != "undefined") if (b != null) return typeof b.currentStyle != "undefined" ? b.currentStyle.fontFamily : a.n.defaultView.getComputedStyle(b, null).getPropertyValue("font-family"); return "" } function E(a, b) { var c = ""; b = b.childNodes || b; for (var d = 0; d < b.length; d++) if (b[d].nodeType != 8) c += b[d].nodeType != 1 ? b[d].nodeValue : E(a, b[d].childNodes); return c } mti.g.prototype.getElementById = function (a) { return this.n.getElementById(a) }; mti.g.prototype.K = function (a, b, c) { newFamilyVal = []; currFamily = a.style.fontFamily; currFamilyVal = currFamily.split(","); for (i = 0; i < c.length; i++) c[i] != "" && newFamilyVal.push(c[i]); for (j = 0; j < currFamilyVal.length; j++) currFamilyVal[j] != "" && newFamilyVal.push(currFamilyVal[j]); newFamilyVal.push('"' + b + '"'); a.style.fontFamily = "" + newFamilyVal; return a.style.fontFamily }; function ba(a, b, c) { for (a = c.parentNode; a != null; ) { if (a == b) return true; a = a.parentNode } return false } function F(a, b, c) { c(b); for (b = b.firstChild; b; ) { F(a, b, c); b = b.nextSibling } } mti.g.prototype.getElementsByClassName = function (a) { if (document.getElementsByClassName) return document.getElementsByClassName(a); else { var b = []; F(this, document.body, function (c) { var d; d = c.className; var e; if (d) { d = d.split(" "); for (e = 0; e < d.length; e++) if (d[e] === a) { b.push(c); break } } }); return b } }; mti.l = function (a, b, c, d, e, f) { this.Da = a; this.L = b; this.va = c; this.ua = d; this.ha = e; this.ka = f }; mti.l.prototype.getName = function () { return this.Da }; mti.e = function (a) { this.b = a }; mti.e.f = "Unknown"; mti.e.ra = new mti.l(mti.e.f, mti.e.f, mti.e.f, false); mti.e.prototype.parse = function () { return this.b.indexOf("MSIE") != -1 ? ca(this) : this.b.indexOf("Opera") != -1 ? da(this) : this.b.indexOf("AppleWebKit") != -1 ? ea(this) : this.b.indexOf("Gecko") != -1 ? fa(this) : mti.e.ra }; function H(a) { var b = I(a, a.b, /(iPod|iPad|iPhone|Android)/); if (b != "") return b; a = I(a, a.b, /(Linux|Mac_PowerPC|Macintosh|Windows)/); if (a != "") { if (a == "Mac_PowerPC") a = "Macintosh"; return a } return mti.e.f } function ca(a) { var b = I(a, a.b, /(MSIE [\d\w\.]+)/); if (b != "") { var c = b.split(" "); b = c[0]; c = c[1]; return new mti.l(b, c, b, c, H(a), J(a, c) >= 6) } return new mti.l("MSIE", mti.e.f, "MSIE", mti.e.f, H(a), false) } function da(a) { var b = mti.e.f, c = mti.e.f, d = I(a, a.b, /(Presto\/[\d\w\.]+)/); if (d != "") { c = d.split("/"); b = c[0]; c = c[1] } else { if (a.b.indexOf("Gecko") != -1) b = "Gecko"; d = I(a, a.b, /rv:([^\)]+)/); if (d != "") c = d } if (a.b.indexOf("Version/") != -1) { d = I(a, a.b, /Version\/([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, H(a), J(a, d) >= 10) } d = I(a, a.b, /Opera[\/ ]([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, H(a), J(a, d) >= 10); return new mti.l("Opera", mti.e.f, b, c, H(a), false) } function ea(a) { var b = H(a), c = I(a, a.b, /AppleWebKit\/([\d\.\+]+)/); if (c == "") c = mti.e.f; var d = mti.e.f; if (a.b.indexOf("Chrome") != -1) d = "Chrome"; else if (a.b.indexOf("Safari") != -1) d = "Safari"; var e = mti.e.f; if (a.b.indexOf("Version/") != -1) e = I(a, a.b, /Version\/([\d\.\w]+)/); else if (d == "Chrome") e = I(a, a.b, /Chrome\/([\d\.]+)/); var f = I(a, c, /\d+\.(\d+)/); return new mti.l(d, e, "AppleWebKit", c, b, J(a, c) >= 526 || J(a, c) >= 525 && parseInt(f) >= 13) } function fa(a) { var b = mti.e.f, c = mti.e.f, d = false; if (a.b.indexOf("Firefox") != -1) { b = "Firefox"; var e = I(a, a.b, /Firefox\/([\d\w\.]+)/); if (e != "") { d = I(a, e, /\d+\.(\d+)/); c = e; d = e != "" && J(a, e) >= 3 && parseInt(d) >= 5 } } else if (a.b.indexOf("Mozilla") != -1) b = "Mozilla"; e = I(a, a.b, /rv:([^\)]+)/); if (e == "") e = mti.e.f; else if (!d) { d = J(a, e); var f = parseInt(I(a, e, /\d+\.(\d+)/)), g = parseInt(I(a, e, /\d+\.\d+\.(\d+)/)); d = d > 1 || d == 1 && f > 9 || d == 1 && f == 9 && g >= 2 || e.match(/1\.9\.1b[123]/) != null || e.match(/1\.9\.1\.[\d\.]+/) != null } return new mti.l(b, c, "Gecko", e, H(a), d) } function J(a, b) { a = I(a, b, /(\d+)/); if (a != "") return parseInt(a); return -1 } function I(a, b, c) { if ((a = b.match(c)) && a[1]) return a[1]; return "" }; mti.d = function (a, b, c, d) { this.a = a; this.h = b; this.Z = c; this.o = d || mti.d.M; this.m = new mti.v("-") }; mti.d.M = "mti"; mti.d.p = "loading"; mti.d.G = "active"; mti.d.H = "inactive"; mti.d.N = "font"; function K(a) { A(a.a, a.h, a.m.j(a.o, mti.d.p)); L(a, mti.d.p) } function M(a, b, c) { B(a.a, a.h, a.m.j(a.o, b, c, mti.d.p)); A(a.a, a.h, a.m.j(a.o, b, c, mti.d.G)); L(a, mti.d.N + mti.d.G, b, c) } function N(a) { A(a.a, a.h, a.m.j(a.o, mti.d.H)); L(a, mti.d.H) } function ga(a) { B(a.a, a.h, a.m.j(a.o, mti.d.p)); A(a.a, a.h, a.m.j(a.o, mti.d.G)); L(a, mti.d.G) } function L(a, b, c, d) { a.Z[b] && a.Z[b](c, d) }; mti.ma = function () { this.ea = {} }; function ha(a, b) { var c = []; for (var d in b) if (b.hasOwnProperty(d)) { var e = a.ea[d]; e && c.push(e(b[d])) } return c }; mti.i = function (a, b, c, d, e) { this.a = a; this.s = b; this.P = c; this.I = d; this.ca = e; this.$ = 0; this.S = this.da = false; this.Ca = new mti.U; this.xa = new mti.k }; mti.i.V = "_,arial,helvetica"; mti.i.W = "n4"; mti.i.prototype.watch = function (a, b, c) { for (var d = a.length, e = 0; e < d; e++) { var f = a[e]; b[f] || (b[f] = [mti.i.W]); this.$ += b[f].length } if (c) this.da = c; for (e = 0; e < d; e++) { f = a[e]; c = b[f]; for (var g = 0, l = c.length; g < l; g++) { var h = c[g], m = O(this, mti.i.V, h), o = this.P.J(m); z(this.a, m); m = f; var r = this.s; A(r.a, r.h, r.m.j(r.o, m, h, mti.d.p)); L(r, mti.d.N + mti.d.p, m, h); r = O(this, this.Ca.quote(m), h); if (o != this.P.J(r)) { z(this.a, r); M(this.s, m, h); this.S = true; P(this) } else Q(this, this.ca(), o, r, m, h) } } }; function P(a) { if (--a.$ == 0 && a.da) a.S ? ga(a.s) : N(a.s) } mti.i.prototype.ta = function (a, b, c, d, e) { if (b != this.P.J(c)) { z(this.a, c); M(this.s, d, e); this.S = true; P(this) } else if (this.ca() - a < 5E3) Q(this, a, b, c, d, e); else { z(this.a, c); a = this.s; B(a.a, a.h, a.m.j(a.o, d, e, mti.d.p)); A(a.a, a.h, a.m.j(a.o, d, e, mti.d.H)); L(a, mti.d.N + mti.d.H, d, e); P(this) } }; function Q(a, b, c, d, e, f) { a.I(function (g, l) { return function () { l.call(g, b, c, d, e, f) } } (a, a.ta), 50) } function O(a, b, c) { c = a.xa.expand(c); b = a.a.createElement("span", { style: "position:absolute;top:-999px;font-size:300px;font-family:" + b + "," + mti.i.V + ";" + c }, "Mm"); q(a.a, "body", b); return b }; mti.A = function (a, b, c, d, e) { this.a = a; this.ba = b; this.h = c; this.I = d; this.b = e; this.Q = this.R = 0 }; mti.A.prototype.Y = function (a, b) { this.ba.ea[a] = b }; mti.A.prototype.load = function (a) { var b = new mti.d(this.a, this.h, a); this.b.ka ? ia(this, b, a) : N(b) }; mti.A.prototype.za = function (a, b, c, d) { if (d) a.load(mti.O(this, this.Ea, b, c)); else { a = --this.R == 0; this.Q--; if (a) this.Q == 0 ? N(b) : K(b); c.watch([], {}, a) } }; mti.A.prototype.Ea = function (a, b, c, d) { var e = --this.R == 0; e && K(a); this.I(mti.O(this, function (f, g, l, h) { setTimeout(function () { f.watch(g, l || {}, h) }, 100) }, b, c, d, e)) }; function ia(a, b, c) { c = ha(a.ba, c); a.Q = a.R = c.length; for (var d = new mti.i(a.a, b, { J: function (l) { return l.offsetWidth } }, a.I, function () { return (new Date).getTime() }), e = 0, f = c.length; e < f; e++) { var g = c[e]; ja(g, a.b, mti.O(a, a.za, g, b, d)) } }; mti.v = function (a) { this.Aa = a || mti.v.la }; mti.v.la = "-"; mti.v.prototype.j = function () { for (var a = [], b = 0; b < arguments.length; b++) a.push(arguments[b].replace(/[\W_]+/g, "").toLowerCase()); return a.join(this.Aa) }; mti.U = function () { this.ja = '"' }; mti.U.prototype.quote = function (a) { var b = []; a = a.split(/,\s*/); for (var c = 0; c < a.length; c++) { var d = a[c].replace(/['"]/g, ""); d.indexOf(" ") == -1 ? b.push(d) : b.push(this.ja + d + this.ja) } return b.join(",") }; mti.k = function () { this.ia = mti.k.pa; this.F = mti.k.sa }; mti.k.pa = ["font-style", "font-weight"]; mti.k.sa = { "font-style": [["n", "normal"]], "font-weight": [["4", "normal"]] }; mti.k.X = function (a, b, c) { this.ya = a; this.Ga = b; this.F = c }; mti.k.X.prototype.expand = function (a, b) { for (var c = 0; c < this.F.length; c++) if (b == this.F[c][0]) { a[this.ya] = this.Ga + ":" + this.F[c][1]; return } }; mti.k.prototype.expand = function (a) { if (a.length != 2) return null; for (var b = [null, null], c = 0, d = this.ia.length; c < d; c++) { var e = this.ia[c], f = a.substr(c, 1); (new mti.k.X(c, e, this.F[e])).expand(b, f) } return b[0] && b[1] ? b.join(";") + ";" : null }; window.MonoTypeWebFonts = function () { var a = (new mti.e(navigator.userAgent)).parse(); return new mti.A(new mti.g(document, a), new mti.ma, document.documentElement, function (b, c) { setTimeout(b, c) }, a) } (); window.MonoTypeWebFonts.load = window.MonoTypeWebFonts.load; window.MonoTypeWebFonts.addModule = window.MonoTypeWebFonts.Y; var S = window.MTIConfig || { isAsync: false, EnableCustomFOUTHandler: false, RemoveMTIClass: false }; mti.z = function (a, b, c) { this.u = a; this.a = b; this.Fa = c; this.r = {}; this.q = [] }; mti.z.prototype.indexOf = function (a, b) { if (a.indexOf) return a.indexOf(b); else { for (var c = 0; c < a.length; c++) if (a[c] == b) return c; return -1 } }; function T(a, b, c) { var d = a.Fa, e = C(a.a, b); e = (e || "").replace(/^\s|\s$/g, "").replace(/'|"/g, "").replace(/,\s*/g, "|"); if (e != "") { e = new RegExp(e, "ig"); for (i = 0; i < d.length; i++) { var f = d[i], g = f.fontfamily; if (e.test(g.replace(/^\s|\s$/g, ""))) { if (S.EnableCustomFOUTHandler == true) A(a.a, b, c ? "mti_font_element_Aj" : "mti_font_element"); a.q.push(b); if (f.enableSubsetting) if (a.r[g.replace(/^\s|\s$/g, "")]) a.r[g.replace(/^\s|\s$/g, "")] += E(a.a, b); else a.r[g.replace(/^\s|\s$/g, "")] = E(a.a, b) } } } } function U(a, b, c) { b = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","); var d = a.u, e = null; do { e = d.firstChild; if (e == null) { if (d.nodeType == 1) if (a.indexOf(b, d.tagName.toLowerCase()) < 0) c ? T(a, d, c) : T(a, d); e = d.nextSibling } if (e == null) { d = d; do { e = d.parentNode; if (e == a.u) { if (a.indexOf(b, e.tagName.toLowerCase()) < 0) c ? T(a, e, c) : T(a, e); break } if (e != null) { if (e.nodeType == 1) if (a.indexOf(b, e.tagName.toLowerCase()) < 0) c ? T(a, e, c) : T(a, e); d = e; e = e.nextSibling } } while (e == null) } d = e } while (d != a.u); c = false; for (p in a.r) { c = true; break } if (c) return a.r; return null } mti.z.prototype.K = function (a, b) { var c = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","), d = this.u, e = null; do { e = d.firstChild; if (e == null) { d.nodeType == 1 && this.indexOf(c, d.tagName.toLowerCase()) < 0 && T(this, d); e = d.nextSibling } if (e == null) { d = d; do { e = d.parentNode; if (e == this.u) break; e.nodeType == 1 && this.indexOf(c, e.tagName.toLowerCase()) < 0 && C(this.a, e).indexOf(a) > -1 && this.a.K(e, a, b); d = e; e = e.nextSibling } while (e == null) } d = e } while (d != this.u); a = false; for (p in this.r) { a = true; break } if (a) return this.r; return null }; mti.w = function (a, b, c, d) { this.t = a; this.b = b; this.a = c; this.c = d; this.aa = []; this.wa = {} }; mti.w.oa = "monotype"; var V = "TTF"; function ja(a, b, c) { V = ka(a); var d = a.c.projectId; if (d) { a.t["__mti_fntLst" + d] = function () { return a.c.pfL }; a.t.mti_element_cache = []; W(a); d = function () { var e = a.c.reqSub, f = new mti.z(document.body, a.a, a.c.pfL), g = U(f); if (e) { for (fontfamily in g) g[fontfamily] = X(a, g[fontfamily]); a.t.mti_element_cache = f.q; Z(a, g); e = f.q; for (f = 0; f < e.length; f++) for (fontFamily in a.D) C(a.a, e[f]).indexOf(fontFamily) > -1 && a.a.K(e[f], fontFamily, a.D[fontFamily]) } else { Z(a); a.t.mti_element_cache = f.q } }; if (S.isAsync === true) S.onReady = d; else if (a.c.reqSub) aa(a.a, d); else { Z(a); s(a.a, function () { var e = new mti.z(document.body, a.a, a.c.pfL); U(e); a.t.mti_element_cache = e.q }) } c(b.ka) } else c(true) } function ka(a) { var b = a.c.ffArray, c = a.b.getName(); c = c.toLowerCase(); if (c == "firefox") c = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.ha.toLowerCase())) c = "msafari"; a = a.b.L; b = b[c]; c = ""; for (p in b) if (parseFloat(a) >= parseFloat(p)) c = b[p]; return c } mti.w.prototype.D = {}; function Z(a, b, c) { var d = a.c.projectId, e = a.c.ec, f = a.c.fcURL, g = a.c.dfcURL, l = a.a.createElement("style", { type: "text/css", id: "mti_fontface_" + (c ? "Aj_" : "") + a.c.projectId }), h = "", m = false, o = {}, r = { TTF: "truetype", WOFF: "woff", SVG: "svg", MTX: "truetype" }, Y = V != null && V.toUpperCase() == "EOT" || V.toUpperCase() == "MTX", G = a.b.getName(); G = G.toLowerCase(); var R = G == "opera" ? true : false, t = a.b.L; G = G == "msie" && t < 8 ? true : false; b = R ? null : b; for (i = 0; i < a.c.pfL.length; i++) { var D = a.c.pfL[i]; t = D.fontfamily; var y = D.contentIds; a.aa.push(t); D = R ? false : D.enableSubsetting; var n; n = g; var u = a.c.ck, w = b, x = y[V.toUpperCase()]; n = (window.location.protocol == "https:" ? "https://" : "http://") + n.replace("http://", "").replace("https://", ""); n = n + "?"; if (e) n += u + "&"; n += "fctypeId=" + a.c.fctypeArray[V] + "&fcId=" + y.TTF + "&origId=" + x; n += "&projectId=" + d; n += "&content="; u = ""; if (w) u += escape(w[t] || "") + "giMm"; w = n + u; x = a.c.bsmcArray; var v = a.b.getName(); v = v.toLowerCase(); if (v == "firefox") v = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.ha.toLowerCase())) v = "msafari"; u = a.b.L; x = x[v]; v = ""; for (p in x) if (parseFloat(u) >= parseFloat(p)) v = x[p]; u = v; if (w.length > u) { n = u - n.length; n = { ga: Math.ceil(w.length / n), fa: Math.floor(n / 6)} } else n = { ga: 1 }; w = R ? 1 : n.ga; u = false; if (G && w > 1) { w = 1; u = true; D = false } if (w > 1 || c) { if (b !== null) { m = true; o[t] || (o[t] = []); if (u = b[t]) { x = []; for (v = 1; v <= w; v++) { newFontFamily = t + (c ? c : "") + v; o[t].push(newFontFamily); b[newFontFamily] = u.substr((v - 1) * n.fa, n.fa); h += '@font-face{\nfont-family:"' + newFontFamily + '";\nsrc:url("' + $(a, y, d, D, e, f, g, a.c.ck, newFontFamily, b) + '")'; Y || (h += ' format("' + r[V.toUpperCase()] + '")'); h += ";}\n"; x.push("'" + newFontFamily + "'") } a.D[t] = x } } } else { h += '@font-face{\nfont-family:"' + t + (c ? c : "") + '";\nsrc:url("' + $(a, y, d, D, e, f, g, a.c.ck, t + (c ? c : ""), u ? null : b) + '")'; if (!Y) { t = y[V.toUpperCase()]; y = r[V.toUpperCase()]; t || (y = r.TTF); h += " format('" + y + "')" } h += ";}\n" } } if (m === true || c) { z(a.a, a.a.getElementById("mti_stylesheet_" + (c ? "Aj_" : "") + a.c.projectId) || {}); c ? W(a, o, c) : W(a, o) } h != "" && q(a.a, "head", l); if (l.styleSheet) l.styleSheet.cssText = h; else { a = document.createTextNode(h); l.appendChild(a) } } function W(a, b, c) { var d = new mti.v("-"), e = a.a.createElement("style", { type: "text/css", id: "mti_stylesheet_" + (c ? "Aj_" : "") + a.c.projectId }), f = ""; if (S.EnableCustomFOUTHandler == true) { var g = a.c.pfL; for (i = 0; i < g.length; i++) { var l = g[i].fontfamily; if (c) l += c; f += "." + d.j(mti.d.M, l, mti.i.W, mti.d.p) + " .mti_font_element" + (c ? "_Aj" : "") + "{text-align: left; text-indent: -9999px;}\n" } } for (i in a.c.selectorFontMap) { d = l = a.c.selectorFontMap[i]; if (b && b[d] && b[d].length > 0) d = b[d].join("','"); c || (f += i + "{font-family:'" + d + "';}\n"); if (S.EnableCustomFOUTHandler == true) { f += "/*fout specific code:*/\n"; d = i.split(","); for (k in d) f += "." + mti.d.M + "-loading " + d[k] + "{text-align: left; text-indent: -9999px;}\n" } } f != "" && q(a.a, "head", e); if (e.styleSheet) e.styleSheet.cssText = f; else { a = document.createTextNode(f); e.appendChild(a) } } function X(a, b) { if (b && typeof b == "string") { b = b.replace(/\s/g, "").replace(/\n/g, "").replace(/\r/g, ""); a = ""; for (var c = b.length, d = null, e = 0; e < c; e++) { d = b.charAt(e); if (a.indexOf(d) == -1) a += d } return a } return "" } function $(a, b, c, d, e, f, g, l, h, m) { var o = b[V.toUpperCase()], r = "http://"; if (window.location.protocol == "https:") r = "https://"; f = f.replace("http://", "").replace("https://", ""); g = g.replace("http://", "").replace("https://", ""); f = r + f; g = r + g; if (d) { url = g + "?"; if (e) url += l + "&"; url += "fctypeId=" + a.c.fctypeArray[V] + "&fcId=" + b.TTF + "&origId=" + o } else url = e ? o ? f + o + "." + V.toLowerCase() + "?" + l : f + b.TTF + ".ttf?" + l : f + "?fctypeId=" + a.c.fctypeArray[V] + "&fcId=" + o; url += "&projectId=" + c; if (m) url += "&content=" + escape((m[h] || "") + "giMm"); if (V != null && V.toUpperCase() == "SVG") url += "#" + o; return url } function la(a, b) { var c = false, d = document.getElementById(b); c = d === null ? false : true; if (!c) return false; c = ma(a); var e = new mti.z(d, a.a, a.c.pfL), f = U(e, {}, "Ajax"); d = []; for (fontfamily in f) { if (f[fontfamily]) f[fontfamily] = X(a, f[fontfamily]); fontfamily += c; d.push(fontfamily) } a.t.mti_element_cache = e.q; if (document.getElementById("mti_stylesheet_Aj_" + a.c.projectId) != null) { var g = document.getElementById("mti_stylesheet_Aj_" + a.c.projectId); g.parentNode.removeChild(g) } if (document.getElementById("mti_fontface_Aj_" + a.c.projectId) != null) { g = document.getElementById("mti_fontface_Aj_" + a.c.projectId); g.parentNode.removeChild(g) } Z(a, f, c); c = e.q; for (e = 0; e < c.length; e++) for (fontFamily in a.D) if (C(a.a, c[e]).indexOf(fontFamily) > -1) if (c[e].getAttribute("id") == b || ba(a.a, a.a.getElementById(b), c[e])) a.a.K(c[e], fontFamily, a.D[fontFamily]); (new mti.i(a.a, new mti.d(a.a, document.documentElement, a.c), { J: function (l) { return l.offsetWidth } }, function (l, h) { setTimeout(l, h) }, function () { return (new Date).getTime() })).watch(d, {}, true); S.RemoveMTIClass == true && setTimeout(function () { var l = a.a, h = l.getElementsByClassName("mti_font_element_Aj"), m = l.b.getName(); m = m.toLowerCase(); var o = l.b.L; m = m == "msie" && o < 8 ? true : false; for (o = new RegExp("mti_font_element_Aj", "ig"); h.length > 0; ) { for (i = 0; i < h.length; i++) if (h[i].className.split(" ").length == 1 && !m) h[i].removeAttribute("class"); else h[i].className = h[i].className.replace(o, " ").replace(/^\s+|\s+$/g, ""); h = l.getElementsByClassName("mti_font_element_Aj") } }, 5E3) } mti.w.prototype.load = function (a) { a(this.aa, this.wa) }; mti.na = function (a) { this.C = a }; mti.na.prototype.protocol = function () { var a = ["http:", "https:"], b = a[0]; if (this.C && this.C.location && this.C.location.protocol) { var c = 0; for (c = 0; c < a.length; c++) if (this.C.location.protocol == a[c]) return this.C.location.protocol } return b }; mti.T = function (a, b) { this.a = a; this.c = b }; mti.T.prototype.appendBannerScript = function () { var a; a = new RegExp(escape("WFS_MTI_SS") + "=([^;]+)"); if (a.test(document.cookie + ";")) { a.exec(document.cookie + ";"); a = unescape(RegExp.$1) } else a = false; var b = this.c.bannerHandlerURL; if (b) { b += "?projectId=" + this.c.projectId; if (a !== false) b += "&WFS_MTI_SS=" + a; b += "&" + escape((new Date).getTime()); q(this.a, "head", this.a.createElement("Script", { type: "text/javascript", src: b })) } }; mti.qa = function (a) { this.Ba = a }; MonoTypeWebFonts.Y(mti.w.oa, function (a) { var b = (new mti.e(navigator.userAgent)).parse(), c = new mti.g(document, b); window.MonoTypeWebFonts.BannerHandler = new mti.T(c, a); a = new mti.w(window, b, c, a); var d = new mti.qa(a); window.MonoTypeWebFonts.renderPartial = function (e) { la(d.Ba, e) }; return a }); function ma() { var a = ""; return a = "abcdefghijklmnopqrstuvwxyz".charAt(Math.floor(Math.random() * 26)) }; })(this, document); if(window.addEventListener){ window.addEventListener('load', function(){MonoTypeWebFonts.cleanup(); MonoTypeWebFonts.loadColo();}, false);}else if(window.attachEvent){ window.attachEvent('onload', function(){MonoTypeWebFonts.cleanup(); MonoTypeWebFonts.loadColo();});}MonoTypeWebFonts.cleanupExecuted = false;MonoTypeWebFonts.cleanup = function(){if(MonoTypeWebFonts.cleanupExecuted === true){ return; }MonoTypeWebFonts.cleanupExecuted = (window['mti_element_cache'].length > 0);var className = document.documentElement.className;var MTIConfig = window['MTIConfig'] || { 'RemoveMTIClass': false };if(MTIConfig['RemoveMTIClass']==true){function walkTheDOM (node, func) {func(node);node = node.firstChild;while (node) {walkTheDOM(node, func);node = node.nextSibling;}}function getElementsByClassName (className) {if (document.getElementsByClassName){return document.getElementsByClassName(className);}else {var results = [];walkTheDOM(document.body, function (node) {var a, c = node.className, i;if (c) {a = c.split(' ');for (i=0; i -1 },b = (!(/opera|webtv/i.test(ua)) && /msie\s(\d)/.test(ua)), c=false;if((RegExp.$1==6)||(RegExp.$1==7)){ c=true; }while(mti_elements.length > 0){for(i=0; i< mti_elements.length; i++){var classList=mti_elements[i].className.split(' ');if(classList.length==1 && !c){mti_elements[i].removeAttribute('class');}else{mti_elements[i].className=mti_elements[i].className.replace(/mti_font_element/ig, ' ').replace(/^\s+|\s+$/g,'');}}mti_elements = getElementsByClassName('mti_font_element');}}className = className.replace(/\b(mti\-.*?(loading|active|inactive))\b/g,'').replace(/^\s+|\s+$/g,'').replace(/\s+/g,' ');setTimeout(function(){document.documentElement.className = className+' mti-repaint';},20);/*IE sometimes requires redrawing the browser after fonts are downloaded. Adding a classname might help*/if(!document.getElementById('MonoTypeFontApiFontTracker')){ var fontTrackingUrl = "http://fast.fonts.com/t/1.css"; if(window.location.protocol == 'https:'){ fontTrackingUrl = fontTrackingUrl.replace(/http:/,'https:'); } var head = document.getElementsByTagName('HEAD')[0]; var cssEle = document.createElement('LINK'); if(cssEle){ cssEle.setAttribute('id','MonoTypeFontApiFontTracker'); cssEle.setAttribute('type','text/css'); cssEle.setAttribute('rel','stylesheet'); cssEle.setAttribute('href',fontTrackingUrl + "?apiType=css&projectid=1ba4b13a-7315-4df2-9c0a-ad4e7d3bf54b"); head.appendChild(cssEle); }}window['mti_element_cache'] = [];};MonoTypeWebFonts._fontActiveEventList = [];MonoTypeWebFonts._fontLoadingEventList = [];MonoTypeWebFonts._activeEventList = [];MonoTypeWebFonts._inActiveEventList = [];MonoTypeWebFonts.addEvent = function(eventName, callbackFunction){ if(eventName.toLowerCase() == 'fontactive'){ MonoTypeWebFonts._fontActiveEventList.push(callbackFunction); }else if(eventName.toLowerCase() == 'fontloading'){ MonoTypeWebFonts._fontLoadingEventList.push(callbackFunction); }else if(eventName.toLowerCase() == 'inactive'){ MonoTypeWebFonts._inActiveEventList.push(callbackFunction); }else if(eventName.toLowerCase() == 'active'){ MonoTypeWebFonts._activeEventList.push(callbackFunction); }};MonoTypeWebFonts.loadFonts = function(){MonoTypeWebFonts.load({monotype:{ reqSub:false,pfL:[{'fontfamily' : "UniversLTW01-53Extended" ,contentIds :{EOT: 'e90b5a92-17e5-4875-a46d-4bf20adb66e8',WOFF: 'd2810795-22a0-44b6-b13c-7312ea475d48',TTF: 'c2eb9b46-a921-46b3-9c2b-113037bf7350',SVG: '7a32f151-8355-48d4-b5d1-be3c2ffbd6ed'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-53ExObl" ,contentIds :{EOT: '7f1f1495-e2e3-4b7d-9bde-dbafc696841a',WOFF: 'c51da66f-1942-40de-851d-1e51e1025361',TTF: '1a233d08-0ec5-4daa-9c63-606969a4c55a',SVG: '1a2e51bc-3bcd-4ef9-998e-6ba851e52024'}, enableSubsetting : false},{'fontfamily' : "Univers W01 63 Bold Ex" ,contentIds :{EOT: 'c031d364-61db-4b59-99f5-09eeb240a700',WOFF: '117029bb-8ac2-4137-94e9-3cfd354bedc7',TTF: '866c5e2b-437a-4b02-86b5-978886920ad3',SVG: '622149ee-ce25-451e-bdd8-ac0beec13460'}, enableSubsetting : false},{'fontfamily' : "UniversW01-63BoldExObl" ,contentIds :{EOT: '354397cb-bb29-49f5-9dad-1f901569225a',WOFF: 'ded6ba2c-d01d-4ee3-9050-98dda049a21f',TTF: 'c5501c0c-7710-4377-8378-dec756b91df2',SVG: 'e3a9cbeb-1a58-44e7-899c-cbac01f22588'}, enableSubsetting : false},{'fontfamily' : "Univers W01 73 Black Ex" ,contentIds :{EOT: '2f2b5148-738a-4ba3-9149-8c548b755579',WOFF: '644059d1-ab97-415b-8967-0077b993eb2e',TTF: '2bbe68e2-34c6-4900-be92-e39ed2289a6b',SVG: '3a3fa643-fe37-47d2-bcbc-b3442fc9c037'}, enableSubsetting : false},{'fontfamily' : "UniversW01-73BlackExObl" ,contentIds :{EOT: '81c9d940-38c2-45d6-a7cc-23083b79ff76',WOFF: 'fd66efca-9237-4e9c-bde0-6c304328ec8e',TTF: 'd989ceb7-ee34-4cbf-afd8-b4038ccbfea2',SVG: '354ad93f-0bc9-46aa-9fdb-e2daba16bbe8'}, enableSubsetting : false},{'fontfamily' : "UniversW01-93ExtraBlack" ,contentIds :{EOT: 'db3b5c15-fbd9-46fd-b082-f7d2e924cd12',WOFF: '60ee2fc1-ee58-4aaa-8ce6-f1b6ba9da55d',TTF: 'b58a3902-e475-497b-aa04-1b43e177747c',SVG: '6a8c2617-46a9-4b01-abe4-45a1b6b59879'}, enableSubsetting : false},{'fontfamily' : "UniversW01-93ExtraBkExO" ,contentIds :{EOT: '996ed30f-ed7a-4011-8c14-aab2b839e751',WOFF: '7757d20c-6c39-4619-a2f8-7644c667d1dd',TTF: 'cb768035-ae79-4387-a0d9-701880149791',SVG: 'a8bbdf85-2b21-4292-8853-dbcb8cece416'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-39ThinUltr" ,contentIds :{EOT: 'e9312bcd-a9fe-409e-970e-6c579bfa40a1',WOFF: 'feb9b5cd-71e3-443b-833b-08ca93e742e3',TTF: '8f20e48e-c36a-49e6-a17d-491fd26dd8a1',SVG: '37f470a6-d151-4f0c-81aa-b715fdb67e7b'}, enableSubsetting : false},{'fontfamily' : "Univers LT W01 45 Light" ,contentIds :{EOT: '2b61512c-069e-4111-bb23-9a918f94a74d',WOFF: 'ecf89914-1896-43f6-a0a0-fe733d1db6e7',TTF: '7628f343-8c36-4707-9559-8feb86c0462f',SVG: '11b816e7-d678-48dd-bc75-560de9c19049'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-45LightObl" ,contentIds :{EOT: '63bd7ad7-ab01-47e6-8cba-e2298391f89b',WOFF: 'e77f713a-7f78-4d74-b299-5ca4242176b9',TTF: '90e56276-5fa2-4640-be25-8f42f40e4e8b',SVG: 'ffbd82f1-3d16-4dfc-8a55-df71c332b658'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-47LightCn" ,contentIds :{EOT: '296c59c2-74b0-41c1-bcfd-23d22a713f86',WOFF: '609beecf-8d23-4a8c-bbf5-d22ee8db2fc9',TTF: 'a6595b8d-d4a3-4f01-bf21-0b53617d4b1c',SVG: '1cd9ef2f-b358-4d39-8628-6481d9e1c8ce'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-47LightCnO" ,contentIds :{EOT: 'fdfeee3b-73cf-40fc-9d11-f05ad57d4674',WOFF: 'd35821cc-c3b0-4c4a-b25c-4d2e6e4ace3f',TTF: 'dd492f60-93ca-43bd-8f01-5b10260cf005',SVG: '16ac32a0-c6e8-4e7b-8753-9b6ddfb10c48'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-49LightUlt" ,contentIds :{EOT: '6bba7e28-1748-401d-91dc-6998ac60e165',WOFF: 'be7ea3ea-e09b-451e-b97c-362668d31c5b',TTF: '6227e606-f97b-4dc5-a971-14169ff750df',SVG: '5fbe907d-e311-40df-a30c-b22f1f47d80b'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-55Oblique" ,contentIds :{EOT: '783e01cd-5eb8-41d7-a380-a18673f2983b',WOFF: '90c17e08-290d-4eba-ab33-77c81c1f559d',TTF: 'd93b9eab-632d-4aaf-b7fa-5c17060d62fc',SVG: 'caa7a31a-310f-4020-8311-89816a31472f'}, enableSubsetting : false},{'fontfamily' : "Univers LT W01 55 Roman" ,contentIds :{EOT: 'b5c30ea8-0700-4fd2-aa12-cc45074693a9',WOFF: '7b95cb9a-a288-4405-97a0-13095f56a903',TTF: 'c7481806-4ea4-40db-a623-7bc352bbbe43',SVG: 'ac8280da-3de5-456d-bd77-8f01665452a9'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-57Condense 723818" ,contentIds :{EOT: '6fc47523-fa84-47de-b974-533db32eacd8',WOFF: '34e6ea2e-62b2-49c9-b5e6-128fddfd9f6c',TTF: '01a871ba-586f-4d5e-8924-d4ec3b44f723',SVG: '5ebb44ef-5450-4b20-9612-66b2a127178b'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-57Condense 723821" ,contentIds :{EOT: 'aefefc4e-9cb8-4e8e-8599-dda705456734',WOFF: '1eaf27c0-f4de-4273-9f4c-1b3236ad2f3c',TTF: '9b913baf-b1f0-47d2-8c76-42f59650058f',SVG: '0abcce12-2274-4ee7-b6d5-0066b5f5f670'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-59UltraCn" ,contentIds :{EOT: '9ff12269-014c-4b72-a738-a0d7ddbce820',WOFF: '7cc7234f-05ac-4109-8b8a-93f13c489739',TTF: '6c4a7455-816a-41fb-8c03-dd71dcbbc686',SVG: '383b7b06-99d7-4749-85ac-bf144981cfce'}, enableSubsetting : false},{'fontfamily' : "Univers LT W01 65 Bold" ,contentIds :{EOT: 'db1c462f-8890-4a11-9de5-36872279e20a',WOFF: 'b993da84-c1f6-474a-8f00-8aa797b3de8f',TTF: '58403ef6-4c15-4280-b4b6-9acf50804f4f',SVG: '9178e351-95c5-4913-9eeb-fd0645a18c2d'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-65BoldObli" ,contentIds :{EOT: '1e70cef5-4838-4826-a99f-e182b86fe21d',WOFF: '322d336b-2d02-42f6-a24f-200c98b82a7c',TTF: '32ed3859-e789-4a3f-96fd-b67231f1929f',SVG: '6d63e0ba-5ef0-4803-9fbe-686603f3771d'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-67BoldCn" ,contentIds :{EOT: '076b8d7a-91b5-4c89-86a1-546b980072c7',WOFF: '21decb60-b395-4de2-bd04-e38eb2a56d2f',TTF: '091058d4-36b2-43f6-80d3-16c88e098061',SVG: '827d22bc-e38b-4ccf-8a21-1f9aaa76e402'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-67BoldCnOb" ,contentIds :{EOT: '6881ee98-4e9b-4409-9695-e5b0118c7c84',WOFF: '53f66cd7-168f-4c66-9514-9dd103c763a0',TTF: '774a1d99-085d-4249-8c2c-0ce23fa975a6',SVG: '056a520c-7f4a-4b3a-8465-a841cfe0b6b3'}, enableSubsetting : false},{'fontfamily' : "Univers LT W01 75 Black" ,contentIds :{EOT: '8ad2e453-ea69-411d-b93b-1fa328724687',WOFF: 'b23ec90b-9f99-46a0-85f7-d1e820dbf851',TTF: '249aeedc-8e38-41c9-874e-bba9a33fd5e4',SVG: '67e5d6e8-25e6-4556-99f8-ced41b2b7aae'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-75BlackObl" ,contentIds :{EOT: '718ad7a7-b7ca-45a8-830a-907da5e651db',WOFF: '01caa063-563a-4276-937f-3d297625b7ae',TTF: '793a86e8-08cd-4cf0-8a85-28a0f570de88',SVG: '392a8a89-035c-4023-929e-5d59237a6eb4'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-85ExtraBla" ,contentIds :{EOT: '6c794dfe-0229-4817-8cbb-34d5288eeda7',WOFF: 'c2b85969-35ac-408e-a4e3-bdd7ac909637',TTF: '617c45fe-9a7f-4660-9cd0-e7f4a097ec0d',SVG: '6054f584-27b3-440f-b6e1-31c4af1f277a'}, enableSubsetting : false},{'fontfamily' : "UniversLTW01-85ExtraBkO" ,contentIds :{EOT: '2530da3d-f1d7-442e-bfb0-b19fcba664c8',WOFF: '5a2f9593-12c2-4112-862e-1aa0a4f425eb',TTF: 'e87c22ca-a657-4c8a-88f2-5933aab9d95c',SVG: '03d2c5f3-b690-4467-a028-47a5c2e659ce'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-39ThinUltr" ,contentIds :{EOT: '2d67917e-dc61-45f4-87ba-8c48c7e2ad7e',WOFF: '47433474-b9a7-41c0-8a3d-1bcd7731a44a',TTF: 'e797cce6-f053-45b8-9375-22df513ad838',SVG: '842f0f08-586d-4e64-849a-3a075c0bc7ea'}, enableSubsetting : false},{'fontfamily' : "Univers LT W10 45 Light" ,contentIds :{EOT: '4f0a410b-3d92-4612-9c7b-704206eca3b7',WOFF: '817eaa9f-57f7-4906-8997-dd0b6b0209b2',TTF: 'ef60a5d5-3fa8-45e7-ad58-7507b646df0e',SVG: 'af931ed4-a6e9-46cf-8f5e-e3ee804ae773'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-45LightObl" ,contentIds :{EOT: 'f11ad046-c61d-4f44-b361-3c3ee12b6704',WOFF: '5b217ce0-406a-419e-837b-90f8288f61ed',TTF: '2107cd94-3942-4b44-8107-d354d4b4d112',SVG: '9e59d0aa-3be1-4a8f-b1bf-a041b40fcb90'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-47LightCn" ,contentIds :{EOT: '9a4527a5-1fbc-4086-a5b5-061b360f6eda',WOFF: '30b0116b-5b6c-417a-acfc-3016403130c2',TTF: '6289fea5-f46f-4294-add5-cfe1c32ee3b3',SVG: '687976a2-063b-43ef-863c-a41dca947511'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-47LightCnO" ,contentIds :{EOT: '042e7220-07f7-4f06-93dc-c5b8c6d6f27e',WOFF: 'dd87c153-9699-4e3b-9e82-9905a3b2204a',TTF: 'e7fc04ac-c320-45c1-8cf2-1d2ad73dd41e',SVG: '37852ea0-6c16-48f5-86de-8fe084feeab4'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-49LightUlt" ,contentIds :{EOT: '8fce5f27-dbd8-450a-9b06-fec297a45c5c',WOFF: '1a15bd27-128e-46ec-93f7-89f7abb4e375',TTF: 'a8b32e9f-0807-4ad0-b696-137496323fb1',SVG: '4737e3eb-b6d3-48d2-ac21-25fb520849fe'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-55Oblique" ,contentIds :{EOT: '0ca44be1-a55d-44bf-87d4-61a172e8ceee',WOFF: 'e1fed69d-01bc-4357-9903-5a430c1b2e7c',TTF: '127ba2dd-6a44-4e18-8328-d415ee69c3c6',SVG: '9c690aa0-a742-4e11-b571-8a68302a8f24'}, enableSubsetting : false},{'fontfamily' : "Univers LT W10 55 Roman" ,contentIds :{EOT: '51483fc1-da59-4223-a632-cb12950e03a6',WOFF: '2335ee1c-e8df-415c-aba9-387b8dc8f955',TTF: '387d36e0-6062-47b6-9b02-3c7b592a6b9b',SVG: '3f5c7518-9c93-4204-b15b-ce95732d6402'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-57Condense 726510" ,contentIds :{EOT: 'b7636ea0-01f0-4352-8ff8-b5f11e0dfa27',WOFF: 'c98ca561-0304-42f7-b2a8-15d1d5905772',TTF: '95276e84-681a-4eee-88f0-55418c8bfdfe',SVG: 'b056f04c-c973-414a-8298-b50112338039'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-57Condense 726513" ,contentIds :{EOT: 'e1b5940e-264c-4bff-a604-fd4599cfb389',WOFF: '006117b9-aa01-40f8-b2ac-9962c146f1b0',TTF: '3e6d11d2-4a5b-438c-84ba-c69f121be6c0',SVG: '908a34b6-a4c0-4360-86ab-dc18b7a1f923'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-59UltraCn" ,contentIds :{EOT: '96fc156e-68b0-49e3-a12c-7834e25794e0',WOFF: 'af1ced60-c84b-4677-ad77-21d48031d4ec',TTF: '6c45a9db-7455-4a31-9da7-46e7d3d354d4',SVG: '2a07a982-092c-45fd-b7c7-cfc5319cc4e6'}, enableSubsetting : false},{'fontfamily' : "Univers LT W10 65 Bold" ,contentIds :{EOT: '1402938c-97a0-4d68-a6ed-969ee0b8114c',WOFF: 'e9cbe1a0-7477-4278-9e9b-447ee8d39cf3',TTF: 'a71b570b-3fc1-461a-af8b-1f1971da09f8',SVG: '42f6fae1-50c8-4734-93cb-dda87707ca4f'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-65BoldObli" ,contentIds :{EOT: '60ad1bd4-b636-4b08-aa3f-3a92fd27d679',WOFF: '2a68f703-e864-4303-81fc-7c12b99e03ee',TTF: 'f2697ccf-8b79-4446-89a3-faab957d634f',SVG: 'dc7cbf01-0525-4ea3-a8fb-67c65bd65c95'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-67BoldCn" ,contentIds :{EOT: 'de8453e9-b2a6-4554-bf75-5f0ff5a2e236',WOFF: 'e6c2f397-706a-4224-9c0a-069effd9da88',TTF: '528d0fca-b028-48b5-8003-f010575e8949',SVG: 'c52f6cb2-23c6-46b1-b6c5-e0a1da3e577c'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-67BoldCnOb" ,contentIds :{EOT: '09ef9ccf-538f-4b90-878e-8c8b374e8fed',WOFF: '2cd7a4de-15b1-4378-acf7-90ab9765ebf0',TTF: 'cf972c71-0183-47d0-ad9f-3f3b71d40d82',SVG: 'bb5914e5-cc9e-4a16-96a9-51179efa96ce'}, enableSubsetting : false},{'fontfamily' : "Univers LT W10 75 Black" ,contentIds :{EOT: '755a2fb6-a9d2-45ee-ac5d-642a5971af0e',WOFF: 'acf98bb2-eb76-460a-b1e1-0cacfc0d0ef4',TTF: '046c1b67-86b1-48e2-8c6c-74acbafeff46',SVG: 'b47a966e-2f71-464b-bfc4-73d890f0ace1'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-75BlackObl" ,contentIds :{EOT: '1a84ca25-cc00-4381-a342-0bb2da698669',WOFF: 'e48be8dc-77cc-4a64-8369-08339e5872cc',TTF: 'd4af6067-ef69-41c5-aa35-385e71c0454a',SVG: 'e5929149-6963-478c-9342-54d1ab4c2e52'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-85ExtraBla" ,contentIds :{EOT: '4ea8084a-0bce-43f3-a8ff-8a34d5ed9963',WOFF: '18a10805-c2c2-4992-935b-bfdb21412005',TTF: '23aa9819-1848-4e89-8758-f0bb7933ebc8',SVG: 'b7ccfbfa-3100-47d1-b3fc-198b9e58f077'}, enableSubsetting : false},{'fontfamily' : "UniversLTW10-85ExtraBkO" ,contentIds :{EOT: '6eabc380-b5f2-4a74-9814-9c2d4212bc79',WOFF: '756c317e-a9a0-4166-bc68-6c93972e6412',TTF: 'bc5f3118-edb6-4a13-9ea6-55127799ce35',SVG: '85e0fe58-d78b-4de3-9fd7-4282e2327b6b'}, enableSubsetting : false}],selectorFontMap:{'h1.subber':'UniversLTW10-47LightCn','h1':'UniversLTW01-67BoldCn','h4':'UniversLTW01-67BoldCn','h2':'UniversLTW01-67BoldCn','h2.subber':'UniversLTW10-47LightCn','h3':'UniversLTW01-67BoldCn'},ck:'d44f19a684109620e4841579a690e818ae205577778b3594a25a229534a2ec191951bacd3d010530cabcc25edad50217fea568435e7ec624b03d014f0f4d08680162e91bce5df6f347042165fc080fba55a9d5c2b6b6c55da75595c782959351dbf12c7bc5',ec:'true',fcURL:'http://fast.fonts.com/d/',dfcURL:'http://api2.fonts.com/FontSubsetter.ashx',sO:'True',ffArray:{safari: {'3.1': 'ttf','5.1':'woff'}, msafari: {'1' : 'svg', '4.2' : 'ttf'}, chrome: {'3' :'svg', '4' : 'ttf','5':'woff'}, opera: {'10' : 'ttf', '11.10' : 'woff'}, msie: {'4' : 'eot', '9' : 'woff'}, mozilla: {'3.5' : 'ttf', '3.6' : 'woff'}},bsmcArray:{safari: {'3.1': '2000','5.0':'1650','5.1':'8190'}, msafari: {'1' : '8190'}, chrome: {'3' :'8190'}, opera: {'10' : '8190'}, msie: {'4' : '2064'}, mozilla: {'3.5' : '8190'}},fctypeArray:{'ttf':'1','eot':'2','woff':'3','svg': '11'},projectId:'1ba4b13a-7315-4df2-9c0a-ad4e7d3bf54b',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i