function webFont()
{
	 var h1_font = {
		src: '../websitefontdata/fonts/LetterPress___Headline.swf'
	};
	 var h2_font = {
		src: '../websitefontdata/fonts/JOEBOB_graphics___Moan_Hand[regular].swf'
	};
	 var h3_font = {
		src: '../websitefontdata/fonts/LetterPress___BrushStroke26.swf'
	};
	sIFR.useStyleCheck = false;
	sIFR.fixHover = true;
	sIFR.fitExactly = true;
	sIFR.repaintOnResize = true;
	sIFR.preserveSingleWhitespace = false;
	sIFR.fromLocal = true;
	sIFR.activate(h1_font, h2_font, h3_font);
	sIFR.replace(h1_font, {selector: 'h1',
		css: [
			'.sIFR-root { line-height: 1em; font-size: 30px; color: #400000; background-color: #FFFFFF; text-align: left; font-weight: bold; font-style: normal; text-decoration: none; visibility: hidden; }',
			'a { text-decoration: none; }',
			'a:link { color: #FF8000; }',
			'a:hover { color: #FF0000; }'
		],
		filters: {
			DropShadow: { quality: 3, angle: 30, knockout: false, distance: 3.000000, color: '#808080', strength: 1.000000 }
		},
		wmode: 'transparent'
	});
	sIFR.replace(h2_font, {selector: 'h2',
		css: [
			'.sIFR-root { line-height: 1em; font-size: 20px; color: #000000; background-color: #FFFFFF; text-align: left; font-weight: normal; font-style: normal; text-decoration: none; visibility: hidden; }',
			'a { text-decoration: none; }',
			'a:link { color: #0000FF; }',
			'a:hover { color: #FF0000; }'
		],
		filters: {
		},
		wmode: 'transparent'
	});
	sIFR.replace(h3_font, {selector: 'h3',
		css: [
			'.sIFR-root { line-height: 1em; font-size: 40px; color: #000000; background-color: #FFFFFF; text-align: left; font-weight: normal; font-style: normal; text-decoration: none; visibility: hidden; }',
			'a { text-decoration: none; }',
			'a:link { color: #0000FF; }',
			'a:hover { color: #FF0000; }'
		],
		filters: {
		},
		wmode: 'transparent'
	});

}
