var gotham = { src: 'http://www.pixelated.ie/sifr/flash/gotham.swf' };
var tungsten = { src: 'http://www.pixelated.ie/sifr/flash/tungsten.swf' };
sIFR.useStyleCheck = true;

sIFR.activate(gotham);
sIFR.activate(tungsten);


sIFR.replace(gotham, {
  selector: 'h1',

  fitExactly: true,
  tuneHeight: '8',
  offsetTop: '2',
  ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21],
  css: [ '.sIFR-root {color: #666666; background-color: #f4f4f4; letter-spacing: -2; leading:-6; }',
'a { text-decoration: none; }',
'a:link { color: #666666; }',
'a:hover {color: #779d5d; background-color: #999999}' ]

});

sIFR.replace(gotham, {
  selector: 'h2',
  tuneHeight: '18',
  offsetTop: '11',
  ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21],
  css: [ '.sIFR-root {color: #666666; background-color: #f4f4f4; letter-spacing: -1; leading:3;}',
'a { text-decoration: none; }',
'a:link { color: #666666; }',
'a:hover {color: #779d5d; background-color: #999999}' ]
});

sIFR.replace(gotham, {
  selector: 'h3',

  tuneHeight: '4',
  offsetTop: '-3',
  ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21],
  css: [ '.sIFR-root {color: #666666; background-color: #f4f4f4; letter-spacing: -1; leading:-8;}',
'a { text-decoration: none; }',
'a:link { color: #666666; }',
'a:hover {color: #779d5d; background-color: #999999}' ]
});

sIFR.replace(gotham, {
  selector: 'h4',

  tuneHeight: '7',
  offsetTop: '0',
  ratios: [8, 1.41, 10, 1.33, 14, 1.31, 16, 1.26, 20, 1.27, 24, 1.26, 25, 1.24, 26, 1.25, 35, 1.24, 49, 1.23, 74, 1.22, 75, 1.21, 79, 1.22, 80, 1.21, 81, 1.22, 1.21],
  css: [ '.sIFR-root {color: #666666; background-color: #f4f4f4; letter-spacing: -1; leading:-3;}',
'a { text-decoration: none; }',
'a:link { color: #666666; }',
'a:hover {color: #779d5d; background-color: #999999}' ]
});

sIFR.replace(tungsten, {
  selector: '.quote_short',

  tuneHeight: '0',
  offsetTop: '0',
  css: [ '.sIFR-root {color: #779d5d; background-color: #f4f4f4; leading:-9;}',
'a { text-decoration: none; }',
'a:link { color: #779d5d; }',
'a:hover {color: #779d5d; background-color: #999999}' ]
});

sIFR.replace(tungsten, {
  selector: '.quote_long',
  tuneHeight: '2',
  offsetTop: '-6',
  css: [ '.sIFR-root {color: #779d5d; background-color: #f4f4f4; letter-spacing: 0; leading: -4; kerning: 0;}',
'a { text-decoration: none; }',
'a:link { color: #779d5d; }',
'a:hover {color: #779d5d; background-color: #999999}' ]
});


