/*****************************************************************************
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 soholightitalic	= { src: 'http://resources-ms-ak.visualdna.com/psst.visualdna.com/live/20100527141509/sifr/sifr_soho_italic.swf' },
sohomedium	= { src: 'http://resources-ms-ak.visualdna.com/psst.visualdna.com/live/20100527141509/sifr/sifr_soho_medium.swf' },
bliss	= { src: 'http://resources-ms-ak.visualdna.com/psst.visualdna.com/live/20100527141509/sifr/bliss.swf' };

sIFR.activate(soholightitalic);
sIFR.activate(sohomedium);
sIFR.activate(bliss);


sIFR.replace(sohomedium, {
  selector: '#home h2',
  css: '.sIFR-root { text-align: center; font-size: 1.45em; color: #101010; font-weight: normal; line-height: 1.3em; }',
  wmode: 'transparent'
});

sIFR.replace(sohomedium, {
selector: '#home #benefits ul h3',
css: '.sIFR-root { color: #292929; font-size: 1.2em; font-weight: normal; margin-left: 8px; }',
wmode: 'transparent'
});

sIFR.replace(sohomedium, {
selector: '#home #register-now',
css: '.sIFR-root { float: left; display: inline; position: relative; font-size: 27px; color: #ffffff; }',
wmode: 'transparent'
});

sIFR.replace(sohomedium, {
selector: '#home #audience-a h3',
css: '.sIFR-root {color: #5394d6; text-transform: uppercase; margin-bottom: 10px; font-size: 1em; }',
wmode: 'transparent'
});

sIFR.replace(soholightitalic, {
selector: '#home blockquote',
css: '.sIFR-root { color: #739dc7; font-size: 20px; text-align: center; line-height: 1.5em; }',
wmode: 'transparent'
});

