var frutiger57 = {
  src: '/flash/fonts/frutiger57.swf'
}
var gillsans = {
  src: '/flash/fonts/gillsans.swf'
}
var frutigerbold = {
  src: '/flash/fonts/frutiger-bold.swf'
}
var frutigeritalic = {
  src: '/flash/fonts/frutiger-italic.swf'
}


// activate sIFR!
sIFR.activate(frutiger57);
sIFR.activate(gillsans);
sIFR.activate(frutigerbold);
sIFR.activate(frutigeritalic);

// replace h1 elements for tertiary page

// About History
sIFR.replace(frutiger57, {
  selector: '#about-history #callout-content h1',
  wmode: 'transparent',
  css: {
  '.sIFR-root': { 'color': '#7a4124' }
  }
});
sIFR.replace(frutiger57, {
  selector: '#about-history #callout-content h2',
  wmode: 'transparent',
  css: {
  '.sIFR-root': { 'color': '#333' }
  }
});

// About
sIFR.replace(frutiger57, {
  selector: '#about.tertiary #callout h1',
  wmode: 'transparent',
  css: {
  '.sIFR-root': { 'color': '#6f90c4' }
  }
});

sIFR.replace(frutiger57, {
  selector: '#about.tertiary #callout h2',
  wmode: 'transparent',
  css: {
  '.sIFR-root': { 'color': '#000000' }
  }
});

sIFR.replace(frutiger57, {
  selector: '#about.tertiary #callout h3',
  wmode: 'transparent',
  css: {
  '.sIFR-root': { 'color': '#000000' }
  }
});




