var sifr = {
src: sRootDomain+'flash/sifr.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(sifr);

sIFR.replace(sifr, {
selector: 'h1'
,css: [
  '.sIFR-root { color: #94d608; display: block; font-weight: bold; height: 35px; font-size: 25px; padding: 0;}'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h2'
,css: [
  '.sIFR-root {  color: #94d608; display: block; font-weight: bold; height: 25px; font-size: 18px; padding: 0; margin: 0px;}'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h3'
,css: [
  '.sIFR-root {  color: #384d57; display: block; font-weight: bold; height: 25px; font-size: 18px; padding: 0; margin: 0px;}'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h4'
,css: [
  '.sIFR-root {  color: #94d608; display: block; font-weight: bold; height: 25px; font-size: 15px; padding: 0; margin: 0px; float:left;}'
],
wmode: 'transparent'
});

sIFR.replace(sifr, {
selector: 'h5'
,css: [
  '.sIFR-root {  color: #384d57; display: block; font-weight: bold; height: 25px; font-size: 15px; padding: 0; margin: 0px; float:left; width: 70px;}'
],
wmode: 'transparent'
});







