if(GetSwfVer() != '10.1.52') {

var helvetica = { src: '/-sifr-team24/flash/helvetica.swf' };


sIFR.activate(helvetica);


sIFR.replace(helvetica, {
  selector: 'body#green .blackbox h1'
      ,wmode : 'transparent'
 	 	,offsetTop: '3px'
 	 	 ,tuneHeight : '-3px'
      ,css: [
        '.sIFR-root { color: #ffffff; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});



sIFR.replace(helvetica, {
  selector: 'body#green h1'
      ,wmode : 'transparent'
  		,offsetTop: '3px'
  		 ,tuneHeight : '-3px'
      ,css: [
        '.sIFR-root { color: #0f0f0f; }'
		,'strong { color: #ffffff;font-weight: normal;}'
      ]
});




sIFR.replace(helvetica, {
  selector: 'body#black h1'
      ,wmode : 'transparent'
	  	,offsetTop: '3px'
	  	,tuneHeight : '-3px'
      ,css: [
        '.sIFR-root { color: #ffffff; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});



sIFR.replace(helvetica, {
  selector: '.blackbox h1'
  	,wmode : 'transparent'
	  	,offsetTop: '3px'
	  	 ,tuneHeight : '-3px'
      ,css: [
        '.sIFR-root { color: #ffffff; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});


sIFR.replace(helvetica, {
  selector: 'h1'
  	,wmode : 'transparent'
	  	,offsetTop: '3px'
	  	 ,tuneHeight : '-3px'
      ,css: [
        '.sIFR-root { color: #0f0f0f; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});



sIFR.replace(helvetica, {
  selector: '.bg_teaser_box h5'
  	,wmode : 'transparent'
  	/*,offsetTop: '-5px'
	,tuneHeight : '-12px'*/
      ,css: [
        '.sIFR-root { color: #ffffff; }'
      ]
});

sIFR.replace(helvetica, {
  selector: 'h5'
  	,wmode : 'transparent'
  	/*,offsetTop: '-5px'
	,tuneHeight : '-12px'*/
      ,css: [
        '.sIFR-root { color: #0f0f0f; }'
		,'strong { color: #b5c414;font-weight: normal;}'
      ]
});

}

