  
    var twcenmt = {
      src: 'flash/futura-bk.swf'
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(twcenmt);

      sIFR.replace(twcenmt, {
      selector: 'h1'
      ,css: '.sIFR-root { font-style: normal; color: #7d0040; }'
	  ,wmode: 'transparent'
      ,selectable: true
    });
	  
	  sIFR.replace(twcenmt, {
      selector: 'p#toptel'
      ,css: '.sIFR-root { text-align: right; color: #222222; font-weight: bold; }'
      ,wmode: 'transparent'
	  ,selectable: false
    });