
	var rockwell = {
		src: '/scripts/swf/sketch2.swf'
	};
	var cochin = {
		src: '/scripts/swf/cochin.swf'
	};

	// sIFR.useStyleCheck = true;
	sIFR.activate(rockwell,cochin);

	sIFR.replace(rockwell, {
        selector: 'h1'
        ,wmode: 'transparent'
        ,css: [
                '.sIFR-root { color: #0673A4; height: 22px; font-size: 24px; text-align: left; font-weight: normal; text-transform: uppercase; }',
                'a { text-decoration: none; }',
                'a:link { color: #000000; }',
                'a:hover { color: #FF0000; }'
                ]
        });

	sIFR.replace(rockwell, {
	 selector: 'h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #0673A4; height: 22px; font-size: 24px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #000000; }',
		'a:hover { color: #FF0000; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'h4'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #EA2880; height: 20px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #EA2880; }',
		'a:hover { color: #EA2880; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'h5'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #FFFFFF; height: 22px; font-size: 24px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #FFFFFF; }',
		'a:hover { color: #FFFFFF; }'
		]
	});

	sIFR.replace(rockwell, {
	 selector: 'h6'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #FFFFFF; height: 20px; font-size: 18px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #FFFFFF; }',
		'a:hover { color: #FFFFFF; }'
		]
	});

	sIFR.replace(rockwell, {
	 selector: 'strong.header-black'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #000000; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #000000; }',
		'a:hover { color: #000000; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-silver'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #c0c0c0; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #c0c0c0; }',
		'a:hover { color: #c0c0c0; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-gray'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #808080; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase;}',
		'a { text-decoration: none; }',
		'a:link { color: #808080; }',
		'a:hover { color: #808080; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-white'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #ffffff; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #ffffff; }',
		'a:hover { color: #ffffff; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-maroon'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #800000; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #800000; }',
		'a:hover { color: #800000; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-red'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #FF0000; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #FF0000; }',
		'a:hover { color: #FF0000; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-purple'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #800080; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #800080; }',
		'a:hover { color: #800080; }'
		]
	});
	/*
	sIFR.replace(rockwell, {
	 selector: 'strong.header-fuchsia'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #FF00FF; height: 22px; font-size: 22px; text-align: left; font-weight: normal; }',
		'a { text-decoration: none; }',
		'a:link { color: #FF00FF; }',
		'a:hover { color: #FF00FF; }'
		]
	});
	*/
	sIFR.replace(rockwell, {
	 selector: 'strong.header-yellow'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #FFFF00; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #FFFF00; }',
		'a:hover { color: #FFFF00; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-navy'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #000080; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #000080; }',
		'a:hover { color: #000080; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-blue'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #0000FF; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #0000FF; }',
		'a:hover { color: #0000FF; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-teal'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #008080; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #008080; }',
		'a:hover { color: #008080; }'
		]
	});
	
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-acqua'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #00FFFF; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #00FFFF; }',
		'a:hover { color: #00FFFF; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-green'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #008000; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #008000; }',
		'a:hover { color: #008000; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-lime'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #00FF00; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #00FF00; }',
		'a:hover { color: #00FF00; }'
		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'strong.header-olive'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color: #808000; height: 22px; font-size: 22px; text-align: left; font-weight: normal; text-transform: uppercase; }',
		'a { text-decoration: none; }',
		'a:link { color: #808000; }',
		'a:hover { color: #808000; }'
		]
	});
	document.writeln ("");
