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

sIFR.activate(praxis);

sIFR.replace(praxis, {
	selector: 'h1'
	,css: [
		'.sIFR-root { line-height: 1em;	font-size: 24px; color: #51565b; text-transform: uppercase; }',
		'a { color: #51565b; text-decoration: none; }',
		'a:hover { color: #aaa04e; }'
	],
	wmode: 'transparent'
});
sIFR.replace(praxis, {
  selector: 'h2'
	,css: [
		'.sIFR-root { line-height: 1em;	font-size: 20px; color: #51565b; text-transform: uppercase; }',
		'a { color: #51565b; text-decoration: none; }',
		'a:hover { color: #aaa04e; }'
	],
	wmode: 'transparent'
});
sIFR.replace(praxis, {
  selector: 'h3.lower'
	,css: [
		'.sIFR-root { line-height: 1em;	font-size: 16px; color: #51565b; text-transform: none; }',
		'a { color: #51565b; text-decoration: none; }',
		'a:hover { color: #aaa04e; }'
	],
	wmode: 'transparent'
});
sIFR.replace(praxis, {
  selector: 'h3'
	,css: [
		'.sIFR-root { line-height: 1em;	font-size: 16px; color: #51565b; text-transform: uppercase; }',
		'a { color: #51565b; text-decoration: none; }',
		'a:hover { color: #aaa04e; }'
	],
	wmode: 'transparent'
});
sIFR.replace(praxis, {
  selector: 'h4'
	,css: [
		'.sIFR-root { line-height: 1em;	font-size: 14px; color: #51565b; }',
		'a { color: #51565b; text-decoration: none; }',
		'a:hover { color: #aaa04e; }'
	],
	wmode: 'transparent'
});