; (function (window, document, undefined) { mti = {}; mti.J = 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.i = a; this.b = b }; mti.h.prototype.createElement = function (a, b, c) { a = this.i.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.i.createTextNode(c)); return a }; function j(a, b, c) { a = a.i.getElementsByTagName(b)[0]; if (!a) a = document.documentElement; if (a && a.lastChild) { a.insertBefore(c, a.lastChild); return true } return false } function q(a, b) { function c() { document.body ? b() : setTimeout(c, 0) } c() } mti.h.t = false; function r(a, b) { if (mti.h.t === true) b(); else if (a.b.getName() == "MSIE") { var c = a.i, d = false, e = function () { if (!d) { d = true; b(); mti.h.t = true } }; (function () { try { c.documentElement.doScroll("left") } catch (f) { setTimeout(arguments.callee, 50); return } e() })(); c.onreadystatechange = function () { if (c.readyState == "complete") { c.onreadystatechange = null; e() } } } else if (a.b.pa == "AppleWebKit" && a.b.oa < 525) (function () { if (["loaded", "complete"].indexOf(this.i.readyState) > -1) { b(); mti.h.t = true } else setTimeout(arguments.callee, 50) })(); else if (a.i.addEventListener) a.i.addEventListener("DOMContentLoaded", function () { b(); mti.h.t = true }, false); else window.onload = function () { b(); mti.h.t = true } } function s(a, b) { if (b.parentNode) { b.parentNode.removeChild(b); return true } return false } function t(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 u(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 w(a, b) { var c = ""; b = b.childNodes || b; for (var d = 0; d < b.length; d++) c += b[d].nodeType != 1 ? b[d].nodeValue : w(a, b[d].childNodes); return c } mti.h.prototype.getElementById = function (a) { return this.i.getElementById(a) }; mti.l = function (a, b, c, d, e, f) { this.wa = a; this.Ba = b; this.pa = c; this.oa = d; this.ya = e; this.ea = f }; mti.l.prototype.getName = function () { return this.wa }; mti.e = function (a) { this.b = a }; mti.e.f = "Unknown"; mti.e.la = new mti.l(mti.e.f, mti.e.f, mti.e.f, false); mti.e.prototype.parse = function () { return this.b.indexOf("MSIE") != -1 ? x(this) : this.b.indexOf("Opera") != -1 ? z(this) : this.b.indexOf("AppleWebKit") != -1 ? A(this) : this.b.indexOf("Gecko") != -1 ? B(this) : mti.e.la }; function C(a) { var b = F(a, a.b, /(iPod|iPad|iPhone|Android)/); if (b != "") return b; a = F(a, a.b, /(Linux|Mac_PowerPC|Macintosh|Windows)/); if (a != "") { if (a == "Mac_PowerPC") a = "Macintosh"; return a } return mti.e.f } function x(a) { var b = F(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, C(a), G(a, c) >= 6) } return new mti.l("MSIE", mti.e.f, "MSIE", mti.e.f, C(a), false) } function z(a) { var b = mti.e.f, c = mti.e.f, d = F(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 = F(a, a.b, /rv:([^\)]+)/); if (d != "") c = d } if (a.b.indexOf("Version/") != -1) { d = F(a, a.b, /Version\/([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, C(a), G(a, d) >= 10) } d = F(a, a.b, /Opera[\/ ]([\d\.]+)/); if (d != "") return new mti.l("Opera", d, b, c, C(a), G(a, d) >= 10); return new mti.l("Opera", mti.e.f, b, c, C(a), false) } function A(a) { var b = C(a), c = F(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 = F(a, a.b, /Version\/([\d\.\w]+)/); else if (d == "Chrome") e = F(a, a.b, /Chrome\/([\d\.]+)/); var f = F(a, c, /\d+\.(\d+)/); return new mti.l(d, e, "AppleWebKit", c, b, G(a, c) >= 526 || G(a, c) >= 525 && parseInt(f) >= 13) } function B(a) { var b = mti.e.f, c = mti.e.f, d = false; if (a.b.indexOf("Firefox") != -1) { b = "Firefox"; var e = F(a, a.b, /Firefox\/([\d\w\.]+)/); if (e != "") { d = F(a, e, /\d+\.(\d+)/); c = e; d = e != "" && G(a, e) >= 3 && parseInt(d) >= 5 } } else if (a.b.indexOf("Mozilla") != -1) b = "Mozilla"; e = F(a, a.b, /rv:([^\)]+)/); if (e == "") e = mti.e.f; else if (!d) { d = G(a, e); var f = parseInt(F(a, e, /\d+\.(\d+)/)), g = parseInt(F(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, C(a), d) } function G(a, b) { a = F(a, b, /(\d+)/); if (a != "") return parseInt(a); return -1 } function F(a, b, c) { if ((a = b.match(c)) && a[1]) return a[1]; return "" }; mti.c = function (a, b, c, d) { this.a = a; this.g = b; this.W = c; this.o = d || mti.c.B; this.n = new mti.A("-") }; mti.c.B = "mti"; mti.c.q = "loading"; mti.c.z = "active"; mti.c.C = "inactive"; mti.c.H = "font"; function H(a) { t(a.a, a.g, a.n.m(a.o, mti.c.q)); I(a, mti.c.q) } function J(a, b, c) { u(a.a, a.g, a.n.m(a.o, b, c, mti.c.q)); t(a.a, a.g, a.n.m(a.o, b, c, mti.c.z)); I(a, mti.c.H + mti.c.z, b, c) } function K(a) { t(a.a, a.g, a.n.m(a.o, mti.c.C)); I(a, mti.c.C) } function L(a) { u(a.a, a.g, a.n.m(a.o, mti.c.q)); t(a.a, a.g, a.n.m(a.o, mti.c.z)); I(a, mti.c.z) } function I(a, b, c, d) { a.W[b] && a.W[b](c, d) }; mti.ha = function () { this.ba = {} }; function M(a, b) { var c = []; for (var d in b) if (b.hasOwnProperty(d)) { var e = a.ba[d]; e && c.push(e(b[d])) } return c }; mti.p = function (a, b, c, d, e) { this.a = a; this.r = b; this.L = c; this.F = d; this.$ = e; this.X = 0; this.Q = this.aa = false; this.va = new mti.S; this.ra = new mti.j }; mti.p.T = "_,arial,helvetica"; mti.p.ga = "n4"; mti.p.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.p.ga]); this.X += b[f].length } if (c) this.aa = c; for (e = 0; e < d; e++) { f = a[e]; c = b[f]; for (var g = 0, h = c.length; g < h; g++) { var m = c[g], k = O(this, mti.p.T, m), o = this.L.M(k); s(this.a, k); k = f; var l = this.r; t(l.a, l.g, l.n.m(l.o, k, m, mti.c.q)); I(l, mti.c.H + mti.c.q, k, m); l = O(this, this.va.quote(k), m); if (o != this.L.M(l)) { s(this.a, l); J(this.r, k, m); this.Q = true; P(this) } else Q(this, this.$(), o, l, k, m) } } }; function P(a) { if (--a.X == 0 && a.aa) a.Q ? L(a.r) : K(a.r) } mti.p.prototype.na = function (a, b, c, d, e) { if (b != this.L.M(c)) { s(this.a, c); J(this.r, d, e); this.Q = true; P(this) } else if (this.$() - a < 5E3) Q(this, a, b, c, d, e); else { s(this.a, c); a = this.r; u(a.a, a.g, a.n.m(a.o, d, e, mti.c.q)); t(a.a, a.g, a.n.m(a.o, d, e, mti.c.C)); I(a, mti.c.H + mti.c.C, d, e); P(this) } }; function Q(a, b, c, d, e, f) { a.F(function (g, h) { return function () { h.call(g, b, c, d, e, f) } } (a, a.na), 50) } function O(a, b, c) { c = a.ra.expand(c); b = a.a.createElement("span", { style: "position:absolute;top:-999px;font-size:300px;font-family:" + b + "," + mti.p.T + ";" + c }, "Mm"); j(a.a, "body", b); return b }; mti.s = function (a, b, c, d, e) { this.a = a; this.Z = b; this.g = c; this.F = d; this.b = e; this.N = this.O = 0 }; mti.s.prototype.V = function (a, b) { this.Z.ba[a] = b }; mti.s.prototype.load = function (a) { var b = new mti.c(this.a, this.g, a); this.b.ea ? R(this, b, a) : K(b) }; mti.s.prototype.ta = function (a, b, c, d) { if (d) a.load(mti.J(this, this.xa, b, c)); else { a = --this.O == 0; this.N--; if (a) this.N == 0 ? K(b) : H(b); c.watch([], {}, a) } }; mti.s.prototype.xa = function (a, b, c, d) { var e = --this.O == 0; e && H(a); this.F(mti.J(this, function (f, g, h, m) { setTimeout(function () { f.watch(g, h || {}, m) }, 100) }, b, c, d, e)) }; function R(a, b, c) { c = M(a.Z, c); a.N = a.O = c.length; for (var d = new mti.p(a.a, b, { M: function (h) { return h.offsetWidth } }, a.F, function () { return (new Date).getTime() }), e = 0, f = c.length; e < f; e++) { var g = c[e]; S(g, a.b, mti.J(a, a.ta, g, b, d)) } }; mti.A = function (a) { this.ua = a || mti.A.fa }; mti.A.fa = "-"; mti.A.prototype.m = function () { for (var a = [], b = 0; b < arguments.length; b++) a.push(arguments[b].replace(/[\W_]+/g, "").toLowerCase()); return a.join(this.ua) }; mti.S = function () { this.da = '"' }; mti.S.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.da + d + this.da) } return b.join(",") }; mti.j = function () { this.ca = mti.j.ka; this.w = mti.j.ma }; mti.j.ka = ["font-style", "font-weight"]; mti.j.ma = { "font-style": [["n", "normal"]], "font-weight": [["4", "normal"]] }; mti.j.U = function (a, b, c) { this.sa = a; this.Aa = b; this.w = c }; mti.j.U.prototype.expand = function (a, b) { for (var c = 0; c < this.w.length; c++) if (b == this.w[c][0]) { a[this.sa] = this.Aa + ":" + this.w[c][1]; return } }; mti.j.prototype.expand = function (a) { if (a.length != 2) return null; for (var b = [null, null], c = 0, d = this.ca.length; c < d; c++) { var e = this.ca[c], f = a.substr(c, 1); (new mti.j.U(c, e, this.w[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.s(new mti.h(document, a), new mti.ha, document.documentElement, function (b, c) { setTimeout(b, c) }, a) } (); window.MonoTypeWebFonts.load = window.MonoTypeWebFonts.load; window.MonoTypeWebFonts.addModule = window.MonoTypeWebFonts.V; mti.I = function (a, b, c) { this.P = a; this.a = b; this.za = c; this.v = {}; this.K = [] }; mti.I.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) { var c = a.za, d = typeof b.currentStyle != "undefined" ? b.currentStyle.fontFamily : a.a.i.defaultView.getComputedStyle(b, null).getPropertyValue("font-family"); d = (d || "").replace(/^\s|\s$/g, "").replace(/'|"/g, ""); if (d != "") { var e = new RegExp(d, "ig"); for (i = 0; i < c.length; i++) { var f = c[i]; if (e.test(f.fontfamily.replace(/^\s|\s$/g, ""))) { var g; if (b) g = typeof b.currentStyle != "undefined" ? b.currentStyle.visibility : a.a.i.defaultView.getComputedStyle(b, null).getPropertyValue("visibility"); if (g != "hidden") b.style.visibility = "hidden"; a.K.push(b); if (f.enableSubsetting) if (a.v[d]) a.v[d] += w(a.a, b); else a.v[d] = w(a.a, b) } } } } function U(a) { var b = "img,select,option,script,noscript,iframe,object,style,param,embed,link,meta,head,title,br,hr".split(","), c = a.P, d = null; do { d = c.firstChild; if (d == null) { c.nodeType == 1 && a.indexOf(b, c.tagName.toLowerCase()) < 0 && T(a, c); d = c.nextSibling } if (d == null) { c = c; do { d = c.parentNode; if (d == a.P) break; d.nodeType == 1 && a.indexOf(b, d.tagName.toLowerCase()) < 0 && T(a, d); c = d; d = d.nextSibling } while (d == null) } c = d } while (c != a.P); b = false; for (p in a.v) { b = true; break } if (b) return a.v; return null }; mti.k = function (a, b, c, d) { this.G = a; this.b = b; this.a = c; this.d = d; this.Y = []; this.qa = {} }; mti.k.ja = "monotype"; var V = "TTF"; function S(a, b, c) { V = W(a); var d = a.d.projectId; if (d) { a.G["__mti_fntLst" + d] = function () { return a.d.pfL }; a.G.mti_element_cache = []; X(a); if (a.d.reqSub) { d = function () { var f = new mti.I(document.body, a.a, a.d.pfL), g = U(f); for (fontfamily in g) g[fontfamily] = Y(a, g[fontfamily]); a.G.mti_element_cache = f.K; Z(a, g) }; var e = window.MTIConfig || { isAsync: false }; if (e.isAsync === true) e.onReady = d; else r(a.a, d) } else { Z(a); q(a.a, function () { var f = new mti.I(document.body, a.a, a.d.pfL); U(f); a.G.mti_element_cache = f.K }) } c(b.ea) } else c(true) } function W(a) { var b = a.d.ffArray, c = a.b.getName(); c = c.toLowerCase(); if (c == "firefox") c = "mozilla"; if (/ipad|ipod|iphone/.test(a.b.ya.toLowerCase())) c = "msafari"; a = a.b.Ba; b = b[c]; c = ""; for (p in b) if (parseFloat(a) >= parseFloat(p)) c = b[p]; return c } mti.k.D = 300; function Z(a, b) { var c = a.d.projectId, d = a.d.ec, e = a.d.fcURL, f = a.d.dfcURL, g = a.a.createElement("style", { type: "text/css", id: "mti_fontface_" + a.d.projectId }); j(a.a, "head", g); var h = "", m = false, k = {}, o = { TTF: "truetype", WOFF: "woff", SVG: "svg" }, l = V != null && V.toUpperCase() == "EOT"; for (i = 0; i < a.d.pfL.length; i++) { var v = a.d.pfL[i], n = v.fontfamily, D = v.contentIds; a.Y.push(n); if (b && b[n] && b[n].length > mti.k.D) { m = true; k[n] || (k[n] = []); var N = b[n], E = (N.length - 1) / mti.k.D + 1; E = Math.floor(E); for (var y = 1; y <= E; y++) { newFontFamily = n + "" + y; k[n].push(newFontFamily); b[newFontFamily] = N.substr((y - 1) * mti.k.D, mti.k.D); h += "@font-face{font-family:'" + newFontFamily + "';src:url('" + $(a, D, c, v.enableSubsetting, d, e, f, a.d.ck, newFontFamily, b) + "')"; l || (h += " format('" + o[V.toUpperCase()] + "')"); h += ";}\n" } } else { h += "@font-face{font-family:'" + n + "';src:url('" + $(a, D, c, v.enableSubsetting, d, e, f, a.d.ck, n, b) + "')"; if (!l) { v = D[V.toUpperCase()]; n = o[V.toUpperCase()]; v || (n = o.TTF); h += " format('" + n + "')" } h += ";}\n" } } if (m === true) { s(a.a, a.a.getElementById("mti_stylesheet_" + a.d.projectId) || {}); X(a, k) } if (g.styleSheet) g.styleSheet.cssText = h; else { a = document.createTextNode(h); g.appendChild(a) } } function X(a, b) { var c = a.a.createElement("style", { type: "text/css", id: "mti_stylesheet_" + a.d.projectId }); j(a.a, "head", c); var d = ""; for (i in a.d.selectorFontMap) { var e = a.d.selectorFontMap[i]; if (b && b[e] && b[e].length > 0) e = b[e].join("','"); d += i + "{font-family:'" + e + "';}\n"; d += "/*fout specific code:*/\n"; d += "." + mti.c.B + "-loading " + i + "{visibility:hidden;}\n"; d += "." + mti.c.B + "-active " + i + ", ." + mti.c.B + "-inactive " + i + "{visibility: visible;}\n" } if (c.styleSheet) c.styleSheet.cssText = d; else { a = document.createTextNode(d); c.appendChild(a) } } function Y(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, h, m, k) { var o = b[V.toUpperCase()], l = "http://"; if (window.location.protocol == "https:") l = "https://"; f = f.replace("http://", "").replace("https://", ""); g = g.replace("http://", "").replace("https://", ""); f = l + f; g = l + g; if (d) { url = g + "?"; if (e) url += h + "&"; url += "fctypeId=" + a.d.fctypeArray[V] + "&fcId=" + b.TTF + "&origId=" + o } else url = e ? o ? f + o + "." + V.toLowerCase() + "?" + h : f + b.TTF + ".ttf?" + h : f + "?fctypeId=" + a.d.fctypeArray[V] + "&fcId=" + o; url += "&projectId=" + c; if (k) url += "&content=" + escape((k[m] || "") + "giMm"); if (V != null && V.toUpperCase() == "SVG") url += "#" + o; return url } mti.k.prototype.load = function (a) { a(this.Y, this.qa) }; mti.ia = function (a) { this.u = a }; mti.ia.prototype.protocol = function () { var a = ["http:", "https:"], b = a[0]; if (this.u && this.u.location && this.u.location.protocol) { var c = 0; for (c = 0; c < a.length; c++) if (this.u.location.protocol == a[c]) return this.u.location.protocol } return b }; mti.R = function (a, b) { this.a = a; this.d = b }; mti.R.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.d.bannerHandlerURL; if (b) { b += "?projectId=" + this.d.projectId; if (a !== false) b += "&WFS_MTI_SS=" + a; b += "&" + escape((new Date).getTime()); j(this.a, "head", this.a.createElement("Script", { type: "text/javascript", src: b })) } }; MonoTypeWebFonts.V(mti.k.ja, function (a) { var b = (new mti.e(navigator.userAgent)).parse(), c = new mti.h(document, b); window.MonoTypeWebFonts.BannerHandler = new mti.R(c, a); return new mti.k(window, b, c, 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);for(i = 0; i < window['mti_element_cache'].length; i++){window['mti_element_cache'][i].style.visibility = "";}var className = document.documentElement.className;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=eeb4f665-c5af-4fd5-8221-21bdc48c5a01"); 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' : "Frutiger Neue W01 Book" ,contentIds :{EOT: '4510b370-f470-4a48-9e50-610e1eda0c0f',WOFF: 'dd178e8e-241c-40e4-8de9-517c03b90b59',TTF: '5c8447f4-b7e3-462a-87f2-b823e98d6da5',SVG: '22971d02-0160-4a1f-b7ea-5999e0509d35'}, enableSubsetting : false},{'fontfamily' : "Bookman Old Style W01" ,contentIds :{EOT: '0e223f18-c9c1-4aa7-9d6d-89700b752339',WOFF: '6be90075-e8bd-4719-b8d4-8cc8edb917e6',TTF: '04702ede-e18d-47c5-809e-7e049719754f',SVG: '0312a064-0a16-498e-ab5f-9c874fa0d101'}, enableSubsetting : false},{'fontfamily' : "Century Gothic W01" ,contentIds :{EOT: 'bd45538f-4200-4946-b177-02de8337032d',WOFF: '9908cdad-7524-4206-819e-4f345a666324',TTF: 'b710c26a-f1ae-4fb8-a9fe-570fd829cbf1',SVG: 'c9e387df-c0d3-42e1-8de6-78c41f68594c'}, enableSubsetting : false},{'fontfamily' : "Cochin W01 Roman" ,contentIds :{EOT: 'b6134976-dbb9-4dda-8de6-bb5400f8b3fd',WOFF: '8f3fbaa6-b556-47b6-958e-e7cad4358266',TTF: '9172a159-2cc5-4d49-ac79-313a45c7af51',SVG: '9ce84a76-e0a6-43b5-b3c3-5f52ea64dd40'}, enableSubsetting : false},{'fontfamily' : "Cooper Black W01 Italic" ,contentIds :{EOT: '246f4446-0234-4cd4-8453-41ae44ce469b',WOFF: '4ee4a1b6-a7a6-42ae-9f72-d99cf7933daf',TTF: '466e7c2f-b4ec-4ed2-ab0d-bce6affdfc82',SVG: '978dd82f-5348-40d6-8cc7-36a0ef4faf56'}, enableSubsetting : false},{'fontfamily' : "Cooper Black W01" ,contentIds :{EOT: 'a37bd7d4-24f8-4e1d-9265-c0d67f5c38b3',WOFF: '732d93c0-0db5-4976-bfb4-cd1ae5bc5899',TTF: '1e6c2be8-9da3-486b-858f-711c9479d467',SVG: '502b02b4-02b7-4e98-8f44-780b9d649bab'}, enableSubsetting : false},{'fontfamily' : "DIN 1451 W01 Engschrift" ,contentIds :{EOT: '1fb56332-d14b-4f1e-bb8c-4b53b273e228',WOFF: 'f5e7241f-0645-4a94-bdd1-7f4a6b06b9a3',TTF: 'e1ec7e03-8869-492b-8c2b-31b484882fca',SVG: '2ce68cf6-afa6-4c77-916e-db420f164369'}, enableSubsetting : false},{'fontfamily' : "DIN1451W01-Mittelschrif" ,contentIds :{EOT: '6fbbcc3a-dcc4-4329-b8f0-d8ffbf33d780',WOFF: '13fe8920-dbf9-4ae8-a75f-da9fef5a43da',TTF: '655304d7-ab13-4c9f-ba13-42c6162e4c76',SVG: 'f8eacca5-c56e-4ca0-8b62-e9c7cd78def7'}, enableSubsetting : false},{'fontfamily' : "DIN Next W01 Regular" ,contentIds :{EOT: 'da088ecc-a53c-4831-a95b-6fd81b5b338a',WOFF: 'c5a7f89e-15b6-49a9-8259-5ea665e72191',TTF: '868c94b5-ca49-46b7-b62b-297f8d861125',SVG: 'e3145f65-29b5-4f7f-8c6e-2dc135021b6a'}, enableSubsetting : false},{'fontfamily' : "Didot W01 Roman" ,contentIds :{EOT: 'dd077a5a-5331-4833-8a24-e3afbe24d92e',WOFF: '8cf278e2-5b07-4c21-97da-4762c9ea76c1',TTF: '488ffbea-dc53-43b4-a9e2-d5bff132a85d',SVG: '972bb961-7f13-4e8d-8c1f-034e3f4e7517'}, enableSubsetting : false},{'fontfamily' : "FranklinGothicW01-Cond" ,contentIds :{EOT: 'd534f828-e70e-44ad-9256-0063bfd76f53',WOFF: '54b4b724-8acf-4931-ac8c-1df0c3fd7f2c',TTF: '273eb8b2-62ff-40b0-aff6-46376431eae1',SVG: '45a74047-2fa0-4ddf-be6b-0cdbd7645f60'}, enableSubsetting : false},{'fontfamily' : "FranklinGothicW01-Extra" ,contentIds :{EOT: '87046844-4305-4689-aa18-f740e1dd4ac3',WOFF: 'b683d7c1-e42e-4419-846b-c0ca0b33c31e',TTF: '99009de2-f29b-451a-aada-6a8125460dc3',SVG: 'b4f8ffc3-8a37-4a98-9696-554ed3577517'}, enableSubsetting : false},{'fontfamily' : "FranklinGothicW01-No.2R" ,contentIds :{EOT: 'c983a03b-05e8-46c5-b59c-924410bd5eab',WOFF: '8522efc0-24be-4e50-a366-c8979d025fea',TTF: '58e1bd90-7298-401a-a712-1d4ce11e060b',SVG: '3689b002-6748-4287-8d3b-c2fa42263656'}, enableSubsetting : false},{'fontfamily' : "Garamond 3 W01" ,contentIds :{EOT: '91b509bb-882b-4623-bd04-5c56a78bb026',WOFF: '1902b0a9-a647-42e0-896c-e3bc2069c52a',TTF: 'b078c5cf-9d0d-4a07-86fc-21726dc1adb2',SVG: 'bbd66bf5-2823-4307-b88b-b88643f42057'}, enableSubsetting : false},{'fontfamily' : "Gill Sans W01 Medium" ,contentIds :{EOT: 'beab4258-af94-4971-a0db-b7bc2bef74bc',WOFF: 'cd5a93fc-2bb1-48df-8982-11119cd6e270',TTF: 'b6bdc93b-2720-4c92-b68d-48499456178e',SVG: '944cce8d-20bf-41c1-ae29-2bc8199859db'}, enableSubsetting : false},{'fontfamily' : "HelveticaNeueW01-55Roma" ,contentIds :{EOT: 'b7693a83-b861-4aa6-85e0-9ecf676bc4d6',WOFF: 'bcf54343-d033-41ee-bbd7-2b77df3fe7ba',TTF: 'b0ffdcf0-26da-47fd-8485-20e4a40d4b7d',SVG: 'da09f1f1-062a-45af-86e1-2bbdb3dd94f9'}, enableSubsetting : false},{'fontfamily' : "Helvetica World W01" ,contentIds :{EOT: 'a1aa4fc0-53bc-4c86-8676-08b50b66376d',WOFF: '4686edb2-41cf-4e4b-87ee-b09427921b44',TTF: 'cb1c872a-9eb4-4fdb-b73c-5134dd5f1f3c',SVG: 'f5ee9809-e24e-46cd-aa5e-f3e5b6b4be0a'}, enableSubsetting : false},{'fontfamily' : "Impact W01" ,contentIds :{EOT: 'a41e1b81-3206-49c5-bd2a-d2a6727cf783',WOFF: '320e46b1-f8bc-48fd-b1c1-026806a249f8',TTF: '29a2eb3d-ef98-429e-a6c3-17742370d5ef',SVG: '7fece08c-4a12-446e-a5c2-6700bd8ac293'}, enableSubsetting : false},{'fontfamily' : "Monoline Script W01" ,contentIds :{EOT: '6bcb64c5-5817-439c-802d-e81de2ef0463',WOFF: '87ef80e3-819e-4ceb-bffc-8a5d11d525a0',TTF: '2b47ff16-7621-46f8-9e01-84dca56fcc6a',SVG: '3e93f66c-1090-45a6-a42a-68eac2187667'}, enableSubsetting : false},{'fontfamily' : "Rockwell W01 Bold" ,contentIds :{EOT: '864373f8-943b-449d-a730-462eb66d7058',WOFF: '49ff3af5-13b2-4add-8470-4cdac3cf650e',TTF: '7d69578b-ab0e-4986-af19-428861ada4e4',SVG: '2848532f-bf3e-4430-aae1-bc0d1367eb84'}, enableSubsetting : false},{'fontfamily' : "RockwellW01-BoldItalic" ,contentIds :{EOT: '197ebbbd-d981-48a3-9e9a-8d21cc6fff21',WOFF: '689e269c-72ae-41f7-9ba9-97e17f883bd5',TTF: 'a6940b46-a224-4791-84c5-372aced917b7',SVG: '298a903d-4a78-456b-bbcc-f4f6c36611f5'}, enableSubsetting : false},{'fontfamily' : "Rockwell W01 Italic" ,contentIds :{EOT: 'd34aec13-9ff7-4660-9396-4537a6c7fd1a',WOFF: 'f0c81ebb-e6f4-4a1f-9354-06ac9ad7b262',TTF: '080109cd-e993-4dc4-9c21-b34766eba5aa',SVG: '34153597-0d00-4984-ac4e-e9cdc8e6cc0c'}, enableSubsetting : false},{'fontfamily' : "Rockwell W01 Light" ,contentIds :{EOT: '8a120ae1-7a5b-484b-a170-f67812b59652',WOFF: '7658dda6-217a-406c-bcb8-7551f88e2c49',TTF: 'ec796902-2e28-46d0-8bbd-071b83705a39',SVG: '66d3bbb2-4ca8-48e9-b707-f53f776ec476'}, enableSubsetting : false},{'fontfamily' : "RockwellW01-LightItalic" ,contentIds :{EOT: '8ffb54fb-49c1-474c-858e-1e2cf0505408',WOFF: 'b4127bd6-c223-4426-aa55-f931049c1924',TTF: '91b45e0c-c450-4dd3-b05e-d27326ab1156',SVG: '64c78c73-af6b-4166-8a8b-323fb6a10043'}, enableSubsetting : false},{'fontfamily' : "Rockwell W01" ,contentIds :{EOT: '73e6c08f-deb5-4d6f-827b-597a84046aa4',WOFF: 'de4b0540-9702-4662-8f3a-228419485257',TTF: 'bc34c4cd-af2c-400d-b4d0-726e2d89f690',SVG: '59c05ddc-99f9-44db-82ce-cb7f503b5110'}, enableSubsetting : false},{'fontfamily' : "Baskerville W01 Regular" ,contentIds :{EOT: '8dc59876-75a4-4e80-bd1a-735d5f043beb',WOFF: '9df317a3-a79e-422e-b4e2-35ccd29cd5b7',TTF: '32d18512-4cc1-4c1c-a041-e595f26d1b96',SVG: 'cf682c43-15a5-45c0-934e-8f899e561e1f'}, enableSubsetting : false},{'fontfamily' : "CopperplateGothicLTW01- 706022" ,contentIds :{EOT: '2847771c-3022-42cd-b06a-662441987ecb',WOFF: '22cefb14-9cd9-4f96-8e31-0b303e04a9e2',TTF: '6c123b7e-0dd3-4805-9be9-a6acb0fbe4d3',SVG: 'a7b687c8-afc9-4a94-8e34-49c0fea5ebbf'}, enableSubsetting : false},{'fontfamily' : "CopperplateGothicLTW01- 706025" ,contentIds :{EOT: '978367cc-ab34-4319-ab87-17ddb6b81a43',WOFF: 'fb309e46-b934-4c32-8505-720c0345aee8',TTF: '5aa8d612-fdc2-49ba-bca9-f0d947f8eef3',SVG: 'd3ad0d04-47c0-4da3-964c-5594c47225f6'}, enableSubsetting : false},{'fontfamily' : "CopperplateGothicLTW01- 706028" ,contentIds :{EOT: 'ead8de9f-19b3-4b41-903a-e6a10a69e8f6',WOFF: '8f94532d-585e-4f7a-80ee-ee8b9be3ec3d',TTF: '0c94c944-4c14-4e04-9c1a-d3a5116dd8ea',SVG: 'ef2acb10-c011-4260-b4e5-85b209ca7d9f'}, enableSubsetting : false},{'fontfamily' : "Goudy Oldstyle W01" ,contentIds :{EOT: '0dc775be-1346-4c48-a41e-60b6c8167465',WOFF: '10dfdd3b-578a-4a7f-b756-c0f49d27ce3a',TTF: '1f6a7a51-ceed-4d96-8e25-44da3375be83',SVG: '2cc35ff9-f4b4-4b2b-a51d-4b40c36bc84f'}, enableSubsetting : false},{'fontfamily' : "Bodoni MT W01" ,contentIds :{EOT: '68217aa1-2e0f-46ff-8346-2dc7f2b6da58',WOFF: '4998dec5-0c5b-4fbc-bcb0-b8881a830aab',TTF: 'fedc1312-4f84-4eef-9fea-ea0863dab099',SVG: '6f65f35b-416f-411e-9985-5ba096d468b6'}, enableSubsetting : false},{'fontfamily' : "MonotypeScriptW01-Bold" ,contentIds :{EOT: '72ef24f6-507f-40b8-b9bc-eef2cc63215f',WOFF: '7ac5c239-b589-4ccf-91f6-ff653d864760',TTF: 'eb9d4332-e713-4b73-980b-81b52f80bbfb',SVG: '1d817105-d969-43c3-86d0-ff9feec70c8e'}, enableSubsetting : false},{'fontfamily' : "RockwellW01-BoldCondens" ,contentIds :{EOT: 'fe030def-2cb4-435d-aa12-73917873ba1b',WOFF: 'ba535a2e-9c93-4edc-9ed5-3f17f31e7b0b',TTF: 'f919dd72-709f-485b-9fd7-fb9680f1a16c',SVG: '984fd618-379b-4681-9807-305f99bf6fd2'}, enableSubsetting : false},{'fontfamily' : "Rockwell W01 Condensed" ,contentIds :{EOT: '2e15409d-9ea0-43dd-bc85-d0c6284d3fd2',WOFF: '75601e70-cd01-4069-8258-94c51650f588',TTF: 'cff4adfd-f12d-4555-a2d9-229e87d6a056',SVG: '9fb03fe8-9256-46ae-8b43-b91a0744ec93'}, enableSubsetting : false},{'fontfamily' : "Palatino Linotype W01" ,contentIds :{EOT: '66be1cb4-0e66-4902-81a8-562d03d4a17c',WOFF: '36de2b49-e55d-4ffd-a8b6-b23a78b3e553',TTF: 'c820e7f3-9639-4d7e-aeb3-1cfc1c470fb1',SVG: '5977647d-e7f9-4441-8dab-f5eeb160afd0'}, enableSubsetting : false},{'fontfamily' : "Palatino LT W01 Roman" ,contentIds :{EOT: '0db083e9-c2b7-43be-83a3-0b8005f53ff1',WOFF: '6b6bc9d2-535c-4f39-82aa-acee1a944d4b',TTF: '1f4ca743-fcd9-4c98-9d3f-66aa93fd13d2',SVG: 'ba808142-de47-4b4a-8610-c07dd765c8e7'}, enableSubsetting : false},{'fontfamily' : "Optima LT W01 Roman" ,contentIds :{EOT: '36a73a3c-1fe5-4986-92cf-92879e7d3ac3',WOFF: '60740f82-8b81-4b05-ba70-a17d20b5fac4',TTF: '20567f69-bce8-40cc-bd26-50903c18d448',SVG: '47829e8d-27f6-49a4-afb6-097f32f211ad'}, enableSubsetting : false},{'fontfamily' : "Tendria LT W01" ,contentIds :{EOT: '734d1f33-86a1-4d57-a5ba-43c981253fa2',WOFF: 'b752f2e6-9d02-4967-ace8-f91cfc4d7252',TTF: 'eb985b66-6fd2-4ecc-a612-94d55285d16c',SVG: 'e78427f7-215e-4c06-b83b-b66d44b5687e'}, enableSubsetting : false},{'fontfamily' : "AvantGardeGothicITCW01M 731087" ,contentIds :{EOT: '5daf8f81-4f5b-4b44-8fd3-91c56d20e799',WOFF: '43b723ac-a6f2-4d5d-9d72-c50aea85ecee',TTF: '9093e944-c2da-4954-953f-ca2eb3a227dd',SVG: 'e3929a31-b148-4180-91be-4b490bdac87d'}, enableSubsetting : false},{'fontfamily' : "Futura W01 Medium" ,contentIds :{EOT: 'f0052336-792e-4fcf-8750-fe6d7d5dccba',WOFF: '1b696b29-a6bd-4411-a50f-37fd8a209b36',TTF: 'a3931c31-5998-4dbd-b7d5-d310e4ed3d60',SVG: '6779412d-2ea7-4f1a-acfd-f6a527baaee7'}, enableSubsetting : false},{'fontfamily' : "ITCFranklinGothicW01-Md 812695" ,contentIds :{EOT: '905c1a7c-f018-4815-b4a9-6bd6f4c7e768',WOFF: '10ab5970-5726-4843-82b1-912faa9307ff',TTF: '70a26d03-0393-410a-a98c-e35dc876c3cb',SVG: 'edb011f7-44ad-4c0d-b81a-c97c3ad6be6f'}, enableSubsetting : false},{'fontfamily' : "Roman Script W01" ,contentIds :{EOT: '4c3481ac-d493-4895-a0bc-0c958bc3321f',WOFF: '6d5264b7-0c02-4024-93a7-31bb04cf88da',TTF: '423cf6a6-f11c-4304-b295-5156150b10b8',SVG: '7ed608c5-ea26-4146-9a07-c3aae750cf90'}, enableSubsetting : false},{'fontfamily' : "Brody W01 Regular" ,contentIds :{EOT: 'e4e959c7-dbab-4a9d-b530-26800e8b1830',WOFF: '25482f31-fdd5-42ab-9a97-a5baae2153a8',TTF: '33d0d15b-6fc8-42cc-a4e6-ff874048fc61',SVG: '6a76efbf-64e2-460e-bba5-609fd3f0efc5'}, enableSubsetting : false},{'fontfamily' : "ITCBlackadderW01-Regula" ,contentIds :{EOT: '9532b17b-ea28-4755-8a31-345e976666e8',WOFF: '82c1dfab-d9b5-4c64-8062-5e7494fa67b7',TTF: '0ade2dba-297d-4072-b31d-b275bd2fa463',SVG: '3390296d-99d6-41ab-9fa0-be4424142b5a'}, enableSubsetting : false}],selectorFontMap:{'.AvantGarde':'AvantGardeGothicITCW01M 731087','.Baskerville':'Baskerville W01 Regular','.baskervillefamily':'Baskerville W01 Regular','.BodoniMT':'Bodoni MT W01','.BookmanOldStyle':'Bookman Old Style W01','.CenturyGothic':'Century Gothic W01','.Cochin':'Cochin W01 Roman','.CooperBlack':'Cooper Black W01','.Didot':'Didot W01 Roman','.DIN':'DIN Next W01 Regular','.FFDIN':'DIN Next W01 Regular','.FranklinGothicMedium':'ITCFranklinGothicW01-Md 812695','.Frutiger':'Frutiger Neue W01 Book','.Futura':'Futura W01 Medium','.futurafamily':'Futura W01 Medium','.Garamond':'Garamond 3 W01','.garamondfamily':'Garamond 3 W01','.GillSans':'Gill Sans W01 Medium','.GoudyOldStyle':'Goudy Oldstyle W01','.headline':'DIN Next W01 Regular','.Helvetica':'Helvetica World W01','.HelveticaNeue':'HelveticaNeueW01-55Roma','.Impact':'Impact W01','.label':'DIN1451W01-Mittelschrif','.Optima':'Optima LT W01 Roman','.Palatino':'Palatino LT W01 Roman','.palatinofamily':'Palatino LT W01 Roman','.PalatinoLinotype':'Palatino Linotype W01','.percent':'DIN Next W01 Regular','.Rockwell':'Rockwell W01','.script':'Roman Script W01','.steplabel':'DIN Next W01 Regular'},ck:'d44f19a684109620e4841670a190e8182597ce726d3a726202e157ec0701c53802ff77748aea95acde8b85b2cbd376deab279a1c1d81f2e3b9732c69790dfc9d1c858644da0564f0c0ef7f35c68425b86148a9341ea1b0615b927de55d04ea1c0b4f6477827b02f7bac699e72e7f71cd61bfa042088bbfc51338e86e7d3bc1bc878a07323c2a4c1db87a60195fcf09efab63d2596a5498e94b55833e3272edfc1aa0f4933620f7a84cbb26e41a8c6524214f9576f57eff4432d4cfbd297182038cac9e2263efacc388ce68b92d3db1f5a7eed6b0c0e7d6f67f313a3bd211ba028c23aa0fa0571b2075a95cb261a3793a8118a313db1bbeeed5a3eb00eeb60729b1ef2be9287c6ec1e3f8249c5cbf4860b11636127ef3c005a748785a36afaadc5376462617384436',ec:'true',fcURL:'http://fast.fonts.com/d/',dfcURL:'http://api2.fonts.com/FontSubsetter.ashx',sO:'True',ffArray:{safari: {'3.1': 'ttf'}, msafari: {'1' : 'svg', '4.2' : 'ttf'}, chrome: {'3' :'svg', '4' : 'ttf','5':'woff'}, opera: {'10' : 'ttf'}, msie: {'4' : 'eot', '9' : 'woff'}, mozilla: {'3.5' : 'ttf', '3.6' : 'woff'}},fctypeArray:{'ttf':'1','eot':'2','woff':'3','svg': '11'},projectId:'eeb4f665-c5af-4fd5-8221-21bdc48c5a01',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i