var footlight = { src: 'images/font.swf' };
sIFR.activate(footlight);

sIFR.replace(footlight, {
	selector: '#left_container h1'
	,css: [
    '.sIFR-root { color: #E8024D; font-size:24px;}'
	]
	,wmode: 'transparent'
});