var sabon = {
	src: '/templates/sifr/sabon_regular_mc_semi.swf'
};

sIFR.repaintOnResize = true;

sIFR.activate(sabon);

sIFR.replace(sabon, {
	selector: '#subNav h2.ir, .buy_job h2.ir'
	,tuneHeight: '-6'
	,offsetTop: '-3'
	,offsetLeft: '-1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #ffffff; }'
	]
});

sIFR.replace(sabon, {
	selector: 'h2.ir, h3.ir, .useful_links h2, .search_form #subNav h3'
	,tuneHeight: '-6'
	,offsetTop: '-3'
	,offsetLeft: '-1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #3c0060; }'
	]
});


