var walbaum = { src: '/wp-content/themes/template/flash/walbaum-mt.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(walbaum);

sIFR.replace(walbaum, {
  selector: '.text h1, .text h2',
  wmode: 'transparent',
  ratios: [8, 1.3, 11, 1.21, 12, 1.2, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09],
  css: [
        '.sIFR-root { color:#000000; font-size:15px}',
        'a {color: #000000; text-decoration: none;}',
        'a:hover {color: #000000;}'
        ]  
});
