/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var futurademi = { src: '/sifr/futurademi.swf' };
var futuramed = { src: '/sifr/futuramed.swf' };
var futurabold = { src: '/sifr/futurabold.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;

sIFR.activate(futurademi,futuramed,futurabold);

// <http://wiki.novemberborn.net/sifr3/JavaScript+Methods>.
// Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.

//Futura Demi
sIFR.replace(futurademi, {
  selector: '.slideTitle',
  css: '.sIFR-root { color: #FFFFFF; }',wmode: 'transparent'
});
sIFR.replace(futurademi, {
  selector: '.pageTitle',
  css: '.sIFR-root { color: #505050; }',wmode: 'transparent'
});
sIFR.replace(futurademi, {
  selector: '.articleTitle',
  css: '.sIFR-root { color: #000000; }',wmode: 'transparent'
});
sIFR.replace(futurademi, {
  selector: '.netavisTitle',
  css: '.sIFR-root { color: #000000; background:transparent; }',wmode: 'transparent'
});
sIFR.replace(futurademi, {
  selector: '.right .teaser h2',
  css: '.sIFR-root { color: #505050; }',wmode: 'transparent'
});

/*Futura Medium
sIFR.replace(futuramed, {
  selector: '.topNavLink',
  css: '.sIFR-root { color: #ffffff; }',wmode: 'transparent'
});*/

//Futura Bold
sIFR.replace(futurabold, {
  selector: '.box h3',
  css: '.sIFR-root { color: #5d5d5d; }',wmode: 'transparent'
});