// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var metabook = { src: '/js/sifr/metabook.swf' };
var metabold = { src: '/js/sifr/metabold.swf' };

// Now you can set some configuration settings.
// See also <http://wiki.novemberborn.net/sifr3/JavaScript+Configuration>.
// One setting you probably want to use is `sIFR.useStyleCheck`. Before you do that,
// read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad>.

// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(metabook,metabold);



sIFR.replace(metabold, {
  selector: 'div.page_title h1',
  wmode: 'transparent',
  css: ['.sIFR-root { color:#ADB825; }' ],
  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 50, 1.23, 54, 1.22, 55, 1.23, 81, 1.22, 84, 1.21, 85, 1.22, 89, 1.21, 90, 1.22, 94, 1.21, 95, 1.22, 1.21]
});

// sIFR.debug.ratios({ src:'js/sifr/metabold.swf', selector: 'div.page_title h1' });

sIFR.replace(metabook, {
  selector: 'h2',
  wmode: 'transparent',
  css: ['.sIFR-root { color:#717171; }' ],
  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 50, 1.23, 54, 1.22, 55, 1.23, 81, 1.22, 84, 1.21, 85, 1.22, 89, 1.21, 90, 1.22, 94, 1.21, 95, 1.22, 1.21]
});

sIFR.replace(metabook, {
  selector: 'div.block.style1 h3',
  wmode: 'transparent',
  css: ['.sIFR-root { color:#C2CE31; }' ],
  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 50, 1.23, 54, 1.22, 55, 1.23, 81, 1.22, 84, 1.21, 85, 1.22, 89, 1.21, 90, 1.22, 94, 1.21, 95, 1.22, 1.21]
});

sIFR.replace(metabook, {
  selector: 'div#articles h3',
  wmode: 'transparent',
  css: ['.sIFR-root { color:#f47300; }' ],
  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 50, 1.23, 54, 1.22, 55, 1.23, 81, 1.22, 84, 1.21, 85, 1.22, 89, 1.21, 90, 1.22, 94, 1.21, 95, 1.22, 1.21]
});

sIFR.replace(metabook, {
  selector: 'div#share h3',
  wmode: 'transparent',
  css: ['.sIFR-root { color:#f47300; }' ],
  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 50, 1.23, 54, 1.22, 55, 1.23, 81, 1.22, 84, 1.21, 85, 1.22, 89, 1.21, 90, 1.22, 94, 1.21, 95, 1.22, 1.21]
});

sIFR.replace(metabook, {
  selector: 'h3',
  wmode: 'transparent',
  css: ['.sIFR-root { color:#8CA546; }' ],
  ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 35, 1.24, 39, 1.23, 40, 1.24, 50, 1.23, 54, 1.22, 55, 1.23, 81, 1.22, 84, 1.21, 85, 1.22, 89, 1.21, 90, 1.22, 94, 1.21, 95, 1.22, 1.21]
});

sIFR.replace(metabook, {
  selector: 'div#partners h4',
  wmode: 'transparent',
  css: ['.sIFR-root { color:#818181; }' ]
});





