// function is needed to create scope - do not want to muck up the global namespace
(function() {
    var interstateExtraLight = {
        src: '/westin/sIFR/interstateExtraLight.swf'
    };

    var locale = SW.tools.Cookie.get("LOCALECOOKIE");
    if (typeof sIFR == "object") {
        if (locale != "ja_JP" && locale != "zh_CN") {
            sIFR.replace(interstateExtraLight, {
                selector: 'h2.proper',
                ratios:[6, 1.72, 8, 1.54, 9, 1.38, 10, 1.32, 12, 1.29, 16, 1.21, 22, 1.16, 23, 1.15, 33, 1.14, 36, 1.13, 56, 1.12, 58, 1.11, 62, 1.12, 95, 1.11, 96, 1.1, 100, 1.11, 101, 1.1, 102, 1.11, 106, 1.1, 109, 1.11, 117, 1.1, 118, 1.11, 1.1],
                forceSingleLine: false,
                transparent: true,
                thickness: -100,
                sharpness: 10,
                offsetLeft :-2,
                css: ['.sIFR-root {color: #827668;}']
            })

            sIFR.replace(interstateExtraLight, {
                selector: 'h2',
                ratios:[6, 1.72, 8, 1.54, 9, 1.38, 10, 1.32, 12, 1.29, 16, 1.21, 22, 1.16, 23, 1.15, 33, 1.14, 36, 1.13, 56, 1.12, 58, 1.11, 62, 1.12, 95, 1.11, 96, 1.1, 100, 1.11, 101, 1.1, 102, 1.11, 106, 1.1, 109, 1.11, 117, 1.1, 118, 1.11, 1.1],
                forceSingleLine: false,
                transparent: true,
                thickness: -100,
                sharpness: 10,
                offsetLeft :-2,
                css: ['.sIFR-root {color: #827668; text-transform: lowercase;}']
            })

            sIFR.replace(interstateExtraLight, {
                selector: '#propertyInformation h1, #popUpContentContainer h1, #specialConditions h1',
                ratios:[6, 1.72, 8, 1.54, 9, 1.38, 10, 1.32, 12, 1.29, 16, 1.21, 22, 1.16, 23, 1.15, 33, 1.14, 36, 1.13, 56, 1.12, 58, 1.11, 62, 1.12, 95, 1.11, 96, 1.1, 100, 1.11, 101, 1.1, 102, 1.11, 106, 1.1, 109, 1.11, 117, 1.1, 118, 1.11, 1.1],
                forceSingleLine: false,
                fitExactly :false,
                transparent: true,
                offsetLeft: -2,
                sharpness: 10,
                css: ['.sIFR-root {color: #827668; text-transform: none; leading: -3; }']
            });
        }
    }
})();
