var trajan = {
 src: '/flash/trajan.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(trajan);

sIFR.replace(trajan, {
selector: 'h1'
	,css: [
	  '.sIFR-root { font-size:24px; color: #733e13; font-weight: bold;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});

sIFR.replace(trajan, {
selector: 'h2'
	,css: [
	  '.sIFR-root { font-size:17px; color: #733e13; font-weight: bold;}',
	],
	offsetTop:0,
	offsetLeft:0,
    wmode: 'transparent'
});
