var marriott = {
    src: 'http://www.marriottseaworldpackages.com/marriott.swf'
    , ratios: [8, 1.43, 11, 1.38, 16, 1.33, 23, 1.32, 24, 1.29, 28, 1.3, 30, 1.27, 34, 1.28, 37, 1.27, 41, 1.28, 54, 1.27, 57, 1.26, 58, 1.27, 92, 1.26, 1.25]
};
//sIFR.useStyleCheck = true;
sIFR.activate(marriott);
//sIFR.debug.ratios({ src: 'marriott.swf', selector: 'h1' });
sIFR.replace(marriott, {
     selector: 'h1'
     ,css: {
            '.sIFR-root': { 'color': '#FFFFFF',  'background': 'transparent', 'text-indent': '10em' }
     }
     ,wmode: 'transparent'
});
sIFR.replace(marriott, {
     selector: 'h3'
     ,css: {
            '.sIFR-root': { 'color': '#5A5A5A',  'background': 'transparent', 'text-indent': '14em' }
     }
     ,wmode: 'transparent'
});
