var bumpsBabiesRoot = window.location.toString().split("/")[3];

var futuraLight = {
    src: '/' + bumpsBabiesRoot + '/SWF/futuralight.swf'
};
var futura = {
    src: '/' + bumpsBabiesRoot + '/SWF/futura.swf'
};

sIFR.activate(futuraLight);


sIFR.replace(futuraLight, {
selector: 'h3.bs09H3Blue'
    , css: [
            '.sIFR-root {text-transform:uppercase; color:#009ee0; font-size: 24px; letter-spacing: -2; line-height: 1px; }'
        ]
    , tuneHeight: '-10'
    , offsetTop: '-3'
    , wmode: 'transparent'
});

sIFR.replace(futuraLight, {
    selector: 'h4.bs09H4Grey'
    , css: [
            '.sIFR-root {text-transform:uppercase; color:#999999; font-size: 24px; letter-spacing: -2; line-height: 1px; }'
        ]
    , tuneHeight: '-10'
    , offsetTop: '-3'
    , wmode: 'transparent'
});

sIFR.replace(futuraLight, {
selector: 'h4.bs09H4Yellow'
    , css: [
            '.sIFR-root {text-transform:uppercase; color:#e2b017; font-size: 40px; letter-spacing: -2; line-height: 1px; }'
        ]
    , tuneHeight: '10'
    , offsetTop: '-3'
    , wmode: 'transparent'
});

sIFR.replace(futuraLight, {
selector: 'h3.bs09H3BlueFutura'
    , css: [
            '.sIFR-root {text-transform:uppercase; color:#009ee0; font-size: 18px; line-height: 1px; font-weight: bold; }'
        ]
    , tuneHeight: '0'
    , offsetTop: '0'
    , wmode: 'transparent'
});

sIFR.replace(futuraLight, {
selector: 'h3.bs09H3Countdown'
    , css: [
            '.sIFR-root {text-transform:uppercase; color:#ffffff; font-size: 51px; line-height: 1px; font-weight: bold; letter-spacing: -4; text-align: center; }'
        ]
    , tuneHeight: '0'
    , offsetTop: '0'
    , wmode: 'transparent'
});

sIFR.replace(futuraLight, {
selector: 'h5.bs09H5Blue'
    , css: [
            '.sIFR-root {text-transform:uppercase; color:#009ee0; font-size: 22px; line-height: 0px; letter-spacing: -1; }'
        ]
    , tuneHeight: '0'
    , offsetTop: '-5'
    , wmode: 'transparent'
});


/* Used exclusively in EnterBabySearch.aspx
*/
sIFR.replace(futuraLight, {
    selector: 'h3.bs09H3BlueFuturaLight'
    , css: [
            '.sIFR-root {text-transform:uppercase; color:#009ee0; font-size: 22px; line-height: 1px; }'
        ]
    , tuneHeight: '0'
    , offsetTop: '0'
    , wmode: 'transparent'
});
sIFR.replace(futuraLight, {
    selector: 'h4.bs09H4BlueFuturaLight'
    , css: [
            '.sIFR-root {text-transform:uppercase; color:#009ee0; font-size: 16px; line-height: 1px; }'
        ]
    , tuneHeight: '0'
    , offsetTop: '0'
    , wmode: 'transparent'
});