/*****************************************************************************
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 gothambook = { src: '/swfs/gotham-book.swf' };
var gotham = { src: '/swfs/gotham.swf' };


// sIFR.useStyleCheck = true;


sIFR.activate(gothambook, gotham);


// Replacements
sIFR.replace(gothambook, { selector: 'body.sip-trunking #content h1', css: '.sIFR-root { color: #813528; }', wmode: 'transparent' });
sIFR.replace(gothambook, { selector: 'body.datacenter #content h1', css: '.sIFR-root { color: #648122; }', wmode: 'transparent' });
sIFR.replace(gothambook, { selector: 'body.support #content h1', css: '.sIFR-root { color: #d16c00; }', wmode: 'transparent' });
sIFR.replace(gothambook, { selector: '#content h1', css: '.sIFR-root { color: #3c69b2; }', wmode: 'transparent' });
sIFR.replace(gothambook, { selector: '#content h2', css: '.sIFR-root { color: #3c69b2; }', wmode: 'transparent' });
sIFR.replace(gotham, { selector: '#secondary-nav h2', css: '.sIFR-root { color: #3c69b2; }', wmode: 'transparent' });
sIFR.replace(gothambook, { selector: '#content h3', css: '.sIFR-root { color: #a83b38; }', wmode: 'transparent' });



// orange = #d16c00
// lt blue = #3c69b2
// green = #648122
// red = #813528
// dk blue = #2d549c