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

sIFR.replace(bruno, {
      selector: 'h1.homeStrap, #content h1',
      css: [
      '.sIFR-root { font-size:35px; font-weight:normal; color:#313131; text-transform: lowercase; }',
      'em { font-style:italic; }',
      'strong { font-weight:600; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(bruno, {
      selector: 'ul#housecalls li.housecallList',
      css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#313131; text-transform: lowercase; }',
      'em { font-style:italic; }',
      'strong { font-weight:600; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(bruno, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:28px; font-weight:normal; color:#313131; text-transform: lowercase; }',
      'em { font-style:italic; }',
      'strong { font-weight:600; }'
      ],
      wmode: 'transparent'
});

