var hoeflerswash = {
src: 'images/hoeflerswash.swf'
    ,ratios: [8,1.63,11,1.55,13,1.54,17,1.53,25,1.5,34,1.48,50,1.47,80,1.46,81,1.45,83,1.46,90,1.45,91,1.46,1.45]
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(hoeflerswash);

    sIFR.replace(hoeflerswash, {
            selector: 'h1'
            ,wmode: 'transparent'
            ,css: [
              // '.sIFR-root {  color: #bd3632; }'
              '.sIFR-root { background-color: #EDEAD1; color: #bd3632 }'
            ]
        });
