; (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=45db82d8-5ca0-4981-9826-c72804ce7122"); 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' : "StoneSansIIITCW01-LtCn" ,contentIds :{EOT: '2f4d97ca-dec1-4872-8e48-6f9153f63ff9',WOFF: 'df2a4c77-d287-491a-8d1b-ebfdce84739d',TTF: '08f81d40-0bf6-49b3-8830-b37554c4827e',SVG: '0fd410ec-997c-4be8-a5d8-34075dd9abb1'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-LtCnI" ,contentIds :{EOT: 'de8bea91-4653-4bf5-a320-9934681c75de',WOFF: 'e0f3a516-ad91-4d3b-814d-ab9b02a9d4d3',TTF: '7a713e04-9d2b-42d8-a001-42c91489f78b',SVG: '86fa7fb3-3316-410e-9574-0625233ff92e'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-BkCn" ,contentIds :{EOT: '8c129ca2-646c-4268-9d86-87799015d283',WOFF: 'eeca8730-1c87-420f-81e4-a4db65e45074',TTF: '9fe9134a-09a3-4c2f-84d7-d08b3ae1641a',SVG: '5bc2e61b-c4ab-4bd4-9016-72e0aa8c7b57'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-BkCnI" ,contentIds :{EOT: '32130795-5746-49cb-8324-f75ab4ca8d89',WOFF: '7579877e-1c96-4703-97b1-c0d38f5f8bae',TTF: '500b2301-f0ed-4996-ac15-a676d52ff3f2',SVG: 'e820f0bf-01cb-400d-8e9f-1f23b55af16e'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-MdCn" ,contentIds :{EOT: 'e3cf9998-38b1-47f2-a7ea-9c672ddc14aa',WOFF: '2f39a41a-a9b3-46f8-9832-528fb38c2778',TTF: '63c0f04d-349c-4aee-a7a8-485c885d5a03',SVG: '9a88ad3c-ebc2-4b34-b6be-ead87cafa40c'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-MdCnI" ,contentIds :{EOT: '411eb113-545b-47cd-96b9-b90ee8dfd0b2',WOFF: '65676805-c233-4d2d-95f5-d65ab2a75268',TTF: 'a3cf893e-9962-43da-944e-78b0a34b6576',SVG: '4d27901f-4aba-4b20-8368-747b8dd125c0'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-SmBdC 734450" ,contentIds :{EOT: '620b122f-82bc-42cc-b0ab-d0c90e77b4f6',WOFF: '9852f742-a44a-47d8-86da-4428b4251842',TTF: 'e9a7aa9b-9d17-41db-b801-d2207b78ba12',SVG: '5653f0d3-0b31-402b-8058-8d929e286cf6'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-SmBdC 734453" ,contentIds :{EOT: '762be4ff-c9e8-4c50-99a2-3a572f260fb0',WOFF: '032058e0-0edf-4a5f-844f-4474e7bae399',TTF: '3ef2fac3-328a-49c9-abd4-5fbf29bc7662',SVG: '29a12372-805e-4004-a3c2-e4e4358dfea8'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-BdCn" ,contentIds :{EOT: '7a709932-7a0f-43d4-8c11-f291ad82d630',WOFF: '11553377-d36a-41f6-be1a-852248f03e59',TTF: 'c1b6c83e-fe78-460f-8b2c-75cf679d8721',SVG: '76d18a0a-d087-4879-977f-fc1231d99fc1'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-BdCnI" ,contentIds :{EOT: 'f186a5bc-d0e3-4c4b-9d79-e0613a0644a7',WOFF: '6458bbb8-21b1-4bd6-9766-cc64f8d10f0c',TTF: '7d6407a8-373c-449a-8227-b31920731a96',SVG: 'c1e4e8d8-5edf-4998-ae47-a6f5e3f0d782'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-XBdCn 734462" ,contentIds :{EOT: '291dd66a-0caa-4dde-a947-2beedb169be3',WOFF: 'c6c902c8-fc74-49f2-aa66-5d18f5e93357',TTF: '4d952867-772c-4e3d-8920-3265628f3e87',SVG: 'd85c56c0-e0e8-418b-9b57-6f1d52d8b58d'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-XBdCn 734465" ,contentIds :{EOT: '15fe2cf6-77a2-4f63-82a1-c2ec9f5b7c2f',WOFF: '0bab3520-3092-4946-8090-bc8c7bb37350',TTF: 'afbe43b4-a19e-4947-a2aa-a648f5e6075c',SVG: '87d995e4-f787-487f-a429-d063fc0e88fd'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-Lt" ,contentIds :{EOT: '4f722b2f-ad08-469a-809e-ff97b3ec58ca',WOFF: 'bcd517db-f698-43aa-9282-8e0349b511b7',TTF: 'c65e2118-faeb-4ba1-9e5e-249a38aac753',SVG: '83b1ea6e-4388-4b7c-b9f3-e7c3f6d4dcee'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-LtIt" ,contentIds :{EOT: 'c4175d66-ac13-4a25-944b-1071ef6b4072',WOFF: 'd8cab974-8b93-412f-ad72-94c11dbea869',TTF: '3fd92141-4af0-4b0a-826c-9fb200624dba',SVG: 'f545fb3c-d61e-45e0-8135-6c32fcf9f6ce'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-Bk" ,contentIds :{EOT: '6c877f39-4ce1-4b1a-a66a-517255e6a897',WOFF: '10500b17-7e62-492c-b9ac-6f3bfa596656',TTF: '2ed9795b-9b1b-48d2-9938-73b0e549c538',SVG: '1bec0199-fee0-435c-bf3a-3d6dc32d0ceb'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-BkIt" ,contentIds :{EOT: 'f8b1295f-b429-44cb-9322-2cb06d9dd038',WOFF: 'fd937e94-aa4c-40e3-abd9-ce0135ed3309',TTF: '174e8920-863c-45aa-8eaf-6d55885280e2',SVG: '95da1b47-69b4-4480-a13a-d194bc1711e3'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-Md" ,contentIds :{EOT: 'b3d4b18c-317a-497c-a82c-be76866d60bb',WOFF: '0b60f57e-bfb9-43d9-b3e1-70ae28190252',TTF: '08a870fe-b00f-404b-9fe8-8c596c30a52e',SVG: '0604a2ca-7ec1-41a1-bb8d-8a0bece94127'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-MdIt" ,contentIds :{EOT: 'a0e0b71a-04fb-4db0-87b6-687d6b309d8e',WOFF: 'eebb71f1-2b78-4bd3-a0fb-a3ad3372702a',TTF: '1fda63ef-5333-4a52-9ea5-d770806f70da',SVG: 'f788aea9-255d-4d9c-9544-777f221e6d29'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-SmBd" ,contentIds :{EOT: '6b9ea899-bc32-44a3-8647-b5c17d4634b2',WOFF: '930043e7-6ea6-4a42-8cdc-13b6a886f99f',TTF: '0731a5c6-8ed6-4190-8bc5-83e197de7e1d',SVG: '25d9994d-5771-42e1-906e-a55cbb494a2c'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-SmBdI" ,contentIds :{EOT: '76ab78ea-f55b-4ada-a7d8-275976d843a8',WOFF: '6555abc2-c07b-4b50-bced-8b8f4a5d8b7e',TTF: 'fc868b66-d834-47a0-abe0-f8abf4dfafb1',SVG: 'fc40ecb4-25e3-4fe1-a4af-9171efe88b7f'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-Bd" ,contentIds :{EOT: '26b8209c-8c5c-4d41-a0fe-5402d2af12ea',WOFF: '71377eb0-e669-4ad7-9766-38b762f0facc',TTF: '75183675-3b98-481e-9fdf-fdc588dfed8f',SVG: 'c0a88ab9-4b9b-4561-876f-1040ed6a39c9'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-BdIt" ,contentIds :{EOT: '104124c7-1244-4ef0-ad3c-5c692f9d503f',WOFF: 'd9e420a4-aaa9-4e1c-a37a-8241a2009b8d',TTF: 'ee602407-44d1-4b4b-8b09-8f8593b7e89d',SVG: 'ea06fc1d-cb7e-4d6c-8bd6-b1f5fbb51396'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-XBd" ,contentIds :{EOT: 'f6206c5a-5ee5-4d23-859e-c3b38e3d8802',WOFF: '436ea131-55d6-4547-bb93-416cf3a38db1',TTF: '2824dac9-0825-4efe-a10f-8405db8c1cd4',SVG: 'b60ab0dc-ad9c-4338-863a-1ea32c6222ce'}, enableSubsetting : false},{'fontfamily' : "StoneSansIIITCW01-XBdIt" ,contentIds :{EOT: '854ee209-5a8d-4290-8b1b-a49e531a6bd1',WOFF: '42f067b3-c746-469c-a709-4b24b9ea042a',TTF: 'adafd4a5-7d14-4b3b-a31f-c6c80ee7f6b0',SVG: 'dc37793e-8ef9-4617-b250-e53a6d0d994c'}, enableSubsetting : false},{'fontfamily' : "Stone Serif ITC W01 Md" ,contentIds :{EOT: '9eb9eaf0-ad52-4076-9b33-45a7433adb6a',WOFF: '7a73c658-0853-4cc6-be29-31c2d4137245',TTF: 'b9c21d9f-4f31-4805-88df-52b54cfa3481',SVG: 'c9d2a14d-a309-48c3-b804-8e4ead292878'}, enableSubsetting : false},{'fontfamily' : "StoneSerifITCW01-MdIt" ,contentIds :{EOT: 'aea4f618-123f-4a5f-98bb-214468b3b8b3',WOFF: 'ed9cd4f4-e90d-4b27-8b1d-9b6899a5265e',TTF: '54dbb796-9102-4074-b479-469673ccc60f',SVG: 'efeaef5c-0a55-4cde-b60f-846f6518f87b'}, enableSubsetting : false},{'fontfamily' : "StoneSerifITCW01-SmBd" ,contentIds :{EOT: 'f77813f0-2025-43e8-a5bc-11a7abbb574b',WOFF: 'd1ca2b3a-5033-4cf3-b22f-e92ec82d3fae',TTF: 'e476cf43-d62d-49eb-ab73-588fd2b17b3a',SVG: '16460fdd-7889-4f2e-acf1-1903fb277953'}, enableSubsetting : false},{'fontfamily' : "StoneSerifITCW01-SmBdIt" ,contentIds :{EOT: '4fc8f98e-e7cf-47dc-8bf8-a64ebe6025d9',WOFF: 'e91ad0fb-caf1-4625-af98-4197f68fd19f',TTF: 'bef8a479-fbb8-475b-bf0d-dc6f74bc9512',SVG: 'cb1a40bb-87b4-4d1f-8b92-6b06ca04160a'}, enableSubsetting : false},{'fontfamily' : "Stone Serif ITC W01 Bd" ,contentIds :{EOT: '8a142008-f368-4ddc-98db-5edb6a9a0710',WOFF: 'bd5074ee-43ae-4be0-94ac-cb71b8909840',TTF: '8a16ffeb-9e80-41e7-a4ca-e44364e4d16c',SVG: '2d0bb279-069d-47ec-a1f8-67316ba55c6e'}, enableSubsetting : false},{'fontfamily' : "StoneSerifITCW01-BdIt" ,contentIds :{EOT: '7cdc1785-5b86-40b7-8e0b-0fd3ae96f8bb',WOFF: 'ced1e80b-c390-4322-8b8c-0dcccafc09b4',TTF: '4efabc12-66b6-455f-b298-6f45ce79dd01',SVG: 'c975718f-9a96-4a15-a587-28cff01fcb7f'}, enableSubsetting : false}],selectorFontMap:{},ck:'d44f19a684109620e484157ea790e81881a7992bc0f72f79e7303dcfd467ea531fb34251319dafe44de7e304947614289f681784cc189e7e4ff56a2f900479e0ccd2076ea33e6ea638cb3b774a767a36792b3d153c1f3977cffb6f5cf0a97cb91ab3bd5481ca84dabf094322feefe6696e3472996e160c0998e0c9281fec596c9d84c1ba74a8583c211fe40f629f926198693115ba8e45de0baea68853912ae309638aa158cf9a8174a5',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:'45db82d8-5ca0-4981-9826-c72804ce7122',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i