// 20080811 (jamey) sifr3 does not render european characters correctly, ignoring config on certain urls
if ((window.location != "http://www.safe.com/aboutus/news/2008/118/index.htm") && (window.location != "http://safe.com/aboutus/news/2008/118/index.htm")) {
	var swis = { src: '/scripts/sifr3/js/Swis721.swf' };
	sIFR.prefetch(swis);
	sIFR.activate();
	sIFR.replace(swis, {
		selector: 'h1'
		,css: '.sIFR-root { color: #508C23; text-transform: uppercase; font-size: 17px; font-weight: bold; z-index:1; }'
		,forceWidth   : true
		,fitExactly : true
	});
	sIFR.replace(swis, {
		selector: 'h2'
		,css: '.sIFR-root { color: #E57400; font-size: 14px; font-weight: bold; }'
		,forceWidth   : true
		,fitExactly : true
	  });
}