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

sIFR.activate(rockwell);

sIFR.replace(rockwell, {
	selector: 'h2'
		,css: [
		'.sIFR-root { color: #CD000C; }'
		,'a { text-decoration: none; }'
		,'a:link { color: #CD000C; }'
		,'a:hover { color: #888888; }'
	]
});
