	var rockwell = {
		src: '/_files/sifr3/swf/rockwell.swf'
	};

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

	sIFR.replace(rockwell, {
	 selector: 'h1'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 18px; padding-bottom: 0px; margin-bottom: 0px; font-size: 18px; text-align: left; font-weight: normal; color: #d26a6a; }',
		'a { text-decoration: none; }',
		'a:link { color: #d26a6a; }',
		'a:hover { color: #ffffff; }'		]
	});
	
	sIFR.replace(rockwell, {
	 selector: 'h2'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 19px; font-size: 19px; text-align: left; font-weight: normal; color: #d26a6a; }',
		'a { text-decoration: none; }',
		'a:link { color: #ffffff; }',
		'a:hover { color: #ffffff; }'
		]
	});
  
	sIFR.replace(rockwell, {
	 selector: 'h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { height: 27px; font-size: 27px; text-align: left; font-weight: normal; color: #f09f9f; }',
		'a { text-decoration: none; }',
		'a:link { color: #ffffff; }',
		'a:hover { color: #ffffff; }'
		]
	});
  