var satisfaction= {
   src: 'assets/satisfaction.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(satisfaction);//,otherfont

sIFR.replace(satisfaction, {
        selector: 'h1'
        ,css: [
         '.sIFR-root { color: #003366; text-indent: 7px; }'
        ]
        ,wmode: 'transparent'
        ,tuneHeight:30
        ,offsetLeft: 0
});

