var lolzor = {
      src: 'swf/myriadprolight.swf'
};
 
sIFR.activate(lolzor);
 
sIFR.replace(lolzor, {
      selector: 'h1.heading',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color:#764705; }'
      ],
      wmode: 'transparent'
});
 
 
 sIFR.replace(lolzor, {
      selector: 'h2.heading-contactcta',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#e48907; }'
      ],
      wmode: 'transparent'
});
   sIFR.replace(lolzor, {
      selector: 'h2.heading',
	  css: [
      '.sIFR-root { font-size:20px; font-weight:bold; color:#764705; }'
      ],
      wmode: 'transparent'
});
 
  
  sIFR.replace(lolzor, {
      selector: 'h3.heading',
	  css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#764705; }'
      ],
      wmode: 'transparent'
});
  sIFR.replace(lolzor, {
      selector: 'h4.heading',
	  css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color:#764705; }'
      ],
      wmode: 'transparent'
});
  sIFR.replace(lolzor, {
      selector: 'h5.heading',
	  css: [
      '.sIFR-root { font-size:14px; font-weight:normal; color:#764705; }'
      ],
      wmode: 'transparent'
});
 