/*****************************************************************************
The sIFR configuration should typically go in `sifr-config.js`, but in order to
keep the config file clean, and to give a quick overview, it's done here instead.
*****************************************************************************/
var themixosflight = {
  src: '/ajrgfx/sifr/themixosf-light.swf'
  ,ratios: [11, 1.49, 13, 1.4, 16, 1.39, 19, 1.38, 22, 1.37, 32, 1.35, 33, 1.33, 42, 1.34, 43, 1.32, 50, 1.33, 81, 1.32, 83, 1.31, 85, 1.32, 86, 1.31, 87, 1.32, 89, 1.31, 90, 1.32, 1.31]
};
var themixosfplain = {
  src: '/ajrgfx/sifr/themixosf-plain.swf'
  ,ratios: [11, 1.49, 13, 1.4, 16, 1.39, 19, 1.38, 22, 1.37, 32, 1.35, 33, 1.33, 42, 1.34, 43, 1.32, 50, 1.33, 81, 1.32, 83, 1.31, 85, 1.32, 86, 1.31, 87, 1.32, 89, 1.31, 90, 1.32, 1.31]
};
// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(themixosflight,themixosfplain);

sIFR.replace(themixosflight, {
  selector: 'h1,h2',  wmode: 'transparent'
  ,css: [
    '.sIFR-root { color: #ffffff; letter-spacing: 1; text-transform: lowercase; }'
//    ,'a { text-decoration: none; }'
//    ,'a:link { color: #000000; }'
//	,'a:hover { color: #CCCCCC; }'
  ]
});

sIFR.replace(themixosflight, {
  selector: 'h2',  wmode: 'transparent'
  ,css: [
    '.sIFR-root { color: #ffffff; letter-spacing: 1; }'
  ]
});
sIFR.replace(themixosfplain, {
  selector: '.sectiontitle',  wmode: 'transparent'
  ,css: [
    '.sIFR-root { color: #ffffff; letter-spacing: 1; }'
  ]});

//how to get the ratios//sIFR.debug.ratios({ src: 'gothic.swf', selector: 'h1' })