




var h1_type = { src: '/js/sIFR/h1_type.swf' };
var h2_type = { src: '/js/sIFR/h2_type.swf' };
var h3_type = { src: '/js/sIFR/h3_type.swf' };
var h5_type = { src: '/js/sIFR/h3_type.swf' };



sIFR.activate(h1_type, h2_type, h3_type);



sIFR.replace(h1_type, {
  selector: 'h1',
  css: '.sIFR-root {color: #f1f1f1;leading:-10;text-align:right;letter-spacing:-1;}',
  tuneHeight: -3,
  wmode: 'transparent'
});

sIFR.replace(h2_type, {
  selector: 'h2',
  css: '.sIFR-root {color: #1a1a1a;leading:-6;}',
  tuneHeight: -3,
  wmode: 'transparent'
});


sIFR.replace(h3_type, {
  selector: 'h3',
  css: '.sIFR-root {color: #797979;}',
  wmode: 'transparent'
});

sIFR.replace(h5_type, {
  selector: 'h5',
  css: '.sIFR-root {color: #3d3d39;leading:-6;}',
  tuneHeight: -3,
  wmode: 'transparent'
});


