var stencil = {
  src: '/stencil.swf'
};

var helvetica = {
  src: '/helvetica.swf'
};

sIFR.activate(stencil);
sIFR.activate(helvetica);

function SIFRReplace(){


 sIFR.replace(stencil, {
    selector: 'h6'
    ,css: ['.sIFR-root { text-align: center;leading: -7;}' ,'a { text-decoration: none }','a:link { color: #000000 }'
      ,'a:hover { color: #6bc2f2 }' ]
	 ,wmode: 'transparent'
	 ,thickness: '70'
  });
 sIFR.replace(helvetica, {
    selector: 'h4'
    ,css: ['.sIFR-root { text-align: left;}' ,'a { text-decoration: none }','a:link { color: #6bc2f2 }'
      ,'a:hover { color: #ffffff }' ]
	 ,wmode: 'transparent'
	 ,thickness: '70'
  });

sIFR.replace(helvetica, {selector: 'h5'
    ,css: '.sIFR-root {color:#6bc2f2; text-align:left; letter-spacing:0;}'
    ,wmode: 'transparent'
    ,thickness: '-70'
    //,sharpness: '10'
    });
sIFR.replace(helvetica, {selector: 'h4 .newsTitle'
    ,css: '.sIFR-root {color:#6bc2f2; text-align:left; letter-spacing:0;}'
    ,wmode: 'transparent'
    ,thickness: '-70'
    //,sharpness: '10'
    });

sIFR.replace(helvetica, {selector: 'h3'
    ,css: '.sIFR-root {color:#002740; text-align:left; font-weight:bold; letter-spacing:0;}'
    ,wmode: 'transparent'
    ,thickness: '-70'
    //,sharpness: '10'
    });
sIFR.replace(stencil, {selector: 'h2'
    ,css: '.sIFR-root {color:#FFFFFF; text-align:center; font-weight:bold; letter-spacing:0;}'
    ,wmode: 'transparent'
    ,thickness: '-70'
    //,sharpness: '10'
    });
 sIFR.replace(helvetica, {
    selector: 'h1'
    ,css: ['.sIFR-root { text-align: left;}' ,'a { text-decoration: none }','a:link { color: #6bc2f2 }'
      ,'a:hover { color: #ffffff }' ]
	 ,wmode: 'transparent'
	 ,thickness: '70'
  });


}