var bndeepblue = {
      src: 'flash/bndeepblue.swf'
};
 
sIFR.activate(bndeepblue);

sIFR.replace(bndeepblue, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:32px; font-weight:normal; color:#241a2d; text-align: right; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(bndeepblue, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:32px; font-weight:normal; color:#241a2d; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});
