
  var fontOne = {
    src: 'http://www.premierexecutivesupport.co.uk/avant.swf'
  };
  
   var fontTwo = {
    src: 'http://www.premierexecutivesupport.co.uk/palatino.swf'
  };
  
  sIFR.delayCSS  = true;
  sIFR.activate(fontOne, fontTwo);
  
  sIFR.replace(fontOne, {
    selector: 'h1',
    wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 18px; color: #381462; font-weight: bold; }'
    ]
  });
  
  sIFR.replace(fontTwo, {
    selector: 'h2',
    wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 12px; color: #381462; font-weight: bold; }'
    ]
  });
   
  
  
  sIFR.replace(fontOne, {
    selector: 'h3',
    wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 14px; color: #381462; }'
    ]
  });
  
  sIFR.replace(fontTwo, {
    selector: 'h4',
    wmode: 'transparent',
    css: [
      '.sIFR-root { font-size: 13px; color: #381462; text-align: justify; font-style:italic; }'
    ]
  });
  
   sIFR.replace(fontOne, {
    selector: 'h5',
    wmode: 'transparent',
    fitExactly : true,
    tuneWidth :100,
    css: [
      '.sIFR-root { font-size: 14px; color: #FFFFFF; }'
    ]
  });
 
  
