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

sIFR.activate( foundry );

sIFR.replace (foundry, 
			  { selector: 'h1'
			  ,css: [
					  '.sIFR-root { color: #4D4D4F; }',
					  'strong { font-weight: normal; color: #C4161C; }'
					]
			  });

sIFR.replace (foundry, { selector: 'h2' 
			  ,css: {
					  '.sIFR-root': { 'color': '#4D4D4F' }
					}
			  });

sIFR.replace (foundry, { selector: 'h3' 
			  ,css: {
					  '.sIFR-root': { 'color': '#C4161C' }
					}
			  });

sIFR.replace (foundry, { selector: 'h6' 
			  ,css: {
					  '.sIFR-root': { 'color': '#4D4D4F' }
					}
			  });