var humanist = { src: "/scripts/humanist.swf" };

sIFR.activate(humanist);

sIFR.replace(humanist, {
selector: '#header_home .humanist',
    css: [
        '.sIFR-root { color: #ffffff; }'
    ],
    tuneHeight: -8,
    offsetTop: -4,
    transparent: true
});
sIFR.replace(humanist, {
    selector: '#header_sub .humanist',
    css: [
        '.sIFR-root { color: #ffffff; }'
    ],
    tuneHeight: -8,
    offsetTop: -4,
    transparent: true
});