var trashhand = {
  src: 'flash/trashhand.swf'
};

/*sIFR.activate(trashhand);
replaceSifr();
*/
function replaceSifr() {

	sIFR.replace(trashhand, {
		selector: '#content h1',
		css: '.sIFR-root { background-color: #ffffff; color: #e34224; text-align: center } a { color: #e34224; text-decoration: none; } a:hover { color: #ff6666; }',
		wmode: 'transparent'
	});

	sIFR.replace(trashhand, {
		selector: '#content h2',
		css: '.sIFR-root { background-color: #ffffff; color: #99ccff; text-align: center } a { color: #99ccff; text-decoration: none; } a:hover { color: #cc0000; }',
		wmode: 'transparent'
	});

	sIFR.replace(trashhand, {
		selector: '#content h3',
		css: '.sIFR-root { background-color: #ffffff; color: #ffffff; text-align: center } a { color: #ffffff; text-decoration: none; } a:hover { color: #cc0000; }',
		wmode: 'transparent'
	});
}