
var h1font = { src: 'h1font.swf' };


sIFR.activate(h1font);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//

sIFR.replace(h1font, {
  selector: 'h1',wmode: 'transparent',tuneHeight: 0,
  css: '.sIFR-root { background-color: #FFFFFF; color: #000000;letter-spacing: 0; }'
});

