; (function (window, document, undefined) { mti = {}; mti.s = 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.h = function (a, b) { this.r = a; this.b = b }; mti.h.prototype.createElement = function (a, b, c) { a = this.r.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.r.createTextNode(c)); return a }; function t(a, b, c) { a = a.r.getElementsByTagName(b)[0]; if (!a) a = document.documentElement; if (a && a.lastChild) { a.insertBefore(c, a.lastChild); return true } return false } function ba(a, b) { function c() { document.body ? b() : setTimeout(c, 0) } c() } mti.h.D = false; function ca(a, b) { if (mti.h.D === true) b(); else if (a.b.getName() == "MSIE") { var c = a.r, d = false, e = function () { if (!d) { d = true; b(); mti.h.D = 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.xa == "AppleWebKit" && a.b.wa < 525) (function () { if (["loaded", "complete"].indexOf(this.r.readyState) > -1) { b(); mti.h.D = true } else setTimeout(arguments.callee, 50) })(); else if (a.r.addEventListener) a.r.addEventListener("DOMContentLoaded", function () { b(); mti.h.D = true }, false); else window.onload = function () { b(); mti.h.D = true } } function C(a, b) { if (b.parentNode) { b.parentNode.removeChild(b); return true } return false } function D(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 E(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 F(a, b) { if (typeof b != "undefined") if (b != null) return typeof b.currentStyle != "undefined" ? b.currentStyle.fontFamily : a.r.defaultView.getComputedStyle(b, null).getPropertyValue("font-family"); return "" } function G(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 : G(a, b[d].childNodes); return c } mti.h.prototype.getElementById = function (a) { return this.r.getElementById(a) }; mti.h.prototype.N = 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]); a.style.fontFamily = "" + newFamilyVal; return a.style.fontFamily }; function da(a, b, c) { for (a = c.parentNode; a != null; ) { if (a == b) return true; a = a.parentNode } return false } function H(a, b, c) { c(b); for (b = b.firstChild; b; ) { H(a, b, c); b = b.nextSibling } } mti.h.prototype.getElementsByClassName = function (a) { if (document.getElementsByClassName) return document.getElementsByClassName(a); else { var b = []; H(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.q = function (a, b, c, d, e, f) { this.Fa = a; this.O = b; this.xa = c; this.wa = d; this.ja = e; this.U = f }; mti.q.prototype.getName = function () { return this.Fa }; mti.e = function (a) { this.b = a }; mti.e.f = "Unknown"; mti.e.ta = new mti.q(mti.e.f, mti.e.f, mti.e.f, false); mti.e.prototype.parse = function () { return this.b.indexOf("MSIE") != -1 ? ea(this) : this.b.indexOf("Opera") != -1 ? fa(this) : this.b.indexOf("AppleWebKit") != -1 ? ga(this) : this.b.indexOf("Gecko") != -1 ? ha(this) : mti.e.ta }; function I(a) { var b = J(a, a.b, /(iPod|iPad|iPhone|Android)/); if (b != "") return b; a = J(a, a.b, /(Linux|Mac_PowerPC|Macintosh|Windows)/); if (a != "") { if (a == "Mac_PowerPC") a = "Macintosh"; return a } return mti.e.f } function ea(a) { var b = J(a, a.b, /(MSIE [\d\w\.]+)/); if (b != "") { var c = b.split(" "); b = c[0]; c = c[1]; return new mti.q(b, c, b, c, I(a), K(a, c) >= 6) } return new mti.q("MSIE", mti.e.f, "MSIE", mti.e.f, I(a), false) } function fa(a) { var b = mti.e.f, c = mti.e.f, d = J(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 = J(a, a.b, /rv:([^\)]+)/); if (d != "") c = d } if (a.b.indexOf("Version/") != -1) { d = J(a, a.b, /Version\/([\d\.]+)/); if (d != "") return new mti.q("Opera", d, b, c, I(a), K(a, d) >= 10) } d = J(a, a.b, /Opera[\/ ]([\d\.]+)/); if (d != "") return new mti.q("Opera", d, b, c, I(a), K(a, d) >= 10); return new mti.q("Opera", mti.e.f, b, c, I(a), false) } function ga(a) { var b = I(a), c = J(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 = J(a, a.b, /Version\/([\d\.\w]+)/); else if (d == "Chrome") e = J(a, a.b, /Chrome\/([\d\.]+)/); var f = J(a, c, /\d+\.(\d+)/); return new mti.q(d, e, "AppleWebKit", c, b, K(a, c) >= 526 || K(a, c) >= 525 && parseInt(f) >= 13) } function ha(a) { var b = mti.e.f, c = mti.e.f, d = false; if (a.b.indexOf("Firefox") != -1) { b = "Firefox"; var e = J(a, a.b, /Firefox\/([\d\w\.]+)/); if (e != "") { d = J(a, e, /\d+\.(\d+)/); c = e; d = e != "" && K(a, e) >= 3 && parseInt(d) >= 5 } } else if (a.b.indexOf("Mozilla") != -1) b = "Mozilla"; e = J(a, a.b, /rv:([^\)]+)/); if (e == "") e = mti.e.f; else if (!d) { d = K(a, e); var f = parseInt(J(a, e, /\d+\.(\d+)/)), h = parseInt(J(a, e, /\d+\.\d+\.(\d+)/)); d = d > 1 || d == 1 && f > 9 || d == 1 && f == 9 && h >= 2 || e.match(/1\.9\.1b[123]/) != null || e.match(/1\.9\.1\.[\d\.]+/) != null } return new mti.q(b, c, "Gecko", e, I(a), d) } function K(a, b) { a = J(a, b, /(\d+)/); if (a != "") return parseInt(a); return -1 } function J(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.j = b; this.aa = c; this.n = d || mti.d.J; this.l = new mti.A("-") }; mti.d.J = "mti"; mti.d.p = "loading"; mti.d.I = "active"; mti.d.K = "inactive"; mti.d.P = "font"; function L(a) { D(a.a, a.j, a.l.i(a.n, mti.d.p)); M(a, mti.d.p) } function N(a, b, c) { D(a.a, a.j, a.l.i(a.n, b, c, mti.d.I)); M(a, mti.d.P + mti.d.I, b, c); setTimeout(function () { E(a.a, a.j, a.l.i(a.n, b, c, mti.d.p)) }, 500) } function ia(a, b, c) { D(a.a, a.j, a.l.i(a.n, b, c, mti.d.K)); M(a, mti.d.P + mti.d.K, b, c); setTimeout(function () { E(a.a, a.j, a.l.i(a.n, b, c, mti.d.p)) }, 2E3) } function O(a) { D(a.a, a.j, a.l.i(a.n, mti.d.K)); E(a.a, a.j, a.l.i(a.n, mti.d.p)); setTimeout(function () { document.documentElement.className = document.documentElement.className.replace(/mti\-(.*?)loading/ig, "").replace(/^\s+|\s+$/g, "").replace(/\s+/g, " ") + " mti-repaint" }, 100); M(a, mti.d.K) } function ja(a) { D(a.a, a.j, a.l.i(a.n, mti.d.I)); E(a.a, document.documentElement, a.l.i(a.n, mti.d.p)); M(a, mti.d.I); setTimeout(function () { document.documentElement.className = document.documentElement.className.replace(/mti\-(.*?)loading/ig, "").replace(/^\s+|\s+$/g, "").replace(/\s+/g, " ") + " mti-repaint" }, 100) } function M(a, b, c, d) { a.aa[b] && a.aa[b](c, d) }; mti.na = function () { this.ga = {} }; function ka(a, b) { var c = []; for (var d in b) if (b.hasOwnProperty(d)) { var e = a.ga[d]; e && c.push(e(b[d])) } return c }; mti.k = function (a, b, c, d, e) { this.a = a; this.v = b; this.Q = c; this.L = d; this.ea = e; this.ba = 0; this.T = this.fa = false; this.Ea = new mti.W; this.za = new mti.o }; mti.k.X = "_,arial,helvetica"; mti.k.Y = "n4"; mti.k.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.k.Y]); this.ba += b[f].length } if (c) this.fa = c; for (e = 0; e < d; e++) { f = a[e]; c = b[f]; for (var h = 0, g = c.length; h < g; h++) { var m = c[h], l = P(this, mti.k.X, m), n = this.Q.M(l); C(this.a, l); l = f; var q = this.v; D(q.a, q.j, q.l.i(q.n, l, m, mti.d.p)); M(q, mti.d.P + mti.d.p, l, m); q = P(this, this.Ea.quote(l), m); if (n != this.Q.M(q)) { C(this.a, q); N(this.v, l, m); this.T = true; Q(this) } else R(this, this.ea(), n, q, l, m) } } }; function Q(a) { if (--a.ba == 0 && a.fa) a.T ? ja(a.v) : O(a.v) } mti.k.prototype.va = function (a, b, c, d, e) { if (b != this.Q.M(c)) { C(this.a, c); N(this.v, d, e); this.T = true; Q(this) } else if (this.ea() - a < mti.oa) R(this, a, b, c, d, e); else { C(this.a, c); ia(this.v, d, e); Q(this) } }; function R(a, b, c, d, e, f) { a.L(function (h, g) { return function () { g.call(h, b, c, d, e, f) } } (a, a.va), 50) } function P(a, b, c) { c = a.za.expand(c); b = a.a.createElement("span", { style: "position:absolute;top:-999px;font-size:300px;font-family:" + b + "," + mti.k.X + ";" + c }, "Mm"); t(a.a, "body", b); return b }; mti.C = function (a, b, c, d, e) { this.a = a; this.da = b; this.j = c; this.L = d; this.b = e; this.R = this.S = 0 }; mti.C.prototype.$ = function (a, b) { this.da.ga[a] = b }; mti.C.prototype.load = function (a) { var b = new mti.d(this.a, this.j, a); this.b.U ? la(this, b, a) : O(b) }; mti.C.prototype.Ba = function (a, b, c, d) { if (d) a.load(mti.s(this, this.Ga, b, c)); else { a = --this.S == 0; this.R--; if (a) this.R == 0 ? O(b) : L(b); c.watch([], {}, a) } }; mti.C.prototype.Ga = function (a, b, c, d) { var e = --this.S == 0; e && L(a); this.L(mti.s(this, function (f, h, g, m) { setTimeout(function () { f.watch(h, g || {}, m) }, 100) }, b, c, d, e)) }; function la(a, b, c) { c = ka(a.da, c); a.R = a.S = c.length; for (var d = new mti.k(a.a, b, { M: function (g) { return g.offsetWidth } }, a.L, function () { return (new Date).getTime() }), e = 0, f = c.length; e < f; e++) { var h = c[e]; ma(h, a.b, mti.s(a, a.Ba, h, b, d)) } }; mti.A = function (a) { this.Ca = a || mti.A.ma }; mti.A.ma = "-"; mti.A.prototype.i = function () { for (var a = [], b = 0; b < arguments.length; b++) a.push(arguments[b].replace(/[\W_]+/g, "").toLowerCase()); return a.join(this.Ca) }; mti.W = function () { this.la = '"' }; mti.W.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.la + d + this.la) } return b.join(",") }; mti.o = function () { this.ka = mti.o.ra; this.H = mti.o.ua }; mti.o.ra = ["font-style", "font-weight"]; mti.o.ua = { "font-style": [["n", "normal"]], "font-weight": [["4", "normal"]] }; mti.o.Z = function (a, b, c) { this.Aa = a; this.Ia = b; this.H = c }; mti.o.Z.prototype.expand = function (a, b) { for (var c = 0; c < this.H.length; c++) if (b == this.H[c][0]) { a[this.Aa] = this.Ia + ":" + this.H[c][1]; return } }; mti.o.prototype.expand = function (a) { if (a.length != 2) return null; for (var b = [null, null], c = 0, d = this.ka.length; c < d; c++) { var e = this.ka[c], f = a.substr(c, 1); (new mti.o.Z(c, e, this.H[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.C(new mti.h(document, a), new mti.na, document.documentElement, function (b, c) { setTimeout(b, c) }, a) } (); window.MonoTypeWebFonts.load = window.MonoTypeWebFonts.load; window.MonoTypeWebFonts.addModule = window.MonoTypeWebFonts.$; var S = window.MTIConfig || { isAsync: false, EnableCustomFOUTHandler: false, RemoveMTIClass: false }; mti.u = function (a, b, c) { this.z = a; this.a = b; this.Ha = c; this.t = {}; this.m = [] }; mti.u.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.Ha, e = F(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], h = f.fontfamily; if (e.test(h.replace(/^\s|\s$/g, ""))) { if (S.EnableCustomFOUTHandler == true) D(a.a, b, c ? "mti_font_element" + c : "mti_font_element"); a.m.push(b); if (f.enableSubsetting) if (a.t[h.replace(/^\s|\s$/g, "")]) a.t[h.replace(/^\s|\s$/g, "")] += G(a.a, b); else a.t[h.replace(/^\s|\s$/g, "")] = G(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.z, 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.z) { 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.z); c = false; for (p in a.t) { c = true; break } if (c) return a.t; return null } mti.u.prototype.N = function (a, b) { var c = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","), d = this.z, 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.z) break; e.nodeType == 1 && this.indexOf(c, e.tagName.toLowerCase()) < 0 && F(this.a, e).indexOf(a) > -1 && this.a.N(e, a, b); d = e; e = e.nextSibling } while (e == null) } d = e } while (d != this.z); a = false; for (p in this.t) { a = true; break } if (a) return this.t; return null }; mti.oa = 4E4; mti.B = function (a, b, c, d, e) { this.w = a; this.b = b; this.a = c; this.c = d; this.ca = []; this.ya = {}; this.g = e }; mti.B.qa = "monotype"; function ma(a, b, c) { var d = a.c.projectId; if (d) { a.w["__mti_fntLst" + d] = function () { return a.c.pfL }; a.w.mti_element_cache = []; V(a); d = function () { function e() { g = new mti.u(document.body, a.a, a.c.pfL); m = U(g); h && W(a); for (fontfamily in m) m[fontfamily] = X(a, m[fontfamily]); a.w.mti_element_cache = g.m; Y(a, m); var l = g.m; a.g != null && mti.s(a.g, a.g.load, l)(); for (var n = 0; n < l.length; n++) for (fontFamily in a.G) F(a.a, l[n]).indexOf(fontFamily) > -1 && a.a.N(l[n], fontFamily, a.G[fontFamily]) } var f = a.b.getName(); f = f.toLowerCase(); var h = f == "opera" ? true : false; f = a.c.reqSub; var g = null, m = null; if (h && f) { Z(a); $(a, function () { e() }) } else if (!h && f) e(); else { g = new mti.u(document.body, a.a, a.c.pfL); m = U(g); Y(a); a.w.mti_element_cache = g.m; a.g != null && mti.s(a.g, a.g.load, g.m)() } c(b.U) }; setTimeout(function () { document.documentElement.style.visibility = "" }, 750); if (S.isAsync === true) S.onReady = d; else if (a.c.reqSub) ca(a.a, d); else { Y(a); ba(a.a, function () { var e = new mti.u(document.body, a.a, a.c.pfL); U(e); a.w.mti_element_cache = e.m; a.g != null && mti.s(a.g, a.g.load, e.m)(); c(b.U) }) } if (S.EnableCustomFOUTHandler == true) document.documentElement.style.visibility = "hidden" } else c(true) } function Z(a, b) { var c = document.createElement("STYLE"); c.setAttribute("type", "text/css"); c.id = "monotype_fake_fontface_" + a.c.projectId; var d = ""; a = a.c.pfL; if (a != null) { d += "@font-face{font-family:opera_testfont;src:url(data:font/opentype;base64,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)}"; for (var e = 0; e < a.length; e++) d += "@font-face{font-family:'" + a[e].fontfamily + (b ? b : "") + "';src:url(data:font/opentype;base64,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);}" } c.textContent = d; b = document.getElementsByTagName("HEAD"); b.length > 0 && b[0].appendChild(c) } function W(a) { (a = document.getElementById("monotype_fake_fontface_" + a.c.projectId)) && a.parentNode.removeChild(a) } function $(a, b) { var c = document.createElement("SPAN"); c.innerHTML = "MMMWWW"; c.style.position = "absolute"; c.style.left = "-32768px"; c.style.fontFamily = "opera_testfont"; document.documentElement.appendChild(c); var d = 0, e = (new Date).getTime(); d = window.setInterval(function () { if (F(a.a, c) === "opera_testfont" || (new Date).getTime() - e > 200) { try { document.documentElement.removeChild(c) } catch (f) { } b(); window.clearInterval(d) } }, 60) } mti.B.prototype.G = {}; function Y(a, b, c) { var d = "TTF", e = a.c.projectId, f = a.c.ec, h = a.c.fcURL, g = a.c.dfcURL, m = a.a.createElement("style", { type: "text/css", id: "mti_fontface_" + (c ? "Aj_" : "") + a.c.projectId }), l = "", n = false, q = {}, u = { TTF: "truetype", WOFF: "woff", SVG: "svg", MTX: "truetype", OTF: "opentype" }, y = a.b.getName(); y = y.toLowerCase(); var r = a.b.O; y = y == "msie" && r < 8 ? true : false; for (i = 0; i < a.c.pfL.length; i++) { var A = a.c.pfL[i]; r = A.fontfamily; var z = A.contentIds, aa = A.enableOtf, B = a.c.ffArray, o = a.b.getName(); o = o.toLowerCase(); if (o == "firefox") o = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.ja.toLowerCase())) o = "msafari"; d = a.b.O; B = B[o]; o = ""; for (p in B) if (parseFloat(d) >= parseFloat(p)) if (z[B[p].toUpperCase()]) o = B[p]; d = o; B = d != null && d.toUpperCase() == "EOT" || d.toUpperCase() == "MTX"; a.ca.push(r); A = A.enableSubsetting; o = g; var w = a.c.ck, s = d, x = z[s.toUpperCase()]; o = (window.location.protocol == "https:" ? "https://" : "http://") + o.replace("http://", "").replace("https://", ""); o = o + "?"; if (f) o += w + "&"; o += "fctypeId=" + a.c.fctypeArray[s] + "&fcId=" + z.TTF + "&origId=" + x; o += "&projectId=" + e; o += "&content="; w = ""; s = a.b.getName(); s = s.toLowerCase(); s = s == "msie" ? true : false; if (b) { x = null; if (s) { if (b[r]) x = b[r].replace("\\", "").replace("#", "").replace("&", "").replace(">", "").replace("%", "").replace("<", "").replace('"', "").replace("'", "").replace("+", "").replace("/", "%2f") } else x = escape((b[r] || "").replace("\\", "").replace("/", "%2f")); w += (x || "") + "Mm" } w = o + w; x = a.c.bsmcArray; var v = a.b.getName(); v = v.toLowerCase(); if (v == "firefox") v = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.ja.toLowerCase())) v = "msafari"; s = a.b.O; x = x[v]; v = ""; for (p in x) if (parseFloat(s) >= parseFloat(p)) v = x[p]; s = v; if (w.length > s) { o = s - o.length; o = { ia: Math.ceil(w.length / o), ha: o} } else o = { ia: 1 }; w = o.ia; s = false; if (y && w > 1) { w = 1; s = true; A = false } if (w > 1 || c) { if (b !== null) { n = true; q[r] || (q[r] = []); if (s = b[r]) { x = []; for (v = 1; v <= w; v++) { newFontFamily = (c ? r.length > 25 ? r.substring(0, 20) : r : r) + (c ? c : "") + (w > 1 ? v : ""); q[r].push(newFontFamily); b[newFontFamily] = s.substr((v - 1) * o.ha, o.ha); l += '@font-face{\nfont-family:"' + newFontFamily + '";\nsrc:url("' + na(a, z, e, A, f, h, g, a.c.ck, newFontFamily, b, d, aa) + '")'; B || (l += ' format("' + u[d.toUpperCase()] + '")'); l += ";}\n"; x.push("'" + newFontFamily + "'") } a.G[r] = x } } } else { l += '@font-face{\nfont-family:"' + r + (c ? c : "") + '";\nsrc:url("' + na(a, z, e, A, f, h, g, a.c.ck, r + (c ? c : ""), s ? null : b, d, aa) + '")'; if (!B) { r = z[d.toUpperCase()]; z = u[d.toUpperCase()]; r || (z = u.TTF); l += " format('" + z + "')" } l += ";}\n" } } if (n === true || c) { C(a.a, a.a.getElementById("mti_stylesheet_" + (c ? "Aj_" : "") + a.c.projectId) || {}); c ? V(a, q, c) : V(a, q) } l != "" && t(a.a, "head", m); if (m.styleSheet) m.styleSheet.cssText = l; else { a = document.createTextNode(l); m.appendChild(a) } } function V(a, b, c) { var d = new mti.A("-"), e = a.a.createElement("style", { type: "text/css", id: "mti_stylesheet_" + (c ? "Aj_" : "") + a.c.projectId }), f = ""; if (S.EnableCustomFOUTHandler == true) { var h = a.c.pfL; f += "." + mti.d.J + "-loading .mti_font_element" + (c ? c : "") + "{visibility:hidden;}\n"; for (i = 0; i < h.length; i++) { var g = h[i].fontfamily; if (c) g += c; f += "." + d.i(mti.d.J, g, mti.k.Y, mti.d.p) + " .mti_font_element" + (c ? c : "") + "{visibility:hidden;}\n" } } for (i in a.c.selectorFontMap) { d = a.c.selectorFontMap[i]; g = g = d.familyName; if (b && b[g] && b[g].length > 0) g = b[g].join("','"); if (!c) { f += i + "{font-family:'" + g + "';"; if (a.g != null) if ((g = d.otf) && g != null && g != "") f += a.g.Ka(g); f += "}\n" } if (S.EnableCustomFOUTHandler == true) { f += "/*fout specific code:*/\n"; g = i.split(","); for (k in g) f += "." + mti.d.J + "-loading " + g[k] + "{visibility:hidden;}\n" } } f != "" && t(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 na(a, b, c, d, e, f, h, g, m, l, n, q) { var u = b[n.toUpperCase()], y = "http://"; if (window.location.protocol == "https:") y = "https://"; f = f.replace("http://", "").replace("https://", ""); h = h.replace("http://", "").replace("https://", ""); f = y + f + (q ? "ot/" : ""); h = y + h; if (d) { url = h + "?"; if (e) url += g + "&"; url += "fctypeId=" + a.c.fctypeArray[n] + "&fcId=" + b.TTF + "&origId=" + u } else url = e ? u ? f + u + "." + n.toLowerCase() + "?" + g : f + b.TTF + ".ttf?" + g : f + "?fctypeId=" + a.c.fctypeArray[n] + "&fcId=" + u; url += "&projectId=" + c; a = a.b.getName(); a = a.toLowerCase(); a = a == "msie" ? true : false; b = null; if (l) { if (a) { if (l[m]) b = l[m].replace("\\", "").replace("#", "").replace("&", "").replace(">", "").replace("%", "").replace("<", "").replace('"', "").replace("'", "").replace("+", "") } else b = escape(l[m] || ""); url += "&content=" + (b || "") + "Mm" } if (n != null && n.toUpperCase() == "SVG") url += "#" + u; return url } function oa(a, b) { var c = false, d = document.getElementById(b); c = d === null ? false : true; if (!c) return false; var e = pa(a), f = null, h = null; function g() { f = new mti.u(d, a.a, a.c.pfL); h = U(f, {}, e); var m = a.b.getName(); m = m.toLowerCase(); (m == "opera" ? true : false) && W(a); m = []; for (fontfamily in h) { if (h[fontfamily]) h[fontfamily] = X(a, h[fontfamily]); fontfamily += e; m.push(fontfamily) } var l = a.w.mti_element_cache = f.m; Y(a, h, e); l = f.m; a.g != null && mti.s(a.g, a.g.La, l)(); for (var n = 0; n < l.length; n++) for (fontFamily in a.G) if (F(a.a, l[n]).indexOf(fontFamily) > -1) if (l[n].getAttribute("id") == b || da(a.a, a.a.getElementById(b), l[n])) a.a.N(l[n], fontFamily, a.G[fontFamily]); (new mti.k(a.a, new mti.d(a.a, document.documentElement, a.c), { M: function (q) { return q.offsetWidth } }, function (q, u) { setTimeout(q, u) }, function () { return (new Date).getTime() })).watch(m, {}, true) } c = a.b.getName(); c = c.toLowerCase(); if (c == "opera" ? true : false) { Z(a, e); $(a, function () { g() }) } else g(); S.RemoveMTIClass == true && setTimeout(function () { var m = a.a, l = "mti_font_element" + e, n = m.getElementsByClassName(l), q = m.b.getName(); q = q.toLowerCase(); var u = m.b.O; q = q == "msie" && u < 8 ? true : false; for (u = new RegExp(l, "ig"); n.length > 0; ) { for (i = 0; i < n.length; i++) if (n[i].className.split(" ").length == 1 && !q) n[i].removeAttribute("class"); else n[i].className = n[i].className.replace(u, " ").replace(/^\s+|\s+$/g, ""); n = m.getElementsByClassName(l) } }, 5E3) } mti.B.prototype.load = function (a) { a(this.ca, this.ya) }; mti.pa = function (a) { this.F = a }; mti.pa.prototype.protocol = function () { var a = ["http:", "https:"], b = a[0]; if (this.F && this.F.location && this.F.location.protocol) { var c = 0; for (c = 0; c < a.length; c++) if (this.F.location.protocol == a[c]) return this.F.location.protocol } return b }; mti.V = function (a, b) { this.a = a; this.c = b }; mti.V.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()); t(this.a, "head", this.a.createElement("Script", { type: "text/javascript", src: b })) } }; mti.sa = function (a) { this.Da = a }; MonoTypeWebFonts.$(mti.B.qa, function (a) { var b = (new mti.e(navigator.userAgent)).parse(), c = new mti.h(document, b), d = null; if (a.enableOtf) d = new mti.Ja(c, b, a); window.MonoTypeWebFonts.BannerHandler = new mti.V(c, a); a = new mti.B(window, b, c, a, d); var e = new mti.sa(a); window.MonoTypeWebFonts.renderPartial = function (f) { oa(e.Da, f) }; return a }); function pa() { for (var a = "", b = 0; b < 5; b++) a += "abcdefghijklmnopqrstuvwxyz".charAt(Math.floor(Math.random() * 26)); return a }; })(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;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=js&projectid=aa9e53f8-327d-4cc1-a0ff-1d657fffd7c4"); 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, enableOtf: false, otfJsParentUrl: 'http://fast.fonts.com/jsapi/otjs/',pfL:[{'fontfamily' : "Myriad W01 Black" ,contentIds :{EOT: 'a8a5b7cb-4d2f-479b-9437-689fc5435c69',WOFF: '343cca80-f864-4475-9357-bd86359efe6d',TTF: '14f45cdf-4558-43a1-b76b-abe9a1d84c4a',SVG: '6f13d7fa-3aaf-46ea-995a-89d7fb422896'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Black Cnd" ,contentIds :{EOT: '32d888c6-6d27-44fb-b570-043cb671a635',WOFF: '2c3c4b22-662f-4ca7-ab3d-0a7a345bf5fe',TTF: '2687106b-114f-4ffb-8cc0-522a521ef262',SVG: 'f95bc9d1-33c0-4181-a93f-bead86cd2b30'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Black Cnd It" ,contentIds :{EOT: '93ce1293-f6ff-4a2e-9af0-894a4ca6fabc',WOFF: '36c387ad-5c1c-48d1-86e8-288fc11cbffc',TTF: 'e101bf33-6814-478b-aaa9-4bea48ef1541',SVG: '79900f3b-b997-4294-8198-d3502705b37e'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Black It" ,contentIds :{EOT: '44fe289c-a576-4f24-b668-a62cf2fdcb9c',WOFF: 'd89bc622-54c7-43da-91ad-a74f625a1e02',TTF: '50d1ea1c-06bb-40c8-8c9f-caa23557d59d',SVG: 'daabede8-40a2-40d6-968d-4359952e67e4'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Black Sm Cnd" ,contentIds :{EOT: 'ba92704e-64f3-4524-8b0b-38bb77bda201',WOFF: '2242470e-070f-49f4-9361-523478108fd2',TTF: '0fcec0aa-6082-4044-85e0-99a2ce1b8c24',SVG: 'b350283f-a333-4871-afa5-501775f235b4'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "MyriadW01-BlackSmCndIt" ,contentIds :{EOT: '9bc1a356-b051-4de0-aa3b-591f68177451',WOFF: '9d00c1a6-236e-4e0b-b382-e2e1c4f77543',TTF: '72945e7d-959f-46ec-91a0-191b97077a25',SVG: '1b750cda-8ab4-4593-8f6c-e1d37b2bc61e'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Bd" ,contentIds :{EOT: '4f2af761-c017-4801-9aa5-5d30643373ce',WOFF: 'acfb7490-30f6-4bf4-a1b8-70ff9172d209',TTF: '5bf402e3-ba96-414e-bc7e-cb6689fe32c1',SVG: 'c5dceae7-427a-4765-b06b-ea2eecca3434'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Bd Cnd" ,contentIds :{EOT: 'b4df0776-43d3-4954-9ef2-95527dcfb011',WOFF: '4823eae2-791d-4382-8ef0-5916b5b1623f',TTF: '5f217c58-a6c1-4caa-a812-82aebe639d32',SVG: 'd13b5353-c61b-48c5-a822-a1ae523eddf6'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Bd Cnd It" ,contentIds :{EOT: '2919f433-b272-41e3-95c9-417ef6cd34e1',WOFF: '00252721-ef30-49ec-80cb-93b1bea795cb',TTF: '21cca651-1cd3-4115-996f-f8257b0bc07a',SVG: 'f7006adb-c3c7-4e07-b020-ec556658e45a'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Bd It" ,contentIds :{EOT: '67452424-3136-49b1-827d-49c5dcde5779',WOFF: '088bed5d-3869-422a-8876-df9a6992b434',TTF: 'b0e5af12-5659-4451-b843-6fade25c4e53',SVG: 'e590a993-9202-42bc-a22f-25243e6b0d5a'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Bd Sm Cnd" ,contentIds :{EOT: '05288a48-9aa4-47ee-9af8-97126df7e999',WOFF: 'c858c292-597c-4ffe-a108-4e6568fbae4e',TTF: '1522b786-6d59-43f7-9d16-34279ee0acf8',SVG: '1455167d-f3ec-4022-ae9f-b9ce5746d2a0'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Bd Sm Cnd It" ,contentIds :{EOT: '67a8e2c6-cce0-4739-a9d0-06a43dd631b6',WOFF: 'bb3fbf60-b09a-41b8-9d00-1ec15cfc22be',TTF: 'b1ece573-9c2b-420b-9f79-d207853a2a22',SVG: '067c194d-6435-4671-b468-f07dfe09f160'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Cnd" ,contentIds :{EOT: '9365313d-8496-4657-86cb-439a81698e62',WOFF: 'd7f07558-358e-43ab-bd36-0298eee9fad1',TTF: '408c195f-7817-4e58-b9a6-199195365c7a',SVG: '42f31449-1991-4ca6-bb98-9e924d681719'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Cnd It" ,contentIds :{EOT: '3c12e3db-1b36-4213-9e7b-a90b13cfeedf',WOFF: 'dadf64e3-e1b9-4398-aa0c-74a0e4bd0afe',TTF: 'da6465dc-024e-474f-b79f-cfc753179025',SVG: 'd262073f-a668-46df-84b7-250ef7900a32'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 It" ,contentIds :{EOT: 'b7dea71a-f8e7-42e0-b03b-ae1b0b6eb0cd',WOFF: '7becdf28-cd45-4f8a-bcab-d8c861a8ebc5',TTF: 'b90a1a2e-a700-4528-aa00-535c93ecf8a9',SVG: '85c745b1-d826-4e09-988f-82cd152fb0db'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Lt" ,contentIds :{EOT: 'b3e9f984-f8ca-4650-90c3-d6f0aca0a27d',WOFF: 'b984f4e8-e37d-4502-bead-ffd991e64d1f',TTF: '82d18baa-8811-4aa8-9338-9bafa08350d0',SVG: '20e14bb9-6aec-47a9-8ef8-5613bf1d6eae'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Lt It" ,contentIds :{EOT: '7f8bf145-43b4-4e18-8ab6-38552ac83b70',WOFF: '3efa8eef-d81a-4a5b-ba15-94c5afa463cf',TTF: '0ac3a8d1-ea58-4bc8-b995-cd7fce51290e',SVG: 'f360572f-8d74-4e11-b63c-91a55e17c82d'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Lt Cnd" ,contentIds :{EOT: 'ab049bbd-23a6-4cdc-9fca-f14539d4487b',WOFF: '2629fae9-66ad-4554-9d4e-c80bc76e5b6b',TTF: '81b4e460-9e28-4e33-88a5-6f65aa955154',SVG: '3ff8eeda-2b48-4356-a085-45ca4bfd9c04'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Lt Cnd It" ,contentIds :{EOT: '413a5d39-49bb-4d28-a1e3-c4e0330d834e',WOFF: 'f9fe1e00-e107-4a5e-8da1-2306845b899e',TTF: '506360b5-4463-43df-aa65-13a690dcc288',SVG: 'a6d11417-23ae-4212-aadd-e2439300f5b3'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Lt Sm Cnd" ,contentIds :{EOT: 'e5d6ed0d-c1ec-4469-90de-5784ad5c8baa',WOFF: '7703a5c8-61a4-4d32-9768-83ec303e9f2b',TTF: 'd80f1f4a-8843-425c-8492-ec8015c07eeb',SVG: '28971b53-c747-4c80-9aa5-107f3d702047'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Lt Sm Cnd It" ,contentIds :{EOT: '2eea462e-4b20-431f-a049-5a2fd1c74c94',WOFF: '3266819e-433c-4724-9440-cb8bcbdbf2d6',TTF: 'e7873229-b425-4c58-97a5-212630f5226c',SVG: 'ea9132a5-e47c-4307-9aa3-0029e329ed85'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Regular" ,contentIds :{EOT: '2bd106a4-3872-4193-8627-d7af96dd4f7e',WOFF: 'c5b1c170-d8f7-41f9-85c2-0ab670780c6b',TTF: 'ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801',SVG: 'a379413e-a0b8-44dc-b250-1e000e4092a4'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Sm Cnd" ,contentIds :{EOT: 'ac5ab5e5-33fd-4088-b059-0bb569afd809',WOFF: '46bfe93f-37b4-4f09-b72d-dca0b609e20f',TTF: 'a21d9dfa-f77c-4009-aa22-09f3d9f99752',SVG: 'e7f8e64a-127f-47df-80d9-12ca86c5b053'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 Sm Cnd It" ,contentIds :{EOT: '36553e3c-6b60-408c-8c9f-25951f0336e0',WOFF: '69bf8ecd-6a75-4d01-9f52-8d2115329d50',TTF: 'eaf4144b-0678-4de1-927e-af36acce48f8',SVG: '728d1ae4-9f8a-4af7-8a09-5778dfe8cb59'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 SmBd" ,contentIds :{EOT: 'f71415c0-f68d-42cd-a948-05af81548ea5',WOFF: 'c22866d7-ca67-4170-a113-cae280eea669',TTF: '19ce9ea9-076e-4dcd-91a1-454f4830f120',SVG: '18915124-98e4-4245-9e10-b921e09a6704'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 SmBd Cnd" ,contentIds :{EOT: '4653ef9b-e5ce-4c59-9ec1-0af6638fca0e',WOFF: 'a2f2aae6-fded-4f03-897a-84e978797dfd',TTF: '998b20b6-d1f1-4500-8ec7-6f82276cc8ac',SVG: 'ea5e5d84-0a40-4c45-a134-5d475db7f788'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 SmBd Cnd It" ,contentIds :{EOT: 'a897e4ee-c11c-43c7-bd6e-9d0282f8ced4',WOFF: '11735dc1-d8f5-42d8-9ff2-faac7f94294a',TTF: '1ffdd3d6-c2ba-46cf-acd5-8d9b1d7a45ce',SVG: 'dac59f53-a56d-4ab8-89bb-d1f2cad55e2a'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 SmBd It" ,contentIds :{EOT: 'e3c5d5a6-3f08-4d0c-a4af-3d90f6fa03ee',WOFF: 'f83744dc-5c76-4309-bea0-03c18f58997f',TTF: 'dc5e0550-21b2-4664-a54a-248791c96660',SVG: 'f1682532-45c5-4c1b-a058-a65e600e0100'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "Myriad W01 SmBd Sm Cnd" ,contentIds :{EOT: 'efb4c5b5-2f2f-4243-a4c1-2ae10ce956db',WOFF: '8cea75c4-1f67-4ea6-ab74-9391609e349b',TTF: 'c1cca0c6-2b8b-4574-8367-8c139b684f77',SVG: '1b3e55d8-8da1-4f1e-ae9d-de5154bd418b'}, enableSubsetting : false, enableOtf: false },{'fontfamily' : "MyriadW01-SmBdSmCndIt" ,contentIds :{EOT: 'ae7d3529-eaea-4403-b001-c87c6d337c0a',WOFF: '33dc295c-b77f-41e0-afd4-399e6a3e260a',TTF: '082265a3-62d5-404c-966e-3fbea4738e9f',SVG: '236275fa-ba13-4aea-9e24-166e173af329'}, enableSubsetting : false, enableOtf: false }],selectorFontMap:{},ck:'d44f19a684109620e4841579a590e8181b69cd246a92c2674561eb7b2ac5d588f47b0e88c9818c335bdec5cd6d34b9f62fc6adf33449d503fc4904249d390df539f614937c349bb033482a408dec97a53e44016e4f447f688d8e9f6822022dd492be0e76063e',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', '10':'otf'}, 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','otf':'13'},projectId:'aa9e53f8-327d-4cc1-a0ff-1d657fffd7c4',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i