var rockwell = { src: '/inc/rockwell.swf' };
sIFR.activate(rockwell);
sIFR.replace(rockwell, {
	selector: 'h1',
	css: '.sIFR-root {font-size:22px; text-transform:uppercase; color: #336701;}',
	wmode: 'transparent'
});
sIFR.replace(rockwell, {
	selector: 'h2',
	css: '.sIFR-root {font-size:14px; color: #709e05;}',
	wmode: 'transparent'
});
