var centuryGothic = {
    src: '/templates/sifr/centuryGothicBold.swf'
  };

	sIFR.repaintOnResize = true;

	sIFR.activate(centuryGothic);
	
	sIFR.replace(centuryGothic, {
			selector: 'h2.ir, h3.ir, .useful_links h2, .search_form #subNav h3'
			,wmode: 'transparent'
			,offsetTop: '-5'
			,tuneHeight: '-8'
			,css: [
				'.sIFR-root { color: #000000; font-weight: bold; }'
			]
		});

