var tradegothic = {
	src: '/templates/sifr/tradeGothic_bold2_uc_all.swf'
};

sIFR.repaintOnResize = true;

sIFR.activate(tradegothic);

sIFR.replace(tradegothic, {
	selector: 'h2.ir, h3.ir, .useful_links h2, #register h3'
	,tuneHeight: '-2'
	,offsetTop: '0'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #373737; letter-spacing: 1; font-weight: bold; text-transform: uppercase; }'
	]
});

