var yourtypeface = {
      src: 'flash/marshmellow.swf'};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: '#template h1',
	  css: [
      '.sIFR-root { color:#000000; font-size:43px; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '#template h2',
	  css: [
      '.sIFR-root { color:#000000; font-size:30px;  }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '#template h3',
	  css: [
      '.sIFR-root { color:#121834; font-size:26px;  }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '.loggedinhead',
	  css: [
      '.sIFR-root { color:#88D0C5; font-size:43px;text-transform:uppercase  }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '.loginheadthree',
	  css: [
      '.sIFR-root { color:#88D0C5; font-size:30px; text-transform:uppercase  }'
      ],
      wmode: 'transparent'
});

sIFR.replace(yourtypeface, {
      selector: '.postloginbox h4 a',
	  css: [
      '.sIFR-root { color:#FFFFFF; font-size:18px; text-transform:uppercase }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: '#loggedinrow h4',
	  css: [
      '.sIFR-root { color:#121834; font-size:14px;text-transform:uppercase }'
      ],
      wmode: 'transparent'
});
sIFR.replace(yourtypeface, {
      selector: '#seo_text h2',
	  css: [
      '.sIFR-root { color:#FFFFE1; font-size:22px;text-transform:uppercase;  }'
      ],
      wmode: 'transparent'
});
