
	var rockwell = {
		src: '/_files/sifr3/swf/mesquite.swf'
	};
	var cochin = {
		src: '/_files/sifr3/swf/cochin.swf'
	};

	// sIFR.useStyleCheck = true;
	sIFR.activate(rockwell,cochin);

	sIFR.replace(rockwell, {
	 selector: 'h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 36px; font-size: 36px; text-align: left; font-weight: normal; color: #762800; }',
		'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 { height: 36px; font-size: 36px; text-align: left; font-weight: normal; color: #356C00; }',
		'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: 'h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 36px; font-size: 36px; text-align: left; font-weight: normal; color: #00617F; }',
		'a { text-decoration: none; }',
		'a:link { color: #00617F; }',
		'a:hover { color: #00617F; }'
		],
	filters: { DropShadow: {
		knockout: false,
		color: '#ffffff',
		distance: 1,
		strength: 1
        }}
	});
	
