var gillsans = { src: '/sifr3/gill-sans.swf' };
sIFR.useStyleCheck = true;
//sIFR.useDomLoaded = false;
// Next, activate sIFR:
sIFR.activate(gillsans);

// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//
// Remember, there must be *only one* `sIFR.activate()`!

sIFR.replace(gillsans, {
  selector: 'body.blueSkin h1', ratios: [7, 1.32, 11, 1.31, 12, 1.24, 16, 1.27, 19, 1.23, 24, 1.22, 33, 1.2, 37, 1.19, 38, 1.2, 46, 1.19, 50, 1.18, 51, 1.19, 74, 1.18, 75, 1.17, 77, 1.18, 81, 1.17, 82, 1.18, 87, 1.17, 88, 1.18, 93, 1.17, 94, 1.18, 1.17],
  wmode: 'transparent',
  css: ['.sIFR-root { background-color: #252A33; color: #FFFFFF; letter-spacing: 2.7;}', 'em {font-style: italic;}', 'strong {font-weight: bold;}']
});
sIFR.replace(gillsans, {
  selector: 'h1', ratios: [7, 1.32, 11, 1.31, 12, 1.24, 16, 1.27, 19, 1.23, 24, 1.22, 33, 1.2, 37, 1.19, 38, 1.2, 46, 1.19, 50, 1.18, 51, 1.19, 74, 1.18, 75, 1.17, 77, 1.18, 81, 1.17, 82, 1.18, 87, 1.17, 88, 1.18, 93, 1.17, 94, 1.18, 1.17],
  wmode: 'transparent',
  css: ['.sIFR-root { background-color: #FFFFFF; color: #2E3956; letter-spacing: 2.7;}', 'em {font-style: italic;}', 'strong {font-weight: bold;}']
});
/*sIFR.debug.ratios({ src: '/sifr3/flash/gill-sans.swf', selector: 'h1' });*/


