
  var fontOne = {
    src: 'http://www.novacraftuk.com/caslon.swf'
  };
  
  
  sIFR.activate(fontOne);
  
  sIFR.replace(fontOne, {
    selector: 'h1',
    wmode: 'transparent',
    sWmode:'transparent',
    css: [
      '.sIFR-root { font-size: 25px; color: #333333; font-weight: bold; }'
    ]
  });
  
  sIFR.replace(fontOne, {
    selector: 'h2',
    wmode: 'transparent',
    sWmode:'transparent',
    css: [
      '.sIFR-root { font-size: 20px; color: #333333; font-weight: bold; }'
    ]
  });
  
 sIFR.replace(fontOne, {
    selector: 'h3',
    wmode: 'transparent',
    sWmode:'transparent',
    css: [
      '.sIFR-root { font-size: 20px; color: #00306D; font-weight: bold; }',
      'a { color: #00306D; text-decoration: none; }',
      'a:hover { color: #666666; }'
    ]
  });
  
  sIFR.replace(fontOne, {
    selector: 'h4',
    wmode: 'transparent',
    sWmode:'transparent',
    css: [
      '.sIFR-root { font-size: 16px; color: #00306D; font-weight: bold; }',
    ]
  });
  
  sIFR.replace(fontOne, {
    selector: 'h5',
    wmode: 'transparent',
    sWmode:'transparent',
    css: [
      '.sIFR-root { font-size: 16px; color: #333333; font-weight: bold; }'
    ]
  });
  
  sIFR.replace(fontOne, {
    selector: 'h6',
    wmode: 'transparent',
    sWmode:'transparent',
    css: [
      '.sIFR-root { font-size: 25px; color: #00306D; font-weight: bold; }'
    ]
  });