var futura = { src: '/flash/font2.swf' };

sIFR.activate(futura);


sIFR.replace(futura, {
  selector: 'h2.pt2-title',
wmode: 'transparent',
  css: '.sIFR-root { background-color: #f5f5f5; color: #3d3d3d; text-transform: uppercase; }',
    fitExactly:true

});

sIFR.replace(futura, {
  selector: '#biography-page h3',
wmode: 'transparent',
  css: '.sIFR-root { background-color: #f5f5f5; color: #3d3d3d; text-transform: uppercase; }',
  fitExactly:true

});
sIFR.replace(futura, {
  selector: 'h3.book-title',
wmode: 'transparent',
  css: '.sIFR-root { background-color: #f5f5f5; color: #3d3d3d; text-transform: uppercase; }',
    fitExactly:true

});
sIFR.replace(futura, {
  selector: 'h3.pt-date',
wmode: 'transparent',
  css: '.sIFR-root { background-color: #f5f5f5; color: #a9a9a9; text-transform: uppercase; }',
    fitExactly:true

});

sIFR.replace(futura, {
  selector: 'h3.pg-subtitle',
wmode: 'transparent',
  css: '.sIFR-root { background-color: #f5f5f5; color: #a9a9a9; text-transform: uppercase; }',
    fitExactly:true

});
sIFR.replace(futura, {
  selector: 'h3.pg-title',
wmode: 'transparent',
  css: '.sIFR-root { background-color: #f5f5f5; color: #3d3d3d; text-transform: uppercase; }',
    fitExactly:true

});
sIFR.replace(futura, {
  selector: '.hpt-title',
wmode: 'transparent',
  css: '.sIFR-root { background-color: #f5f5f5; color: #3d3d3d; text-transform: uppercase; }',
    fitExactly:true

});
sIFR.replace(futura, {
  selector: '.hpt-date',
wmode: 'transparent',
  css: '.sIFR-root { background-color: #f5f5f5; color: #3d3d3d; text-transform: uppercase; }',
    fitExactly:true

});

