var marriott = { src: '/marriott.swf' };
var Centaur= { src: '/Centaur.swf' };
sIFR.activate(Centaur);
sIFR.activate(marriott);
sIFR.replace(marriott, {
  selector: '#homecontent h1',
  css: '.sIFR-root { background: transparent; color: #000000; }',
  wmode: 'transparent'
});
sIFR.replace(marriott, {
  selector: '#subpagecontent h2',
  css: '.sIFR-root { background: transparent; color: #000000; }',
  wmode: 'transparent'
});
sIFR.replace(marriott, {
  selector: '.specialPKG b',
  css: '.sIFR-root { background: transparent; color: #000000; }',
  wmode: 'transparent'
});
/*
    sIFR.replace(marriott, {
      selector: '#mainmenu'
      ,css: [
        ,'a {text-decoration: none; color: #ffffff;  }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
		,'a:activ { color: #ffffff; }'
      ],
	  wmode: 'transparent'
    });

sIFR.replace(marriott, {
  selector: '#mainmenu a',
  css: '.sIFR-root { background: transparent; color: #ffffff; }',
  wmode: 'transparent'
});
*/
