var ornament = {
  src: 'swf/ornament.swf'
};


sIFR.useStyleCheck = true;

sIFR.activate(ornament); // From revision 209 and onwards
	
	sIFR.replace(ornament, {
	  selector: '#subHeader h1',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  css: [
	  '.sIFR-root { color: #FFFFFF; font-style: italic; }',
      '.sIFR-root a { color: #FFFFFF; text-decoration: none; }',      
      '.sIFR-root a:hover { color: #ffffff; }'
      
      ]

	}	
);	
	
	sIFR.replace(ornament, {
		  selector: '.article h1, #article h1, #topCat',
		  wmode: 'transparent',
		  forceSingleLine: true,
		  css: [
		  '.sIFR-root { color: #000000; font-style: italic; }',
	      '.sIFR-root a { color: #000000; text-decoration: none; }',      
	      '.sIFR-root a:hover { color: #000000; }'
	      
	      ]

		}	
	);
	
	sIFR.replace(ornament, {
		  selector: '.article h2, #article h2, .offerCat h3',
		  wmode: 'transparent',
		  forceSingleLine: true,
		  css: [
		  '.sIFR-root { color: #4a4a4a; font-style: italic; }',
	      '.sIFR-root a { color: #4a4a4a; text-decoration: none; }',      
	      '.sIFR-root a:hover { color: #4a4a4a; }'
	      
	      ]

		}	
	);
	
	sIFR.replace(ornament, {
		  selector: '.rBlock h3',
		  wmode: 'transparent',
		  forceSingleLine: true,
		  css: [
		  '.sIFR-root { color: #760000; font-style: italic; }',
	      '.sIFR-root a { color: #760000; text-decoration: none; }',      
	      '.sIFR-root a:hover { color: #760000; }'
	      
	      ]

		}	
	);	

