var mySIFR = { src: 'swf/trajan.swf' };

sIFR.activate(mySIFR);

sIFR.replace(mySIFR, {
	selector: 'h2'
	,css: [
		'.sIFR-root { background-color: none; color: #ffffff; letter-spacing: 8;}'
	]
 	,wmode: 'transparent'
});
