// JavaScript Document
	//<![CDATA[
	 var h1_font = {
		src: 'sifr/websitefontdata/fonts/trajan-pro[regular][bold].swf'
	};
	 var h2_font = {
		src: 'sifr/websitefontdata/fonts/arialblack[regular].swf'
	};
	 var h3_font = {
		src: 'sifr/websitefontdata/fonts/arialblack[regular].swf'
	};
	 var h4_font = {
		src: 'sifr/websitefontdata/fonts/arialblack[regular].swf'
	};
	var h5_font = {
		src: 'sifr/websitefontdata/fonts/trajan-pro[regular][bold].swf'
	};
	sIFR.useStyleCheck = true;
	sIFR.fixHover = true;
//	sIFR.fitExactly = true;
	sIFR.repaintOnResize = true;
	sIFR.preserveSingleWhitespace = false;
	sIFR.fromLocal = true;
	sIFR.activate(h1_font);
	sIFR.replace(h1_font, {selector: 'h1',
		css: [
			'.sIFR-root { text-align: center; line-height: 1em; font-size: 10px; color: #ffffff; font-weight: normal; cursor: pointer;  font-style: normal; text-decoration: none; visibility: hidden; }',
			'a { text-decoration: none; }',
			'a:link { color: #FFFFFF; }',
			'a:hover { color: #000000; }'
		],
		filters: {
		},
		wmode: 'transparent'
	});
	sIFR.replace(h2_font, {selector: 'h2',
		css: [
			'.sIFR-root {  font-size: 24px; 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: {
			DropShadow: {
			knockout: false
			,distance: 1
			,color: '#330000'
			,strength: 1
		  }
		},
		wmode: 'transparent',
		tuneHeight: '-8',
		offsetTop: '-8'
	});
	sIFR.replace(h3_font, {selector: 'h3',
		css: [
			'.sIFR-root { font-size: 32px; color: #aea577; 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: {
			DropShadow: {
			knockout: false
			,distance: 1
			,color: '#330000'
			,strength: 1
		  }
		},
		wmode: 'transparent',
		tuneHeight: '-8',
		offsetTop: '-10'
	});
	sIFR.replace(h4_font, {selector: 'h4',
		css: [
			'.sIFR-root { font-size: 12px; color: #ffffff; text-align: right; 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(h5_font, {selector: 'h5',
		css: [
			'.sIFR-root { text-align: left; line-height: 1em; font-size: 12px; color: #ffffff; font-weight: normal; cursor: pointer;  font-style: normal; text-decoration: none; visibility: hidden; }',
			'a { text-decoration: none; }',
			'a:link { color: #FFFFFF; }',
			'a:hover { color: #000000; }'
		],
		filters: {
		},
		wmode: 'transparent'
	});
	//]]>