		var rockwell = {
				src: 'rockwell.swf'
			};
			
			sIFR.activate(rockwell);
			
			sIFR.replace(rockwell, {
				selector: 'h1',
				css: [
			'.sIFR-root {color: #203873; font-size: 34px; font-weight:normal; margin: 15px 0 0 0; padding:0}',
			'a { text-decoration: none; color: #005F8b; }',
			'a:hover { text-decoration: none; color: #005F8b; }'
			],
				wmode: 'transparent'
			});
			
					var rockwell = {
				src: 'rockwell.swf'
			};
			
			sIFR.activate(rockwell);
			
			sIFR.replace(rockwell, {
				selector: 'h2',
				css: [
			'.sIFR-root {color: #203873; font-size: 23px; font-weight:normal; padding: 15px 0 0 0; margin:0}',
			'a { text-decoration: none; color: #005F8b; }',
			'a:hover { text-decoration: none; color: #005F8b; }'
			],
				wmode: 'transparent'
			});
