var proxima = {
  src: '/sifr/proxima.swf'
};

//sIFR.forceWidth = true;
//sIFR.forceClear = true;
//sIFR.delayCss = true;

//sIFR.debug.ratios({ src: '/sifr/proxima.swf', selector: 'h2' });

sIFR.replace(proxima, {
  selector: 'h1'
    ,css: [
      '.sIFR-root { color: #faa634; font-weight: bold; }']
    ,tuneHeight: '-4'
});

sIFR.replace(proxima, {
  selector: 'h2', ratios: [9,1.16,16,1.09,24,1.06,37,1.04,74,1.02,1.01]
    ,css: [
      '.sIFR-root { color: #39649c; font-weight: bold; }']
    ,tuneHeight: '-3'
});

sIFR.replace(proxima, {
  selector: 'h3'
    ,css: [
      '.sIFR-root { color: #696a6c; font-weight: bold; font-style: italic; }']
});

sIFR.replace(proxima, {
  selector: 'blockquote'
    ,css: [
      '.sIFR-root { color: #696a6c; font-weight: bold; }']
   ,tuneHeight: '-2'
});

sIFR.activate(proxima); // From revision 209 and onwards