var marriott = { src: '/marriott.swf' };
sIFR.activate(marriott);
sIFR.replace(marriott, {
  selector: 'h3',
  css: '.sIFR-root { background: transparent; background: none; color: #ffffff; }',
  wmode: 'transparent'
});
sIFR.replace(marriott, {
  selector: 'h1.h1aruba',
  css: '.sIFR-root { background: transparent; background: none;  color: #464646; }',
  wmode: 'transparent'
});

