var parkinsoncondensedbold = {
  src: '/sifr/parkinsoncondensedbold.swf'
  ,ratios: [6, 1.24, 11, 1.13, 12, 1.12, 21, 1.07, 29, 1.04, 30, 1.05, 49, 1.03, 53, 1.02, 54, 1.03, 74, 1.02, 77, 1.01, 78, 1.02, 83, 1.01, 84, 1.02, 89, 1.01, 90, 1.02, 95, 1.01, 96, 1.02, 1.01]
};

var parkinsonblack = {
  src: '/sifr/parkinsonblack.swf'
  ,ratios: [6, 1.24, 11, 1.13, 12, 1.12, 21, 1.07, 29, 1.04, 30, 1.05, 49, 1.03, 53, 1.02, 54, 1.03, 74, 1.02, 77, 1.01, 78, 1.02, 83, 1.01, 84, 1.02, 89, 1.01, 90, 1.02, 95, 1.01, 96, 1.02, 1.01]
};

var parkinsonmedium = {
  src: '/sifr/parkinsonmedium.swf'
  ,ratios: [6, 1.24, 11, 1.13, 12, 1.12, 21, 1.07, 29, 1.04, 30, 1.05, 49, 1.03, 53, 1.02, 54, 1.03, 74, 1.02, 77, 1.01, 78, 1.02, 83, 1.01, 84, 1.02, 89, 1.01, 90, 1.02, 95, 1.01, 96, 1.02, 1.01]
};

var myriadpro = {
  src: '/sifr/myriadproblackcondit.swf'
  ,ratios: [6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]
};

sIFR.activate(parkinsoncondensedbold, parkinsonblack, parkinsonmedium, myriadpro); // From revision 209 and onwards

sIFR.replace(parkinsonblack, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-size: 25px; font-style: normal; color: #ffffff; background-color: #000000;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ff9900; }'
      ,'a:hover { color: #ff6666; }'
    ]
	,wmode: 'transparent'
});

sIFR.replace(parkinsoncondensedbold, {
  selector: 'h2'
  ,css: [
      '.sIFR-root { text-align: left; font-size: 22px; font-style: normal; color: #ffffff; background-color: #000000}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ff9900; }'
      ,'a:hover { color: #ff6666; }'
    ]
  ,wmode: 'transparent'
});

sIFR.replace(parkinsonmedium, {
  selector: 'h3'
  ,css: [
      '.sIFR-root { text-align: left; font-size: 16px; font-style: normal; color: #ffffff; background-color: #000000}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ff9900; }'
      ,'a:hover { color: #ff6666; }'
    ]
  ,wmode: 'transparent'
});

sIFR.replace(myriadpro, {
  selector: 'p#bigquote'
  ,css: [
      '.sIFR-root { text-align: left; font-size: 18px; font-style: normal; color: #ffffff; background-color: #000000}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ff6600; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  ,wmode: 'transparent'
});
