var telekom = { src: '/-js/-sifr/telekom.swf' };

sIFR.activate(telekom);

sIFR.replace(telekom, {
  selector: 'h1.white'
      ,wmode : 'transparent'
      /*,offsetTop: '-6px'*/
      ,tuneHeight : '-4px'
      ,css: [
        '.sIFR-root { leading : -4;color: #ffffff;font-size:28px; }'
		,'strong { color: #666666;font-weight: normal;}'
      ]
});

sIFR.replace(telekom, {
  selector: 'h1.preis'
      ,wmode : 'transparent'
      /*,offsetTop: '-6px'*/
      ,tuneHeight : '-4px'
      ,css: [
        '.sIFR-root { leading : -4;color: #E20074;font-size:38px; }'
		,'strong { color: #666666;font-weight: normal;}'
      ]
});

sIFR.replace(telekom, {
  selector: 'h1'
      ,wmode : 'transparent'
      /*,offsetTop: '-6px'*/
      ,tuneHeight : '-4px'
      ,css: [
        '.sIFR-root { leading : -4;color: #E20074;font-size:28px; }'
		,'strong { color: #666666;font-weight: normal;}'
      ]
});
