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

sIFR.fixWrap = true;
sIFR.activate(univers);


sIFR.replace(univers, {
selector: '.post h1'
 ,wmode: 'transparent'
 ,css: [
 '.sIFR-root {font-weight:normal;font-size:34px;color:#01538D;letter-spacing: -2.0;}']
 ,tuneHeight:'0'
});

