var blueHighway = { src: '/cms/outertemplates/includes/sifr/blue-highway.swf' };
sIFR.activate(blueHighway);

sIFR.replace(blueHighway, {
  selector: 'h1',
  css: '.sIFR-root { background-color: transparent; color: #F15C22; font-size:34px; } strong {font-size:50px;} .underline {text-decoration:underline;}',
  wmode: 'transparent'
});

sIFR.replace(blueHighway, {
  selector: 'div#bubble',
  css: '.sIFR-root { background:transparent; color: #FFFFFF; font-size:34px; } strong {font-size:40px;} .underline {text-decoration:underline;}',
  wmode: 'transparent'
});