
var font = {
				src: '/font/sf-diego.swf'
			};
			
			sIFR.activate(font);
			
			sIFR.replace(font, {
				selector: 'h1',
				css: [	'.sIFR-root { font-size:30px; color:#006bb3; font-weight:bold; width: 700px; letter-spacing: 2;}' ],
				wmode: 'transparent'
			});
			
			sIFR.replace(font, {
				selector: 'h2',
				css: [	'.sIFR-root { font-size:25px; color:#006bb3; font-weight:bold; width: 700px; letter-spacing: 2;}' ],
				wmode: 'transparent'
			});
			