var century = {
      src: 'flash/century_gothic.swf'
};
 
sIFR.activate(century);
 
sIFR.replace(century, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#F21F70; line-height:26px; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#F21F70; }'
      ],
      wmode: 'transparent'
});


var helvetica_green = {
      src: 'flash/helvetica_rounded.swf'
};
 
sIFR.activate(helvetica_green);
 
sIFR.replace(helvetica_green, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#B9BC09; line-height:30px; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#B9BC09; }'
      ],
      wmode: 'transparent'
});


var helvetica_pink = {
      src: 'flash/helvetica_rounded.swf'
};
 
sIFR.activate(helvetica_pink);
 
sIFR.replace(helvetica_pink, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#F21F70; line-height:30px; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#F21F70; }'
      ],
      wmode: 'transparent'
});





var centuryBlack = {
      src: 'flash/century_gothic.swf'
};
 
sIFR.activate(centuryBlack);
 
sIFR.replace(centuryBlack, {
      selector: 'h5',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#343434; line-height:30px; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#343434; }'
      ],
      wmode: 'transparent'
});



