; (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=f633e933-0eff-4754-846e-928e98b8f777"); 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' : "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' : "Trade Gothic Next W01" ,contentIds :{EOT: '8a6c3750-4927-4649-9dac-87049f5e9700',WOFF: '57625f96-ca80-4602-9644-ec1803cb3ba3',TTF: '6618d500-1727-4334-878e-1c4b95192f42',SVG: '01ebe944-ca6c-41db-a3ba-b7e2a90536d9'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 Bold" ,contentIds :{EOT: '7af2d3a4-8fb0-4b1c-8796-405a2545931a',WOFF: '89ea0800-7cc7-40a3-a4e6-e8447cb8834d',TTF: 'b1dad901-9da9-47c1-ba67-38e7eb0f3f2f',SVG: 'ebe1c924-e388-489f-af72-9448841b7ee7'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 Book" ,contentIds :{EOT: '032e280d-ab34-478f-8aff-f576304567d0',WOFF: '30c3c777-7c75-4270-bc03-c62606975ee0',TTF: '2267a811-e777-40e9-ba90-9ebbe81abc9e',SVG: 'bec92f8e-f41c-4bed-9a62-7017a29adb61'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 Cond Bold" ,contentIds :{EOT: '0fe73520-0eb9-441a-b8cb-f5cc9d971d3b',WOFF: 'b77d5dd2-d64b-4408-a87a-dab830278288',TTF: 'fea8504f-19fa-4082-8fb9-413d027a7268',SVG: '4baa1c77-c628-4e6f-b93d-d13a290ad9a8'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 Cond Book" ,contentIds :{EOT: '5743714b-0f74-4071-8561-2a64f54562d1',WOFF: 'ce4febf6-d532-42ad-ad8f-8909c36f9cb5',TTF: '7d6734a1-1025-44de-91d8-cfa2d17a3cad',SVG: '9d41035a-a732-4108-ae50-f84641b4f12e'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-CondDemiBo" ,contentIds :{EOT: '7e8c0400-c809-4b85-9083-cbf2f0de519a',WOFF: '18a87a56-9a34-41e8-97eb-ff0dd34904e2',TTF: 'b4c650d1-5492-4243-aaea-dbf36f3e6f99',SVG: 'bd433ca3-abe4-4f29-9543-93d803b32004'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-CondLight" ,contentIds :{EOT: '0d87fb67-4585-46d9-8b03-5cf81cb4ec99',WOFF: '19524b06-4ca1-4387-8c18-d230f92b7679',TTF: '8b8f516d-0655-4304-9fad-fdb7b821d07b',SVG: '31a1697b-8489-47be-a8db-608512f3936f'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-CondMedium" ,contentIds :{EOT: '72f11bd0-103c-4339-8754-857860d26b0b',WOFF: '39d13081-75ea-4942-9c21-032ba23b58c9',TTF: '728a6c2d-2267-4563-adbd-28322385eb94',SVG: '4417eafc-c625-40eb-a811-8926d45c6295'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-CondNormal" ,contentIds :{EOT: 'cfee52db-854a-4ef4-abc1-7f931c7a8440',WOFF: '929e3f73-a1af-4a9b-b781-ce823a388efe',TTF: '1db8303e-e08d-40e6-b1ef-bca8655d298c',SVG: '51535e33-c122-44d0-bc2b-a6abe1fef910'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-CondUltraB" ,contentIds :{EOT: '3e216a91-0ed7-4da1-a453-7cd940f03e1f',WOFF: '0fb4d364-f285-4166-b85b-4d1b2b9a97e2',TTF: '24f3bc8d-860a-4b7e-b751-4076ffd258cd',SVG: 'f473aec1-609c-4497-9f9a-235935ad173d'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-CondUltraL" ,contentIds :{EOT: 'fcd60339-3f29-4514-a4a6-1af520fce474',WOFF: '1de131c2-61b8-49fc-8122-9d898143cfa2',TTF: 'f96b9b6a-8da7-4b97-9391-aaee74641218',SVG: '05c7a3ca-1f64-4a4b-853f-73c6bcc9b5c1'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 DemiBold" ,contentIds :{EOT: '962142e4-ba15-4571-87ec-82c775fd62c4',WOFF: 'baf9f87f-1f45-42b4-b011-4f32da6b367f',TTF: '04a0c832-c879-4fae-ba65-548037aff4c7',SVG: 'a3d7362c-64a7-49a8-b2f1-5c05d2a442c6'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 Light" ,contentIds :{EOT: '47331848-95f2-44c1-a403-b98674e7d9db',WOFF: '48be361c-6496-49d5-909c-3635ecb7d187',TTF: 'de41d5bf-0766-49c5-871f-f2e973f8407b',SVG: '0e054ea4-e026-41a4-b78f-348bd3ec518a'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 Medium" ,contentIds :{EOT: '52f44d74-bfe4-4605-8ac0-da50d8ea895a',WOFF: '64bed3f7-c074-4c25-91da-92323fb81e7b',TTF: 'b330a54b-2008-49c0-a30b-20e3dd47ba53',SVG: '06675141-beaf-4f9a-822a-80b2c92aa8d4'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-NarrowBold" ,contentIds :{EOT: '3df3fd78-1588-41d1-a437-d0c32a4e96d2',WOFF: 'f336b67d-1af0-4ea7-a8f9-5328beb4abeb',TTF: '40796a9c-4feb-4326-810d-62e26c68ba6b',SVG: 'e81337bf-1622-4e11-ac07-a243255cffb6'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-NarrowBook" ,contentIds :{EOT: '7c9817dc-799a-4145-ae6b-b1ca4a10ee71',WOFF: '8b5e55ce-0cee-462b-86f4-4eff98652d56',TTF: 'dc815ab7-ea6d-4948-9982-c1298b936c67',SVG: 'd6b8807d-db99-42c9-b236-ddd8fbb6dbc3'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-NarrowDemi" ,contentIds :{EOT: '035b43a4-4b0d-4f9e-851e-7f820a81f504',WOFF: '67e67a36-072e-450a-91b4-c52f4b56a3e3',TTF: 'a1c4545d-36b3-47fd-9b54-948d6a0aef9e',SVG: '436902a6-a20b-4484-9919-ddceb70723b1'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-NarrowLigh" ,contentIds :{EOT: '274b7ae8-31ca-440b-95c7-f78fc7d4321c',WOFF: '53076f29-7778-4114-a975-e591626b5584',TTF: '2cd30f9c-efd1-4ae3-a515-1b3d017cb058',SVG: 'a8a26fde-6384-456a-a5fc-51e68cd8f57e'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-NarrowMedi" ,contentIds :{EOT: '7f9645f1-a832-4c1a-b25d-2d8f158aeef6',WOFF: 'f3385dd2-f4ec-4e3d-a783-5045b67cf3df',TTF: '4cca8489-abd5-4ef8-96cc-49e345644c0a',SVG: '10a9df58-4fd5-4073-abc3-08c05243c0d2'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-NarrowNorm" ,contentIds :{EOT: 'f18c8853-7553-4844-b4f1-7eba5df66a90',WOFF: 'e0b2122d-c615-4d99-8d85-39a1945480eb',TTF: '08141ab4-c493-4126-b31d-feccca5ff396',SVG: '8490c0da-7d21-4114-a76c-d4f53945073e'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-NarrowUltB" ,contentIds :{EOT: 'fe4ba1ff-5452-4e8e-b4a2-f61d9251d7d8',WOFF: 'e2d396d1-69f9-4dd5-b4b6-2402a2b7ea9b',TTF: '5753f89b-bd2d-4807-bc64-f93f84ffa0d9',SVG: '3be5a2d1-e179-4317-bc96-8b5b0e4595b2'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-NarrowUltL" ,contentIds :{EOT: '6caec99e-c142-4d67-aacd-77fc3311285a',WOFF: '46268f93-15a8-493b-ae60-ac43f9f98b2d',TTF: '62a65cb2-adbf-415c-a146-f32663170048',SVG: '2c413755-da04-489e-9f74-d9941fbc799c'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 Normal" ,contentIds :{EOT: '61f325b8-8682-4f4d-8c1e-e95dcd156bae',WOFF: '7ab65841-184a-4709-bd58-f429665276dc',TTF: 'a8f6edd0-34ca-48a1-8bcf-386f0611842d',SVG: '30049130-305d-4d6a-b258-1e9646131c85'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 UltraBold" ,contentIds :{EOT: '86d3a06e-d838-48ed-a389-44c75f447f79',WOFF: '7d49a4b9-a81e-4f20-8098-521cf89debca',TTF: '58523c11-933e-4fe7-8a4e-b5545ffbf3a7',SVG: '637b4df4-53ca-4948-9065-c624686367d6'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-UltraLight" ,contentIds :{EOT: '932d8776-7ce8-4c16-ac59-b799f9ba3e36',WOFF: '2c2d7968-e53e-4f23-b57f-baa593e448f3',TTF: 'b2a2f6bb-4000-4abc-af8f-1a76d6ad3b7c',SVG: '10090b7e-594e-422f-95a8-3c4b09709733'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 Wide Bold" ,contentIds :{EOT: 'cac4d2cc-1203-4371-a49b-050aa82cf57f',WOFF: 'a5507024-81e9-4600-9a5b-72344e253175',TTF: '6568b44a-7e90-4c72-9ec1-545139147dc6',SVG: '8a0e0648-64e2-4f4e-9434-fa5099c65208'}, enableSubsetting : false},{'fontfamily' : "Novecento W00 Wide Book" ,contentIds :{EOT: '3c2409b8-dc48-4143-b73a-14673648f76b',WOFF: 'a839cb2b-4794-48b8-8668-c951b3b31a69',TTF: 'd420663e-c6c2-460a-af09-b87271ed0747',SVG: '651dd1d1-44a9-464d-9474-b4ca95ab9f9f'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-WideDemiBo" ,contentIds :{EOT: '5c3600e8-d265-4b4a-be64-8ab97a114f55',WOFF: '446003fb-9ea8-4c6d-ab43-cb7c4b770d5c',TTF: '8c4c3290-ab9d-4b18-a8d9-01a3a6538be4',SVG: '1a1dc433-a4c8-49b2-835d-89c3b44bb57d'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-WideLight" ,contentIds :{EOT: '0ec34ccd-1ba8-4482-b5ff-6ce43c4b2670',WOFF: '64693069-12e5-4d4f-af48-e4387d395d4d',TTF: 'aed9bd18-3444-4bbd-9536-7216d3e535eb',SVG: '681ce769-f959-4e8a-9145-6e4dea9055c7'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-WideMedium" ,contentIds :{EOT: '16c25cff-f190-4dc2-9afa-c3539340946c',WOFF: '04f84044-a4e1-4f5f-8704-527b3bf8999e',TTF: 'c61f661e-dd79-43de-9033-1e0c0174634f',SVG: '3230ea91-2228-4a89-a19f-b267e4ddfb0a'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-WideNormal" ,contentIds :{EOT: 'c134270e-dcf0-4bf4-991d-f1cdf7fd699b',WOFF: 'f0c0b467-ccc0-41b3-ab6c-4e411e0f0dbd',TTF: 'c323ed01-06ad-4153-91a2-f3256184339f',SVG: 'baaf6968-4a13-43d4-b965-60f3f6189101'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-WideUltraB" ,contentIds :{EOT: 'c46603e1-8a15-491a-bc28-3e2a8c3e07d5',WOFF: '46770e77-2ef9-41ac-8392-3a42cdfcd1e1',TTF: '6f32e111-0c19-412d-b316-62cb861e4f79',SVG: '2978bd60-e20d-400d-a011-2ca5da6d31e7'}, enableSubsetting : false},{'fontfamily' : "NovecentoW00-WideUltraL" ,contentIds :{EOT: '2464026f-7efd-4245-ac3b-be596393e7f7',WOFF: '6a5f65c1-f3ba-4b86-b7ca-0d7557c4b8ba',TTF: 'f7e28c44-6289-407a-a6da-5e185fd0d14b',SVG: 'e5bfa6d1-c641-4a85-94ae-68f60f89a7af'}, enableSubsetting : false},{'fontfamily' : "Simplo W00 Black" ,contentIds :{EOT: '22a4fbdd-17b5-46b9-b3cc-5eab147e5def',WOFF: 'b0f0547d-a317-4540-ad71-5649dd349ce5',TTF: '748241fa-090c-45e5-8848-26d846d27e40',SVG: '86fb3397-8ac7-4719-ac0f-39ccd636362d'}, enableSubsetting : false},{'fontfamily' : "Simplo W00 Bold" ,contentIds :{EOT: '341d3bcf-2fb8-4699-afd5-b4ef69388846',WOFF: '2c6ffbf2-d1b6-4c17-bed4-8b731e0e56e3',TTF: 'c42c720c-9a38-4170-9f47-cb10da88eeed',SVG: '3a9f5e4c-e2ac-4a2b-b303-1311e235b22d'}, enableSubsetting : false},{'fontfamily' : "Simplo W00 Demi" ,contentIds :{EOT: '5b96aab7-58c2-49f6-92fa-4fbe8527382a',WOFF: '0db315a3-db56-49ca-876d-1741dfd3a873',TTF: '41c59462-771e-4afb-94ed-391853a7fd2e',SVG: 'cdfcd621-b2ca-4f31-9122-13d3718cb9e2'}, enableSubsetting : false},{'fontfamily' : "Simplo W00 Thin" ,contentIds :{EOT: 'fc36adfe-77d4-4c0b-8bd4-11f8302a6d8c',WOFF: 'f6f1fe7c-2bd8-43ee-b9ae-73409f0e888f',TTF: '2ccbe542-2330-47e1-826a-ad84cabaf067',SVG: 'c54d0fbf-23c5-40b7-b3ee-177b9b807834'}, enableSubsetting : false},{'fontfamily' : "Phi W01 Bold" ,contentIds :{EOT: '0a71e2ee-c9e6-4b4a-80d6-3876ae75dc73',WOFF: '0ea6017c-b208-4c2f-a3fe-ba1a69e110c2',TTF: '5b96641f-fd46-4d7d-ae24-9610ec0dd5a3',SVG: '13b7275c-2751-49da-a73c-a14f5132f616'}, enableSubsetting : false},{'fontfamily' : "Phi W01 Roman" ,contentIds :{EOT: 'b005c94f-63f1-4ef7-ab2b-897d3fa54dd9',WOFF: '8350207f-d1ca-4f85-a404-81a58093c764',TTF: 'd010d881-f553-4d49-a503-181a46d3a068',SVG: '4a68213b-5f25-4ce5-b522-0009fc8ee7e6'}, enableSubsetting : false}],selectorFontMap:{'#centered h1':'NovecentoW00-CondLight','#centered p':'Simplo W00 Thin','#nav li a':'NovecentoW00-CondLight','.credits':'Simplo W00 Thin','.nav li a':'NovecentoW00-CondDemiBo','p':'Simplo W00 Thin','strong':'Simplo W00 Bold'},ck:'d44f19a684109620e4841470a390e8187ec4694d596e7fd2009c736afd7bb91bb433fb16781a14ad42434d05ce54003cd305178cee1eea60fe7d0a6214359e5c095a563fe7dfe29d101a153f9cdf5ea075d52c2f63678c3154ec3a44a8c3',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:'f633e933-0eff-4754-846e-928e98b8f777',EOD:null},fontloading:function(fontFamily, fontDescription){ for(var i=0; i