	var rockwell = {
		src: '/_files/sifr3-r436/flash/microsquare.swf'
	};

	// sIFR.useStyleCheck = true;
	sIFR.activate(rockwell);

	sIFR.replace(rockwell, {
	 selector: 'h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 20px; font-size: 20px; text-align: left; font-weight: normal; color: #000000; }',
		'a { text-decoration: none; }',
		'a:link { color: #701A0D; }',
		'a:hover { color: #701A0D; }'
		],
	filters: { DropShadow: {
		knockout: false,
		color: '#ffffff',
		distance: 1,
		strength: 1
        }}
	});
	
	sIFR.replace(rockwell, {
	 selector: 'h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size: 22px; text-align: right; font-weight: normal; color: #ffffff; }',
		'a { text-decoration: none; }',
		'a:link { color: #701A0D; }',
		'a:hover { color: #701A0D; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 20px; font-size: 20px; text-align: left; font-weight: normal; color: #000000; }',
		'a { text-decoration: none; }',
		'a:link { color: #00617F; }',
		'a:hover { color: #00617F; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'h4'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 20px; font-size: 20px; text-align: left; font-weight: normal; color: #000000; }',
		'a { text-decoration: none; }',
		'a:link { color: #00617F; }',
		'a:hover { color: #00617F; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'h5'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 20px; font-size: 20px; text-align: left; font-weight: normal; color: #000000; }',
		'a { text-decoration: none; }',
		'a:link { color: #00617F; }',
		'a:hover { color: #00617F; }'
		]
	});
	

