/*
sIFR.domains = ['t-boy'];
sIFR.fromLocal = true;
*/

var avenir = { src: './swf/sifr.swf' };



sIFR.activate(avenir);

//H1
sIFR.replace(avenir, {
    selector: '#content h1',
	wmode: 'transparent',
    selectable : true,
	css: [
      '.sIFR-root {font-weight: normal; color: #464330; font-size: 28px;  background-color: red; text-align: center; line-height: 1em; overflow: hidden; }'
    ]
});



