var humanist = {
src: '/global/swf/humanist-roman.swf'
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
sIFR.useStyleCheck = true;
sIFR.activate(humanist);

sIFR.replace(humanist, {
selector: 'h1, h2'
,css: [
  '.sIFR-root { color:#000000; }'
],
wmode: 'transparent'
});
sIFR.replace(humanist, {
selector: '.tagline'
,css: [
  '.sIFR-root { color:#000000; text-align:right; font-weight:bold; }'
],
wmode: 'transparent'
});
sIFR.replace(humanist, {
selector: '.statement'
,css: [
  '.sIFR-root { color:#bf4402; }',
  '.black {color:#000000;}'
],
wmode: 'transparent'
});

