var helveticaNeue = {
      src: 'includes/helveticaNeue.swf'
};

sIFR.activate(helveticaNeue);
 
sIFR.replace(helveticaNeue, {
      selector: 'h1',
	  wmode: 'transparent',
	  css: [
      '.sIFR-root { font-size:23px; font-weight:normal; color:#ffde97; background-color: transparent; }'
      ]
});

var heading2 = {
      src: 'includes/helveticaNeue.swf'
};

sIFR.activate(heading2);
 
sIFR.replace(heading2, {
      selector: 'h2',
	  wmode: 'transparent',
	  css: [
      '.sIFR-root { font-size:17px; font-weight:normal; color:#ffde97; background-color: transparent; }'
      ]
});
