var centaur = {
    src: 'http://www.jwmarriottdenver.com/Centaur.swf'
   , ratios: [8, 1.31, 12, 1.27, 15, 1.21, 16, 1.22, 22, 1.2, 23, 1.17, 28, 1.19, 30, 1.17, 31, 1.18, 33, 1.17, 38, 1.16, 39, 1.17, 54, 1.16, 81, 1.15, 84, 1.14, 85, 1.15, 87, 1.14, 88, 1.15, 91, 1.14, 92, 1.15, 1.14]
};
//sIFR.useStyleCheck = true;
sIFR.activate(centaur);

//sIFR.debug.ratios({ src: 'http://www.jwmarriottdenver.com/Centaur.swf', selector: 'h1' });

sIFR.replace(centaur, {
     selector: 'h1'
     ,css: {
            '.sIFR-root': { 'color': '#333333',  'background-color': '#F1EBDD'}
     }
     ,wmode: 'transparent'
});

sIFR.replace(centaur, {
     selector: '#subpagecontent h2'
     ,css: {
            '.sIFR-root': { 'color': '#333333',  'background-color': '#F1EBDD'}
     }
     ,wmode: 'transparent'
});
