var yourtypeface2 = {
	  src: 'flash/blue.swf'
};

var yourtypeface3 = {
	  src: 'flash/blue.swf'
};
 
sIFR.activate(yourtypeface2);
sIFR.activate(yourtypeface3);
 


sIFR.replace(yourtypeface2, {
      selector: '.heading',
	  css: [
      '.sIFR-root { font-size:40px; font-weight:bold; color:#ffffff; text-transform: capitalize; text-align: left; padding-left: 20px; padding-bottom: 5px; margin-bottom: 16px;  }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface3, {
      selector: '.headinginline',
	  css: [
      '.sIFR-root { font-size:24px; font-weight:bold; color:#AB7500; text-transform: capitalize; text-align: left; padding-left: 20px; padding-bottom: 0px;  }'
      ],
      wmode: 'transparent'
});



