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


sIFR.useStyleCheck = true;

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

	}	
);	

	sIFR.replace(ornament, {
	  selector: '#rightColumn h2',
	  wmode: 'transparent',
	  forceSingleLine: true,
	  css: [
      '.sIFR-root { color:#555555; text-decoration: none; font-style: italic; }'
      ]

	}	
);
