		 var h1_font = {
		src: '/script/websitefontdata/fonts/Hot_Pizza.swf'
	};
	sIFR.useStyleCheck = false;
	sIFR.fixHover = true;
	sIFR.fitExactly = true;
	sIFR.repaintOnResize = true;
	sIFR.preserveSingleWhitespace = false;
	sIFR.fromLocal = true;
	sIFR.activate(h1_font);
		sIFR.replace(h1_font, {selector: '#blog h2, #error h2',
		css: [
			'.sIFR-root { line-height: 1em; font-size: 26px; color: #ffffff; background-color: #FFFFFF; text-align: left; font-weight: normal; font-style: normal; text-decoration: none; visibility: hidden;text-transform:uppercase;}',
			'a { text-decoration: none;width:400px;float:left; }',
			'a:hover { color: #ff9900; }',
			'a:link { color: #bbbbbb; }',
		],
		wmode: 'transparent'
	});

	sIFR.replace(h1_font, {selector: '.profile p em, h1.contact, .partners p em',
		css: [
			'.sIFR-root { line-height: 1em; font-size: 28px; color: #ffffff; 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; }'
		],
		wmode: 'transparent'
	});
